.Header
{
        background-color: #DCD2BE;
        text-align: center;
}
.MenuImage
{
        background-image: url("images/skin_028.png");
        background-color: #8F0000;
        padding: 0px;
        width: 100%;
}
.MenuImage1
{
        background-image: url("images/skin_028.png");
        background-color: transparent;
        padding: 0px;
}
.HRColor
{
        background-color: #8F0000;
}
.HRTopColor
{
        background-color: #DCD2BE;
}
.ContentArea
{
        background-color: #FFFDED;
}
.MainWindow
{
        background-color: #DCD2BE;
}
body
{
        background-color: #DCD2BE;
}
.TopPane
{
}
.LeftPane
{
}
.ContentPane
{
}
.Rightpane
{
}
.BottomPane
{
}
.AdminLogin
{
        text-align: center;
        font-size: 10px;
}
/*Container Holding the Menu Items*/
.MainMenu_MenuContainer {
	background-color: transparent;
}
/**/
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
/*Attributes to the item Menu Items themselves. Including sub-menu*/
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #FAD2B3;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
}
/*Attributes for the boxes to the left of the sub-menu's*/
.MainMenu_MenuIcon {
	background-color: transparent;
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	cursor: pointer;
	cursor: hand;
	text-align: Center;
	width: 0px;
	height: 0px;
}
/*Controls the background color of the sub-menu's*/
.MainMenu_SubMenu {
	background-color: #8F0000;
	cursor: pointer;
	cursor: hand;
}
/**/
.MainMenu_MenuBreak {

}
/*Attributes that are controleld by Mouse Over*/
.MainMenu_MenuItemSel {
	background-color: blue;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
}
/**/
.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
	cursor: hand;
}
/*Controls the background color of the Arrows in the menu*/
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
	cursor: hand;
}
.TLeft
{
        height: 15px;
        width: 15px;
}
.TCenter
{
        height: 15px;
        width: 15px;
}
.TRight
{
        height: 15px;
        width: 15px;
}
.BLeft
{
        height: 15px;
        width: 15px;
}
.BCenter
{
        height: 15px;
        width: 15px;
}
.BRight
{
        height: 15px;
        width: 15px;
}

















