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;
}
img{
	border: none;
	padding: 0 3px;
}


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, #sib_header a{
	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: 14px;
}
.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: #888888;
}

.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: 14px;
}


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

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

.frame{
	background-color:#FDFFF5;
	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.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;*/
/* Generated by Softmatic Gradient Pro (V2.0) on 2012-04-13 08:38:51 +0000 */

background-color: #DEE5B3;
background-image: -moz-linear-gradient(90deg,rgb(222,229,179) 0.23%,rgb(241,245,218) 58.08%,rgb(222,229,179) 99.73%);
background-image: -o-linear-gradient(90deg,rgb(222,229,179) 0.23%,rgb(241,245,218) 58.08%,rgb(222,229,179) 99.73%);
background-image: -linear-gradient(90deg,rgb(222,229,179) 0.23%,rgb(241,245,218) 58.08%,rgb(222,229,179) 99.73%);
background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(222,229,179)),color-stop(58.08%,rgb(241,245,218)),to(rgb(222,229,179)));
background-image: -webkit-linear-gradient(90deg,rgb(222,229,179) 0.23%,rgb(241,245,218) 58.08%,rgb(222,229,179) 99.73%);
background-image: -ms-linear-gradient(90deg,rgb(222,229,179) 0.23%,rgb(241,245,218) 58.08%,rgb(222,229,179) 99.73%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FFDEE5B3',EndColorStr='FFDEE5B3');


	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{
	border-color: #A8BBB9;
	color: #222222;
	text-shadow: 1px 1px 2px #CCC;
/*	background-image:url(../images/bkgd_button_active.png);*/
/* Generated by Softmatic Gradient Pro (V2.0) on 2012-04-13 08:41:22 +0000 */

background-color: #F1F5DA;
background-image: -moz-linear-gradient(90deg,rgb(241,245,218) 57.56%,rgb(123,127,99) 99.73%);
background-image: -o-linear-gradient(90deg,rgb(241,245,218) 57.56%,rgb(123,127,99) 99.73%);
background-image: -linear-gradient(90deg,rgb(241,245,218) 57.56%,rgb(123,127,99) 99.73%);
background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(241,245,218)),to(rgb(123,127,99)));
background-image: -webkit-linear-gradient(90deg,rgb(241,245,218) 57.56%,rgb(123,127,99) 99.73%);
background-image: -ms-linear-gradient(90deg,rgb(241,245,218) 57.56%,rgb(123,127,99) 99.73%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FF7B7F63',EndColorStr='FFF1F5DA');

}

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;

}

#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: 910px;
	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;
	background: #D8DDE1 url("../images/bkgd_button_table.png") repeat-x top left;
	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;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-bottom: 13px;
}
h2 select{
	font-size: 14px;
}

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

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

/*#sib_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: #555555;
	margin-top: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #555555;
}
.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: #333;
	padding: 0 10px 10px 10px;
	margin-bottom: 0;
}

.box_solid_content ul{
	padding-left: 5px;
	list-style: none;
	line-height: 1.5em;
	color: #333;
	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-04-13 09:05:29 +0000 */

background-color: #075B47;
background-image: -moz-linear-gradient(90deg,rgb(7,91,71) 0.66%,rgb(17,168,131) 99.85%);
background-image: -o-linear-gradient(90deg,rgb(7,91,71) 0.66%,rgb(17,168,131) 99.85%);
background-image: -linear-gradient(90deg,rgb(7,91,71) 0.66%,rgb(17,168,131) 99.85%);
background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(7,91,71)),to(rgb(17,168,131)));
background-image: -webkit-linear-gradient(90deg,rgb(7,91,71) 0.66%,rgb(17,168,131) 99.85%);
background-image: -ms-linear-gradient(90deg,rgb(7,91,71) 0.66%,rgb(17,168,131) 99.85%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FF11A883',EndColorStr='FF075B47');


	padding: 1px 3px;
	color: #F9F9F9;
	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 #DEE5B3;
	border-top: 1px solid #FEFFF9;
	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: #F1F5DA;
	border-top: 1px solid #F1F5DA;
	border-bottom: 1px solid #DEE5B3;
}

#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: #F1F5DA;
	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: #FFFFFC;
}

#body tr.highlight_hover_red:hover{
	background-color: #FFF8F8;
}
#body tr.highlight_hover_blue:hover{
	background-color: #EEF8FF;
}

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


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

#body tr.highlight_hover_red{
	background-color: #FEE;
}
#body tr.highlight_hover_blue{
	background-color: #DDEEFF;
}

#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{
	top: 50px;
	position: fixed;
	height: auto;
	display: none;
	visibility: hidden;
	z-index: 110;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#center_box{
	width: 500px;
	padding: 30px;
	position: relative;
	line-height: 1.5em;
	border: 2px solid #FFF;
	background-color: #F1F5DA;
	-webkit-box-shadow: 0px 10px 20px #888;
	-webkit-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: -15px;
	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;
}

#login_form{
	min-height: 170px;
}

#login_form .login_category{
	border-bottom: 1px solid #555;
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
	letter-spacing: 0.15em;
	font-weight: bold;

}

#login_form .login_button{
	position: absolute;
	top: 100px;
	width: 100%;
	text-align: center;
}

#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;
}


#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_vertical,li.navigation_button_border{
	clear: both;
	width: 120px;
	vertical-align: bottom;
	cursor: pointer;
	text-align: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

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: 13px;
	padding-top: 2px;
	padding-bottom: 2px;

}

li.navigation_button.selected, li.navigation_button_vertical.selected,li.navigation_button_border.selected, span.browse_button.selected{
/*	background: #F7F8FA url("../images/bkgd_button_title_selected.png") repeat-x top left;*/
/* Generated by Softmatic Gradient Pro (V2.0) on 2012-04-13 08:21:14 +0000 */

background-color: #F1F5DA;
background-image: -moz-linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
background-image: -o-linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
background-image: -linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(241,245,218)),to(rgb(123,127,99)));
background-image: -webkit-linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
background-image: -ms-linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FF7B7F63',EndColorStr='FFF1F5DA');


	border-top: 1px solid #7B7F63;
}

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

li.navigation_button_vertical.selected, span.browse_button.selected{
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;

}


li.navigation_button:hover{

	background: #B9BF95;
	border: 1px solid #B9BF95;
}

li.navigation_button_vertical:hover,li.navigation_button_border:hover{
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}



li.navigation_button_vertical.selected:hover,li.navigation_button_border.selected:hover,span.browse_button_selected:hover{
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;

}

li.navigation_button.selected:hover{
/*	background: #F7F8FA url("../images/bkgd_button_title_selected.png") repeat-x top left;*/
/* Generated by Softmatic Gradient Pro (V2.0) on 2012-04-13 08:21:14 +0000 */

background-color: #F1F5DA;
background-image: -moz-linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
background-image: -o-linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
background-image: -linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(241,245,218)),to(rgb(123,127,99)));
background-image: -webkit-linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
background-image: -ms-linear-gradient(90deg,rgb(241,245,218) 65.56%,rgb(123,127,99) 99.95%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FF7B7F63',EndColorStr='FFF1F5DA');


	border-top: 1px solid #7B7F63;
}

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: 12px;
	color: #555555;
}

li.navigation_button a:hover, li.navigation_button_vertical a:hover, span.browse_button a:hover{
	text-decoration: none;
	border: 0;
}
li.navigation_button_vertical a{
	text-align: left;
	padding-left: 2px;
}
#navigation_title, #navigation_history,#navigation_experiment{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	clear: left;
	width: 100%;
	height: 18px;
	margin-bottom: 40px;
	vertical-align: middle;
	font-size: 12px;
	color: #555555;

}

li.navigation_button,li.navigation_button_fake, li.navigation_button_border, li.navigation_button_vertical, span.browse_button{
	position: relative;
/*	background: #F7F8FA url("../images/bkgd_button_title.png") repeat-x top left;*/

/* Generated by Softmatic Gradient Pro (V2.0) on 2012-04-13 08:56:33 +0000 */

background-color: #B9BF95;
background-image: -moz-linear-gradient(90deg,rgb(185,191,149) 0.66%,rgb(241,245,218) 85.48%);
background-image: -o-linear-gradient(90deg,rgb(185,191,149) 0.66%,rgb(241,245,218) 85.48%);
background-image: -linear-gradient(90deg,rgb(185,191,149) 0.66%,rgb(241,245,218) 85.48%);
background-image: -webkit-gradient(linear,right bottom,left top,from(rgb(185,191,149)),to(rgb(241,245,218)));
background-image: -webkit-linear-gradient(90deg,rgb(185,191,149) 0.66%,rgb(241,245,218) 85.48%);
background-image: -ms-linear-gradient(90deg,rgb(185,191,149) 0.66%,rgb(241,245,218) 85.48%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FFF1F5DA',EndColorStr='FFB9BF95');




	border: 1px solid #B9BF95;
	float: left;
	height: 20px;
	padding: 0 3px;
	vertical-align: middle;
	font-size: 11px;
	color: #555555;
	cursor: pointer;

}

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

li.navigation_button_border.selected{
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;

}

 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{
	position: relative;
	width: 95%;
	margin: auto;
	padding: 10px;
	padding-left: 60px;
	background: #FCFFEB;
	border: 1px solid #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	min-height: 40px;
	clear: both;
	margin-bottom: 20px;
}

div.white_box{
	padding-left: 10px;
}

div.step_number{
	position: absolute;
/*	display: block;
*/	top: 10px;
	left: 10px;
	font-size: 36px;
	color: #555;
	height: 40px;
	width: 40px;
	line-height: 40px;
}


div.step_title{
	font-size: 18px;
	line-height: 20px;
	position: relative;
	margin-bottom: 40px;
}

div.white_box div.step_title{
	margin-bottom: 10px;
}

div.step_container{
	position: relative;
	clear: left;
}

#status_bar{
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
	color: #CCC;
	text-shadow: 0px 0px 1px #FFF;
	font-weight: bold;
	letter-spacing: 0.2em;
}
fieldset{
	margin-bottom: 10px;
}
#sliderContainer{
	position: relative;
	width: 260px;
	margin: auto;
}
#slider{
	position: relative;
	width: 253px;
	height: 21px;
	background: #FFF url("../images/slider2.png");
	float: left;
}
#handle{
	position: absolute;
	background: transparent url("../images/handle2.png");
	width:21px;
	height: 20px;
	margin-top: 1px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	cursor: move;
}

#all_news p.news_title{
	position: relative;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 0;
	line-height: 18px;
	margin: 2px;
	font-weight: bold;
}

#all_news p.news_title span.float_right{
	padding-top: 10px;

}
#all_news p.news_title img{
	margin-left: 4px;
	cursor: pointer;
}
#all_news p.news_author{
	margin: 0;
	padding: 0;
/*	padding-left: 10px;*/
/*	font-size: 11px;*/
/*	color: #999;*/
	font-style: italic;
	text-align: left;
}

#all_news div.news_content{
	padding-left: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999;

}

/*   Excel   */
table.excel {
	border-style:ridge;
	border-width:1;
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:12px;
}
table.excel thead th, table.excel tbody th {
	background:#CCCCCC;
	border-style:ridge;
	border-width:1;
	text-align: center;
	vertical-align:bottom;
}
table.excel tbody th {
	text-align:center;
	width:20px;
}
table.excel tbody td {
	vertical-align:bottom;
}
table.excel tbody td {
    padding: 0 3px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}
/* END Excel */
#select_experiment{
	width: 604px;
	margin: 0 auto;
}


#menu_select_experiment li{
	border: 1px solid #CCC;
	line-height: 18px;
	height: 18px;
	cursor: pointer;
	font-size: 11px;
	list-style: none;
}

#menu_select_experiment_container{
	overflow: auto;
	width: auto;
	width: 320px;
	height: 200px;
}

#menu_select_experiment{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 3px 5px #CCC;
	-moz-box-shadow: 0px 3px 5px #CCC;
	-box-shadow: 0px 3px 5px #CCC;
	max-height: 400px;
	overflow: auto;
}


#menu_select_experiment li:hover{
	background: #DDD;
	font-weight: bold;
}

#list_plot_types{
	margin: 10px;
	font-size: 14px;
}
#list_plot_types input,#list_plot_types span{
	margin-left: 20px;
	margin-right: 5px;
}
#plots canvas{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#legends{
	margin-bottom: 20px;
	margin-right: 20px;
	overflow: auto;
}

#divHelp{
	font-size: 12pt;
	padding: 20px;
}

#divHelp p{
	font-size: 12pt;
	line-height: 21px;
}

#divHelp h1{
	font-size: 16pt;
}
#divHelp h3{
	font-size: 14pt;
}