.LoginText {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	background: #e7ecf0;
	height: 100%;
	width: 100%;
}
.grad {
	background: url(images/background.gif) repeat-x fixed top;
}
.controlpanel {
	width: 100%;
	background: url(administrator/controlpanel_bg.gif) repeat-x bottom;
	border-style: none;
}
.Head   {
	font-family: Tahoma, Arial, Helvetica;
}

/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:23;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
	font: normal 9pt Tahoma, Arial, Helvetica;
	white-space: nowrap;
	height: 23px;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	width: 15;
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=1);
	border-top: 0px solid #a3c7e2;
	border-right: 1px solid #a3c7e2;
	border-bottom: 1px solid #a3c7e2;
	border-left: 1px solid #a3c7e2;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font: normal 9pt Tahoma, Arial, Helvetica;
	white-space: nowrap;
	background: #a3c7e2;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}




