/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
a { 
text-decoration: underline;
}
a:link { 
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover { 
text-decoration: underline;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
.controlpanel {
	width: 100%;
	height: 0px;
	background-color: #FFF;
}
.skinmaster {
	width: 833px;
	height: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.datepane  {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Date {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Date:link {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Date:visited {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Date:active {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Date:hover {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: underline;
}
.footerlinkspane {
	padding: 4px;
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Footer {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Footer:link {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Footer:visited {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Footer:active {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: none;
}
.Footer:hover {
	color: #737373;
	font-weight: normal;
	font-size: 7.5pt;
	text-decoration: underline;
}
.contentmaster  {
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.leftmaster {
	width: 190px;
	padding: 0px;
	border: 1px #dedeea solid;
}
.navcell {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	height: 25px;
	border-top: 1px #84a3bb solid;
}
.leftpane {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: ;
	height: ;
	background-color: #FFF;
}
.contactpane {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: ;
	height: 100%;
	background-color: #dee6eb;
	color: #006080;
	font-size: 7.5pt;
	vertical-align:top;
}
.contentpane {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding: 0px 0px 0px 18px;
	margin: 0;
	vertical-align:top;
}
.contentpane2 {
	width: ;
	background-color: transparent;
	padding: 0px 0px 0px 18px;
	vertical-align:top;
	margin: 0;
}
.contentpane3 {
	width: 100%;
	background-color: transparent;
	padding: 0px 0px 0px 18px;
	vertical-align:top;
	margin: 0;
}

/* Main Menu */

.MM_MenuContainer {
	width:190px;
	background: #ffffff;
	height:1px;
}
.MM_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	background: #496b85;
}
.MM_MenuItem {
	font: 9pt Arial, Helvetica, sans-serif;
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF;
}
.MM_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	border-left: 1px solid #496b85; 
	border-bottom: 1px solid #496b85; 
	border-top: 1px solid #496b85; 
	background-color:#496b85;
	height:25px;
}
.MM_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	background-color:#496b85;
}
.MM_MenuBreak {
	background: #496b85;
	height:1px;
}
.MM_MenuItemSel {
	font: 9pt Arial, Helvetica, sans-serif;
	cursor: pointer; 
	cursor: hand; 
	background-color:#6f94af;
	color:#fed45b;
}
.MM_MenuArrow {
}
.MM_RootMenuArrow {
}
.MM_RootBreadcrumb {
	font: 9pt Arial, Helvetica, sans-serif;
	display: block;
	background: url(navbg.jpg) top left;
	color: #fed45b;
	height: 25px;
}
.MM_RootMenuItem {
	font: 9pt Arial, Helvetica, sans-serif;
	display: block;
	background: url(navbg.jpg) top left;
	color: #ffffff;
	height: 25px;
}
.MM_RootMenuSelected {
	font: 9pt Arial, Helvetica, sans-serif;
	display: block;
	background: url(navbg.jpg) top left;
	color: #fed45b;
	height: 25px;
}
html>body .MM_RootBreadcrumb {
	padding-top:4px;
	height: 21px;
}
html>body .MM_RootMenuItem {
	padding-top:4px;
	height: 21px;
}
html>body .MM_RootMenuSelected {
	padding-top:4px;
	height: 21px;
}
.sepclass {
	background: #496b85;
	height:1px;
}

.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: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
