/* Skin Styles */

body {

}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #598427;
}

.pwc_uppernav {
	background-color: #222C17;
}

.pwc_content {
	background-color: #ffffff;
}

.pwc_footer {
	background-color: #79846D;
}

a.footerlinks {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

a.footerlinks:hover {
	color:#fff;
}

/* DNN Styles */

h1 {
	font-family: Georgia,"Times New Roman", serif;
	font-size: 28px;
}

h2 {
	font-family: Georgia,"Times New Roman", serif;
	font-size: 20px;
	color: #c00;
}	

.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}

/* Xmod */
.det_h1 {
	font-size: 24px;
	font-weight: bold;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	height: 20px;
	cursor: pointer; 
	cursor: hand; 
	color: #ddd; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: #222C17;
}
.MainMenu_MenuIcon {
	display:none;
	cursor: pointer; 
	cursor: hand; 
	color: #222C17;
	background-color: #222C17; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #222C17; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	padding:3px;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #79846D;
	height: 20px;
}
.MainMenu_MenuArrow {
	display:none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	color: #222C17;
	background-color: #222C17;
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


