/* TABS - CSS Document */

div.tabBox
{
	height:28px;
	margin-right:25px;
	overflow:hidden;
	padding:0px;
	z-index:500;
}

#tabActive
{
	padding-right: 3px;
	padding-left: 2px;
	padding-top: .19em;
	height: 26px;
	width: 71px;
	float: left;
	font-size: 12px;
	vertical-align: middle;
	overflow: hidden;
	text-align:center;
	z-index:1000;
}


	
#tabActiveDots
{
	margin-top:3px;
	width:2px;
	height:10px;
	float:right;
}


#tabActive a
{
	font-weight: bold;
	text-decoration:none;
}

#tabInactive
{
	padding-right: 3px;
	padding-left: 2px;
	padding-top: .19em;
	height: 26px;
	width: 71px;
	float: left;
	font-size: 12px;
	vertical-align: middle;
	overflow: hidden;
	text-align:center;
}

#tabDisabled
{
	padding-right: 3px;
	padding-left: 2px;
	padding-top: .19em;
	height: 26px;
	width: 71px;
	float: left;
	font-size: 12px;
	vertical-align: middle;
	overflow: hidden;
	text-align:center;
}


	
#tabInactiveDots
{
	margin-top:3px;
	width:2px;
	height:10px;
	float:right;
}

#tabInactive a
{
	text-decoration:none;	
}

#tabInactive a:hover
{
	text-decoration:underline;
}


.stackedText
{ line-height:12px; }

*html .stackedText
{ line-height:8px; }

