html {
	background:#ccc;
	margin:auto;
	height:100%
}
body {
	margin:auto;
	width:720px;
	font-family:"Trebuchet MS",Helvetica, Arial, Sans-serif;
	background:white;
	color:#333;
	font-size:12px;
	height:100%;
	position:relative;

}

h1,h2,h3,h4 {
	color:#C00;
}
 
h4 {
	font-size:10px;
}
#header {
	background:white;
	color:#C00;
	padding:10px;
	margin:0px;
	}
#nav{
	height:31px;
}
#nav ul {
	text-indent:0;
	list-style:none;
	margin:0;
	padding:0;
}
#nav li  a{
	margin:0px;
	padding:0px;
	display:block;
	width:142px;
	border-left:1px solid #DDD;
	border-right:1px solid #ccc;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	float:left;
	text-align:center;
	line-height:30px;
	background:#333;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#999));
	text-shadow: 0px 2px 0px black;
	text-decoration:none;
	color:white;
	font-size:14px;
}
#nav li  a:hover {
	color:red;
	border-color:#444;
}
#nav li.selected{
	margin:0px;
	padding:0px;
	display:block;
	width:142px;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	border-top:1px solid #444;
	float:left;
	text-align:center;
	line-height:30px;
	background:#CCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#FFF));
	text-shadow: 0px 2px 0px black;
	color:#333;
	font-size:14px;
	text-shadow: 0px 2px 0px white;
	
}

div #rigth{
	float:right;
	width:250px;
}

div.news {
	font-size:11px;
	margin-bottom:10px;
}

a#paper {
	line-height:1.3em;
	display:block;
	width:205px;
	height:54px;
	background: transparent url('../img/pp_bk.png') no-repeat  top left;
	color:white;
	text-decoration:none;
	font-family:'Optima''Palatino Linotype''Palatino''Georgia''Times New Roman' 'Times' serif;
	margin:0 0px 20px 10px;
	border:3px solid #CCC;
	-webkit-border-radius:14px;
	-moz-border-radius: 14px;
	padding:5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
}
a#paper:hover{
	background: transparent url('../img/pp_bk_over.png') no-repeat  top left;
}
span#nar{font-size:18px;}
span#issue {font-size:11px;}
img#struct {
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	width:240px;
	height:385px;
	border:1px solid #ccc;
}

div#container {
	background:white;
	width:720px;
	position:relative;
	min-height: 100%;
	
}
div#content {
	padding:5px 10px 60px 10px;
}
table{
	width:700px;
	border:1px solid #ccc;
	margin-bottom:20px;
	
}

table.tablesorter thead th {
	font-size:10px;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(desc.gif);
	background-position: top center ;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(asc.gif);
	background-position: bottom center ;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #eee;
	background-repeat: no-repeat;
	
	
}

tr:hover {
	background:#e7ecff;
}
th{
	background:#ccc;
	padding:3px;
	border:1px solid #000;
}
td{
	padding:3px;	
	border:1px solid #ccc;
	text-align:center;
}
td.num{
	text-align:right;
}
div.result {
	width:680px;
	padding:10px;
	margin-bottom:20px;
	margin-top:20px;
	background:#EEE;
	position:relative;	
	
}
div.result span.ire{
	color:red;
}
div.result .seq_name{
	font-size: 12px;
	color:#333;
}
div.result .tabs {
	
	/*border:1px solid #ccc;*/
	float:left;
}
.rna_image {
	margin-top:20px;
	overflow:hidden;
}
div.result ul.feature_list {
	width:218px;
	text-indent:0px;
	height:514px;
	margin:0px;
	margin-top:34px;
	padding:0;
	background:white;
	float:right;
	border:1px solid #ccc;
}
div.result ul.feature_list li{
	list-style:none;
	/*height:40px;*/
/*	border:1px solid #ccc;*/
	border-top:0;
	padding-left:10px;
	font-size:11px;
	line-height:0.9em;
	position:relative;
}
 span.badge{
	font-size:14pt;
/*	background: url('../img/dot_bk.png') no-repeat center center;*/
/*	border:1px solid black;*/
	
}
 span.good{

	color:green;

}

 span.ok {
	color:orange;
}
 span.wrong{

	color:red;

}
div.result ul.feature_list li p.feature{
	padding:0;
	border:0;
	margin:0;
	cursor:pointer;
	line-height:23px;
	padding-left:10px;
	
}
div.result ul.feature_list li:first-child{
/*	border:1px solid #ccc;;*/
}
div.result p.hover {
	display:none;
}

.help {
	
	position:absolute;
	top:-50px;
	display:none;
	width:200px;
	overflow: hidden;;
	border:3px solid red;
	color:#333;
	background:#EEE;
	font-size:12px;
	padding:10px;
	line-height:1.4em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom:40px;
	
}

.help_container {
	padding:0;
	margin:0;
	position:relative;
	display:inline;
}

.left {
	left:-250px;
}
.right {
	left:40px;
}
.help_button {
	border:1px solid red;
	color:#333;
	background:white;
	font-size:10px;
	padding:3px;
	line-height:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.help .close{
	display:block;
	border:1px solid black;
	color:white;
	background:#333;
	color:white;
	height:20px;
	width:40px;
	line-height:20px;
	position:absolute;
	bottom:5px;
	right:5px;
	text-align:center;
	cursor:pointer;
}
div.result pre {
	font-family: Courier, Monaco, Monospace;
	padding:0;
	margin:0;
	font-size:14px;
}
div#footer{
	width:720px;
	text-align:center;
	color:red;
	background:#999;
	line-height:40px;
	position:relative;
	bottom:0;
	margin-top: -40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#CCC));
}




