/* 
 * common styles for Tri-States -- screen version
 */
 
body {margin: 0px; color: black; background: white;}

body, p, td, th {font-family: Arial, Helvetica, sans-serif;}
body, p, td, th {
	font-size: 10pt;
} 	
			
h1 {font-weight: bold; font-size: 200%; padding-top: 0px; margin-top: 0px; }
h2 {font-weight: bold; font-size: 150%; padding-top: 0px; margin-top: 0px; }
h3 {font-weight: bold; font-size: 110%; padding-bottom: 0px; margin-bottom: 0px; }
 a:link {color: #990000;}a:visited {color: #990099;}

.revdate {
	font-weight: normal;
	font-size: 0.83em;
	}
.extern { list-style-type: circle; }
.intern { list-style-type: disc; }
table {margin: 0;}table td {
	padding: 0;
	vertical-align: top; 
	}
 
/* note if nesting tables, use un-classed TDs for nests, then 
	specify either class=infod or class=infom on final cell
	that actually prints stuff.  this avoids successive application
	of percentage-based font size specification
*/ 
table.info {
	margin-left: 2px;
	margin-right: 24px;
	margin-top: 12px;
	border-bottom-width: 2px;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	padding-bottom: 2px;
	}

table.info th {  
	background: #000080;
	padding: 1px 2px 1px 2px;
	font-size: 1.2em;
	font-weight: bold; 
	font-style: italic;
	color: white; 
	} 
table.info td {
	font-size: 0.9em;
	padding: 1px 2px 1px 2px;
	}	
td.nowrap {
	white-space: nowrap;
} 
.even { background: #e0e0ff; }
.odd { background: white; }  
	
.newshighlight {
	margin-left: 2px;
	margin-right: 24px;
	margin-top: 18px;
	margin-bottom: 12px;
	background: #e0e0ff;
	padding: 4px 4px 4px 4px;
	border: 1px solid #000080;
	border-right: 12px solid #000080;
	width: auto;
	}	
.highlightpic {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 2px 2px 2px;
	}
.inset {
	margin-left: 12px;
}
	
td#logo { }
td#leftbutton { 
	width: 150px; 
	font-size: 66%;
	text-align: right;
	padding-right: 10px;
 	border-right: thin black solid;
	}
td#content {
	font-style: italic;
	text-align: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 30px;
	/* this is ugly, but helps IE when content text is narrow */
	width: 80%;
	}

table#footer {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-color: #a0a0a0;
	border-top-style: solid;
	padding-top: 5px;
}
table#footer td {
	color: #b0b0b0;
	font-size: 0.66em;
}
	
table#buttonbar {
 margin-bottom: 20px;
 margin-top: 30px;
}
table#buttonbar td {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	height: 33px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
table#buttonbar td a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
}
table#buttonbar td a:link, table#buttonbar td a:visited  {
	color: #111111;
	display: block;
}	
table#buttonbar td a:hover {
	color: #c0c0c0;
	display: block;
}

