/* -------------------[ Sidebar ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar li.nav_box {
    margin: 7px 0px;
    padding: 0px;
    border: 1px solid #DDD;
    }

/*--------------------------------------------------
  Headers
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
UL.tabbernav, .nav_section H2 {
    height: 26px;
    line-height: 26px;
	background: #CCC !important;	
	font-size: 9pt;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	}

.nav_section H2 {
    border-top: 1px solid #FFF;
    padding: 5px;
	}
ul.tabbernav {
    border: 1px solid #FFF;
    border-bottom: 0px;
	}

.tabbernav LI { float: left; }
.tabbernavXX li A:link { color:#000 !important; }
.tabbernav LI A {
    color:#000 !important;
	display: block;
	padding: 0 10px;
	}
.tabbernav LI { background: #CCC; }
.tabbernav LI.tabberactive { background: #EEE; }
.tabbernav LI A:hover { background: #FFF; }


.nav_section {
	background: #EEE;
	border: 1px solid #FFF;
	border-top: 0px;
	margin: 0px;
	padding: 0px;
	}




/* -- The actual list items. -- */
.nav_section LI {
    padding: 5px;
	}
.nav_list LI {
    border-bottom: 2px solid #FFF;
    font-size: 8pt;
}
ul.link_list LI {
    font-size: 9pt;
}
#sidebar ul.nav_list LI A {
    font-weight: bold;
}



/*  This gives the dropdown lists some padding. */
.tabberlive .tabbertab FORM DIV {
	padding: 7px;
	}	



/* ---------------[ Tabber ]--------------- */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.tabberlive .tabbertabhide {
	border: 0;
	display: none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {
	display: none;
	}

.tabberlive .tabbertab h2 {
	display: none;
	}



