html {font-size:100%}

body {
	text-align: center;
	font-size: 0.75em;
	font-family: verdana,helvetica,arial,sans-serif;
	white-space: nowrap;
	color: #444;
	background: #e6e6e6;
	margin: 0;
	padding: 0;
	width: auto;
}

h1 {font-size:200%;margin-top:0;font-weight:normal}
h2 {font-size:160%;margin-top:1em;margin-bottom:1em;font-weight:normal}
h3 {font-size:120%;font-weight:normal}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

h1,h2,h3,h4,h5,h6 {
	background-color: transparent;
	color: #000000;
}

iframe {margin:0;}
div {width:100%;}
table,th,td,input,textarea {font-size:100%;}

hr.thin {
	background-color: #d4d4d4;
	color: #d4d4d4;
	height: 1px;
	border: 0;
	clear: both;
}

a:link,a:visited,.panes a:link,.panes a:visited {color:#900B09; background-color:transparent}
a:hover,a:active,.panes a:hover,.panes a:active {color:#FF0000; background-color:transparent}

a.nav:link,a.nav:visited {color:#555555;text-decoration:none;}
a.nav:hover,a.nav:active {color:#ff4800;text-decoration:none;}

#footer a:link,#footer a:visited {text-decoration:none;color:#404040;background-color:transparent}
#footer a:hover,#footer a:active {text-decoration:underline;color:#404040;background-color:transparent}

#header_1-1 a:link,#header_1-1 a:visited,#header_1-1 a:hover,#header_1-1 a:active {text-decoration:none;color:#0000FF;background-color:transparent}

#header, #topbar {
	width: 960px;
	margin: 0.5em auto;
	border: 0;
	text-align: center;
}

#topbar_1 {
	float: left;
	width: 50%;
}

#topbar_1-1 {
	float: left;
	width: 5.417em;
	height: 5.417em;
}

#topbar_1-2 {
	float: right;
	text-align: left;
	width: 21.4em;
	margin-top: 1.1em;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	color: #0000FF;
}

#topbar_2 {
	float: right;
	text-align: right;
	width: 50%;
	margin-top: 0.5em;
}

#topnav {
	clear: both;
	width: 88.889em;
	height: 1.852em;
	border: 0;
	word-spacing: 1em;
	font-size: 0.9em;
	margin: 0.5em auto 1em;
	padding: 0.5em 0 0;
	background-color: #f7f7f7;
	background-image: url('../images/gradient_nav.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

#toplink {
	word-spacing: 0.625em;
	font-size: 80%;
	padding-right: 1.042em;
	color: #888888;
}

#tabs {
	width: 63.636em;
	margin: 0 auto;
	white-space: normal;
}

#footer {
	width: 960px;
	border: 0;
	font-size: 90%;
	margin: auto;
	padding: 2em;
	padding-top: 0.648em;
	padding-bottom: 0;
	color: #909090;
	background-color: transparent;
}

span.blue {
	color: blue;
}

#news h3 {
	font-weight: bold;
}

.center {
	text-align: center;
}

div.content {
	width: 960px;
	margin: 0 auto;
	white-space: normal;
}

div.para {
	font-size: 110%;
	text-align: justify;
}

div.panes {
	width: 61em;
	text-align: justify;
	display: none;
	border: 1px solid #666;
	border-width: 0 1px 1px 1px;
	padding: 1em 2em;
	background-color: #fff;
}

div.container {
	margin: 0 auto;
}

p.bottom_right {
	text-align: right;
	padding-top: 1em;
	margin-bottom: 0;
}

p.data_para {
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
}

/* search table results */
table.results {
	border-collapse: collapse;
	border-spacing: 0;
	background: white;
}

table tr#ars_header {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

table td.center {
	text-align: center;
}

table td.right {
	text-align: right;
}

/* jquery ui */
.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
	text-align: justify;
}

.accordion h3 {
	background: #e9e7e7 url(../images/arrow_accordion.gif) no-repeat right -51px;
	padding: 0.5em 1em;
	margin: auto;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}

.accordion h3:hover {
	background-color: #e3e2e2;
}

.accordion h3.active {
	background-position: right 0.5em;
}

.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 0.75em 1em 1.75em;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.tooltip {
	display: none;
	white-space: normal;
	background: transparent url(../images/black_arrow.png) no-repeat;
	font-size: 90%;
	height: 6.481em;
	width: 14.815em;
	padding: 2em;
	color: #fff;
}

#fasta {
	position: absolute;
	top: 5em;
	left: 11.5em;
	padding: 0 15px;
	font-size: 110%;
	color: #fff;
	background-color: #000;
	opacity: 0.85;
	width: 35em;
}

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

span.author {
	display: inline-block;
	width: 27.5%;
	vertical-align: top;
}

span.data {
	display: inline-block;
	width: 72.5%;
}

span.summary_left {
	display: inline-block;
	width: 31%;
	text-align: right;
	vertical-align: top;
}

span.summary_right {
	display: inline-block;
	width: 68%;
	text-align: left;
}

span.paper_journal {
	display: inline-block;
	width: 40%;
	text-align: left;
}

span.paper_ref {
	display: inline-block;
	width: 60%;
	text-align: right;
}

span.left_pane {
	display: inline-block;
	width: 35%;
	text-align: right;
	vertical-align: top;
}

span.right_pane {
	display: inline-block;
	width: 65%;
	text-align: left;
}

button {
	font: 110% Helvetica Neue;
	background-color: #222;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.25), rgba(255,255,255,.11));
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(255,255,255,.25)),color-stop(1, rgba(255,255,255,.11)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,.11));
	color: #fff;
	text-rendering: optimizeLegibility;
	text-shadow: 0 -1px 1px #222;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #222;
	margin: 0;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}

button.first {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

button.last {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

button.rounded {
	border-radius: 5px;
}

button.active {
	background-color: rgb(65,102,133);
}

button:hover {
	background-color: steelblue;
	cursor: pointer;
}

.search {
	background: url(../images/search.png) no-repeat center;
	cursor: pointer;
	width: 1.75em;
	height: 1.75em;
	border: none;
}

/* Chart Tooltip */
#tt {
	position: absolute;
	display: block;
}

#tttop {
	display: block;
	height: 0.5em;
	margin-left: 0.5em;
	overflow: hidden;
}

#ttcont {
	display: block;
	padding: 0.1em 0.75em 0.25em 0.5em;
	margin-left: 0.5em;
	background: #666;
	color: #fff;
}

#ttbot {
	display: block;
	height: 0.5em;
	margin-left: 0.5em;
	overflow: hidden;
}

/* Chart Fieldset */
fieldset, fieldset.collapsible {
	padding: 1em;
	border: 1px solid black;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-bottom: 1em;
	background: #ffffff;
}

fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	margin-left: 3px;
	background: #e6e6e6;
}

#chart_fieldset {
	width: 800px;
	text-align: left;
}

legend {
	cursor: pointer;
	font-size: 120%;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border: 1px solid black;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}

legend.collapsible {
	color: #FF0000;
	background: #ffffff;
}

legend.collapsed {
	color: #3E576F;
	background: #ffffff;
}

#output {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	color: #333;
	font-family: "Monaco", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	width: 100%;
	height: 30em;
}