/*
================================
Skin styles for DotNetNuke
================================
*/

..pagemaster {
	width: 100%;
	height: 100%;
	background-color: #d3dbfd;
}
.skinmaster {
	height: 100%;
	background-color: #FAF6F4;
	border-right: #3A356B 2px solid;
	border-top: #3A356B 1px solid;
	border-left: #3A356B 2px solid;
	border-bottom: #3A356B 2px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader {background-color: #d3dbfd;
}
.skingradient {
	background-image: url(grey1.gif);

}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}


.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
}
.C1_A {
	width: 680px;
	background-color: transparent;
	padding-left: 16px;
	padding-right: 8px;
	padding-top: 0px;
}
.C1_B {
	width: 680px;
	background-color: transparent;
	padding-left: 16px;
	padding-right: 8px;
	padding-top: 0px;
}

.C2_A {
	width: 250px;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 16px;
	padding-top: 0px;
}

.C2_B {
	width: 250px;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 16px;
	padding-top: 0px;
}


.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	padding: 1px;
	cursor: pointer;
	cursor: hand;
	height:22px;
	background-color: Transparent;
	}

.MainMenu_MenuItem {
	padding: 1px;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #e8e8e8
	border-left: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
	border-top: #e8e8e8 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #Ffffff;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=2);
}
.MainMenu_MenuBreak {
		border-bottom: #Ffffff 1px solid;
	border-left: #F4F5FB 5px solid;
	border-top: #Ffffff 1px solid;
	border-right: #F4F5FB 5px solid;
	background-color: #Ffffff;
	height: 2px;
}
.MainMenu_MenuItemSel {
	background-color: #f5f3d9;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	height: 20px;
}

.MainMenu_MenuArrow {
	display:none;

}
.MainMenu_RootMenuArrow {
	display:none;

}





.StandardButton     {
  background: #FEF8EF none;
  color: #000000;
  font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  border-right: #FFCCFF 1px solid;
	border-top: #FFCCFF 1px solid;
	border-left: #FFCCFF 1px solid;
	border-bottom: #FFCCFF 1px solid;

}
.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   {
   font-family: Trebuchet MS, Arial, Helvetica;
   font-size:  14px;
   font-weight: normal;
   color: #333333;
   }
