html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 800px;
}


body{
	position: relative;
	color: #000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	z-index: 1;
}




#gcdl_container{
	position: relative;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	background-color: #FFF;
}
#gcdl_header{
	position: relative;
    background: white;
	height: 105px;
	width: 100%;
	color: #904C29;
	z-index: 2;
}
#gcdl_header h1 a, h2 a{
	text-decoration: none;
	color: #904C29;
}

#gcdl_header #gcdl_logo{
	position: absolute;
	top: 15px;
	left: 18px;
	width: 150px;
	height: 75px;
	background: transparent url(../images/logo_gcdl.png) no-repeat top left;
}
#gcdl_logo span{
	display: none;
}

#gcdl_logo:hover{
	border: none;
	text-decoration: none;
}
#gcdl_header h1{
	position: relative;
	top: 30px;
	margin: 0 50px;
	color: #904C29;
	text-align: center;
	font: 32px  Helvetica,Verdana, sans-serif;
	white-space: nowrap;

}


#gcdl_header_nav{
	position: absolute;
	font: 10px Helvetica, sans-serif;
	right: 10px;
	top: 70px;
	white-space: nowrap;
}
#gcdl_header_nav a{
	font: 10px Helvetica, sans-serif;
	font-family: Helvetica;
	color: #904C29;
	text-decoration: none;
}
#gcdl_header_nav a:hover{
	text-decoration: underline;
}

#gcdl_body {
	position: relative;
	padding: 18px 18px 78px 18px;
/* Generated by Softmatic Gradient Pro (V2.0) on 2012-10-27 08:39:18 +0000 */

background-color: #BFBFBF;
background-image: -moz-linear-gradient(270deg,rgb(191,191,191) 0.00%,rgb(255,255,255) 10px);
background-image: -o-linear-gradient(270deg,rgb(191,191,191) 0.00%,rgb(255,255,255) 10px);
background-image: -linear-gradient(270deg,rgb(191,191,191) 0.00%,rgb(255,255,255) 10px);
background-image: -webkit-gradient(linear,left top,right bottom,from(rgb(191,191,191)),to(rgb(255,255,255)));
background-image: -webkit-linear-gradient(270deg,rgb(191,191,191) 0.00%,rgb(255,255,255) 10px);
background-image: -ms-linear-gradient(270deg,rgb(191,191,191) 0.00%,rgb(255,255,255) 10px);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FFBFBFBF',EndColorStr='FFFFFFFF');

	min-height: 420px;
	font-family: Helvetica;
	color: #63711F;
	font-size: 12px;
	z-index: 1;
}

#gcdl_body h1 {
	font-family: Helvetica;
	color: #4B640D;
    font-size: 16px;
}


#gcdl_body h2{
	color: #4B640D;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 17px;
	padding: 5px;
	border-bottom: 1px solid  #4B640D;
}

#gcdl_body table td span.spanConge{
	font-weight: normal;
	color: #B3B823;
	width: 100%;
	display: block;
	padding: 0;
}


#gcdl_footer{
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	letter-spacing: 1px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	z-index: 2;
    background: #FFF url('../images/footer.png') repeat-x top left;
}














form{
	margin: 0;
}

img{
	border: none;
	padding: 0 3px;
}
hr{
    padding: 0;
    border: none;
    margin: 0;
}
div.half_td{

    height: auto;
    min-height: 25px;
    line-height: 19px;
    padding-top: 3px;
    margin: 0;


}
button img{
	padding-right: 5px;
	vertical-align: bottom;
}

a{
	color: #444444;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px solid #555555;
}

td a:hover,  a.nohover:hover{
	text-decoration: none;
	border: 0px;
}

td a img, a img{
	text-decoration: none;
	border: 0px;
}

legend{
	font-weight: bold;
}

pre{
	text-align: left;
}

.center{
	text-align: center;
}


.code{
	font-family: Courier, serif;
}

.highlight{
	background: yellow;
	border: 1px solid white;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	padding: 2px 2px 2px 0;
	margin: 2px 2px 2px 0;

}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

.justify{
	text-align: justify;
	line-height: 1.4em;
}

.sup, .beta{
	vertical-align: super ;
	font-size: 10px;
}
.beta{
	color: #C00;
}

.nowrap{
	white-space: nowrap;
}

.nowrap_center{
	white-space: nowrap;
	text-align: center;
}

.pointer{
	cursor: pointer;
}

.hidden{
	display: none;
}

.fade, .fade input{
	color: #C5C541;
}

.fade_grey{
	color: #AAA;
}

.yes,.dark_green{
	color: #0C0;
}

.light_green{
	color: #7F7F00;
}

.dark_blue{
	color: #066;
}

.no, .red{
	color: #C00;
}

.light_red{
	color: #F33;
}

.orange{
	color: #FF7F00;
}

.good{
	background-color: #8F8;
	color: #000;
}

.bad{
	background-color: #F88;
	color: #000;
}

.small{
	font-size: 10px;
	color: #555555;
}

.big{
	font-size: 15px;
}


.hover:hover{
	text-decoration: underline;
}

.no_underline, .no_underline:hover{
	text-decoration: none;
	border: none;
}

.frame{
	background-color:#FCFCFC;
	padding: 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 2px #666;
	-moz-box-shadow: inset 0px 1px 2px #666;
	box-shadow: inset 0px 1px 2px #666;
}

div.right_button{
	position: absolute;
	right: 5px;
	top: -3px;
}

div.ok_step{
	position: absolute;
	right: 10px;
	top: 4px;
	width: 36px;
	height: 36px;
	background: #FFF url("../images/icons/icon_ok_big.png") top left no-repeat;
}

select.small{
	font-size: 10px;
	color: #333;
}


img.float_right,span.float_right{
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	width: auto;
	top: 0;
}

span.float_right img{
	vertical-align: middle;
	padding-right: 0;
	margin-right: 0;
}

span.float_right a:hover{
	text-decoration: none;
	border: 0;
}

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

button, .message button.normal, button[enabled] {
	padding: 2px 5px;
	color: #444444;
	font-size: 12px;
	border: 1px solid #D8DDE1;
/*	background: #F7F8FA url('../images/bkgd_button.png') repeat-x top left;*/
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(236,236,236)),
	    color-stop(0.31, rgb(251,251,251)),
	    color-stop(0.75, rgb(251,251,251)),
	    color-stop(0.98, rgb(235,235,235))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(236,236,236) 15%,
	    rgb(251,251,251) 31%,
	    rgb(251,251,251) 75%,
	    rgb(235,235,235) 98%
	);
	cursor: pointer;
	font-weight: bold;
	margin: 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

button:active, .message button.normal:active, button[enabled]:active,button.selected{
	border-color: #A8BBB9;
	color: #222222;
	text-shadow: 1px 1px 2px #CCC;
/*	background-image:url(../images/bkgd_button_active.png);*/
	background: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.4, rgb(233,234,234)),
    	color-stop(0.7, rgb(216,217,217)),
    	color-stop(1, rgb(153,154,154))
	);
	background: -moz-linear-gradient(
    	center bottom,
    	rgb(233,234,234) 40%,
    	rgb(216,217,217) 70%,
    	rgb(153,154,154) 100%
	);

}

button[disabled]{
	color: #CCC;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(236,236,236)),
	    color-stop(0.31, rgb(251,251,251)),
	    color-stop(0.75, rgb(251,251,251)),
	    color-stop(0.98, rgb(235,235,235))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(236,236,236) 15%,
	    rgb(251,251,251) 31%,
	    rgb(251,251,251) 75%,
	    rgb(235,235,235) 98%
	);
	text-shadow: none;
}

button[disabled] img{
        opacity:0.4;
        filter:alpha(opacity=40);
}


button[disabled]:active{
	color: #CCC;
}

button:hover,button[enabled]:hover{
	border-color: #A8BBB9;
	color: #222222;
	text-shadow: 1px 1px 2px #CCC;
}

button[disabled]:hover{
	color: #CCCCCC;
	border-color: #D8DDE1;

}


button.red_button{
	border-color: #750000;
	/* Generated by Softmatic Gradient Pro (V2.0) on 2012-07-13 09:07:14 +0000 */

	background-color: #990000;
	background-image: -moz-linear-gradient(270deg,rgb(153,0,0) 0.45%,rgb(117,0,0) 46.10%,rgb(153,0,0) 99.91%);
	background-image: -o-linear-gradient(270deg,rgb(153,0,0) 0.45%,rgb(117,0,0) 46.10%,rgb(153,0,0) 99.91%);
	background-image: -linear-gradient(270deg,rgb(153,0,0) 0.45%,rgb(117,0,0) 46.10%,rgb(153,0,0) 99.91%);
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgb(153,0,0)),color-stop(46.10%,rgb(117,0,0)),to(rgb(153,0,0)));
	background-image: -webkit-linear-gradient(270deg,rgb(153,0,0) 0.45%,rgb(117,0,0) 46.10%,rgb(153,0,0) 99.91%);
	background-image: -ms-linear-gradient(270deg,rgb(153,0,0) 0.45%,rgb(117,0,0) 46.10%,rgb(153,0,0) 99.91%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FF990000',EndColorStr='FF990000');

	color: #EEE;
}

button.red_button:hover{
	color: #FFF;
	border-color: #660000;
	text-shadow: none;
}

button.red_button:active{
	border-color: #750000;
	/* Generated by Softmatic Gradient Pro (V2.0) on 2012-07-13 09:03:08 +0000 */

	background-color: #750000;
	background-image: -moz-linear-gradient(270deg,rgb(117,0,0) 0.45%,rgb(153,0,0) 46.10%,rgb(117,0,0) 99.91%);
	background-image: -o-linear-gradient(270deg,rgb(117,0,0) 0.45%,rgb(153,0,0) 46.10%,rgb(117,0,0) 99.91%);
	background-image: -linear-gradient(270deg,rgb(117,0,0) 0.45%,rgb(153,0,0) 46.10%,rgb(117,0,0) 99.91%);
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgb(117,0,0)),color-stop(46.10%,rgb(153,0,0)),to(rgb(117,0,0)));
	background-image: -webkit-linear-gradient(270deg,rgb(117,0,0) 0.45%,rgb(153,0,0) 46.10%,rgb(117,0,0) 99.91%);
	background-image: -ms-linear-gradient(270deg,rgb(117,0,0) 0.45%,rgb(153,0,0) 46.10%,rgb(117,0,0) 99.91%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FF750000',EndColorStr='FF750000');
}


button.green_button{
	border-color: #007500;
	/* Generated by Softmatic Gradient Pro (V2.0) on 2012-07-13 09:07:14 +0000 */

	background-color: #009900;
	background-image: -moz-linear-gradient(270deg,rgb(0,153,0) 0.45%,rgb(0,117,0) 46.10%,rgb(0,153,0) 99.91%);
	background-image: -o-linear-gradient(270deg,rgb(0,153,0) 0.45%,rgb(0,117,0) 46.10%,rgb(0,153,0) 99.91%);
	background-image: -linear-gradient(270deg,rgb(0,153,0) 0.45%,rgb(0,117,0) 46.10%,rgb(0,153,0) 99.91%);
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgb(0,153,0)),color-stop(46.10%,rgb(0,117,0)),to(rgb(0,153,0)));
	background-image: -webkit-linear-gradient(270deg,rgb(0,153,0) 0.45%,rgb(0,117,0) 46.10%,rgb(0,153,0) 99.91%);
	background-image: -ms-linear-gradient(270deg,rgb(0,153,0) 0.45%,rgb(0,117,0) 46.10%,rgb(0,153,0) 99.91%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FF990000',EndColorStr='FF990000');

	color: #EEE;
}

button.green_button:hover{
	color: #FFF;
	border-color: #006600;
	text-shadow: none;
}

button.green_button:active{
	border-color: #007500;
	/* Generated by Softmatic Gradient Pro (V2.0) on 2012-07-13 09:03:08 +0000 */

	background-color: #007500;
	background-image: -moz-linear-gradient(270deg,rgb(0,117,0) 0.45%,rgb(0,153,0) 46.10%,rgb(0,117,0) 99.91%);
	background-image: -o-linear-gradient(270deg,rgb(0,117,0) 0.45%,rgb(0,153,0) 46.10%,rgb(0,117,0) 99.91%);
	background-image: -linear-gradient(270deg,rgb(0,117,0) 0.45%,rgb(0,153,0) 46.10%,rgb(0,117,0) 99.91%);
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgb(0,117,0)),color-stop(46.10%,rgb(0,153,0)),to(rgb(0,117,0)));
	background-image: -webkit-linear-gradient(270deg,rgb(0,117,0) 0.45%,rgb(0,153,0) 46.10%,rgb(0,117,0) 99.91%);
	background-image: -ms-linear-gradient(270deg,rgb(0,117,0) 0.45%,rgb(0,153,0) 46.10%,rgb(0,117,0) 99.91%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='75FF0000',EndColorStr='75FF0000');
}



#message{
	position: fixed;
	background-color: #C00;
	color: #FFF;
	width: 100%;
	height: auto;
	top: 0;
	padding: 5px;
	border-bottom: 1px solid #500;
	text-align: center;
	z-index: 200;
}

#message.success{
	background-color: #090;
	border-bottom: 1px solid #050;

}

#container{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 10px;*/
}
p.error, p.message, div.error, div.message, div.warning,p.warning{
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	color: #300;
	text-align: center;
	border-top: 1px solid #CAA;
	border-bottom: 1px solid #CAA;
	padding: 2px;
	margin-bottom: 20px;
	background-color: #FDD;
}
p.warning,div.warning{
	font-weight: bold;
	line-height: 1.5em;
	font-size: 12px;
	border: 1px solid #CAA;
	padding: 10px;
	color: #500;
	height: 75px;
	text-align: left;
}
div.warning{
	background: #FDD url("../images/warning.png") 10px 10px no-repeat;
	padding-left: 130px;
	min-height: 120px;
}
p.warning img,div.warning img{
	display: block;
	padding-right: 20px;
	float: left;
}

p.message img, div.message img{
	vertical-align: middle;
}

p.message, div.message{
	position: relative;
	color: #444;
	background-color: #D8DDE1;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

.message button, button.small{
	font-size: 10px;
	margin: 0 5px;
}

div.field_description, span.field_description{
	float: left;
	width: 190px;
	font-size: 10px;
	text-align: right;
	margin-top: 2px;
	padding: 2px;
	line-height: 14px;
	background-color: #D8DDE1;
	text-align: center;
	height: 14px;
	border-top: 1px solid #758886;
	border-left: 1px solid #758886;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	font-weight: bold;
}


#body{
	position: relative;
	padding: 20px 0px;
}

#footer{
	font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	color: #888;
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 13px;
	line-height: 1.5em;
/*	border-top: 1px solid #DDD;*/
	margin-right: 10em;
}

input, select {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

input.not_unique{
	color: #555;
	background: #FFF url('../images/not_unique.png') no-repeat center right;
}

textarea, .sequence {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	text-align: left;
}

h1{
	text-align: center;
	color: #D6161D;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-bottom: 13px;
}
h2 select{
	font-size: 14px;
}

h3,h4{
	color: #D6161D;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

h4{
	margin-top: 1em;
	border-bottom: 1px solid #D6161D;
}

/*#gcdl_subtitle{
	position: relative;
	padding: 0 30px;
}
*/
.box{
	position: relative;
	background: transparent;
	margin: 20px;
	margin-top: 0;

}

.box_solid{
	border-left: 1px solid #D8DDE1;
	border-right: 1px solid #D8DDE1;
	background-color: #F7F8FA;
	text-align: left;
}

.box_solid_title, .box_title{
	position: relative;
	font: 15px Verdana, sans-serif;
	color: #4B640D;

	margin-top: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #4B640D;
}
.box_solid_title{
	background: #FA0014 url(../images/bkgd_box_title.png) repeat-x top left;
	color: #F7F8FA;
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
}

.box_content, .box_solid_content{
	position: relative;
	color: #4B640D;
	padding: 0 10px 10px 10px;
	margin-bottom: 0;
}

.box_solid_content ul{
	padding-left: 5px;
	list-style: none;
	line-height: 1.5em;
	color: #4B640D;
	text-indent: 0;
}

.box_solid_content li{
	text-indent: 0px;
	padding: 0;

}

.box_solid_content li:hover{
	color: #000;
}

.bl_solid {
	background-image: url(../images/bl_solid.png);
	height: 6px;
	font-size: 2px;
	margin-right: 5px;
}
.br_solid {
	background-image: url(../images/br_solid.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 6px;
	font-size: 2px;
	margin-top: -6px;
}
.tl_solid {
	background-image: url(../images/tl_solid.png);
	height: 6px;
	font-size: 1px;
	margin-right: 6px;
}
.tr_solid {
	float: right;
	margin-top: -6px;
	background-image: url(../images/tr_solid.png);
	height: 6px;
	width: 6px;
	font-size: 1px;
}

div.twoCol{
	position: relative;
	width: 98%;
	padding: 7px 2px;
	color: inherit;
	background: inherit;
	clear: both;
/*	overflow: auto;*/
	overflow: visible;
	z-index: 10;
}

div.leftCol{
	position: relative;
	width: 49%;
	text-align: right;
	padding-right: 1em;
	margin-left: -10px;
	float: left;
	z-index: 9;
}

div.leftCol span{
	padding: 0 5px;
}

div.rightCol{
	position: relative;
	width: 49%;
	text-align: left;
	padding-left: 1em;
	margin-left: -10px;
	float: right;
	z-index: 9;
}

div.box_two_col{
	background: #FFF;
	border: 1px solid #888;
	clear: both;
}

div.box_two_col div.twoCol{
	border-bottom: 1px solid #888;
	padding: 10px;
	width: auto;
	overflow: auto;
}


#body table{
	position: relative;
	border-bottom: 1px solid #555555;
	border-spacing: 0;
	width: 100%;
	margin: 20px 0;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
}

#body table.mceLayout,#body table.mceToolbar,#body table.mceSplitButton, #body table.mceListBox{
	border-bottom: none;
	margin: auto;
}

#body th{
/*	background: #444 url(../images/bkgd_box_title.png) repeat-x top left;*/
/* Generated by Softmatic Gradient Pro (V2.0) on 2012-10-27 09:53:58 +0000 */

background-color: #904C29;
background-image: -moz-linear-gradient(270deg,rgb(144,76,41) 0.55%,rgb(58,30,15) 99.77%);
background-image: -o-linear-gradient(270deg,rgb(144,76,41) 0.55%,rgb(58,30,15) 99.77%);
background-image: -linear-gradient(270deg,rgb(144,76,41) 0.55%,rgb(58,30,15) 99.77%);
background-image: -webkit-gradient(linear,left top,right bottom,from(rgb(144,76,41)),to(rgb(58,30,15)));
background-image: -webkit-linear-gradient(270deg,rgb(144,76,41) 0.55%,rgb(58,30,15) 99.77%);
background-image: -ms-linear-gradient(270deg,rgb(144,76,41) 0.55%,rgb(58,30,15) 99.77%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FF904C29',EndColorStr='FF3A1E0F');

	color: #F7F8FA;
	text-align: center;
/*	border-top: 2px solid #fde38b;*/
/*	border-bottom: 1px solid #723b09;*/
	font-size: 12px;
}

#body table.mceLayout th, #body table.mceToolbar th, #body table.mceSplitButton th,#body table.mceListBox th{
	background: transparent;
}

#body th.select{
	font-size: 9px;
	color: #F7F8FA;
}

#body table.small_font *{
	font-size: 9px;
}


#body td{
	position:relative;
	border-bottom: 1px solid #D8DDE1;
	border-top: 1px solid #F7F8FA;
	padding: 0 5px;
	vertical-align:	top;
}

#body table.mceLayout td, #body table.mceToolbar td, #body table.mceSplitButton td, #body table.mceListBox td{
	border: none;
	padding: 0;
	vertical-align: middle;
}

#body td img{
	vertical-align: top;
	margin-top: 3px;
}

#body td.center{text-align: center;}

#body td.left{text-align: left;}

#body td.center_nowrap{
	text-align: center;
	white-space: nowrap;
}

#body table tfoot{
	visibility: hidden;
	display: none;
}

#body tr{
	line-height: 20px;
	height: 20px;
	background-color: #EEE;
	border-top: 1px solid #D8DDE1;
	border-bottom: 1px solid #F7F8FA;
}

#body table.mceLayout tr, #body table.mceToolbar tr, #body table.mceSplitButton tr, #body table.mceListBox tr{
	line-height: auto;
	height: auto;
	background: transparent;
	border: none;
}

#body tr.dropdown td{
	padding: 5px 20px;
	background-color: #FCFCFC;
	border-top: 1px solid #758886;
	border-left: 1px solid #758886;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;

}
div.highlight_hover:hover, tr.highlight_hover:hover, #body tr.highlight_hover:hover{
	background-color: #F8F8F8;
}

#body tr.highlight_hover_red:hover{
	background-color: #F8F8F8;
}

#body tr.highlight_hover_fade{
	color: #C5C541;
}


#body tr.highlight_hover  img{
	cursor: pointer;
}

#body table.uploadTable td{
	padding: 5px;
}

#body table.uploadTable * td.BoxDescription{
	font-weight:bolder;
	padding-left:10px;
}


#body table.uploadTable * td.separator {
/*	background-color: #C0E0E0; */
	border-top: 1px dotted #555555;
	font-weight:bolder;
	padding-left:10px;
	color: #555555;
}

#body table.uploadTable * td.errormsg {
	font-weight:bolder;
	color: #CC0000;
	text-align:center
}

#body table.uploadTable * span.errormsg {
	display: block;
	width: 600px;
	margin: 0 auto;
	font-weight:bolder;
	color: #CC0000;
	text-align:center
}


#body table.uploadTable * td.outer {
	padding: 0;
}

#body table.inner {
	border: none;
	width: auto;
	margin: 0;
	margin-left: 5px;
}

#body table.inner tr.inner {
	border: none;
}

#body table.inner * td.inner {
	padding: 0;
	border-top: 0;
	width: 120px;
}

#body table.inner * td.innerAutoWidth {
	padding: 0;
	border-top: 0;
}

#body table.middle * td{
	vertical-align: middle;
}

#center_box .sb-inner, #results_box .sb-inner { background: #F7F8FA; }
#center_box .sb-shadow, #results_box .sb-shadow { background: #603F36; }
#center_box .sb-border, #results_box .sb-border { background: #FFF; }

#center_box_content{
	position: fixed;
	height: auto;
	display: none;
	visibility: hidden;
	z-index: 110;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#center_box{
	color: #D6161D;
	width: 500px;
	padding: 30px;
	position: relative;
	line-height: 1.5em;
	border: 2px solid #FFF;
	background-color: #F7F8FA;
	top: 100px;
	-webkit-box-shadow: 0px 10px 20px #888;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 10px 20px #888;
	-moz-border-radius: 10px;
	box-shadow: 0px 10px 20px #888;
/*	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=10,Color='#888', Positive='true')*/
}

div.close_box{
	position: absolute;
	width: 36px;
	top: 85px;
	left: -15px;
	height: 36px;
	padding: 2px;
	z-index: 111;
	background: transparent url(../images/close.png) no-repeat left top;
	cursor: pointer;
}

div.close_results_box{
	position: absolute;
	width: 26px;
	top: 0px;
	right: 20px;
	height: 26px;
	z-index: 111;
	background: transparent url(../images/icons/icon_hide.gif) no-repeat left top;
	cursor: pointer;
}


ul.float{
	list-style: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.float li{
	float: left;
	text-indent: 0;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
}

ul.float_dashboard{
	list-style: none;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

ul.float_dashboard li.dashboard_float{
	float: left;
	text-indent: 0;
	margin-right: 10px;
	margin-left: 10px;

	width: 100px;
	height: 100px;
	padding: 5px 10px 5px 0px;
	position: relative;
	background: transparent url(../images/bkgd_button_dashboard.png) no-repeat top left;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

ul.float_dashboard li.dashboard_float:hover{
	background: transparent url(../images/bkgd_button_dashboard_hover.png) no-repeat top left;
	cursor: pointer;
}

li.dashboard{
	font-weight: bold;
	cursor: pointer;
	padding: 0px 4px;
	list-style: none;
}

li.dashboard:hover{
	background: #F7F8FA url(../images/icons/icon_li_select.png) no-repeat top left;
	padding: 0px 4px 0 25px;
	margin-left: -21px;
/*	border: 1px solid #888;*/
}






.login_form{
	background-color: white;
	position: relative;
/*	margin: 20px auto;*/
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #758886;
	padding: 15px;
	color: #555555;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
}

#maintenance,.maintenance{
	background-color: white;
	position: relative;
	width: 600px;
	margin: 20px auto;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #758886;
	padding: 50px;
	color: #555555;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
}


#center_box iframe
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 600px;/*must have for any big value*/
height: 600px;/*must have for any big value*/;
}

#dhtmltooltip{
position: absolute;
width: 100px;
border: 1px solid #555555;
color: #555;
font-size: 12px;
padding: 5px;
background-color: #FFF;
text-align: center;
visibility: hidden;
z-index: 100;
/*filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;*/
}

div.autocomplete_choices a {
   color: black;
 }
 div.autocomplete_choices ul {
   border:1px solid black;
   margin:0;
   padding:0;
   list-style-type:none;
 }
 div.autocomplete_choices ul li.selected {
   background-color: #FFFADD;
 }


 div.autocomplete {
	position:absolute;
	width: 300px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	z-index: 50;
 }
 div.autocomplete ul {
	position: relative;
   	list-style-type:none;
   	margin:0px;
   	padding:0px;
	background-color: #FFF;
/*	overflow: auto;*/
 }
 div.autocomplete ul li.selected { background-color: #D8DDE1;}
 div.autocomplete ul li {
	position: relative;
	font-size: 10px;
	text-align: left;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	min-height:1.1em;
	cursor:pointer;
	overflow: hidden;
 }

iframe.img {
	background-color: #FFF;
	position: relative;
    border-width: 0px;
    height: 100px;
    width: 100%;
	text-align: center;
    vertical-align:top;
}

iframe.hidden {
    visibility: hidden;
    width:0px;
    height:0px;
}


th select{
	border: 0px none;
	color: #F7F8FA;
	background-color: #FA0014;
	font-weight: bold;
}

li.navigation_button_border{
	clear: both;
	width: 120px;
	vertical-align: bottom;
	cursor: pointer;
	text-align: left;
	margin: 0;
	padding: 0;
}

li.navigation_button_border{
	float: left;
	clear: none;
	vertical-align: middle;
}

li.navigation_button a,li.navigation_button_border a,li.navigation_button_vertical a{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: 18px;
}

li.navigation_button.selected, li.navigation_button_vertical.selected,li.navigation_button_border.selected, span.browse_button.selected{
    color: #B5B723;
}

li.navigation_button.selected a, li.navigation_button_vertical.selected a,li.navigation_button_border.selected a{
	color: #B5B723;
}


li.navigation_button a:hover{
    border: none;
    text-shadow: 0px 0px 1px #63711F;
}

li.navigation_button.selected a:hover{
    border-bottom: none;
    text-shadow: none;
}

li.navigation_button img,li.navigation_button input, li.navigation_button_vertical img {
	margin-top: -4px;
	vertical-align: middle;
}

li.navigation_button a, li.navigation_button_vertical a, span.browse_button a{
	vertical-align: middle;
	font-size: 20px;
	color: #4B640D;
}

li.navigation_button a:hover, li.navigation_button_vertical a:hover, span.browse_button a:hover{
	text-decoration: none;
}
#navigation_title{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	clear: left;
	width: 100%;
	height: 25px;
	margin-bottom: 40px;
	vertical-align: middle;
	font-size: 16px;
	color: #555555;
	font-family: 'HelveticaCondLight', Helvetica, Arial, sans-serif;

}

li.navigation_button,li.navigation_button_fake, li.navigation_button_border, li.navigation_button_vertical, span.browse_button{
	position: relative;
	float: left;
	height: 20px;
	padding: 0 3px;
	vertical-align: middle;
	font-size: 16px;
	color: #FF5555;
	cursor: pointer;

}

li.navigation_button_fake{
	border-left: none;
	border-right: none;
}


 span.browse_button{
	float: none;
	display: inline;
	font-size: 12px;
	padding: 4px;
	margin: 0;
	width: 150px;
	vertical-align: middle;
	cursor: pointer;
	text-align: left;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

div.step,div.white_box,div.help{
	position: relative;
	width: 950px;
	margin: auto;
	padding: 10px;
	padding-left: 60px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 40px;
	clear: both;
	margin-bottom: 20px;
	background-color: #904C29;
	box-shadow: inset 0px 0px 5px #3A1E0F;
	color: white;
}

div.white_box,div.help{
	padding-left: 10px;
}
div.help{
	padding: 5px 30px;
	background: #FFF url(../images/3d_question_mark.png) no-repeat 10px 10px;
    color: #904C29;
    width: 800px;
    margin: auto;
	display: none;
}
div.help li{
	line-height: 20px;
}

fieldset{
	margin-bottom: 10px;
}
#body table.calendar tr,#planning tr, #printing tr{
	background-color: #F9F9F9;
	height: 100px;
}
#body table.calendar td, #planning td, #printing td{
	background-color: #FCFCFC;
	height: 50px;
	width: 100px;
	position: relative;
	border: 1px solid #3A1E0F;
	border-left: 0;
	border-top: 0;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
}
#body #table_contingent tr, #body #table_contingent td{
	height: 40px;
}

#body #table_contingent input{
	text-align: center;
}

#body #table_calendar tr,#body #table_printing tr{
	height: 80px;
}

#body table td.left_border{
	border-left: 1px solid #62890A;
}

#body table.calendar td div{
/*	position: absolute;*/
	z-index: 2;
	color: #2F4600;
	font-size: 14px;
	text-align: center;
	width: 100px;
/*	height: 20px;*/
	top: 35px;
	left: 0;
}


#body table.calendar tr.class0, #planning tr.class0, #printing tr.class0, #body #table_calendar tr.class0,#body #table_printing tr.class0{
	height: 30px;
	font-size: 13px;
}

#body table.holidays tr, #body table.holidays td, #body table.holidays th{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	
}
#body table.holidays tr{
	opacity: 0.9;
}
#body table.holidays tr:hover, #body table.holidays tr.class0{
	opacity: 1;
}

#planning, #printing{
	position: relative;
	margin: 10px auto;
}

#planning tr,#printing tr{
	height: 50px;
}

#printing{
	display: none;
}
#week_planning div{
	position: relative;
	width: 100%;
}

#week_planning div img.delete{
	position: absolute;
	right: 0;
	top: 2px;
	width: 12px;
}

#set_holidays, #set_holidays input{
	font-size: 13px;
}
#set_holidays input{
	margin: 0 6px;
}

#set_holidays select{
	font-size: 13px;
}

div.calendar{
	z-index: 200;
}
#select_week, #select_periode, #select_month{
	font-size: 13px;
}
.print_only{
	display: none !important;
}

#div_select{
	height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3A1E0F;
}

#div_select h1{
	padding: 0;
	margin: 2px 200px;
	font-size: 15px;
	color: #904C29;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.dimanche{
	color: #F66 !important;
}

#table_absences.big tr,#table_absences.big th,#table_employees.big tr, #table_holidays.big tr,#table_requests.big tr,#table_employees.big th, #table_holidays.big th,#table_requests.big th{
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	vertical-align: middle;

}
#table_absences.big input, #table_absences.big select{
	font-size: 13px;
	text-align: center;
}
#table_employees.big input{
	font-size: 12px;
	text-align: center;
}

#list_holidays{
	line-height: 20px;
}

#employee_list{
    background-color: #FFF;
    padding: 10px 0;
    list-style: none;
    box-shadow: 1px 1px 3px #904C29;
}

#employee_list li{
    line-height: 20px;
    color: #904C29;
    padding: 0 10px;
}

#employee_list li:hover{
    cursor: pointer;
    color: #3A1E0F;
  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(247, 247, 247) ),
        color-stop( 1.0, rgb(229, 229, 229) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(247, 247, 247),
        rgb(229, 229, 229) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(247, 247, 247),
        rgb(229, 229, 229) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(247, 247, 247),
        rgb(229, 229, 229) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(247, 247, 247),
        rgb(229, 229, 229) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(247, 247, 247),
        rgb(229, 229, 229) );

}

span.wc_jour{
	font-size: 16px;
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	color: #333;
	text-align: center;
}

span.wc_employee{
	font-size: 16px;
	width: 100%;
	display: inline-block;
	padding: 20px 0;
	color: #000;
	text-align: center;
	font-weight: bold;
}

span.wc_employee select{
	font-size: 14px;
}