/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFCC;
	border-right: #CC9933 1px solid; 
	border-top: #CC9933 1px solid; 
	border-left: #CC9933 1px solid; 
	border-bottom: #CC9933 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient 
{
	background-color:#C5B88B;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFE5;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}
.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: #000000; 
	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: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	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: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover 
{
	color:#A20A07;
	/*background-color: #FFCC66; */
}

.main_dnnmenu_itemhover td 
{  
	color:#A20A07;
	/*background-color: #FFCC66; */
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #C5B88B;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	margin: 8px -5px 0 0;
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border-style:outset;
	border-width:2px;
	border-color:#FFFFCC;
	font-size:8pt;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
	border-width:1px;
	border-style:dotted;
}

.main_dnnmenu_arrow {
	color:#A20A07;
	border-right: #FFFFE5 1px solid; 
	border-bottom: #FFFFE5 1px solid; 
	border-top: #FFFFE5 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	color:#A20A07;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #CC9933 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #CC9933 1px solid; 
	border-top: #CC9933 1px solid; 
	border-left: #CC9933 1px solid; 
	border-bottom: #CC9933 1px solid; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
	font-size:8pt;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtMustard.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}


.content {
	clear: left;
	float: left;
	width: 100%;
	visibility: inherit;
	z-index: auto;
	height: 100%;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2DDC7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B59C6A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B59C6A;
	background-image: url(images/topleft_floral1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}


.bottomOfHeader {
	background-image: url(images/bottom-lowerres_04.jpg);
	visibility: visible;
	height: 20px;
	width: 100%;
	left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AB8E54;
}

.footer
{
	background-image: url(images/bottom-lowerres_04.jpg);
	visibility: visible;
	height: 20px;
	width: 100%;
	left: 0px;
}
