/* PAGE */


.disabledDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 1000;
}

.whiteDiv{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 1000;
}

.popupPanel{
	font-family: Arial,Helvetica,sans-serif;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -250px;
	width: 460px !important;
	width: 500px;
	height: 360px !important;
	height: 400px;
	background-image:url(/images/rounded-popup-background.png);
	z-index: 1003;
	padding: 20px;
	overflow: auto;
}

.inputPanel {
	height:18px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.txtPanel {
	font-size: 12px;
}
#admin-tomos-header { 
	position:fixed;
	overflow:hidden;
	right:0px;
	left:0px;
	top:0px;
	height:101px;
	background-image: url(/images/header-with-logo.png);
	background-repeat: no-repeat;
}


#ic_mini_cancel {
	float: left;
	margin-left: 3px;
	width: 14px;
	height: 14px;
	background-image: url(/images/ic_mini_cancel.png);
	cursor: pointer;
}

#ic_mini_cancel:hover {
	background-image: url(/images/ic_mini_cancel-hover.png);
}

#ic_mini_ok {
	float: left;
	margin-left: 6px;
	width: 14px;
	height: 14px;
	background-image: url(/images/ic_mini_ok.png);
	cursor: pointer;
}

#ic_mini_ok:hover {
	background-image: url(/images/ic_mini_ok-hover.png);
}

/* TEXTES */

#BigTitle {
	font-family: HelveticaNeue, Helvetica, Arial;
	font-size:22px;
	color:#958F86;
	text-shadow: 0px 1px #FFF;
	margin-left:20px;
}

.MidTitle {
	font-family: HelveticaNeue, Helvetica, Arial;
	font-size:18px;
	color:#2F2F2F;
	text-shadow: 0px 1px #FFF;
	padding-top:5px;
	height:30px;
	height:25px !important;
	margin-left:20px;
}
.MidTitle a {
	font-size:12px;
	color:#006699;
	padding-top:9px;
	padding-left:10x;
	text-shadow: 0px 1px #FFF;
}
.item_txt {
	color: #666;
	font-size: 12px;
	padding-left: 5px;
	cursor: pointer;
}


/* ICONES & BOUTONS COMMONS */

#bt_erase{
	background-image: url(../tomos/form/img/bt_erase.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:16px;
	width:14px;
	cursor:pointer;
}

.saisie {
	border-top: #FFF 1px solid;
	border-bottom: #EFEFEF 1px solid;
	border-left: #FFF 1px solid;
	border-right: #FFF 1px solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #888;
}


.bt_actions {
	color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
	background-image:url(../images/bg_actions.png);
	padding:5px;
	text-decoration:none;
	text-align:center;
}
.bt_actions:hover {
	color: #FFFFFF;
	background-color:#5A96C4;
}
#bt_annuler {
	background-image: url(../images/bt_ok-cancel.png);
	background-repeat:no-repeat;
	background-position:-70px -1px;
	height:23px !important;
	height:35px;
	width:60px !important;
	width:90px;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
	padding-top:8px;
	padding-left:30px; 
	float:right;
	cursor:pointer;
	margin-right:2px;
}
#bt_annuler:hover {
	background-position:-70px -35px;
	}

#bt_modif {
	background-image: url(../images/ic40_popup.png);
	background-repeat:no-repeat;
	background-position:-325px -4px;
	height:23px !important;
	height:30px;
	width:67px !important;
	width:97px;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #069;
	padding-top:8px;
	padding-left:30px; 
	cursor:pointer;
	float:right;
}
#bt_modif:hover {
	background-position:-325px -44px;
	}


/* TABLES */
td {
font-family:Arial, Helvetica, sans-serif;
}

#data {
margin-left: 10px;
}

#data td {
padding:2px 10px 2px 10px;
}
.th_all  {
	background-color: #C6C3BF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.tr_pair {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	background-color: #F8F8F8; 
}
.tr_pair:hover {
	background-color: #F0F0F0; 
}
.tr_impair {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	background-color: #FFF; 
}
.tr_impair:hover {
	background-color: #F0F0F0; 
}
