body{margin:0px;background:#444;}

.navigation{
	background:url('../images/bg.jpg') top right no-repeat;
	vertical-align:top;
}
*{
	font-family:Arial, Helvetica, sans-serif;
}


#loadingBar_parent{
	position:relative;
	background:url(../images/loading_back.gif) repeat-x top left;
	width:300px;
	border:1px solid #ddd;
}
#loadingBar.bar{
	border:1px solid #fff;
	height:15px;
	background:url(../images/loading.gif) repeat-x top left;
	width:10px;	
}
#loadingBar.bar_finished{
	border:1px solid #fff;
	height:15px;
	background:url(../images/loading_end.gif) repeat-x top left;
	width:10px;	
}

.cadre{
	border:#dddddd 1px solid;
	background:#f6f6f6;
	padding:5px;
	margin-bottom:5px;
	overflow:auto;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.contentBody{
	padding:20px;
	width:600px;
	vertical-align:top;
}
.imageApp{
	margin:10px;
	margin-left:30px;
	margin-bottom:40px;
	margin-top:40px;
}
.disabled{
	opacity:0.5;
	filter:alpha(opacity=50);
}

h1{
	font-family:trebuchet ms;
	font-size:28px;
	color:#111;
	font-weight:normal;
	text-shadow:3px 2px 0 #eeeeee;
}
p.info{
	font-family:arial;
	font-size:12px;
	color:#777;
	margin:0px;
	margin-bottom:5px;
}

#status{
	text-align:center;
	padding:4px;
	display:none;
}
#status span{
	font-size:12px;
	color:#111;	
}
#status.error{
	background:#FBEBEC;
	border:1px solid #f6bbbf;
	color:#000000;
}
#status.ok{
	background:#F0FFCE;
	border:1px solid #9C0;
	color:#000000;
}
#status.info{
	background:#E1F9FF;
	border:1px solid #6CF;
	color:#000000;
}
#status.error img{
	background:url('../resources/images/status_error.png') top left no-repeat transparent;
	width:16px;
	height:16px;
}
#status.ok img{
	background:url('../resources/images/status_ok.png') top left no-repeat transparent;
	width:16px;
	height:16px;
}
#status.info img{
	background:url('../resources/images/status_info.png') top left no-repeat transparent;
	width:16px;
	height:16px;
}

.breadcrum{
	border-bottom:3px double #DDDDDD;
	margin-bottom:10px;
	padding-bottom:8px;	
	font-family:arial;
	font-size:13px;
	color:#555;
}

#menu{
	border-top:1px solid #DCDDDE;
}
#menu .active{
	background:#FFF;
	color:#2a5793;
	font-weight:bold;
}
#menu div{
	border-bottom:1px solid #DCDDDE;
	border-top:1px solid #FFFFFF;
	padding:10px;
	vertical-align:middle;
	font-family:arial;
	font-size:13px;
	color:#777;
	font-weight:normal;
	white-space:nowrap;
	width:180px;
}
#menu div img{
	margin-right:5px;
}


a:link, a:hover, a:visited, a:active{
	font-family:arial;
	font-size:12px;
	color:#3774ba;	
	text-decoration:underline;
}
.actions{
	white-space:nowrap;
	text-align:right;
}
.actions a:link, .actions a:hover, .actions a:visited, .actions a:active{
	font-family:arial;
	font-size:11px;
	color:#3774ba;	
	text-decoration:underline;
}
form{
	padding:0px;
	margin:0px;
}
.search{
	border:5px solid #eeeeee;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	overflow:auto;
	padding:2px;
	white-space:nowrap;
}
.search input{
	border:0px;
	background:transparent;
	padding:3px;
	color:#433B2E;
	display:block;
	font-size:13px;
	font-family:arial;
	float:left;
}
.search input.disable{
	color:#aaaaaa;
	font-size:12px;
	font-family:arial;
}
.search img{
	float:left;
}
.header img{
	 float:left;
}
.headerInfo{
	 float:left;
}
.title{
	font-family:arial;
	font-size:20px;
	color:#111111;
	float:left;
}
.info{
	font-family:arial;
	font-size:14px;
	color:#555555;
	clear:both;
	font-weight:normal;
}
input.button{
	padding:5px;
	color:#333;
	letter-spacing:0px;
	font-weight:normal;
	border:1px solid #aaaaaa;
	font-size:12px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:url('../images/button.jpg') top left #eeeeee;
	background-position:0 0;
	cursor:pointer;
}
input.button:hover{
	background-position:0 -35;
	cursor:pointer;
}
textarea.fieldDetail{
	padding:3px;
	color:#000000;
	display:block;
	border:1px solid #CCCCCC;
	font-size:13px;
	height:28px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#efefef;
	font-weight:normal;
}
input.fieldDetail{
	padding:3px;
	color:#000000;
	display:block;
	border:1px solid #CCCCCC;
	font-size:13px;
	height:28px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#efefef;
	font-weight:normal;
}
select.fieldDetail{
	padding:3px;
	color:#000000;
	display:block;
	height:28px;
	border:1px solid #CCCCCC;
	font-size:12px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#efefef;
	font-weight:normal;
}
input.field{
	padding:3px;
	color:#000000;
	display:block;
	border:1px solid #CCCCCC;
	font-size:13px;
	height:28px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#ffffff;
	font-weight:normal;
}
textarea.field{
	padding:3px;
	color:#000000;
	display:block;
	border:1px solid #CCCCCC;
	font-size:13px;
	height:28px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#ffffff;
	font-weight:normal;
}
select.field{
	padding:3px;
	color:#000000;
	display:block;
	height:28px;
	border:1px solid #CCCCCC;
	font-size:12px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#ffffff;
	font-weight:normal;
}
textarea.error{
	background:url('../resources/images/bullet_red.png') no-repeat top right #FBEBEC;
	background-position:98% 5px;
}

textarea.required{
	background-image:url('../resources/images/bullet_blue.png');
	background-repeat:no-repeat;
	background-position:98% 5px;
}
input.error{
	background:url('../resources/images/bullet_red.png') no-repeat top right #FBEBEC;
	background-position:98% 50%;
}

input.required{
	background-image:url('../resources/images/bullet_blue.png');
	background-repeat:no-repeat;
	background-position:98% 50%;
}
label, .default{
	color:#555555;
	font-size:11px;
	font-weight:normal;
}
span.label{
	color:#555555;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap;
}
td.label{
	text-align:right;
	color:#555555;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap;
	width:120px;
}
.required{
	font-weight:bold;
	color:#333;
}
.info{
	font-size:11px;
	color:#aaaaaa;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
/* */
.tabs{
	font-size:13px;
	color:#6A6A6A;
	padding:5px;
	font-weight:normal;
	background:top left no-repeat;
	background-position:5 6;
	border:1px solid transparent;
	padding-left:25px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin-left:5px;
}
.tabs:hover{
	color:#6A6A6A;
	padding:5px;
	background:top left no-repeat;
	background-color:#eeeeee;
	background-position:5 6;
	border:1px solid transparent;
	font-weight:normal;
	padding-left:25px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.tabsSelected{
	font-size:13px;
	color:#fff;
	padding:5px;
	font-weight:normal;
	background:top left no-repeat;
	background-color:#aaa;
	background-position:5 6;
	border:1px solid transparent;
	padding-left:25px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin-left:5px;
}
/* */
.tableList{margin-top:10px;}
.tableList thead th{
	background:url("../images/table_header_grey.gif") bottom left repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	text-align:left;
	height:34px;
	text-shadow:1px 1px 0 #666666;
	white-space:nowrap;
}
.tableList thead th a{
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 0 #666666;
	white-space:nowrap;
}
/* */
.tableList tbody td{
	border-top:1px #e9e9e9 solid;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#626972;
	padding-top:3px;
	padding-bottom:3px;
	white-space:nowrap;
}
.tableList tbody #action{
	visibility:hidden;
}
.rollOn{
	background:#eeeeee;
	cursor:pointer;
}
.tableList tbody .rollOn #action{
	visibility:visible;
}
.tableList tbody .alternate{
	background:#fff;
}
/* */
.tfoot{
	background:url("../images/table_header.gif") bottom left repeat-x;	
	border:1px solid #d7d7d7;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#111111;
	height:30px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	margin-top:5px;
}
.tfoot select{
	border:1px solid #d7d7d7;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#626972;
}
.tfoot .infoPage{
	color:#777777;	
}
/* */
h2{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:0px;
}
span{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
}
.or{
	font-size:12px;
	font-family:Arial;
	color:#aaaaaa;
}
div.buttonFooter{
	margin-top:30px;
	border-top:1px solid #dddddd;
	bottom:0px;
	text-align:right;
	width:100%;
}
div.buttonFooter input{
	margin-right:5px;
}

div.buttonFooter div{
	margin-top:10px;
	margin-right:20px;
	margin-bottom:20px;
}
/*  */
.panels{
	overflow:auto;
	margin-bottom:20px;
}
.panel{
	overflow:auto;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#f9f9f9;
	border:#EEE 1px solid;
	margin:5px;
	padding:10px;
	float:left;
	width:265px;
}
.panel h1{
	font-family:arial;
	font-size:13px;
	color:#333;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	text-shadow:1px 1px 0 #fff;
}
.panel div, .panel img{
	float:left;
}
.panel div{
	padding-left:10px;
}
.panel div.col{
	clear:both;
	overflow:hidden;
	padding:0px;
	margin-top:5px;
	width:auto;
}
.panel div.col img{
	margin-right:5px;
}
.panel td.texte{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
	text-shadow:1px 1px 0 #fff;
	padding:2px;
}
.panel td.value{
	text-align:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0f740a;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
	padding:2px;
}
.divTabs{
	display:none;	
}

.bold{
	font-weight:bold;
}
.red{
	color:#C00;
}

.popWindow{
	position:absolute;
	left:0px;
	top:0px;
	width:450px;
	height:auto;
	zIndex:1000;
	background:url('../images/popWindowDegrade.jpg') bottom left repeat-x #fff;
	border:#fff 5px solid;
	padding:10px;
}
#backWindow{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	zIndex:100;
	background:#333;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.popWindow h1{
	font-size:20px;
	margin-bottom:3px;
}
.popWindow .info{
	font-size:12px;
	color:#888;
}

a.admin_menu_active img{
	margin-right:4px;
	border:0px;
}
a.admin_menu img{
	margin-right:4px;
	border:0px;
}
a.admin_menu_active{
	padding:20px;
	background:#FFF;
	text-decoration:none;
	color:#111;
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
	cursor:pointer;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
a.admin_menu{
	padding:20px;
	background:#111;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
	cursor:pointer;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
a.admin_menu:hover{
	padding:20px;
	background:#111;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-right:5px;
	cursor:pointer;
	padding-top:8px;
	padding-bottom:8px;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
