/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skingradient {
	background-image: url(titlebar.gif); 
	height:80px;
}
.controlpanel {
	width: 100%;
	background-color: #a5dfb1;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.pane1 {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;

}

.pane2 {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;

}

.pane3 {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;

}

.pane4 {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 2px;

}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}
.rightpane {
	width: 296px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 4px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	height: 21px;
	width: 100%;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 21px;
	width: 100%;
	background-image: url(menuback.gif);
}
.MainMenu_MenuItem {
	border-left: #990000 0px solid; 
	border-bottom: #990000 0px solid; 
	border-top: #990000 0px solid; 
	border-right: #990000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent; 
	height:21px;
	width: 150px;
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	border-left: #000000 0px; 
	border-bottom: #000000 0px; 
	border-top: #000000 0px; 
	font-size: 0px;
	cursor: pointer; 
	cursor: hand; 
	width: 0px; 
	height: 0px;
}
.MainMenu_SubMenu {
	background-color: #666666; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-right: #000000 1px solid;  
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	color: #ffffff;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	Width: 150px;
	overflow:inherit;
	
	
}
.MainMenu_MenuBreak {
	height: 21px;
}
.MainMenu_MenuItemSel {
	background-color: #cccccc;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;


}
.MainMenu_MenuArrow {
	border-right: #000000 0px; 
	border-bottom: #000000 0px; 
	border-top: #000000 0px;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}
.UserLog {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.StandardButton     {
  background: #000000 none; 
  color: #ffffff;
  font-family:Verdana, sans-serif; 
  font-size: 12px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-color: #ffffff;
	border-right: #23a53e 0px solid; 
	border-top: #23a53e 0px solid; 
	border-left: #23a53e 0px solid; 
	border-bottom: #23a53e 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	width: 175px;
	font: icon;
	color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.Head   {
	font-family:Arial, Helvetica, sans-serif;
   font-size:  10px;
   font-weight: normal;
   color: #000000;
}










