@charset "utf-8";
/* CSS Document */


#WORKOVERLAY {
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
	width:100%; height:100%;
	background-color:gray;
	background-image: url(../images/progress.gif);
	background-position:center;
	background-repeat:no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.DIV_ContentData {
	FONT-SIZE: 12px;
}
	
.DIV_ContentData input {
	float:left;
}

.DIV_ContentData input.radio {
 border-left:none;
 border-top:none;
 float:none; 
}

.DIV_ContentData input.myBtn {
	border-style:solid;
	border-width:1px;
	Width:120px;
	cursor: pointer;
	-moz-border-radius: 0.75em 0.75em 0.75em 0.75em;
    -webkit-border-bottom-left-radius: 0.75em;
    -webkit-border-bottom-right-radius: 0.75em;
    -webkit-border-top-left-radius: 0.75em;
    -webkit-border-top-right-radius: 0.75em;	
	border-radius: 0.75em 0.75em 0.75em 0.75em;
	outline-style:none;
	outline-width:0;
	margin-left:0.75 em;
}

.DIV_ContentData TABLE {
	border: 0px solid #afb2b3;
	border-collapse: collapse;
	margin-top: 0;
}

.DIV_ContentData TR {
	border-collapse: collapse;
}
.DIV_ContentData TH, .DIV_ContentData td.enteteSection    {
	font-weight:bold;
	text-align: left;
	padding-left:4px;
	padding-top:1px;
	padding-bottom:1px;
	font-size: 12px;
	border-collapse: collapse;
}

.DIV_ContentData td    {
	font-weight:normal;
	vertical-align:top;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	font-size: 12px;
	border-collapse: collapse;
}

.DIV_ContentData div.divSateAlways {
	display: none;
}

.DIV_ContentData .DIV_thumbnail {
	display:none;
	clear: both;
}

.DIV_ContentData .DIV_thumbnail input {
	float: none;
}

.DIV_ContentData .headerSection {
	padding: 12px 0;
}
	

.DIV_ContentData div.divEditDoc {
	float: right;
	width: 97%;
	display:block;
}

.DIV_ContentData .INVISIBLE {
border: none;
/* padding-top:4px; */
}

.DIV_ContentData .hint {
  float:left;
  margin-left:5px;
}

.DIV_ContentData .computed {
	float:left;
	width: 328pt;
	overflow: hidden;
}

.DIV_ContentData ol {
	list-style-position: outside;
	line-height: 1.3em;
}

.DIV_ContentData ul {
	list-style-position: outside;
	line-height: 1.3em;
}

.DIV_ContentError {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	margin: 1em;
	display: none;
	background-color: #eeeeee;
	border: solid 1px #ffb2b3;
}

.DIV_ContentError .DIV_ErrorHeader {
	float:right;
	padding-left: 10px;
	padding-right: 10px;
	color:#FF0000;
	/* border: solid 1px #afb2b3; */
}

.DIV_ContentError input.myBtn {
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#FAE6C4;
	Width:120px;
	cursor: pointer;
	-moz-border-radius: 0.75em 0.75em 0.75em 0.75em;
    -webkit-border-bottom-left-radius: 0.75em;
    -webkit-border-bottom-right-radius: 0.75em;
    -webkit-border-top-left-radius: 0.75em;
    -webkit-border-top-right-radius: 0.75em;	
	border-radius-topleft: 0.75em;
	border-radius-topright: 0.75 em;
	border-radius-bottomleft: 0.75em;
	border-radius-bottomright: 0.75 em;	
	outline-style:none;
	outline-width:0;
}
