/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
BODY {
}
/* Main Menu */

.MainMenu_MenuContainer {
  background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:28px;
}

.MainMenu_MenuItem {
	cursor: hand;
	color: #e7ecfe;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 28;
}

.MainMenu_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	background-color: #2d4492;
}

.MainMenu_SubMenuItem {
	cursor: hand; 
	cursor: hand; 
	color: #e7ecfe; 
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuBreak {
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;  
	border-right: #ffffff 0px solid; 
	background-color: #ffffff; 
}

.MainMenu_MenuItemSel {
	background-color: 2d4492;
	cursor: hand;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	height:40px;
	color: ffffff;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #ffffff 1px solid; 
	border-bottom: #fffff 1px solid; 
	border-top: #fffff 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.PageTitle {
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: bold;
}
.user,a.user:link,a.user:active,a.user:visited,.user { 
	color:#e7fbd5;
	text-decoration:none; 
	font-family: Arial;
	font-weight:bold; 
	font-size:11px;
}
a.user:hover { 
	color:#ffffff; 
	text-decoration:none; 
	font-family: Arial;
	font-weight:bold; 
	font-size:11px;
}
.footer,a.footer:link,a.footer:active,a.footer:visited {	
	font-size:11px; 
	color:#e7fbd5; 
	font-family: Arial;
	font-weight:lighter; 
	text-decoration:none;
}
a.footer:hover {	
	font-size:11px;
	color:#ffffff;  
	text-decoration:none; 
	font-family: Arial;
	font-weight:lighter; 
}


