/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	width: 820px;
	background-color: #ffffff;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px; 
}
.skinheader {
	padding-bottom: 16px;
}
.skingradient {


}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;

}

.main_dnnmenu_container {
	background-color: transparent; 



}
.main_dnnmenu_bar {
	background-color: transparent;
	line-height: 34px;
	left: -1px;
	html>body position: static;
	position: relative;
	padding-bottom: 13px;
	padding-top: 5px;
}


.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	display: -moz-inline-box;
	-moz-box-align: center;
	-moz-box-pack: center;
	display:inline-block;
	cursor: pointer;
	width: 165px;
	color: #000000;
	font-size: 10pt; 
	text-align: center;
	font-family: Courier; 
	border-left: #8f9092 1px solid;
	line-height: 34px;
	height: 34px;
	margin-right: -1px;
	border-top: #8f9092 1px solid;
	border-bottom: #8f9092 1px solid;
}

html>body .main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	margin-right: -1px;
	width: 164px;

}

.main_dnnmenu_itemhover {  
	background-color: #ef2d62;
}


.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
a.user:link, a.user:active, a.user:visited,
a.login:link, a.login:active, a.login:visited
{
    color:#ffffff;
    text-decoration:none;
}

