﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 20px; float:right; width:100%;
margin-bottom: 0;
 font-size:13px; border-bottom: 2px solid #e0e0e0;
list-style-type: none; direction:rtl;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;  float:right
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1; border: 2px solid #e0e0e0;
padding: 6px 15px; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
margin-right: 0; line-height:28px;
color: #7a7a7a;
}

.shadetabs li:last-child a
{
    border-left: 2px solid #e0e0e0;
}

.shadetabs li a:visited{
color: #7a7a7a;
}

.shadetabs li a:hover{
text-decoration: none;
color: #bb0000; 

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative; color:#373c43; border: 2px solid #f981a6;
 background:#fff; border-bottom:2px #fff solid;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content oontainer*/
 width:96%; margin-bottom: 0; float:right; background:#fff; margin:0 0 6px; padding: 20px 2%; min-height:140px}

.tabcontent{
display:none;
}

