﻿#logout
{
	position:absolute;
	top:0px;
	right:0px;  	
}
table td
{
 padding:2px 5px 2px 5px;	
}
.TablePadding
{
 padding:10px;	
}
#logo
{
 background-image:url("../img/logo.jpg");	

 position:absolute;
 width:468px;
 height:107px;
 left:0px;
 bottom:0px;
}
#system_size
{
 position:absolute;
 right:0px;
 bottom:0px;
}
.print
{
 width:100px; 
 color:Blue;
 cursor:pointer;	

}
.content
{
 max-height:400px;
 
 _height:400px;
  
  width:auto;
  overflow:auto;	
}
.tabContent
{
 max-height:330px;
 
 _height:330px;
  
  width:auto;
  overflow:auto;	
}
body
{
	background-image: url("../img/bg.jpg") ;
	background-color:#FFFFDD;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
	overflow:hidden;

}

#nav
{
  z-index:10000;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}


#nav span{
display:block;
_height:25px;
_width:100px;
padding:4px 5px;
border:1px solid #00AA44;
color:#fff;
text-decoration:none;
background-color:#00AA44;
filter:alpha(opacity=90);opacity:0.9;zoom:1;
}


#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:34px;
}


#nav li ul span{
width:12em;
height:auto;
float:left;
}
#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

