.DIVTag
{
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;

	POSITION: relative;
	WIDTH: 440px;
	HEIGHT: 290px;
	OVERFLOW:SCROLL;
	/*
	OVERFLOW-X: AUTO;
	OVERFLOW-Y: SCROLL;
	*/
}

.MainTableBorders
{
	vertical-align:middle;
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	border-top: black 1px solid; 
	border-right: black 1px solid;
}

.BottomLine1
{
	height:1px;
	background-color:white;
}
.BottomLine2
{
	height:1px;
	background-color: #DE7236;
}
.BottomLine3
{
	height:1px;
	background-color:White;
}

.lblBottomInfo
{
	font-size: 10;
	color:White;
	font-family: Arial, Tahoma, Helvetica;
}

.LeftCell
{
	background-color: #CEC29C;
	vertical-align:top;
}

.LeftPane
{
	vertical-align:top;
}

.Label_Normal
{
	font-size:12;
	font-family:Verdana;
	color:Black;
}

.LeftCell_Label_Normal
{
	font-size:12;
	font-family:Verdana;
	font-weight:bold;
	color:#837B66;
}

.RightPane
{
	vertical-align:top;
}
.BottomTop
{
	background-color: #B18E8F;
	vertical-align:top;
}

.BottomPane
{
	background-color: #DE7236;
	vertical-align:top;
	height:17;
}




.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; /*Font color*/
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #CCCCCC; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #CCCCCC; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #CCCCCC 0px solid; 
	border-left: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 0px solid;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #813634; /*menu item font mouse over*/
	background-color: Gray;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.TOPTD
{
	background-image:url(head.gif);
}

