﻿html, body 
{
    height:95%;
    min-height:95%;	
    font-family : Verdana;
    font-size : xx-small;
    padding : 0px;	
	margin: 0px;
	line-height:15px;
}
a:hover
{
    text-decoration: underline;
    color: #333333;
}
a:link
{
    text-decoration: none;
    color: #333333;
}
a:visited
{
    text-decoration: none;
    color: #333333;
}
a:active
{
    text-decoration: none;
    color: #333333;
}
/*	Page Menu Styles	[Open]	*/
.Tab_Header
{
   height:25px;
   width:80px; 
   border-right:solid 1px #FFFFFF; 
   background-color: #4e5558;
   border-bottom: solid 1px #FFFFFF;
   padding-left: 5px; 
   padding-right:5px; 
   padding-top:2px; 
   padding-bottom:2px;
}
.Tab_Header_Selected
{
   height:25px;
   width:80px; 
   border-right:solid 1px #FFFFFF; 
   background-color: #a3b2b4;
   padding-left: 5px; 
   padding-right:5px; 
   padding-top:2px; 
   padding-bottom:2px;
}
.Tab_Row
{
	background-color:#a3b2b4;
	color:#ffffff;
}
/*	Page Menu Styles	[Close]	*/
.Error_Label
{
    font-size:8pt;
    color: #880000;
}
.Main_Menu_Text
{
	font-size:8pt;	
}
.Main_Menu_Image
{
	width: 18px;
	border: 0px;
}

/*	Popup Display Divs [Open]	*/
#Background
{
 width:100%;
 display:none;
 background-color:#333333;
 position:absolute;
 top:0;
 left:0;
 height:100%;
 z-index:999;
 opacity:.40;
 filter:alpha(opacity=40)
}
#Message
{
 border: 1px #FFFFFF outset;
 width: 250px;
 display: none;
 background: #FFFFFF;
 z-index: 1000;
 position: absolute;
 top: 200px;
 left: 0px;
}
#Confirmation
{
 border: 1px #FFFFFF outset;
 width: 200px;
 display: none;
 background: #FFFFFF;
 z-index: 1000;
 position: absolute;
 top: 200px;
 left: 0px;
}
/*	Popup Display Divs [Close]	*/
