/* 
================================
Skin styles for DotNetNuke
================================
*/  

.normal {
font-size: 16px;
}

.zen4 {
background-color: #FDF6D7;
}

.menu {
	height:30px;
	border-bottom: 1px #CCCCCC solid;
}

body {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: sienna;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: sienna;
}
.skinmaster {
	height: 100%;
	width:950px;
	background-color: white;
	border-right: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
height:150px;
background:url(banniere.jpg);
}
.skingradient {
	height:30px;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}

#dnn_ctr1610_Feedback_txtBody {
overflow:auto;
}
.MainMenu_MenuItem {
	border:none;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11pt;
	font-weight: bold; 
	font-family: Georgia;
}
.MainMenu_MenuIcon {
	border:none;
	background-color: #FDF6D7;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
}
.MainMenu_SubMenu {
	border:none;
	background-color: #FDF6D7;
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	margin-top:3px;	
	font-size: 11pt; 
	font-weight: bold; 
	font-family: Georgia;
}
.MainMenu_MenuItemSel {
	border:none;
	cursor: pointer; 
	cursor: hand; 
	color: darkred; 
	font-size: 11pt; 
	font-weight: bold; 
	font-family: Georgia;
	background-color: #ccff66;
}
.MainMenu_MenuArrow {
	border:none;
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.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;
}

