#container 
{ 
width: 100%;
height:100%;
margin: 10px auto; 
background-color: #fff; 
color: #333; 
border: 1px solid gray; 
line-height: 130%;
position:fixed ; 
} 

#top 
{  
background-color: #EBEBEB;
border-bottom: 1px solid gray;
height:200px ;
}

#leftnav 
{ 
float: left; 
width: 20%;
height:65%;
margin: 0;
padding-left:5px;
overflow:auto; 
} 
#content 
{
float:left;
width:75%;
padding-left:20px;
/*margin-left: 30%;*/ 
border-left: 1px solid gray;  
height:65%;
top:0;
overflow:auto;
} 

#footer 
{ 
clear:both; 
margin: 0; 
padding: .5em; 
color: #333; 
background-color: #ddd; 
border-top: 1px solid gray; 
} 

#textfield{
border: 1px solid #C1C1C1; 
width:200px; 
height: 25px;
}

#submitbutton{
border: 1px solid #333333; 
width:100px; 
height: 25px;
}

.error {
	background-color:#FFB4A6; border:1px dotted #990000; color: #990000; font:14px "Trebuchet MS"; padding-left:15px
}
.success {
	background-color: #C7EB85; border:1px dotted #003300; color: #006600; font:14px "Trebuchet MS"; padding-left:15px
}
.bold {
	font-weight:bold
}
.declare {
	color:#E05915
}
.head {
	color:white; font:14px Calibri, Verdana, Vivaldi, Courier; height:10px; background-color:black
}
.Lhead {
	color:black; font:14px Calibri, Verdana, Vivaldi, Courier; height:10px; background-color:#eee; border:1px solid #ccc; padding-left:20px
}
.flat {
	border:1px solid #ccc
}
.padded{
	padding-right:5px
}
.paddedL{
	padding-left:10px
}
.th {
	background:url(../images/th.png) repeat-x; color:white; font:13px "Trebuchet MS", Calibri, Verdana, Vivaldi, Courier
}
.alt {
	background-color:#eee
}
.allentries {
	border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; color:black
}
.require {
	color:red
}
.two {
	border: 1px solid #C1C1C1; 
	width:200px; 
	height: 25px;
}
.one {
	width:150px
}
.bheader {
	background:url(../images/bheader.jpg) repeat-x top;
	font-weight:bold;
	font-size:11px;
	color:#E05915;
	border-bottom:1px solid #ccc;
	height:20px
}
.odd TD {
	BACKGROUND-COLOR: transparent; border-top:1px solid #ccc
}
.even TD {
	BACKGROUND-COLOR: #f0f0f0; border-top: 1px solid #ccc
}
.bright {
	 border-right:1px solid #ccc; padding-left:5px
}
.indx {
	margin:5% auto
}
/*- Menu Tabs 2--------------------------- */

#tabs2 {
	float:right;
    width:100%;
    font-size:83%;
    line-height:normal;
    border-bottom:1px solid #84776B;
}
#tabs2 ul {
	margin:0;
    padding:10px 5px 0 5px;
    list-style:none;
}
#tabs2 li {
	display:inline;
    margin:0;
    padding:0;
}
#tabs2 a {
	float:left;
    background:url(../images/tableft2.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabs2 a span {
	float:left;
    display:block;
    background:url("../images/tabright2.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:black;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {float:none;}
/* End IE5-Mac hack */
#tabs2 a:hover span {
	color:#74675B;
}
#tabs2 a:hover {
	background-position:0% -42px;
}
#tabs2 a:hover span {
	background-position:100% -42px;
}

#tabs2 #current a {
	background-position:0% -42px;
}
#tabs2 #current a span {
	background-position:100% -42px;
}.logintext {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
