/* 
================================
Skin styles for DotNetNuke
================================
*/   
.mdsOverall{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.mdsLogo{
	width: 450px;
	height: 80px;
	vertical-align: middle;
}
.mdsBanner{
	width: 450px;
	height: 80px;
	vertical-align: middle;
}
.mdsMenu{
	vertical-align: top;
}
.mdsProductPane{
	width: 251px;
	vertical-align: top;
}
.mdsModulePane{
	width: 251px;
	vertical-align: top;
}
.mdsContactPane{
	width:251px;
	vertical-align: top;
}
.mdsTextPane{
	width: 502px;
	vertical-align: top;
	padding-left: 5px;
}
.mdsContentPane{
	width: 753px;
	vertical-align: top;
}

.mdsLogin:Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.mdsLogin:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	
}
.mdsLogin:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.mdsColor:Link{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetcia, San-Serif;
	font-size: 10px;
	text-decoration: underline;
	}
.mdsColor:hover{
	color: #c3c3c3;
	font-family: Verdana, Arial, Helvetcia, San-Serif;
	font-size: 10px;
	}
.mdsColor:visited{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetcia, San-Serif;
	font-size: 10px;
	text-decoration: underline;
	}

A:Link{
	color: #325281;
	font-family: Verdana, Arial, Helvetcia, San-Serif;
	font-size: 10px;
	text-decoration: underline;
	}
A:hover{
	color: #6387bb;
	font-family: Verdana, Arial, Helvetcia, San-Serif;
	font-size: 10px;
	}
A:visited{
	color: #325281;
	font-family: Verdana, Arial, Helvetcia, San-Serif;
	font-size: 10px;
	text-decoration: underline;
	}
A:active{
	color: #325281;
	font-family: Verdana, Arial, Helvetcia, San-Serif;
	font-size: 10px;
	text-decoration: underline;
	}

.SkinObject{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 26px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #325281 0px solid; 
	border-bottom: #325281 1px solid; 
	border-top: #325281 1px solid; 
	border-right: #325281 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Tahoma, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #325281; 
	border-left: #325281 1px solid; 
	border-bottom: #325281 1px solid; 
	border-top: #325281 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 26px;
}
.MainMenu_SubMenu {
	background-color: #325281;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=2); 
}
.MainMenu_MenuBreak {
	height: 26px;
}
.MainMenu_MenuItemSel {
	/*background-color: #ffffff; */
	background-image: url(menuover.png);
	cursor: pointer; 
	cursor: hand; 
	color: #345787; 
	font-family: Verdana, Arial, Tahoma, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	height: 26px;
}
.MainMenu_MenuArrow {
	border-right: #325281 1px solid; 
	border-bottom: #325281 1px solid; 
	border-top: #325281 0px solid;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}
.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);
}



