/***********************************************
* DD Tab Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
**********************************************/

/*currently selected tab*/
.tabs a.current, #tabs a.current span { 
	background-image:url(/reports/images/tab_open_darkblue.gif);
	background-position:right top;
	color:#000033;
	text-align:center;
	text-decoration:none;
}

.tabs {
	padding:0;
	width:680px;
	color:#000033;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration:none;

}

.tabs ul {
	font:normal 10px Verdana;
	font-weight:bold;
	color:#000033;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

.external_link{
}

.tabs li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	color:#000033;
	/*text-transform:uppercase;
	text-decoration:none;*/
}

/*margin controls tab spacing*/
.tabs a {
	float:left;
	color:#ff9900;
	background: url(/reports/images/tab_closed_darkblue.gif) no-repeat right top;
	margin:0 2px 0 -2px;
	width:133px;
	padding:0 0 0px 0px;
	text-decoration:none;
	height:33px;
}

.tabs a span {
	float:left;
	display:block;
	padding: 3px 3px 2px 3px;
	text-align:center;
	text-decoration:none;
}

.tabs a span {
	float:none;
	text-decoration:none;
}

.tabs a:hover {
	text-decoration:none;
	color:#000033;
}

.tabs a:visted {
	text-decoration:none;
	color:#000033;
}





.tabs a:hover span{
	text-decoration:none;
	color:#000033;
}

/*bottom line*/
.line{
	clear: both;
	padding: 0;
	width: 680px;
	height: 2px;
	line-height: 2px;
	background: #000033;
}

.tab-spacer-top{
	font-size:4px;
}
.tab-spacer-bottom{
	font-size:5px;
}

