/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	background: #FFFFFF ;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#body{
background: #3fadbe url(bg.jpg) repeat-x top;
}
.pagemaster {
	width: 100%;
	height: 100%;
}
.skinmaster {
	margin-top: 13px;
	width: 790px;
}
.skinheader {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 231px;
	width: 790px;
}
.skingradient {
	background-image: url(nav-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 30px;
	width: 790px;
	padding-right: 6px;
	padding-left: 6px;
}
.bodygradient{
	background-image: url(body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 790px;
}
.footergradient{
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 53px;
	width: 790px;
}
 a.footergradient:link, a.footergradient:visited{
	color:#FFFFFF;
	decoration: underlined;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 170px;
	background-color: #fff2be;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 135px;
	background-image: url(left-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 40px;
}
.contentpane {
	width: 600px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
	font-size: 18px;
}
.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;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 2px;	
	border-bottom: 0px solid #016a7d;
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	border-bottom: 0px solid #000000;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 11px 7px 5px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover {  
	background-color: Transparent; 
	color: #FFCA00;
}

.main_dnnmenu_itemhover td {  
	background-color: #FFCA00; 
	color: #016A7D;
}
<!-- Left of the menu text -->
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #3fadbe;
	border: 1px solid #016a7d;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
	padding: 0px 0px 0px 0px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow {
	border-right:0px solid #cad5ea; 
	border-bottom:0px solid #cad5ea; 
	border-top: 0px solid #cad5ea;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_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:0px solid #7994cb ; 
	border-top: 0px solid #7994cb; 
	border-left: 0px solid #7994cb; 
	border-bottom: 0px solid #7994cb; 
	-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;
   
}
