/******************* --  tabber -- **********************/
.tabber{
	width:610px;
	margin:20px 0;	
	display:block;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 7.5pt Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;

}

.shadetabs li a h2{
	background: url(images/tab_na_right.gif) no-repeat top right;
	padding: 5px 7px 5px 3px;
	font-size:7.5pt;
	line-height:10pt;
	font-family:verdana;
	margin:0px;
	font-weight:bold;
}
.shadetabs li a{
text-decoration: none;
display:block;
float:left;
margin-left: 3px;
padding-left:4px;
color: #38629F;
background: url(images/tab_na_left.gif) no-repeat top left;
font-size:7.5pt;
font-family:verdana;
}

.shadetabs li a:visited{
color: #38629F;
font-size:7.5pt;
font-family:verdana;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FF6900;
font-size:7.5pt;
font-family:verdana;
}

.shadetabs li.selected{
position: relative;
top: 0px;
z-index: 1;
}

.shadetabs li.selected a h2{
	background: url(images/tab_active_right.gif) no-repeat top right;
	padding: 5px 7px 5px 3px;
	font-size:7.5pt;
	line-height:10pt;
	font-family:verdana;
	margin:0px;
	font-weight:bold;
}

.shadetabs li.selected a{ /*selected main tab style */
background: url(images/tab_active_left.gif) no-repeat top left;
border-bottom-color: white;
font-size:7.5pt;
padding-left:4px;
font-family:verdana;
position: relative;
top: 0px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
font-size:7.5pt;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 2px solid #dddddd;
margin-bottom: 1em;
padding:0 10px 10px 10px;
position:relative;
top:29px;
left:0px;
background:#ffffff;
}

.tabcontent{
display:none;
}

.tabcontent h5{
	display:none;
}

@media print {
    .tabcontent{display:block;}
}
/*
.tabcontent table{width:580px;}
*/