/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	/*background-color: #FEFEFE;*/
}
.skinmaster {
	/*height: 100%;
	background-color: #c5edce;
	border-right: #23a53e 1px solid; 
	border-top: #23a53e 1px solid; 
	border-left: #23a53e 1px solid; 
	border-bottom: #23a53e 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}
.skinheader {
}
.skingradient {
	/*background-image: url(gradient_DkGreen.jpg); 
	height:30px;*/
}
.controlpanel {
	width: 100%;
	background-color: #bfa569;
}
.HeaderLinksPane {
	width: 100%;
	background-color: #a0da9b;
	height: 24px;
}
.LeftPane 
{
	vertical-align:top;
	width: 190px;
	background-color: #d8f3c4;
}
.ContentPane {

	background-color: transparent;
	padding-left: 20px;
	vertical-align:top;
	padding-right:15px;
	padding-top:10px;
}
.RightPane {
	width: 211px;
	background-color: transparent;
	vertical-align:top;
	padding-left: 5px;
	/*padding-right: 4px;*/
	padding-top: 6px;
}
.FooterLinksPane 
{
	text-align:center;
	height:25px;
}
.FooterPane {
	/*
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;*/
	width: 100%;
	text-align:center;
}

.LogoPane 
{
	height: 114px;
	width: 560px;
	text-align:right;
	vertical-align: middle;
}

.DNNMenuPane 
{
	background-color: #bfa569;
	height:23px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:23px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #bfa569; /* When a DNN menu expands, color under the icon in the submenu */
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #bfa569; /* When a DNN menu expands, color under the text in the submenu */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 21px;
}
.MainMenu_MenuItemSel {
	/*background-color: #64c278; */
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
  background: #bfa569 none;
  color: black;
  font-family:Verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	/*background-color: #a5dfb1;*/
	border-right: #23a53e 1px solid; 
	border-top: #23a53e 1px solid; 
	border-left: #23a53e 1px solid; 
	border-bottom: #23a53e 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_MidGreen.jpg);*/
}
.Head   {
}

body
{
	padding-left:10px;
	padding-top:10px;
}