/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
BODY {
  background-color: #000000;
}
/* Main Menu */

.MainMenu_MenuContainer {
  background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: inherit
}

.MainMenu_MenuItem {
	cursor: hand;
	background-color: #000000;
	color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	font-style: normal;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
    background-color: #000000;
	text-align: center;
	width: 15; 
}

.MainMenu_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	background-color: #CC0033;
    color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	font-style: normal;

}

.MainMenu_SubMenuItem {
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	font-style: normal;
	color:#FFFFFF;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	background-color: #CC0033;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	font-style: normal;
	color: #FFFFFF;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	color:#FFFFFF;
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	color:#FFFFFF;
	cursor: pointer; 
	cursor: hand;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold;
}

.user,a.user:link,a.user:active,a.user:visited,.user { 
	color:#FFFFFF;
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder; 
	font-size:11px;
}

a.user:hover { 
	color:#e6e6fa; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder; 
	font-size:11px;
}

.footer,a.footer:link,a.footer:active,a.footer:visited {	
	font-size:11px; 
	color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:Bolder; 
	text-decoration:none;
}

a.footer:hover {	
	font-size:11px;
	color:#e6e6fa;  
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:Bolder; 
}







