@charset "UTF-8";
/* CSS Document */

/* UNIVERSAL TAG OVERIDES */
body { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 {
	width:100%;
	margin-top:2em;
	padding-top:2em;
	border-top: 4px solid #f70;
}

a {
	color:#e50;
	font-style: normal;
	text-decoration:none;
}

/* General classes */
p.bigbold {
	font-weight:bold;
	font-size: 1.5em;
	margin:0;
}


h3.bigbold {
	width:100%;
	padding-top: 1em;
	border-top: 1px solid #f70;
	margin-top: 2px;
}

a.bigbold {
	padding-top: 1em;
	border-bottom: 1px solid #f70;
	margin-top: 1em;
	font-size: 1.2em;
}




/* top menu items*/

ul#topnav  {	
	text-align:right;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	
}

ul#topnav li {
	display: inline;
}

ul#topnav a {
	color:#999999;	
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	text-transform:uppercase;
	font-stretch:narrower;	
}

ul#topnav a:hover {
}

/* side submenu items */

ul#leftnav {
	margin-left: 0;
	padding-left:0;
	list-style-type:none;
	border-collapse: collapse;
}

ul#leftnav a {
	display: block;
	text-decoration: none;
	background: #000;
	color: #FC0;
	padding: .2em .5em;
	border-bottom: 1px solid #411;
	border-top: 1px solid #411;
	font-size:14px;
}

ul#leftnav a:hover {
	background: #f83;
	color:#000;
	
}


/* block image captions */
div.imageblock {
	height: 120px;
	min-width: 50px;
	padding: .2em .5em;
	float: left;
	background: #FFF;
	text-align:center;
	
}

div.imageblock img {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

div.imageblock p {
	width: 100%;
	text-align:center;	
}

/* Standard reference table */

.refitem {
	width: 290px;
	margin-top: 20px;
}
.refitem caption {
	color: #fff;
	background-color: #000000;
	padding-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.3em;
}
.refitem  table {
	border: 0;
	text-align: center;
	font-size: 1em;
	width: 100%;
	border-collapse: collapse;
}

.refitem table th {
	padding-bottom: 0.2em;
	color: #FFFFFF;
	background-color: #996600;
	font-weight: normal;
}

.refitem table tr td {
	padding: 0.2em;
	border: 1px solid #333333;
}

.evenitem {
	background-color: #ffe;
}


.odditem {
	background-color: #fec;	
}

/* Equivalent chart table */

.eqtable {
	width: 600px;
	margin-bottom: 20px;
}

.eqtable th {
	background-color:#000;
	color:#fff;
	font-weight:normal;
	padding-left: .5em;
	padding-right: .5em;
}

.eqtable tr {
	text-align:center;	
}

.eqtable tr td {
	min-width:50px;
	border-bottom:1px solid;
	padding: 0 1px 0 1px;
}

.eqfirstcol {
	width:120px;
	max-width:120px;
	
}

.eqhighlight {
	background-color:#cfc;
	font-weight:bold;
}

.eqtable caption {
	background-color:#000;
	color:#cfc;
	padding: .5em 0 .5em 0;
	font-weight:bold;
	font-size:18px;
}

/* standard table */
.stdtable {
	float:none;
	text-align:center;
	width: 100%;
}

.stdtable th {
	background-color:#000;
	color:#fff;
	margin: .2em 0 .2em 0;
	padding: .2em 0 .2em 0;
}

.stdtable tr {
	padding: .2em 0 .2em 0;
}

.stdtable td {
	padding: .2em 0 .2em 0;
}



.frac { letter-spacing: -1px; white-space: nowrap; }
.above { font-size: 70%; vertical-align: 0.7ex; }
.below { font-size: 70%; vertical-align: -0.3ex; }
