
BODY
{
	background-color: white;
}
BUTTON
{
	color: black;
	background-color: green;
}
.NavBarPanel
{
	LEFT: 1px; 
	POSITION: absolute; 
	TOP: 150px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.ReportDataGrid
{
	width:100px;
	overflow:scroll;
}
.MainFormPanel
{
	LEFT: 165px; 
	WIDTH: 750px; 
	POSITION: absolute; 
	TOP: 170px; 
	HEIGHT: 456px; 
	BACKGROUND-COLOR: #ffffff;
}
.MainBanner
{
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 0px;
}
.UserHomePanels
{
	 border : #333399 thin solid; 
	 Z-INDEX: 103; 
	 POSITION: absolute;
	 background-color :#ffffff; 
}
.UserHomeLabels
{
	FONT-WEIGHT: bold; 
	Z-INDEX: 101; 
	COLOR: #ffffff; 
	POSITION: absolute; 
	BACKGROUND-COLOR: #333399; 
	TEXT-ALIGN: center
}
.MainFormButton
{
	background-color: #333399; 
	border: outset 1px #330099;
	color : #ffffff;
}

.MainMenu
{
	height: 28px;
	width: 152;
	background-image: url(./Images/MnuBackGround.jpg);
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:Navy;
}
.MainMenuSelected
{
	height: 28px;
	width: 152;
	background-image: url(./Images/MnuBackGroundSelected.jpg);
	text-align:center;
}
.MainMenuHover
{
	height: 28px;
	width: 152;
	background-image: url(./Images/MnuBackGroundHover.jpg);
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:Navy;
}
.MenuHLink
{
	text-decoration:none;
	color:Navy;
}
.SubMenuHLink
{
	color:Navy;
}
.SubMenuInvisible
{
	height: 28px;
	width: 152;
	visibility:hidden;
	background-image: url(./Images/MnuBackGround.jpg);
	text-align:center;
}
.SubMenuVisible
{
	height: 28px;
	width: 152;
	visibility:visible;
	background-image: url(./Images/MnuBackGround.jpg);
	text-align:center;
}


