.shadetabs{
padding: 0px 0px 0px 0px;
margin-left: 0;
float: right;
clear: both;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
/*display: inline;*/
float:left;
clear: both;
text-align: left;
margin: 0px;
}

.shadetabs li a{
/*text-decoration: none;*/
padding: 10px 0px 10px 0px;
margin-right: 3px;
margin-left: 0px;
width: 231px;
float: left;
border: 1px solid #778;
color: #2d2b2b;
text-decoration: none;

/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
/*position: relative;*/
clear: both;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
border-bottom-color: #2d2b2b;
border-left-color: white;
margin: 0px;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border-bottom: 1px solid gray; 
border-left: 1px solid gray; 
border-top: 1px solid gray; 
float: left;
width: 505px;
height: 315px;
padding: 0px;
margin: 0px;
}

/*.tabcontent{
display:none;

}*/

.text{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0.2mm;
	margin: 5px 5px 5px 5px;
	
}

.roweven{
background-color: #CCCCCC;
}

.clear {
font-size:1px; 
height:1px;
}

.textlink:link {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none;  FONT-WEIGHT:300; padding: 10px; 
}
.textlink:visited {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none;  FONT-WEIGHT: 300; padding: 10px; 
}
.textlink:hover {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none;  FONT-WEIGHT:300; padding: 10px;
}

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