/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #cccccc;
}
.skinmaster {
	height: 100%;
	background-color: #f3faf5;
	border-right: #15694C 3px solid; 
	border-top: #15694C 3px solid; 
	border-left: #15694C 3px solid; 
	border-bottom: #15694C 3px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color: #15694C;
	font-family: Arial, Helvetica;
    font-weight: bold;
    color: #ffffff;
}
.skinheaderext {
	background-color: #1e936A;
	font-family: Arial, Helvetica;
}
.skinfooter {
	background-color: #15694C;
	font-family: Arial, Helvetica;
    font-size:  smaller;
    font-weight: normal;
    color: #ffffff;
}
.controlpanel {
	width: 100%;
	background-color: #dff2e5;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.leftpane {
	width: 180px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.rightpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cce0cc 0px solid; 
	border-bottom: #cce0cc 1px solid; 
	border-top: #cce0cc 1px solid; 
	border-right: #cce0cc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 90%; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #cce0cc; 
	border-left: #cce0cc 1px solid; 
	border-bottom: #cce0cc 1px solid; 
	border-top: #cce0cc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cce0cc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8dd3a4; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: smaller; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cce0cc 1px solid; 
	border-bottom: #cce0cc 1px solid; 
	border-top: #cce0cc 0px solid;
	font-family: webdings; 
	font-size: medium; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: medium; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #15694C none; 
  color: #ffffff;
  font-family: arial, sans-serif; 
  font-size: medium;
  font-weight: normal;
}
.TreeViewMenu {
	width: 180px;
	background-color: #dff2e5;
	border-right: #cce0cc 1px solid; 
	border-top: #cce0cc 1px solid; 
	border-left: #cce0cc 1px solid; 
	border-bottom: #cce0cc 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-color: #15694C;
   font-family: Arial, Helvetica;
   font-size:  larger;
   font-weight: bold;
   color: #ffffff;
}
.Head {
   background-color: #15694C;
   font-family: Arial, Helvetica;
   font-size:  larger;
   font-weight: bold;
   color: #ffffff;
}
