/**************************************************************************
** PROJECT :		DDE
** FILE NAME :		cadre.css
** CREATED :		07/03/07							BY :	Ludo Ran
** CONTENT :		Feuille de styles 
**
***************************************************************************/

.cadre { 
	display: none; 
	float: left; 
	position: absolute; 
	width: 400px; 
	z-index: 105;  
	scrollbar-arrow-color: #858d9b; 
	scrollbar-track-color: #e4e4e4; 
	scrollbar-face-color: #ffffff; 
	scrollbar-shadow-color: #8a8a8a; 
	scrollbar-highlight-color: #8a8a8a; 
	scrollbar-darkshadow-color: #ecf3ff; 
	scrollbar-3dlight-color: #ecf3ff; 
}

.cadre iframe { 
	display: none; 
	display/**/: block; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0;  
	filter: mask(); 
	background: none; 
	z-index: -1; 
}

.cadre_title { 
	float: left; 
	color : #FFF; 
	font: 11px helvetica; 
	font-weight: bold; 
	vertical-align: top; 
	padding-left: 100px; 
}

.cadre_titlebar { 
	float: left; 
	height: 18px; 
	background: url(../images/nav/cdttl.gif) repeat-x; 
	cursor: move; 
}

.cadre_titlebar_buttons { margin-left: 210px; }
.cadre_titlebar_buttons_button { cursor: pointer; float: right; margin: 1px 2px 0 0; }

.contenu { 
	float: left;
	clear: left; 
	width: 398px;
	width: 100%;
	max-height: 500px; 
	height: expression(this.scrollHeight > 500? "500px" : "auto" ); 
	background: #f4f4f4;
	border: 1px solid #aa1e1e;
	border-bottom: 0;
	overflow: auto; 
}

.cadre_footer {
	float: left;
	/*width: 398px;*/
	_width: 100%;
	height: 16px;
	background: #f4f4f4;
	border: 1px solid #aa1e1e;
	border-top: 0;
}

.cadre_resize {
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/seresize.gif) top right no-repeat;
	cursor: se-resize;
}

/**** PRINT ******/

#printContainer {
	float: left;
	padding: 10px;
	font-family: verdana;
	font-size: 10px;
}

#printContainer h2{
	font: 11px verdana;
	text-align: center;}

#printContainer label{
	float: left;
	clear: left;
	width: 150px;
	margin-top: 5px;
}
 
#printContainer input {
	float: left;
	width: 60%;
	font-size: 10px;
	margin-top: 5px;
	border: 1px solid #8a8a8a;
}

#printContainer textarea {
	float: left;
	font-size: 10px;
	margin-top: 5px;
	border: 1px solid #8a8a8a;
}

#printContainer span.slctbox { float: left; width: 120px; margin: 0 0 5px 0; _border: 1px solid #8a8a8a; }
#printContainer span.slctbox select { float: left; width: 120px; _width: 100%; font: 10px arial; _margin: -2px 0 -2px -2px; border: 1px solid #8a8a8a; }

.prtfooter {
	float: left;
	clear: left;
	width: 98%;
	height: 24px;
	text-align: center;
}

.prtfooter input.button {
	width: 60px;
	height: 18px;
	font: 11px tahoma;
	background: #c5c5c5;
	border: 1px solid #717b87;
}

#layerContainer {
	float: left;
	width: 270px;
	height: 80px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #8a8a8a;
	overflow: auto;
}

#layerContainer input{
	float: left;	
	clear:left;
	width: 20px;
	margin-top: 5px;
}
#layerContainer span {
	float: left;
	font-size: 10px;
	margin-top: 3px;
}

/* FICHE POP */

.xlsexport {
	float: right;
	width: 18px;
	height: 18px;
	margin: 2px 10px 0 0;
	background: url(../images/xlsprint.gif) 0 0 no-repeat;
}


/* QUESTIONNAIRE */

#questionContainer {
	float: left;
	font-family: verdana;	
	font-size: 10px;
	padding: 10px;
}

#questionContainer label {
	float: left;
	clear: left;
	width: 100px;
	margin-bottom: 10px;	
}

#questionContainer input {
	float: left;
	clear: none;
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #cbd8df;
}

#questionContainer textarea {
	float: left;
	clear: left;
	font-size: 10px;
	font-family: verdana;
	margin-bottom: 10px;
	border: 1px solid #cbd8df;
}

#questionContainer span.slctbox { float: left; clear: left; width: 300px; margin-bottom: 10px; _border: 1px solid #cbd8df; }
#questionContainer span.slctbox select { float: left; width: 300px; _width: 101%; font: 10px verdana; _margin: -2px 0 -2px -2px; border: 1px solid #cbd8df; }

#questionContainer input.button {
	width: 19px;
	height: 19px;
	background: url(../images/nav/okbutton.gif) no-repeat;
	border: none;
	cursor: pointer;
}

#questionnaireinfo {
	float: left;
	width: 98%;
	height: 100px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	background-color: #eaeff2;
}
#questionfrm > #questionnaireinfo { width: 92%; }
#questionContainer span {
	float: left;
	font-size: 10px;
}
#adminusers{
    position: absolute;
    width: 85.5em;
    height: 485px;
    top: 110px;
    left: 24px; 
    font-size: 11px;
	font-family : verdana;
	text-align: center;
    border: 1px solid #cbd8df; 
}

#divcoordonnees {
	float: left;
	margin: 10px;
	font-family: verdana;
	font-size: 11px;
}
#divcoordonnees label { margin: 10px; }

.xportform { padding-top: 10px; }
.xportform input { float: left; clear: left; }
.xportform span { float: left; }
* html .xportform span { line-height: 18px; }
.xportftr { float: left; width: 90%; margin-top: 10px; }
.xportftr input.button { 
	float: right;
	width: 60px;
	height: 18px;
	font: 11px tahoma;
	margin-right: 20px; 
	background: #c5c5c5;
	border: 1px solid #717b87;
}
