/*----------------------------------
  SCAN DB 
  
  Stylesheet by Eric Gamazon
  ----------------------------------*/


body {
	color: #333;
	background-color: #ffffff;

	margin: 0 auto;

	padding: 0px;

width: 1050px;

	}

#header {
	height: 86px;
	position: relative;
	width: 100%;
	border-bottom: 3px solid #fe0;
	border-bottom-width: thick;

	background-image: url(/images/dna_new.jpg);
	background-repeat: no-repeat;
/*
	background-position: 49% 20%;
*/

}

#help, #about {
	font-size: 14px;
	font-weight: bold;
}

#menu, #menuinformative {
	height: 25px;
}

#menu ul, #menuinformative ul {
	background: #ffffff;
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #808;
	font: 15px arial, helvetica, sans-serif;
}

#menu ul li, #menuinformative ul li {
	display: inline;
}

#menu ul li a , #menuinformative ul li a {
	padding: 4px 16px;
	background: #808;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#info {
	width: 600px;
	margin-left: 20px;
	font: 13px verdana, arial, helvetica, sans-serif;
}

#maincontent {
	font-family: Tahoma, verdana, arial, helvetica, sans-serif;
	border-top-style: hidden;
	padding-top: 30px;
	padding-left: 2px;
	width: 1200px;
	height: 100%;
	font-size: 10px;
}

#getgene {
	border: 1px solid #E9EDF0;
}


#getsnp {
	border: 1px solid #E9EDF0;
}

#getregion {
        border: 1px solid #E9EDF0;
}


#getsnpinfo {
	border: 1px solid #E9EDF0;
}

#error {
	font-size: 16px;
	margin-left: 20px;
	color: red;
}

.checkbox {
	background-color: #ddd;
}

#dbname {
        white-space: nowrap;
        margin: 0px 0px 15px 250px;
        padding: 15px;
        font-weight: bold;
        font-size: 40px;
        color: #808;
        font-family:  Impact, fantasy, Andale Mondo;
        }

#dbnamesub {
	margin-left: 340px;
	font-size: 18px;
	margin-top: -35px;
	padding-bottom: 4px;
	white-space: nowrap;
	font-weight: bold;
}

input.file {
        font-size: 12px;
        width: 300px;
        margin-left: 0px;
}

#buttons {
        white-space: nowrap;
}

.button {
        border: 1px solid #000;
        background: #fff;
        font-size: 12px;
}

.button:hover {
        border: 1px solid #363;
        background: #eef;
}

table {
        font-size: 10px;
	padding: 20px;
	margin-left: 20px;
}

table.result {
        border: 1px solid #E9EDF0;
	margin-left: 20px;
	margin-top: 60px;
	padding: 30px;
	position: absolute;
}


table.result tr td {
        border: 1px solid #E9EDF0;
        width: 150px;
	white-space: nowrap; 
}

td {
        font: 11px/18px verdana, arial, helvetica, sans-serif;
}

.inputchoice {
        margin-left: 0px;
        font-size: 10px;
        width: 80px;
}

.pval {
        width: 50px;
}

#boxedchoice {
        padding-bottom: 25px;
        width: 460px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 8px;
}

.choices {
        margin-left: 0px;
        font-size: 12px;
}

#genesearch {
        margin-left: 600px;
        padding: 10px;
}

#genelabel {
        color: #808;
        font-size: 12px;
        font-weight: bold;
        display: block;
        margin: 1em 0 0.5em 0;
        white-space: nowrap;
/*      text-decoration: underline; */
}

#label {
	font-size: 11px;
	font-weight: bold;
	color: #808;
}

#labelkey {
	color: #808;
	font-weight: bold;
}

#result {
        margin-left: 30px;
}


table.result a:visited, #result a:visited {
        color: #696;
        text-decoration: none;
}

table.result a, #result a {
        text-decoration: underline;
        font-weight: bold;
        color: #696;
}

#multimedia a, #multimedia a:visited  {
        text-decoration: none;
        font-weight: bold;
	color: #000000;
}

h3 {
	margin-left: 15px;
}
                                                            


#info  a {
	color: #808;
	text-decoration: none;
	font-weight: bold;
}




