/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #E9F1EC;
	border-right: 1px solid #396250;
	border-top: 1px solid #396250;
	border-left: 1px solid #396250;
	border-bottom: 1px solid #396250;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader {
	height:150px;
}
.skingradient {
	background-image: url(gradient_Dk.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #84B495;
}
.leftpane {
	width: 260px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 511px%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;

}
.bottommenu {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 6pt; 
	font-weight: bold; 
	font-style: normal; 
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: 0px solid #97C1A5;
	border-bottom: 1px solid #97C1A5;
	border-top: 1px solid #97C1A5;
	border-right: 0px solid #97C1A5;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #97C1A5;
	border-left: 1px solid #97C1A5;
	border-bottom: 1px solid #97C1A5;
	border-top: 1px solid #97C1A5;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #97C1A5;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #B1D2BC;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: 1px solid #97C1A5;
	border-bottom: #97C1A5 1px solid;
	border-top: 0px solid #97C1A5;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
	background: #446451 none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #D6DEDA;
	border-right: 1px solid #6F817E;
	border-top: 1px solid #6F817E;
	border-left: 1px solid #6F817E;
	border-bottom: 1px solid #6F817E;
	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_Mid.jpg);
}
.Head   {
   font-family: Tahoma, Arial, Helvetica;
   font-size: 18px;
   font-weight: normal;
   color: #333333;
}

