/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #999999;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	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; 
}
.skinheader 
{
	font-size:10pt;
	color:White;
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.skinmainmenu
{
	background-color:#275514;
	height:30px;
	font-size:9pt;
	color:White;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: hand;
	height:18px;
	background-color: Transparent;
		
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial;
}
.MainMenu_MenuItem a{
	padding: 2 10 2 4;
	font-size: 9pt;
}
.MainMenu_MenuItem a:hover{
	padding: 2 4 2 4;
	font-size: 9pt; 
}
.MainMenu_MenuIcon {
	background-color: #a0a0a0; 
	border-left: #a0a0a0 1px solid; 
	border-bottom: #a0a0a0 1px solid; 
	border-top: #a0a0a0 1px solid; 
	
	cursor: hand; 
	text-align: center; 
	width: 18px; 
	height: 18px;
}
.MainMenu_SubMenu {
	background-color: #a0a0a0;  
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border-style:none;
	font-size: 9pt;
}

.MainMenu_SubMenu td{
	border-bottom:1px solid #a0a0a0;
	border-top:1px solid #a0a0a0;
	font-size: 9pt;
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #008000; 
	cursor: hand; 
	color: white; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 18px;
	border-bottom: 1px solid #8da4d3;
	border-top: 1px solid #8da4d3;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background-color: #dcdcdc; 
  color: #000000;
  font-family: verdana, sans-serif; 
  font-size: 10px;
  font-weight: normal;
  border:1px solid black;
}
.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: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

