@charset "utf-8";

#datamain {
	width: 600px;
}

#sidetable {
	width: 375px;
}

.spview {
	float: left;
	display: inline;
	overflow: hidden;
	width: 100%;
}

.entryview {
	float: left;
	font-size: 100%;
	color: #000000;
	width: 100%;
	clear: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.entryview td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.entryview pre {
	font-size: 12px;
	padding: 10px;
}
/*========= categories ========*/

ul.splist {
	line-height: 1.92;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid rgb(226, 226, 230);
	padding: 10px;
	background-color: RGB(250,250,252);
}

li.spcategory {
	list-style-type: decimal;
	font-size: 100%;
	margin-left: 25px;
}

.spcategory a:link, .spcategory a:visited {
	color: rgb(50, 79, 225);
	font-weight: bold;
	text-decoration: none;
}
.spcategory a:hover{
	color: RGB(69,193,142);
	text-decoration: underline;
}

.entrycategory {
	font-size: 131%;
	color: #C33;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 5px;
}

/*=========== records =========*/

.record {
	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;
}
.reflink a:link, .reflink a:visited {
	text-decoration: none;
	color: #009900;
}
/*=================================*/

#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: 93%;
}

#aapropstyl th {
	text-align: center;
	padding: 1px;
}
#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;
}
