#peaks-table td { font-size:11px; border:1px solid #dcdcdc; background:#f5f5f5; }
#peaks-table #header-row td { padding:2px; background:#78785b; }
#peaks-table #header-row a { font-size:12px; color:#ffffff; font-weight:bold;}

/* LEFTBAR PROPERTIES */
#leftbar .greenbox {
	margin-left: 0px;
	width: 180px;
	border: 2px solid #000000;
	color: #ffffff;
	background-color: #78785b;
	font-size: 12px; 
	padding: 2px; }
#leftbar .greenboxtitle {
	border-bottom: 2px dotted #4685bd;
	background-color: #455682;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:bold;
	text-align:center; }
#leftbar a { 
	font-size: 14px;
	font-weight: bold;
	color:#ffffff; }
#leftbar a:hover { 
	background: #4685BD; 
	text-decoration: underline; 
	color:#ffffff; }
#leftbar a:active {	border: groove 1px #35432a; }
#leftbar ul { 
	position: relative;
	left: -35px;
	_left: 5px;
	width: 140px; 
	list-style: none; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px; 
	margin-right: 5px; }
#leftbar ul li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	border-bottom: dotted 1px #36442B; }
#leftbar ul li a {
	display: block;
	text-decoration: none;
	width: 100%; }
#leftbar .sub {
	text-indent: 8px;
	font-size: 10px;
	background-color: #828263; }
#leftbar .active { background-color:#82aa63; }
