/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-image: url(bodybg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #1C3D01;
	padding: 0px;
	margin: 0px;
}*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #224307;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.pagemaster {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.pagemaster_fixed {
	width: 100%;
	height: 100%;
	background-image: url(bodybg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #1C3D01;
	padding: 0px;
	margin: 0px;
}
.skinmaster {
	width: 785px;
	height: 100%;
}
.skinmaster-scale {
	width: 90%;
	background-color: #F0EDD4;
	height: 100%;
}
.scaled-left {
	background-image: url(backgroundleft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.scaled-right {
	background-image: url(backgroundright.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.skinheader {
	height: 85px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	background-image: url(top_graphic.jpg);
}
.skinheader-scaled {
	height: 85px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	background-image: url(top_graphic.jpg);
}
.skinheaderparty {
	height: 85px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	background-image: url(top_graphic-party.jpg);
}
.skinheader-scaledparty {
	height: 85px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	background-image: url(top_graphic-party.jpg);
}
.skingradient {
	height:28px;
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	background-image: url(menu_back.gif);
}
.controlpanel {
	width: 100%;
	border: 0px;
	background-color: #dedbc5;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	width: 175px;
	background-color: transparent;
}
.contentpane {
	width: 100%;
	background-color: transparent;
}
.rightpane {
	width: 175px;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 28px;
	border: 0;
}
.MainMenu_MenuBar {
	cursor: hand;
	cursor: hand;
	height:28px;
	border: 0;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	border: 0;
}
.MainMenu_MenuIcon {
	background-color: #C0C0C0;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 11px; 
	height: 10px;
	border: 0;
}
.MainMenu_SubMenu {
	background-color: #C0C0C0;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	border: 0;
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FF0000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica;
	border: 0;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
	border: 0;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
	border: 0;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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_LtBlue.jpg);
}
.Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.menu_shadow {
	background-image: url(top_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 11px;
	width: 100%;
}
.ModuleTitle_MenuBar
 {
    cursor: pointer; 
    height: 28px;
}

