@charset "UTF-8";

body {
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	line-height: 24px;
}

p {
	text-indent: 24px;
	margin: 5px 0 5px 0;
}

h1 {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 20px;
}

ul, li {
	margin: 0 0 0px 0;
}

h2 {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 16px;
	line-height: 16px;
}

h3 {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
}

a {
	color: #1700EE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border-radius: 5px;
}

#logo {
	font-weight: bold;
	font-family: Georgia;
	font-size: 1.5em;
	height: 50px;
}

#logo a {
	color: #ffffff;
	text-decoration: none;
	text-shadow: #666 2px 2px 2px;
}

#logo a .logo_colour {
	color: #dc7b6f;
}

#menu {
	font-family: Georgia;
	text-shadow: 0 1px 0 #d6d6d6;
	color: #262626;
	background: #dfdfdf; /* for non-css3 browsers */
}

#menu ul {
	padding: 0;
}

#menu li {
	display: inline-block;
	padding: 0;
}

#menu a {
	height: 40px;
	color: #262626;
	line-height: 40px;
	text-decoration: none;
	padding: 20px 10px 20px 10px;
}

#menu a:hover {
	color: #dc7b6f;
}

#menu .active {
	color: #dc7b6f;
	
}

#bottom {
	text-shadow: 0 1px 0 #d6d6d6;
	color: #262626;
	background: #eee;
	-webkit-box-shadow: 0 3px 6px #d6d6d6;
	-webkit-box-shadow: 1px 0 10px #d6d6d6;
	-webkit-box-shadow: 0 1px 10px #d6d6d6;
	-moz-box-shadow: 0 3px 6px #d6d6d6;
	-moz-box-shadow: 1px 0 10px #d6d6d6;
	-moz-box-shadow: 0 1px 10px #d6d6d6;
	box-shadow: 0 3px 6px #d6d6d6;
	box-shadow: -1px 0 10px #d6d6d6;
	box-shadow: 0 1px 10px #d6d6d6;
	padding: 10px;
}

#bottom ul {
	padding: 0;
}

#bottom li {
	display: inline-block;
}

#content {
	padding: 20px;
}

#home {
	text-align: justify;
}

#home ul {
	padding: 0 0 9px 15px;
}

#home #left {
	width: 65%;
	float: left;
}

#home #right {
	width: 33%;
	float: right;
}

#home #news_content {
	height: 80px;
	overflow-y: scroll;
	margin-bottom: 10px;
}

#home #statistics {
	margin-bottom: 10px;
}

#home .tagBall {
	margin: 20px auto 0 auto;
	width: 300px;
	height: 270px;
	position: relative;
}

#home .tag {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
	font-size: 5px;
	font-weight: bold;
}

#home .tag:hover {
	border: 0px solid #666;
}

#browse ul.ztree {
	overflow-y: auto;
	overflow-x: auto;
	height: 570px;
	font-size: 12px;
}

#browse_result {
	overflow-y: auto;
	height: 570px;
}

#browse_result thead td {
	padding: 5px;
}

#browse_result tbody td {
	padding: 5px;
}

#browse_result_details {
	margin: 10px;
	overflow-y: auto;
	text-align: justify;
	height: 570px;
}

#qPCR {
	padding: 0 3px;
	background-color: #3288bd;
	float: left;
	color: white;
	border: 1px solid #000;
	margin-right: 3px;
}

#Seq {
	padding: 0 3px;
	background-color: #99d594;
	float: left;
	color: white;
	border: 1px solid #000;
	margin-right: 3px;
}

#microarray {
	padding: 0 3px;
	background-color: #e6f598;
	float: left;
	color: black;
	border: 1px solid #000;
	margin-right: 3px;
}

#down_regulated {
	background-color: green;
	float: left;
	color: white;
	padding: 0 3px;
	border: 1px solid #000;
	border-radius: 10px;
}

#up_regulated {
	background-color: red;
	float: left;
	color: white;
	padding: 0 3px;
	border: 1px solid #000;
	border-radius: 10px;
}

#dysregulated {
	background-color: blue;
	float: left;
	color: white;
	padding: 0 3px;
	border: 1px solid #000;
	border-radius: 10px;
}

#search_result {
	overflow-y: auto;
	height: 570px;
}

#search_result thead td {
	padding: 5px;
}

#search_result tbody td {
	padding: 5px;
}

#search_result_details {
	overflow-y: auto;
	height: 570px;
}

#circ2mut_result thead td {
	padding: 5px;
}

#circ2mut_result tbody td {
	padding: 5px;
}

#base_A {
	float: left;
	color: #00923e;
	padding: 3px;
	font-weight: bold;
}

#base_T {
	float: left;
	color: #e60016;
	padding: 3px;
	font-weight: bold;
}

#base_C {
	float: left;
	color: #184b9f;
	padding: 3px;
	font-weight: bold;
}

#base_G {
	float: left;
	color: #d46a10;
	padding: 3px;
	font-weight: bold;
}

#arrow {
	float: left;
	color: #000;
	padding: 3px;
}

#download {
	padding: 30px 100px;
	line-height: 20px;
}

#download table td {
	padding: 10px;
}

#submit {
	padding: 30px 100px;
}

#submit table {
	padding: 8px;
}

#submit table td {
	padding: 8px 8px 8px 0;
}

#submit select option {
	padding: 10px;
}

#help {
	padding: 10px;
	text-align: justify;
	height: 570px;
	overflow-y: auto;
	width: 98%;
	margin: 5px auto;
	background-color: #eee;
	border: 1px solid #ddd;
}

#help li {
	line-height: 20px;
	margin: 5px 5px 5px 15px;
}

#help a {
	color: #0000EE;
}