/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #e6fcc3;
	text-align: center;
}
.skinmaster {
	height: 100%;
	background-color: white;
	BORDER-RIGHT: #265d05 1px solid; 
	BORDER-TOP: #265d05 1px solid; 
	BORDER-LEFT: #265d05 1px solid; 
	BORDER-BOTTOM: #265d05 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(solid_DKGreen.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: white;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	/*padding-left: 6px;
	padding-right: 4px;*/
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: Transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: #265d05;
}
.MainMenu_MenuItem {
	/*border-left: #e6fcc3 0px solid; 
	border-bottom: #e6fcc3 1px solid; 
	border-top: #e6fcc3 1px solid; 
	border-right: #e6fcc3 0px solid;*/
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #265d05;
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	/* border-left: #e6fcc3 1px solid; 
	border-bottom: #e6fcc3 1px solid; 
	border-top: #e6fcc3 1px solid;  */
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
	background-color: #265d05;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3); */
	cursor: hand;
	color: black;
	background-color: #265d05;
}

.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: Black;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffffff;
}
.MainMenu_MenuArrow 
{
	/*
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 0px solid; */
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #265d05 none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #265d05;
	BORDER-RIGHT: #265d05 1px solid; 
	BORDER-TOP: #265d05 1px solid; 
	BORDER-LEFT: #265d05 1px solid; 
	BORDER-BOTTOM: #265d05 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: #265d05;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
.SearchCell
{
	padding-bottom: 10px;
}





