/* TABS */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
/*margin-top: 1px;*/
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
/*padding: 3px 7px 1px 7px;*/ /* new padding to adjust line spacing - greg */
margin: 0px 3px 0px 0px;
border: 1px solid #ab55c7;
border-bottom-color: #d08de6;
background: #d08de6;

font-weight: bold;
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ 
border-bottom-color: #f9f9f9;
background:#f9f9f9;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



/* CONTENT */

.tabcontent{
display:none;
}

h2.tabcontent_title  {
font-size: 13px; 
font-weight: bold; 
color: #FFF; 
background-color:#ab55c7; 
padding: 3px 0 3px 10px;
margin:0px 0 2px;
}
.tabcontent table {						
width: 650px; 
}
.tabcontent td {						
border:none; 
margin:0px; 
padding:5px;
vertical-align:top; 
}	
											
.subcontent {
	display: none;
}

.tabDivContent{
	padding: 10px;
}

div.tabNavArea{
	text-align: right;
	margin: 5px 0px;
}

input.tabNav{
	padding: 1px 15px;
}

.subTabLinks {
	padding: 5px 0px;
	border-bottom: 1px solid #C3D000;
}
ul.secondary {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.secondary li {
	width: auto;
	display: inline;
/*	float: left;*/
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #C3D000;
/*	white-space: nowrap;*/	
}

ul.secondary li a {
	color: #000;
	text-decoration: none;
	white-space: nowrap;	
}

ul.secondary li a:hover {
	white-space: nowrap;	
	text-decoration: underline;
}

ul.secondary li.selected a{ /*selected main tab style */
	/*background-image: url(shadeactive.gif);*/
	font-weight: bold;
}

ul.secondary li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #000;
}

ul.secondary li:last-child a { border: none; }

@media print {
	.tabcontent {
		display:block!important;
	}
}