@charset "utf-8";

#datamain {
	width: 600px;
}

#sidetable {
	width: 375px;
}

.spview {
	float: left;
	display: inline;
	overflow: hidden;
	width: 100%;
}

.entryview {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	width: 100%;
	clear: left;
	margin-bottom: 10px;
	overflow: hidden;
}

/*========= categories ========*/

ul.splist {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}

li.spcategory {
	list-style-type: disc;
	font-size: 100%;
	list-style-image: url(images/bulletarrow1.gif);
}

.spcategory a:link, .spcategory a:visited {
	color: #000;
	text-decoration: none;
}
.spcategory a:hover{
	color: #009900;
	text-decoration: underline;
}

.entrycategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 123.1%;
	color: #009966;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}

/*=========== records =========*/

.record {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #000000;
	padding-bottom: 15px;
}
.reftitle {
	font-weight: bold;
}
.reftitle a:link, .reftitle a:visited {
	display: block;
	padding: 1px 3px 1px 3px;
	color: #0000DD;
	text-decoration: none;
	background-color: #F2F2F2;
}
.reftitle a:hover{
	text-decoration: underline;	
}
.refbody {
	padding-left: 2px;
	padding-right: 2px;
}
.reflink {
	color: #009900;
	padding-right: 2px;
	padding-left: 2px;
}

/*=================================*/

#nuctable {
	padding: 10px;
	background-color: #EFDFFD;
}

#nuctable2 {
    padding: 10px;
    background-color: #EFDFFD;
}

#aasymbolstyle {
	background-color: #eeeeee;
	color: #000099;
	padding-top: 10px;
}

#codonusage {
	text-align: center;
	font-weight: bold;
}

#geneticcode {
	text-align: center;
}

#dnapropstyl pre {
	background-color: #F5F4FF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 13px;
	color: #000066;
}

#dnapropstyl pre strong {
	color: #000;
}

#aapropstyl{
	width: auto;
	font-size: 10px;
}

#radioactivityformulas{
	background-color: #F5F4FF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
	color: #000066;
}

/* eltable specific */
td.eltable {
	padding:1px;
	text-align: center;
}

td.eltabletop {
	padding:2px;
	text-align: center;
	background-color: #FFFF99;
}

td.eltableel {
	padding:2px;
	text-align: left;
	background-color: #FEFFEC;
}
