/*
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
.skinheader {
}
.skingradient {
	background-image: none;
	height:10px;
    background-color: #ffffff;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}
.toppane {
	width: 100%;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
    padding-bottom: 0px;
}
.rightpane {
	width: 175px;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color: ffffff;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:24px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 1px 1px 1px;
    border-bottom: 1px solid #000000;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 0px 12px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {
	background-color: #ffffff;
    color: #7d5cc6;
}

.main_dnnmenu_itemhover td {
	background-color: #ffffff;
    color: #7d5cc6;
}


.main_dnnmenu_icon {
	cursor: pointer;
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #ffffff;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0);
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	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: #ffffff none;
  color: #000000;
  font-family: verdana;
  font-size: 9px;
  font-weight: bold;
}
.TreeViewMenu {
	width: 175px;
	background-color: transparent;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
.TreeViewMenu_Header {
	background-image: none;
}
.Head {
   font-family: Verdana;
   font-size:  10px;
   font-weight: bold;
   color: #ffffff;
}

