body {
	background-color:  #763F3F;
	background-image:none;
}
.MainTable {
	
border:thin #CD2D2D solid;
}
.TopFrame {
	background:transparent;
}
.InnerFrame {
	background:#CD2D2D;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
}
.InnerFrame:active{	
	color:white;
}
.InnerFrame:hover{
	color:white;
}
.InnerFrame:link{	
	color:white
}
.InnerFrame:visited{
	color:white;
}
.ContentFrame {
	
background:#ECBCBC;
}
.LeftOuterFrame {
	background: #CCCCCC;
	border-right:thin #CD2D2D solid;
}
.RightOuterFrame {
	
background:#CCCCCC;
	border-left:thin #CD2D2D solid;

}
.MainMenu_MenuContainer {
	background-color: transparent;
	margin-left:25px;
	margin-top: 0;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:25px;
	padding:0;
}
.MainMenu_MenuItem {
	background:transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #CCCCCC; 
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 3px 6px 3px 6px; 

}
.MainMenu_MenuItem {
	background:transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #CCCCCC; 
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 3px 6px 3px 6px; 

}

	
	.MainMenu_MenuItemSel {
	background:#833030;  /* for sub menu rollover effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:tahoma;
	font-size: 11px; 
	font-weight: bold; 
	color: CCCCCC; 
	border: 0;
	padding: 3px 6px 3px 6px; 

}
.MainMenu_SubMenu { 
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: #CD2D2D; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid; 
border-right: #404040 0px solid; 
} 
/* Elements we don't really need to see */
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}

