/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
	background-color : #e5e5e5;
	font-size: 10pt;
	font-family: arial;
}
.menu 
{
	background-color: #033197;
	height:21px;
	vertical-align:middle; 
	color:White;
	font-size:12px;
	font-weight:bold;
	}
.footer , a.footer:link , a.footer:visited, a.footer:active, a.footer:hover
{
	background-color: transparent;
	height:21px;
	vertical-align:middle; 
	color : White;
	font-weight:bold;
	
	}	
.breadcrumbs 
{background-color:#bac3d6;
	height:21px; 
	vertical-align:middle;
	}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: black 0px solid; 
	border-bottom: #bac3d6 1px solid; 
	border-top: #bac3d6 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color:#e5e5e5; /*#bac3d6;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #bac3d6; 
	border-left: #bac3d6 1px solid; 
	border-bottom: #bac3d6 1px solid; 
	border-top: #bac3d6 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu 
{	
	background-color:  #bac3d6;
	color:Red;
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6969a9', Direction=30, Strength=5); 
}
.MainMenu_MenuBreak {
	height: 1px;
	background-color: #bac3d6;
}
.MainMenu_MenuItemSel {
	background-color: #bac3d6; 
	color: #033197;
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #bac3d6 1px solid; 
	border-bottom: #bac3d6 1px solid; 
	border-top: #bac3d6 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #bac3d6;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	background-color: #bac3d6;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family:  Helvetica;
   font-size:  16px;
   font-weight: bold;
   color:  #033197;
}








































