
#geneSummaryPage {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	padding:10px;
}

div.geneLabels {
	border:1px solid #636363;
    	background-color:#ffffff;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:auto;
	padding:4px;
}

div.imageSeries {
	border:1px solid #636363;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:auto;
	padding:4px;
}

div.resources {
	border:1px solid #636363;
    background-color:#ffffff;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:auto;
	padding:4px;
}

  
/*  This styles the gene_external_links partial */
table.otherResources {
	margin-top:10px;
	margin-left:5%;
	width:100%;
}

#ishButton {
	height:12px;
	width:16px;
	background-image:url(ishButton.jpg);
	background-repeat: no-repeat;
	#margin-left:4px;
}

#expButton {
	height:12px;
	width:16px;
	background-image:url(expButton.jpg);
	background-repeat: no-repeat;
}

#nisslButton {
	height:12px;
	width:16px;
	background-image:url(nisslButton.jpg);
	background-repeat: no-repeat;
}

#bothButton {
	height:12px;
	width:16px;
	background-image:url(bothButton.jpg);
	background-repeat: no-repeat;
}

#revertButton {
	height:12px;
	width:16px;
	background-image:url(revertButton.jpg);
	background-repeat: no-repeat;
}

#helpButton {
	font-size:9pt;
	height:12px;
	width:16px;
}

#imgTypeSep {
	height:100%;
	width:1px;
	border:0px solid #c3c3c3;
}

#imgToolbar {
	height:80%;
}


