/**************************************************************************
** PROJECT :		OPAC
** FILE NAME :		cadre.css
** CREATED :		20/06/06							BY :	Ludo Ran
** CONTENT :		Feuille de styles 
**
**
** MODIFICATIONS :
**
** Number :			Author :			Date :          Object :           
** 
**
***************************************************************************/

.cadre {
	position : absolute;
	width : 320px;
	max-height: 550px;
	display : none;
	overflow: hidden;/*must have*/
	z-index: 100;
	margin: 0;
}

.cadre iframe {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1; /*must have*/
	filter: mask();
	width: 3000px; /*must have for any big value*/
	height: 3000px;
}

.cadre_title {
	color : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}

.cadre_titlebar {
	cursor : move;
	height : 22px;
	background : #D60E40;
	border-top: 2px solid #F9B384; 
	border-right: 2px solid #9C5E34; 
	border-left: 2px solid #F9B07E; 
}

.cadre_titlebar_buttons {
	margin-left: 210px;
}

.cadre_titlebar_buttons_button {
	cursor : pointer;
	float : right;
	margin-right : 2px;
}

#contenu select {
	font-size : 10px;
	font-family : verdana;
	
}

#objCP {
	z-index: 4;
}

.invisiblememory {
	display : none;
}

.contenu {
	background : #CEDFD6;
	overflow : auto;
	max-height: 400px;
	height: expression(this.scrollHeight > 400? "400px" : "auto" );
	width : 100%;
	border: 1px solid #000000;
	/*font-size:10px;
	border-right: 2px solid #9C5E34; 
	border-bottom: 2px solid #9C5E34; 
	border-left: 2px solid #F9B07E; */
}
.contenu td{
	font-size:12px;
}
.title {
	font: 11px arial;
	font-weight : bold;
	text-align: left;
	color: #005A45;
	margin : 4px 0 4px 0;
	padding-left: 10px;
	cursor: pointer;
}

.title li {
	display: inline;
	text-align: left;
	padding-left: 30px;
	background: url(../images/initial.gif) no-repeat 0 0;
}

.contenu li:hover {
	color: #005A45;
	text-decoration: underline;
}

.contenu img{
	cursor: pointer;
}

.printImg {
	cursor: pointer;
	margin: 0 5px 0;
	padding: 2px;
	border-top: 1px solid #B2CDC7;
	border-right: 1px solid #005A45;
	border-bottom: 1px solid #005A45;
	border-left: 1px solid #B2CDC7;	
}

.printImg:hover {
	border-top: 1px solid #005A45;
	border-right: 1px solid #B2CDC7;
	border-bottom: 1px solid #B2CDC7;
	border-left: 1px solid #005A45;*/
}

#infoTitle li, #infoTitle li:hover {	
	float: left;
	width: 85px;
	text-decoration: none;
}

.data {
	padding-bottom: 30px;
	list-style-type: circle;
}

.download fieldset {
	border: none;
}

.download input {
	float: left;
	clear: both;
	display: inline;
}

.download label {
	float: left;
	font: 10px arial;
}
.download li {
	list-style:none;
	padding-left: 20px;
	padding-bottom: 15px;
	font: 10px arial;
	text-align: left;
	cursor: pointer;
}

.print1 {
	background: url(../images/print1.gif) no-repeat;
}

.print2 {
	background: url(../images/printpdf.gif) no-repeat;
}

.print3 {
	background: url(../images/printexcel.gif) no-repeat;
}

#cadre_info_ref {
	position : absolute;
	width : 100px;
	height: 100px;
	display : block;
	z-index: 1;
	margin: 0;
}

.info_titlebar {
	height : 15px;
	background : #005A45; 
}
.pointer{
	cursor: pointer;
}
