/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
}
.skinheader {
}
.skingradient {

}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.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;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	height: 26px;
	width: 100%;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 26px;
	background-color: Transparent;
	
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family:  Arial, Tahoma, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	height: 26px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	text-align: center; 
	display: none;

}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #213921; 
	border-bottom: #3B6539 3px solid; 
	border-left: #3B6539 3px solid; 
	border-top: #3B6539 0px solid; 
	border-right: #3B6539 3px solid;
	color: #3B6539;
	padding: 8px;
}
.MainMenu_MenuBreak {
	background-color: #000000;
	height: 0px;
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: black; 
	font-family:  Arial, Tahoma, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	color: #213921;
	background-color: #3B6539;
	height: 26px;

}
.MainMenu_MenuArrow {<link rel="STYLESHEET" type="text/css" href="skin.css">
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border: 0px;


}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border: 0px;

}

.StandardButton     {

}
.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 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_LtGray.jpg);
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
    color: #3B6539;
}
.SkinObject {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:  normal;
    color: #3B6539;

}
.Date   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:  normal;
    color: #3B6539;
}

.copyright {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:  normal;
	text-decoration: none;
    color: #999999;
}

.login {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:  normal;
	text-decoration: none;
    color: #3B6539;
}

a.login {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:  normal;
	text-decoration: underline;
    color: #3B6539;
}

a:hover.login {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:  normal;
	text-decoration: none;
    color: #3B6539;
}



.search {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:  bold;
	text-decoration: none;
    color: #ffffff;
}

.SearchObject {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:  bold;
	text-decoration: none;
    color: #ffffff;
}

a.SearchObject {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:  bold;
	text-decoration: underline;
    color: #ffffff;
}
a:hover.SearchObject {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:  bold;
	text-decoration: none;
    color: #ffffff;
}

.SearchTextBox {
    font-family:  Arial, Tahoma, Helvetica; ;
    font-size: 11px;
    font-weight: normal;
	border: 1px #C3B6539 solid;
	padding-left: 3px;
}