﻿body {
	background-image: url('images/gradientback.gif'); 
	background-repeat: repeat-x;
	background-color: #aaaaaa;
}
td {
	font-family: arial, sans-serif;
	color: #7a7a7a;
	font-size: 12px;
}
.mainContent {
	background-image: url('images/contentbackimage.gif'); 
	background-repeat: no-repeat; 
	background-color: #ffffff;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	background-image: url(leftseparator.gif);
	font-family: Verdana;
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: Transparent;
	font-weight: bold;
	padding-left: 5px;
}
.MainMenu_MenuBar.RootMenuItemSelected {
	background-image: url(leftseparator.gif);
	font-family: Verdana;
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: Transparent;
	font-weight: bold;
	padding-left: 5px;
}

.MainMenu_MenuBar.RootMenuItemSelected TD{
	width: 100%;
	height: 25px;
	font-weight: bold;
	font-family: Verdana;
}
.MainMenu_MenuItemSel TD {
	width: 100%;
	height: 25px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 5px;
}
.MainMenu_MenuItem 
{
	padding-left: 5px;
}
.MainMenu_MenuItem TD
{
	padding-left: 5px;
}

.MainMenu_MenuBar
{
	background-image: url(leftseparator.gif);
	font-family: Verdana;
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: transparent;
	font-weight: normal;
	padding: 0px 1px 0px 0px;
}

.MainMenu_MenuBar TD
{
	width: 100%;
	height: 25px;
	font-weight: bold;
}
.MainMenu_MenuArrow 
{
	display: none;
}
img {
	border: 0px;
}