/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	padding-top:0;
	margin-top:0;
	border-right: #8f9092 0px solid;
	border-top: #8f9092 0px solid;
	border-left: #8f9092 0px solid;
	border-bottom: #8f9092 0px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	
	
}
.skingradient a:hover{
	color:#CCCCCC;
}

.skinheader {

background-repeat:no-repeat;
margin:0;
padding:0;
}
.skingradient {
	background-image: url(images/bg_header.jpg);
	background-repeat:no-repeat;
	height:95px;
	padding:5px;
	margin-top:0;
	width:941px;
	margin:0 auto;
}
.skin {

	background-image: url(images/bg_header_r.jpg);
	background-repeat: repeat-x;
	height:95px;
	
}
.skingradient1{
 	background-image: url(images/footer2.jpg);
	background-repeat: repeat-x;
	height:37px;
	}
.controlpanel {
	width: 100%;
	padding:0;
	margin:0;
	background-color: #dddddd;
}
.top_right {
	width: 226px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.leftpane {
	width: 226px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color:transparent;
	padding-left: 6px;
	padding-right:12px;
	padding-top: 0px;

}
.rightpane {
	width: 226px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 3px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #ffffff 0px solid;
	border-bottom: #333333 1px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-size: 9pt;
	font-style: normal;
	background-color: transparent;
	
}
	.MainMenu_MenuIcon {
	background-color: #424242;
	border-left: #ffffff 0px solid;
	border-bottom: #333333 1px solid;
	border-top: #ffffff 0px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #424242; 
	filter:alpha(opacity=80);
	opacity:0.8; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#c7c2c3', Direction=150, Strength=6); 
}

		.main_dnnmenu_itemhover td {     /*highlight sub menu hover*/
			background-color: #d6e3f5;
			color:#034a7e;
			font-weight:bold;
			border-bottom: #333333 1px solid; 
		}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
background-color:#4b4b4b;
	color: #CCFF00;
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	
}
.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid; 
	border-bottom:#333333 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color:#7dc9fd;
	
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #ebebeb;
	border-right: #ff0000 1px solid;
	border-top: #8f9092 1px solid;
	border-left: #8f9092 1px solid;
	border-bottom: #8f9092 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
	
}
.Head {
	font-size:13px;
	color: #64a804;
	font-weight: bold;
}


