﻿/* 
================================
Skin Styles for Horizontal Bow Hunter
================================
*/

@import "/portals/1/js/facybox.css";
   
html, body {background:#163813; padding:0; margin:0;}
.myPageTable{height:100%; width:100%; background:#111f10 url(images/backgroundgradient.jpg)repeat-x fixed top left; text-align:center; padding-bottom:30px;}
.adminhost {float:left; margin:10px;}

.dnnLogin, .dnnUser {color:#000; font-size:9pt; }
#bdywrapper{ width:997px; margin:0 auto; text-align:left;}
#hdr {background: #d9daca url(images/hdrTop.jpg) no-repeat top; height:170px;}
#logo { float:left; margin:18px 0px 0px 10px; }
#lgnbar {float:right; color:#000; margin-top:5px; margin-right:18px;}
.dnnLogin, .dnnUser, a.dnnLogin, a.dnnUser {color:#000; font-weight:700; text-decoration:none;}
a.dnnLogin:hover, a.dnnUser:hover {text-decoration:none; color:#756a50;}
#hdrpic { margin:5px 18px 0 0; float:right; }
#hdrtxt {margin-left:90px; margin-top:0px; margin-bottom:2px; font-size:17pt; line-height:17pt; color:#106d1f; letter-spacing:1pt;}
#mnu{width:993px; background:url(images/mnuRpt.png) repeat-x top left; float:left; border:2px solid #bcb3a7; height:26px;}
#paneWrapper{background:#7c6b46 url(images/bdyTop.jpg) no-repeat top; width:997px;}
#bdybtm {background:url(images/bottomRnd.png) bottom center no-repeat; height:22px;}
#ftr{ padding:10px; color:#fff; text-align:center; }
#ftr_links {text-align:center; padding-top:9px; color:#fff; font-size:10pt; font-weight:700;}
#ftr_links a {color:#fff; text-decoration:none; padding:0 15px; }
#ftr_links a:hover {color:#756a50; text-decoration:underline; }
.SkinObject, a.SkinObject:link, a.SkinObject:active, a.SkinObject:hover, a.SkinObject:visited
    {color:#fff; font-weight:normal;}

.dvclr{ line-height:.01; clear:both; }

.TopPane, .BottomPane {padding:0; margin:0;}
.leftpane {padding:6px;}
.rightpane {padding:6px;}
.contentpane {width:100%; padding:6px 20px;}

.whitetext {color:#fff;}
.DNNEmptyPane { margin:0; padding:0;display:none; height:0; font-size:1px; }
.Normal, .NormalRed, html, body{font-size:11pt; font-weight:normal; font-family:Tahoma;}
h1 {color:#11300a; font-weight:800;}
h2, h3, h4, h5, h6{color:#251d11;}
p {color:#fff;}
.commandbutton, .subhead {color:#fff;}
.TabList {
    margin:0;
    padding:0;
}


/*  NavMenu styles start here */

/*top level links */
#nav ul {
    padding:0 15px;
    margin:0;
    list-style:none;
    float:left;
    line-height:22px;
	z-index:5001;
}
/* Menu Items ---- Settings here cascade down */
#nav li {
  position:relative;
  float:left;
  /*line-height : 1.25em;*/
  width: auto;
  list-style: none;
  height:22px;
  z-index: 5000;
  
}

#nav li ul { /* second-level lists --  width of dropdowns must be set here for IE6  */
	position : absolute;
	left: -999em;
	background:#514731;
	width:190px;
	border:1px solid #fff;
	padding:0px;
}



#nav a { 
    font-size:10pt;
	display:block;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    padding :2px 14px 2px 7px;
    color:#fff;
    border-bottom:none;
    background: url(images/separator.jpg) no-repeat right;


}
#nav li li a { /*2nd Level Links --- width needs to be set in order for the drop downs to be vertical */
    width:190px;
    padding:0;
    margin:0;
    height:22px;
    border-bottom:1px solid #bcb3a7;
    background:none;
	
}

#nav li a:hover {
  background-color: #000;
  color:#fff;



  /*border-top:none;*/
}
#nav li.SelectedTab a,
#nav li a.SelectedTab {
   color: #d9daca;
   
}

#nav li.SelectedTab a:hover,
#nav li a.SelectedTab:hover {
   color: #fff;
   background-color: #000;


}
#nav .DisabledTab {
    color:#ccc;
    
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li.iehover ul { /* Adjust top to move vertical postion of drop down menus */
	top: 26px;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul { /*Adjust left to change spacing of 2nd level and 3rd level menus */
	top: 0;
	left:190px;
}
