
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #A1A1A1;
 color: #333333;
 }
	 
#hdr{
 height:35px;
 background:#B7C7E5;
 color:#000000;
 border:solid #000000;
 border-width:2px 0px;
 margin:40px 0 0 0;
 }

#hdr a
{
color: #000000;
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

#hdr a:hover
{
color: #800000;
text-decoration: underline;
}

#lh-col{
 position: absolute;
 top: 99px;
 left: 20px;
 width: 180px;
 border: 2px solid #000000;
 background: #B7C7E5;
 color: #242424;
 margin: 0px;
 padding: 0px;
 overflow: auto;
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 border: 2px solid #000000;
 background: #ffffff;
 color: #242424;
 font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 padding: 20px;
 position :relative;
 }

#rh-col h1
{
color: #000000;
font: bold 28px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

#rh-col a
{
color: #004080;
text-decoration: none;
}

#rh-col a:hover
{
color: #8080C0;
text-decoration: underline;
}

 
 #navcontainer { 
 position: absolute;
 top: 99px;
 left: 20px;
 margin: 0px;
 padding: 0px;
 }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 160px;
color: #fff;
background-color: #036;
text-decoration: none;
}

#active a
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 145px;
color: #fff;
background-color: #369;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#navcontainer  a:link[id=current], a:visited[id=current]
{
background: #8080FF !important;
color: #000 !important;
}

#navcontainer a:hover[id=current] { background: #f5f5f5 !important; }

#navcontainer a:link[id=subcurrent], a:visited[id=subcurrent]
{
background: #444 !important;
color: #fff !important;
}

#navcontainer a:hover[id=subcurrent] { background: #000 !important; }


input.button {background-color: #004080; font-weight: bold; font-size: 12px; color: white;}
input.txt {background-color: #C0C0C0; font-size: 12px;}
textarea.txt {background-color: #C0C0C0;}

select.sel{
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background-color: #004080;
color: #FFFFFF;
}

select.sel2{
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background-color: #8080FF;
color: #FFFFFF;
}

#mytable {
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	font: italic 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(bg_header.gif) repeat-x top left;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	color: #000080;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(bullet2.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
}

div.code {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C1DAD7;
	background: #C0C0C0;
}

.filetable {
	margin: 0;
}
.file{
	background-color: #fff;
	color: #555;
	overflow: visible;
	width: auto;
	border: 1px solid #7D7E7C;
	padding:10px;
	font-size: 12px;
	font-family: monospace;
	white-space: pre;
	line-height: normal;
}
.file_number{
	background-color: #646562;
	color: #ccc;
	overflow: visible;
	width: auto;
	border: 1px solid #646562;
	padding: 10px 2px 10px 2px;;
	text-align: right;
	font-size: 12px;
	font-family: monospace;
	white-space: pre;
	line-height: normal;
}