html,body {
	font-family:arial, sans-serif;
	overflow:hidden;
}

label {
	cursor:pointer;
}

#infovis {
	background-color:#222;
	position:absolute;
}

#topsearch {
    background-color:#ddd;
    position:absolute;
    border-left:1px solid black;
    padding-left:10px;
    font-size:small;
}

#zoom {
    position:absolute;
    cursor:pointer;
    margin:10px;
}

#evidenceFrame {
	position:absolute;
}

#evidenceBackground {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	background:#FFFFFF;
	/*opacity:0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#evidenceContent {
	position:relative;
	overflow:auto;
}

#evidenceClose {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	float:right;
	font-size:small;
	font-weight:bold;
}

#evidenceTitle {
	text-align:center;
	font-weight:bold;
	font-size:large;
	margin-top:10px;
}

#evidenceFigure {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#evidenceComment {
	width:39em;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#evidenceCitation {
	width:48em;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	font-size: small;
}

#multiple {
	position:absolute;
	cursor:pointer;
	margin-top:10px;
	margin-left:60px;
}

#sex {
	position:absolute;
	cursor:pointer;
	margin-top:10px;
	margin-left:110px;
}

#legend {
	position:absolute;
	margin:-10px;
	float:right;
}

/** Style for node label (not the node itself, which is specified in static2-rgraph.js' canvas object
	and changes dynamically depending on the type of the node).
	Also, can change font-size in Rgraph.js, search for setStyleByClass **/
.node {
	color: #FFFFFF;
	background-color:transparent;
	font-weight:bold;
	padding:1px;
	cursor:pointer;
	//font-size:100%;
}

.hidden {
	display:none;
}

/** MAIN LAYOUT **/
#header {
	position:relative;
	z-index:10;
}

#left {
	width:280px;
	float:left;
	font-family:Tahoma,arial,sans-serif;
	overflow-y:hidden;
	overflow-x:hidden;
	background-color:white;
	z-index:10;
	position:relative;
}

#title {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:6px; 
	font-weight:bold;
}

#searchnet{
	font-size:small;
}

.new {
	color:red;
	font-weight:bold;
}

#searchgenes {
	font-size:small;
}

.header {
	border-top:1px solid #999999;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#dddddd;
	font-weight:bold;
}
.content {
	padding-left:10px;
	padding-bottom:6px;
}

#options {
	padding-left:10px;
	padding-top: 5px;
	padding-bottom:5px;
	font-size:small;
	background-color:#dddddd;
	border-top: 1px solid #999999;
}

#optionsTable {
	padding-left:16px;
	font-size:80%;
}

.error {
	color: red;
	font-weight: bold;
}

#error {
	padding-left:10px;
	color: red;
}

#neuron {
	width: 255px;
	height: 87px;
	background-repeat: no-repeat;
}

#moreinfo, #moreinfo A{
	font-size: small;
	color: grey;
	padding-bottom:6px;
}

#netresults {
	border-top:1px solid #999999;
	margin-bottom:-6px;
	background-color:white;
	color:#000;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:small;
}

#results {
	font-size:small;
	margin-bottom:5px;
}

#genesresults {
	background-color:white;
	overflow-y:auto;
	overflow-x:hidden;
	margin-bottom:-6px;
	margin-top:6px;
	border-top:1px solid #999999;
}

#sumdata {
	margin-top: 10px;
}

#genedata {
	margin-top: 10px;
}

.minimize {
    color:grey;
    cursor:pointer;
    font-weight:normal;
    text-decoration:underline;
    float:right;
    margin-right:10px;
}

#lofdata, #gofdata, #physdata, #phendata, #litdata {
	margin-top:16px;
}

#genedata A, #lofdata A, #gofdata A, #physdata A, #phendata A {
	color:grey;
	text-decoration:underline;
	cursor:pointer;
}
#addgenedata, #addlofdata, #addgofdata, #addphysdata {
	margin-top: 10px;
}
#addgenedatasuccess, #addlofdatasuccess, #addgofdatasuccess, #addphysdatasuccess {
	margin-top: 10px;
	margin-bottom: 20px;
}

#content {
	font-size:small;
	margin-top:20px;
	margin-bottom:10px;
}

#content ul {
	list-style:none;
	padding:0px;
}

#content ul li {
	padding:1px 5px;
}

#content ul li .relation {
	font-size:xx-small;
	text-indent:10px;
	font-style:italic;
	margin:5px 0;
}

.nav {
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}

#log {
	position:absolute;
	float:right;
	right:0;
	font-weight: bold;
	font-size: small;
	margin-top: 2px;
	color: #BBC9D9;
	padding: 8px 4px;
	background-color:#222;
	text-align:center;
	z-index:3000;
}

