/* 
================================
Skin styles for DotNetNuke
================================
*/   
.FooterLink {
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight:bold;
	}
	
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color:#7e8daa;
}
.skinmaster {
	height: 100%;
	background-color: #7e8daa;
	border-right: #858484 0px solid; 
	border-top: #858484 0px solid; 
	border-left: #858484 0px solid; 
	border-bottom: #858484 0px solid; 
	
}
.skinheader {
}
.skingradient {
	
	height: 30px;
}
.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: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.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;
}



.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #555555 0px solid; 
	border-bottom: #555555 1px solid; 
	border-top: #555555 1px solid; 
	border-right: #555555 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #999999;
}
.MainMenu_MenuIcon {
	background-color: #555555; 
	border-left: #555555 1px solid; 
	border-bottom: #555555 1px solid; 
	border-top: #555555 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	text-valign: top; 
	width: 15px; 
	height: 16px;
}
.MainMenu_SubMenu {
	background-color: #555555;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	opacity: 5;
	filter: alpha(opacity=90);
	-moz-opacity:.9;

}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #aaaaaa; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal;
	height: 16px;

}
.MainMenu_MenuArrow {
	border-right: #555555 1px solid; 
	border-bottom: #555555 1px solid; 
	border-top: #555555 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
