/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #524736;
	background-image: url(Minnesota-National-golf-course-page-bg.png);
}
.skinmaster {
	background-color: #300708;
}
.skinheader {
}
.skingradient {
	background-color: #300708;
	background-image: url(Minnesota-National-golf-course-bg.png); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #300708;
	background-image: url(Minnesota-National-golf-course-bg.png); 
}
.toppane {
	width: 100%;
	background-color: #300708;
	background-image: url(Minnesota-National-golf-course-bg.png);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: #300708;
	background-image: url(Minnesota-National-golf-course-bg.png);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: #300708;
	background-image: url(Minnesota-National-golf-course-bg.png);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: #300708;
	background-image: url(Minnesota-National-golf-course-bg.png);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane a:link  {
	color: #fffcdc;
}
.contentpane a:visited  {
	color: #fffcdc;
}
.contentpane a:hover  {
	color: #949c50;
}
.contentpane a:active  {
	color: #949c50;
}
.main_dnnmenu_container {
	background-color: #300708;
	background-image: url(Minnesota-National-golf-course-bg.png);
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #300708;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fffcdc; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #300708;
	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: #fffcdc; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #300708;
	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 {  
	background-color: #300708; 
	color: #949c50; 
}

.main_dnnmenu_itemhover td {  
	background-color: #300708; 
	color: #949c50; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #300708; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	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: #300708 none; 
  color: #fffcdc;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #300708;
	border-right: #300708 1px solid; 
	border-top: #300708 1px solid; 
	border-left: #300708 1px solid; 
	border-bottom: #300708 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(Minnesota-National-golf-course-bg.png); 
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #949c50;
}
P {
	color: #fffcdc;
}
H1, H2, H3, H4, H5, H6 {
	font-family: Times, Tahoma, Arial, Helvetica; 
	color: #949c50;
}
A:link  {
	color: #fffcdc;
}
A:visited  {
	color: #fffcdc;
}
A:hover  {
	color: #949c50;
}
A:active  {
	color: #949c50;
}
a.user:link, a.user:active, a.user:visited,
a.login:link, a.login:active, a.login:visited
{
    color:#fffcdc;
    font-weight:normal;
    text-decoration:none;
}
th, td, ul, li, p, dt, dl, dd
{
    color:#fffcdc;
    font-weight:normal;
    text-decoration:none;
}





