.CSSTabDiv{
margin-left: 0px;
padding: 0;
width: 680px;
background:  transparent;

voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;

}

      
      
.shadetabs{
font-family: Arial, Verdana, sans-serif;
font-size:93%;
border-bottom: 1px solid #b3b3b3; /*border bottom of menu tabs*/
/*background:url('images/cr_header.gif') no-repeat left top;
background-image:     
background:url('images/cr_home_banner.jpg') no-repeat left top;
host01.bigfoottech.com/Portals/0/Headers/rise_above.jpg
height:222px;*/
margin:0;
width:680px;
padding:0px 10px 0px 15;
line-height:17px; /*height of tabs*/

float:left;

}
.shadetabs ul{
margin:0; /*Left offset of entire tab menu relative to page*/
padding:0;
list-style:none;
}

.shadetabs li{
display:inline;
margin:0 0 0 0;
padding:0;
text-transform:uppercase;
}

.shadetabs a{
float:left;
color: 393738;
background:url('images/tableft4.gif') no-repeat left top;
/*background: #324d82 url(images/color_tabs_left.gif) no-repeat left top;*/
margin: 0 2px 0 0; /*spacing between each tab*/
/*margin:0 2px 0 0;*/
padding:0 0 0 4px;
text-decoration:none;
letter-spacing: 1px;
}

.shadetabs a span{
float:left;
display:block;
background:url('images/tabright4.gif') no-repeat right top;
/*background: transparent url(images/color_tabs_right.gif) no-repeat right top;*/
padding: 4px 12px 2px 3px;
font-weight:normal;
}

.shadetabs a span{
text-decoration:none;
float:none;
}


/*onMouseover style*/

.shadetabs a:hover{
background-position:0% -42px;
link-color:#393738;
text-decoration:none;
}
/*background-color: #6685c1;*/
}
.shadetabs a:hover span{
background-position:100% -42px;
link-color:#393738;
text-decoration:none;
color:#3B3B3B; /*mouse over font color*/
/*background-color: #6685c1;*/
}


/*currently selected tab*/

.shadetabs li.selected a
{background-position:0% -42px;
text-decoration:none;
}
.shadetabs li.selected a span{ 
background-position:100% -42px;
text-decoration:none;
color:#3B3B3B; /*active tab font color*/
/*background-color: #6685c1;*/
}

.tabcontentstyle{ /*style of tab content container*/
float:left;
margin-top:2px;
/*border:thick #324d82 solid;*/
border-top: 0px solid #324d82;
border-right: 0px solid #324d82;
border-bottom: 0px solid #324d82;
border-left: 0px solid #324d82;
width: 680px;
height:100%;
padding: 10px 0px 10px 0px;
overflow:auto;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}

/* ********** Links Style ************** */
.link{
	font-size:10px;
	color:#0000ff;
	text-decoration:none;
	font-weight:normal;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a.link:link{
	font-size:10px;
	color:#0000ff;
	text-decoration:underline;
	font-weight:normal;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a.link:active{
	font-size:10px;
	color:#0000FF;
	text-decoration:none;
	font-weight:normal;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a.link:visited{
	font-size:10px;
	color:#3f527e;
	text-decoration:underline;
	font-weight:normal;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a.link:hover{color:#ff0000; text-decoration:underline; font-weight:normal;}