/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	background-color: #fefefe;
}
.skinmaster {
	border: 1px solid #009900; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.skinheader {
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.leftpane {
	height:600px;
	width: 150px;
	background-color: #7BB69C;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height: 100%;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 26px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	height:26px;
}
.MainMenu_MenuIcon {
	background-color:#7BB69C; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 1px solid; 
	background-color: #7BB69C;  
	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: #1D6729; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 26px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  20px;
   font-weight: bold;
   font-weight: normal;
   color: #333333;
}
.Footer {
	background-color: #1D6729;
	color:white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif
}
A.Footer:link {
color:white;
}
A.Footer:visited {
color:white;
}
A.Footer:active {
color:white;
}
A.Footer:hover {
color:white;
}
.ContentArea {
background-image: url(watermark.gif);
background-position: center;
background-repeat: no-repeat;
}
.Header {
	background-color: #1D6729;
}
.HeaderText {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
}

