.shadetabs{
padding: 3px 0;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 0;
font: bold 12px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
z-index: 0;
}

.shadetabs li{
display: inline;
margin: 0;
z-index: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #D8D8D8;
color: #A4A4A4;
background: white url(shade.gif) top left repeat-x;
z-index: 0;
}

.shadetabs li a:visited{
color: #A4A4A4;
z-index: 0;
}

.shadetabs li a:hover{
text-decoration: none;
color: #000000;
z-index: 0;
}

.shadetabs li.selected{
position: relative;
top: 0px;
color: rgb(255, 111, 18);
z-index: 0;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
color: rgb(255, 111, 18);
/*background-color: #F7F6F7;*/
z-index: 0;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: rgb(255, 111, 18);
z-index: 0;
}

.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
color: rgb(255, 111, 18);
z-index: 0;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #D8D8D8;
width: 340px;
*html width: 360px;
margin-left: 10px;
margin-bottom: 1em;
padding: 10px;
/*background-color: #F7F6F7;*/
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

#fixtabs {
	position: relative; 
	top: 10px;	
	z-index: 2;
}

#fixtabs:not(opera) {position: relative; top: 0px;}

* html #fixtabs {position: relative; top: 10px;}

#fixtabs2 {
	position: relative; 
	top: 10px;	
	z-index: 2;
}

#fixtabs2:not(opera) {position: relative; top: 0px;}

* html #fixtabs2 {position: relative; top: 0px;}


.spshadetabs{
padding: 3px 0;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 0px;
font: 23px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
z-index: 0;
}

.spshadetabs li{
/*display: inline;*/
display: block;
height: 30px;
margin: 0;
z-index: 0;
}

.spshadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #D8D8D8;
border-bottom: 0;
color: #A4A4A4;
background: white url(shade.gif) top left repeat-x;
z-index: 0;
}

.spshadetabs li a:visited{
color: #A4A4A4;
z-index: 0;
}

.spshadetabs li a:hover{
text-decoration: none;
color: #000000;
z-index: 0;
}

.spshadetabs li.selected{
position: relative;
top: 0px;
color: rgb(255, 111, 18);
z-index: 0;
}


.spshadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
color: rgb(255, 111, 18);
/*background-color: #F7F6F7;*/
z-index: 0;
}

.spshadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: rgb(255, 111, 18);
z-index: 0;
}

.spshadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
color: rgb(255, 111, 18);
z-index: 0;
}

.tabtext{
	font: bold 14px Tahoma;	
}
