html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
 form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

dl{
	margin: 10px;
}
dt {
	font-weight: bold;
	margin-top: 10px;
}
dd{
	padding: 5px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

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{
	text-decoration: none;
	border: 0px;
}

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

legend{
	font-weight: bold;
}

pre{
	text-align: left;
}

p{
	margin: 6px;
}

.center{
	text-align: center;
}

ol{
	list-style: decimal;
}

ul.bullet{
	list-style-type: disc;
	margin-left: 2em;
	text-indent: 0em;
}

li ul.bullet{
	list-style-type: square;
}

li ol, li ul{
	margin-left: 1em;
}

ol li{
/*	text-indent: 1em;*/
	margin-left: 1em;
}

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

.nowrap_bold{
	white-space: nowrap;
	font-weight: bold;
}

.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: #F66;
}

.orange{
	color: #FF7F00;
}

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

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

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

.big{
	font-size: 14px;
	line-height: 18px;
}

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

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

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

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

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

select#experiments,select.big{
	font-size: 14px;
}

img.float_right,span.float_right,button.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;
	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.active{
	border-color: #A8BBB9;
	color: #222222;
	text-shadow: 1px 1px 2px #CCC;
	background-image:url(../images/bkgd_button_active.png);
}

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

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

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

}

#change_wp{
	margin-left: 1em;
	font-size: 10px;
	cursor: pointer;
	color: #2A6B98;
}

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

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

}

#message.message{
	background-color: #CCC;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

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

/*#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, #center_box 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,#center_box table.mceLayout,#center_box table.mceToolbar,#center_box table.mceSplitButton, #center_box table.mceListBox{
	border-bottom: none;
	margin: auto;
}

#body th, #center_box th{
	background: #444 url(../images/bkgd_box_title.png) repeat-x top left;
	padding: 1px 3px;
	color: #F7F8FA;
	text-align: center;
/*	border-top: 2px solid #fde38b;*/
/*	border-bottom: 1px solid #723b09;*/
	font-size: 12px;
}

#body table.small th{
	font-size: 10px;
}

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

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

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


#body td, #center_box 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,#center_box table.mceLayout td, #center_box table.mceToolbar td, #center_box table.mceSplitButton td, #center_box table.mceListBox td{
	border: none;
	padding: 0;
	vertical-align: middle;
}

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

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

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

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

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

#body tr, #center_box 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, #center_box table.mceLayout tr, #center_box table.mceToolbar tr, #center_box table.mceSplitButton tr, #center_box table.mceListBox tr{
	line-height: auto;
	height: auto;
	background: transparent;
	border: none;
}

#body tr.dropdown td, #center_box tr.dropdown td{
	padding: 5px 20px;
	background-color: #EEE;
	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{
	background-color: #FE9;
}

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

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


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

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

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


#body table.uploadTable * td.separator, #center_box 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, #center_box table.uploadTable * td.errormsg {
	font-weight:bolder;
	color: #CC0000;
	text-align:center
}

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


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

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

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

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

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

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


#popup table.simple th, #popup table.simple td{
	background-color:#FFF ;
	background-image: none;
	border-bottom: 1px solid #ccc;
	color: #555;
}

#popup table.simple th{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #555;
	font-weight: bold;
}
#popup table.simple{
	border-top: 1px solid #555;
}

#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;
	color: #555;
}

#center_box{
/*	color: #D6161D;*/
	width: 500px;
	padding: 30px;
	position: relative;
	line-height: 1.5em;
	border: 2px solid #FFF;
	background-color: #F7F8FA;
	-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')*/
}

/*popup with arrow*/

.popup {
  position: relative;
  font-size: 12px;
  width: 300px;
  min-height: 40px;
  background-color: #FFF;
  color: #555;

  padding: 15px;
  margin-left: 15px;
  margin-bottom: 15px;

  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

h5 {
  margin: 0;
  font-size: 120%;
}

.left-arrow .arrow, .right-arrow .arrow {
  position: absolute;
  top: 20px;
}

.csstransforms .popup {
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0;
}

.csstransforms .popup .arrow {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  width: 30px;
  height: 30px;

  background-color: #FFF;
}

.csstransforms .left-arrow .arrow {
  left: -12px;

  -moz-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px;
  -o-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px;
  box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px;
}
.csstransforms .right-arrow .arrow {
  right: -12px;

  -moz-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px;
  -o-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px;
  box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px;
}

.no-csstransforms .left-arrow .arrow, .no-csstransforms .right-arrow .arrow {
  width: 20px;
  height: 40px;
}
.no-csstransforms .left-arrow .arrow {
  left: -15px;
  background: url("../images/app-notice-arrow-left.png");
}
.no-csstransforms .right-arrow .arrow {
  right: -15px;
  background: url("../images/app-notice-arrow-right.png");
}

/*end popup with arrow*/

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: auto;*/
}

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


#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: 200;
 }
 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;
	border-top: 1px solid #C8C8C8;
}

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: #D8DDE1;
	border: 1px solid #D8DDE1;
}

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;
	border-top: 1px solid #C8C8C8;
}

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;
	border: 1px solid #D8DDE1;
	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: white;
	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;
	color: #333;
}

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;
	margin: auto;
}
.slider{
	position: relative;
	width: 120px;
	height: 21px;
	background: #FFF url("../images/slider.png");
	float: left;
}
.handle{
	position: absolute;
	background: transparent url("../images/handle.png");
	width:60px;
	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 */

ol{
	font-size: 14px;
	line-height: 20px;
}

/*#menu_select_experiment, #menu_select_experiment li{
	line-height: 0;
	height: 0;
	font-size: 0;
	z-index: -1;
	text-align: center;
	width: 600px;
	margin: 0 auto;
	background: #FFF;

}*/
#select_experiment,#select_favorites{
	width: 604px;
	margin: 0 auto;
}

#select_favorites{
	width: 300px;
}

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

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

#menu_select_experiment,#menu_favorites{
	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{

}

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

#patient_detail{
	position: relative;
}


/* filters */
#filters{
	overflow: auto;
}

#filters li{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	min-height: 30px;
	overflow: auto;
}
#filters li div{
	float: left;
}
#filters li select, #filters li input{
	font-size: 10px;
	margin: 5px;
}
#filters li input{
	font-size: 10px;
}


/* NETWORK */

#div_search{
	text-align: center;
	font-size: 16px;
	width: 950px;
}

#search{
	font-size: 16px;
}

#network_container{
	position: relative;
	width: 952px;
	overflow: visible;
}

#network_container #loading{
	position: absolute;
	border-radius: 4px;
	color: #999;
	font-size: 32px;
	text-align: center;
	height: 100px;
	width: 600px;
	left: 200px;
	top: 200px;
}
#network_container #network {
	height: 950px;
	width: 950px;
	border: 1px solid #ddd;
	margin: 1em 0;
	border-radius: 8px;
	background-color: #FFF;
}
#network_container #reset{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 13px;
	color: #999;
	cursor: pointer;
	z-index: 100;
}

#network_container #details{
	position: absolute;
	text-align: center;
	z-index: 101;
	top: 0;
	left: 0;
	width: 952px;
	background-color: rgb(245,245,245);
    /***  CSS Gradient  ***/
    /*  Chrome 1-9 and Safari 4-5.0  */
    background-image: -webkit-gradient(linear, left top, left bottom,
          color-stop( 0.0, rgb(245, 245, 245) ),
          color-stop( 1.0, rgb(229, 229, 229) ));

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

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

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

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

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

	font-size: 16px;
	color: #525252;
}
#network_container #details div{
	font-size: 12px;
	line-height: 16px;
}
#network_container #close_details{
	position: absolute;
	z-index: 102;
	right: 5px;
	top: 5px;
	font-size: 16px;
	cursor: pointer;
}

h1 {
	font-size: 2em;
	margin: 1em 0 0.5em 0;
	font-weight: 500;
}

h2 {
	font-size: 1.25em;
	margin: 1.6em 0 0.8em 0;
	font-weight: 600;
}


#network_container #profiles{
	position: absolute;
	top: 28px;
	right: 0px;
	height: 870px;
	width: 500px;
	z-index: 100;
}



/*WP2A gene exprs*/

#WP2aGeneExprs svg, #WP2aTraitExprs svg,#WP2aLipidExprs svg{
  font-size: 12px;
}

#WP2aLipidExprs .foreground path, #WP2aGeneExprs .foreground path, #WP2aTraitExprs .foreground path {
  fill: none;
  stroke-opacity: .5;
  stroke-width: 1.5px;
}

#WP2aTraitExprs .foreground path {
	stroke-width: 2px;
	stroke-opacity: 0.8;
}

#WP2aLipidExprs .foreground path.fade, #WP2aGeneExprs .foreground path.fade, #WP2aTraitExprs .foreground path.fade {
  stroke: #999;
  stroke-opacity: .05;
}

#WP2aLipidExprs .foreground path.lipid, #WP2aGeneExprs .foreground path.gene, #WP2aGeneExprs .foreground path.trait, #WP2aTraitExprs .foreground path.gene,#WP2aTraitExprs .foreground path.lipid, #WP2aTraitExprs .foreground path.trait {
  stroke: #494949;
}

#WP2aLipidExprs .foreground path.selected,#WP2aGeneExprs .foreground path.selected, #WP2aTraitExprs .foreground path.selected{
  stroke: #C00;
   stroke-width: 3px; !important
  stroke-opacity: 1;!important
}

#WP2aLipidExprs .brush .extent,#WP2aGeneExprs .brush .extent, #WP2aTraitExprs .brush .extent {
  fill-opacity: .3;
  stroke: #fff;
  shape-rendering: crispEdges;
  stroke-width: 0;
}

.brush .polyextent, .brush .polyextent {
  stroke: #000;
  stroke-width: 1.5px;
  fill: #000;
  fill-opacity: 0.3;
}



#WP2aLipidExprs .axis line, #WP2aLipidExprs .axis path,#WP2aGeneExprs .axis line, #WP2aGeneExprs .axis path, #WP2aTraitExprs .axis line, #WP2aTraitExprs .axis path {
  fill: none;
  stroke: #999;
  shape-rendering: crispEdges;
}

#WP2aLipidExprs .axis text,#WP2aGeneExprs .axis text, #WP2aTraitExprs .axis text {
  text-shadow: 0 1px 0 #fff;
  fill: #666;
  cursor: move;
}
#divTraitLegend{
	width: 800px;
}
#divTraitLegend div.legend{
	margin-right: 10px;
	cursor: default;
	float: left;
	padding: 5px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #333;
  shape-rendering: crispEdges;
}


.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}
