.shadetabs_ar{
margin:0;
padding-right:0px;
text-align:right;
direction:ltr;
}
.shadetabs_ar li{
display: inline;
margin: 0;
direction:ltr;
}

.shadetabs_ar li.selected{
top: 0px;
color:#000000;
margin:0px;
}

.shadetabs_ar li.selected a{ /*selected main tab style */
background-color:#dfdfd1;
border-bottom-color: #dfdfd1;
color:#000;
}

.shadetabs_ar li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#9d0a0e;
}

.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li.selected{
position: relative;
top: 0px;
color:#000000;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color:#dfdfd1;
border-bottom-color: #dfdfd1;
color:#000000;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
width: 380px;
text-align: center;
border: 1px solid #c0c0be;
margin-bottom: 4px;
padding: 5px;
background-color: #dfdfd1;

}

.tabcontent{
display:none;
}

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


