body {
	font-family: Verdana;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 10px 30px rgba(50, 50, 50, 0.33);
    -moz-box-shadow:    0px 10px 30px rgba(50, 50, 50, 0.33);

    /*box-shadow: 0 0 5px 5px #888;*/
}

div#container {

}

a:link { color: #202020; text-decoration: none;}
a:visited  {color: #202020; text-decoration: none;}
a:active {color: #202020; text-decoration: none;}


div#header{
	margin:0 auto;
	width: 900px;
	height: 40px;
}

div#link{
	position: relative;
	float:left;
	width:80px;
	height:25px;
	text-align: center;
	vertical-align: center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #202020;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px 15px;
	background-color: #D9D9D9;
}

div#link a{
	margin: 0;
	padding: 3px 3px 5px 5px;
	vertical-align: center;
}

div#link a:hover {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px 8px;
	background-color: #808099;
}

table a:hover {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px 8px;
	background-color: #808099;
}

div#maintitle{	
	position: relative;
	float:left;
	width:733px;
	height:25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid black;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px 15px;
	background-color: #D9D9D9;
}

div#visiblebody{
	margin:0 auto;
	margin-bottom: 10px;
	width: 900px;	
	border: 1px solid black;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px 10px;
	padding-bottom: 10px;
}

div#mainbody{
	margin:0 auto;
	width: 900px;
	/*display: inline-block;*/
/*	border: 3px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px 10px;*/
}

div#mainbody > a{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table#maintable {
	width: 100%;
	border: 1px solid black;
	font-size: 14px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px 15px;
}

table#maintable tbody tr td p{  
	text-align: center;
}

table#maintable td{
	border: 1px solid #222222;
}

tr.title {
	background-color: #D9D9D9;
}

table#organism {
	width: 50%;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}

table#organism thead th{
	border-bottom: 1px solid black;
}

table#organism thead tr{
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
}

table#organism tbody img{
	width: 20px;
	height: 20px;
}

table#organism tbody td.rownum{
	border-right: 1px solid black;
}

/*div#visiblebody a:hover{*/
a:hover{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px 8px;
	background-color: #808099;
}

div#welcome {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}

#welcome ul
{
margin: 10px;
padding: 10px;
list-style-type: none;
}

div#sequence {
	font-size: 12px;
	text-align: left;
	width: 800px;
	word-wrap: break-word;
	margin: 40px;
}

.qsgene {
	background-color: #e7dede;
}

div#reference {
	padding: 10px;
	font-size: 12px;
	text-align: justify;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: #e7dede;
}

div.chromosome {
	/*padding: 5px;*/
	border: 1px solid black;
	width: 400px;
	display: inline-block;
	/*float: left;*/
/*	margin-right: auto;*/
	/*margin-left: auto;*/
}

div#fullname {
	/*font-size: 12px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	display: inline-block;
	text-align: center;
	width: 500px;
	word-wrap: break-word;
	margin: 40px;
}