/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #4F6E18 ;/*#FEFEFE*/
}
.skinmaster {
	height: 100%;
	background-color: white;/*#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 
{
    height:200px; 
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkGreen.jpg); HEIGHT:30px;
}
.skinmenu {
	background-color: black ; 
}
.skinseparator {
	background-color:Gray ;
}
.Normal
{
}
.controlpanel {
	width: 100%;
	background-color: #A5DFB1;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 280px;/*300px*/
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	A:link 
{text-decoration: none; color: black;}
}
.contentpane {
	width: 320px;/*300px*/
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 170px;
	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: black; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:32px; /*16px*/
	width:120px;
	background-color: black;/*Transparent*/
}
.MainMenu_MenuItem {
    border-left: #84D094 0px solid; 
	border-bottom: #84D094 0px solid; 
	border-top: #84D094 1px solid; 
	border-right: #84D094 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial,Helvetica,sansserif; /*Tahoma, Arial, Helvetica; */
	font-size: 9pt; /*9pt*/
	font-weight: bold; 
	font-style: normal; 
    background-color: Transparent;/*#4F6E18*/
    /*padding: 0px 28px 0px 12px; */ 

   /* PADDING-RIGHT: 5px; 
    PADDING-LEFT: 5px; */
}
.MainMenu_MenuIcon {
    background-color: black; /*#84D094*/
	border-left: #84D094 0px solid; /*1px*/
	border-bottom: #84D094 0px solid; 
	border-right: #84D094 0px solid; /* add the new line*/
	border-top: #84D094 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width:15px;  /*15px*/
	height: 21px;
	display:none;
}
.MainMenu_SubMenu {
	background-color: #4F6E18; /*#84D094*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	 border:none;
     height:1px;
     background-color:Transparent;
}
.MainMenu_MenuItemSel {
    background-color: white; /*#64C278*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial,Helvetica,sansserif; /*Tahoma, Arial, Helvetica; */
	font-size: 9pt; /*12pt*/
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #84D094 0px solid; /*1px*/
	border-bottom: #84D094 0px solid; /*1px*/
	border-top: #84D094 0px solid;
	font-family: webdings; 
	font-size: 12pt; /*10pt*/
	cursor: pointer; 
	cursor: hand; 

}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; /*10pt*/
	cursor: pointer; 
	cursor: hand;
}
/*.MainMenu_RootItem span {
     width:120pt;     
}*/
.StandardButton     {
    background: #23A53E none; 
    color: #FFFFFF;
    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   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
