/***********************************************
* Must be used in conjuction with basefont.css *
************************************************/
*{
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}	
html{
	height: 100%;
}
body{
	background-color: #fff;
	height: 100%;
}
a{
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
caption{
	font-weight: bold;
}
h1{
	font-size: large;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 30px;
	width: 250px;
	text-align: left;
	
}
h2{
	font-size: large;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 1px 5px 1px 5px;
}
h3{
	font-size: medium;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
hr{
	height: 2px;
	width: 100%;
}
hr.latest{
	color: #06c;
	background-color: #000;
	display: block;
	height: 1px;
	margin: 1px 0 1px 0;
	width: 100%;
}
img.latest{
	border: 1px solid #000;
	margin: 0 10px 0 0;
}
img.left{
	border: 1px solid #000;
	float: left;
	margin: 0 5px 5px 0;
}
img.left-noborder{
	border: none;
	float: left;
	margin: 0 5px 5px 0;
}
img.right{
	border: 1px solid #000;
	float: right;
	margin: 0 0 5px 5px;
}
img.right-noborder{
	border: none;
	float: right;
	margin: 0 0 5px 5px;
}
img.latest{
	border: 1px solid #000;
	margin: 0 10px 0 0;
}
input.details{
	border: 1px solid #000;
	height: 17px;
	padding: 1px;
	width: 300px;
	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
}
input.search{
	border: 1px inset #fff;
	height: 20px;
	padding: 2px;
	width: 90px;
	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;
}
input.search-button, img.search-button{
	border: 1px solid #000;
}
li{
	margin: 0 0 10px 20px;
}
ol{
	margin-left: 5px;
}
ol.withalpha { 
	list-style-type: lower-alpha;
	margin-left: 5px; 
}
p{
	margin-bottom: 5px;
}
select.details{
	border: 1px solid #000;
	width: 305px;
}
table{
	border-collapse: collapse;
	text-align: left;		
}
table.details{
	margin: 5px 0 5px 0;
}
table.details td, table.details th{
	padding: 2px 10px 2px 0;
}
table.grid{
	margin: 5px 0 5px 0;
}
table.grid td, table.grid th{
	border: 1px solid #000;
	padding: 2px 10px 2px 2px;
}
table.search{
	background-color: #999;
	border: 2px outset #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	color: #fff;
	margin:0;
	padding: 0;
	width: 118px;
}
textarea.details{
	border: 1px solid #000;
	padding: 1px;
	width: 300px;
}
th{
	font-weight: bold;
	text-align: left;
	/*white-space: nowrap;*/
}
th.landing{
	text-align: center;
}
tr{
	vertical-align: top;
}
tr.highlight td, tr.lowlight td{
	padding: 2px 10px 2px 0;
}
#container{
	position: relative;
	min-height: 100%;
	height: auto;
	_height: 100%;
	width: 760px;
}
html>body #container{
	height: auto;			
}
#header{
	width: 100%;
}
#header-bottom{
	font-size: small;
	padding: 1px 0 1px 0;
	text-align: center;
}
#header-bottom a{
	font-size: small;
	font-weight: normal;
}
#ticker{
	margin-left: 15px;
}	
#ticker-box{
	margin: 0 0 5px 0;
}	
#content{
	padding-bottom: 75px;
	width: 100%;
}
#content-left{
	left: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 105px; 
	width: 125px;
}
#content-left a, #content-left a.selected{
	display: block;
	margin: 0 0 10px 0;
}
#content-left a.sub, #content-left a.sub-selected{
	font-size: 90%;
	margin: 0 0 10px 10px;
}
#content-main{
	margin: 0 125px 0 135px;
	padding: 10px;
	text-align: justify;
}
#content-right{
	position: absolute;
	right: 0;
	/* this should be 100px! */
	top: 98px; 
	width: 125px;
}
#content-right a{
	display: block;
	margin: 0 0 10px 0;
}
#content-right p{
	margin: 10px 0 10px 0;
}
#footer{
	bottom: 0;
	clear: both;
	position: absolute;
	width: 760px;
}
#footer-top{
	font-size: small;
	padding: 1px 0 1px 0;
	text-align: center;
}
#footer-bottom{
	height: 50px;
	padding: 10px 0 0 10px;
}
#footer-logo-right{
	position: absolute;
	right: 10px;
}
.hidden{
	display: none;
}
/*.highlight{
	background-color: #f0f8ff;
}
.lowlight{
	background-color: #fff;
}*/
.nowrap{
	white-space: nowrap;
}
.warning{
	color: #f00;
}

H1.PageTitle {position:static}

.BlockTableInnerTable tbody tr td {padding: 5px; }
