.shadetabs{
padding: 3px ;
margin-left: 1;
margin-top: 1px;
margin-bottom: 0;
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;
margin-right: 1px;
border: 1px solid #778;
color: #2d2b2b;
background-color: #FFAD77;
background: white url(../images/tab_bgcolor.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 100%;
margin-bottom: 0em;
padding: 0px;
background-color: #000000;

}

.tabcontent{
display:none;
}

.rowodd{
background: #EFEFEF;
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
text-align: left;
border-bottom: 0px solid #accbce;
border-left: 0px solid #accbce;
border-right: 0px solid #accbce;
/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#99FF00,endColorStr=#99cc00);*/
}

.roweven{
background: #FFFFFF;
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
text-align: left;
border-bottom: 0px solid #accbce;
border-left: 0px solid #accbce;
border-right: 0px solid #accbce;
/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#99FF00,endColorStr=#99cc00);*/
}

.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: 5px; 
}
.textlink:visited {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none;  FONT-WEIGHT: 300; padding: 5px; 
}
.textlink:hover {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none;  FONT-WEIGHT:300; padding: 5px; text-decoration: underline;
}

@media print {
.tabcontent {
display:block!important;
}
}
.shadetabs1{
padding: 2px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 1;
font: bold 11px Verdana;
list-style-type: nones;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
padding: 3px;
margin-right: 0px;
border:0px solid #778;
color: #FFFFFF;
/*background-color: #eeeeee;
background: white url(../images/icon1.gif) top left repeat-x;*/
}

.shadetabs1 li a:visited{
color: #FFFFFF;
}

.shadetabs1 li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs1 li.selected{
position: relative;
top: 0px;
}

.shadetabs1 li.selected a{ /*selected main tab style */
color: #FFFFFF;
font-size: 14px;
/*background-image: url(images/shadeactive.gif);*/
border-bottom-color: white;
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
