﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0 0;
margin-left: 0; float:left;
margin-top: 0; width:100%; border:1px #e6e6e6 solid;
margin-bottom: 0; background:#e6e6e6;
 font-size:13px;  height:34px;
list-style-type: none; 
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li   { float:left; margin:0; line-height:31px; height:34px}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1; width:86%;
padding: 10px 15px;
margin-right: 0;
border-top: 1px solid #e6e6e6;
border-right: 1px solid #d0d0d0;
border-bottom	: 1px solid #e6e6e6;
color: #615f5d;
background: #e6e6e6;
}

.shadetabs li:first-child
{ 
}

.shadetabs li a:visited{
color: #615f5d;
}

.shadetabs li a:hover{
text-decoration: none;
color: #615f5d;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative; background:#fff; border-top:4px #3174b8 solid; 
top: 4px; padding:10px 15px 7px; border-bottom	: 1px solid #fff;

}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



.tabcontent{
display:none;
}


.shadetabsrd{
padding: 3px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
 font-size:13px;  height:31px;
list-style-type: none; 
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabsrd li a{
text-decoration: none;
position: relative;
z-index: 1; width:82%;
padding: 9px 15px; 
margin-right: 0;
border: 1px solid #e0e0e0;
color: #7a7a7a;
background: #eee;
}

.shadetabsrd li a:visited{
color: #7a7a7a;
}

.shadetabsrd li a:hover{
text-decoration: none;
color: #fff;background:#f47d1f  ;

}

.shadetabsrd li a.selected{ /*selected main tab style */
position: relative; color:#fff;
top: 0;
}

.shadetabsrd li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs lird a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle    {
 float:left; background:#fff; border:1px #e0e0e0 solid; min-height:220px; margin:0 0 20px; padding:15px 2%; width:96%	
}
.firstli    { border-left:1px #e0e0e0 solid  }

@media (max-width: 480px)  {

.tabcontentstyle   { width:95% }
.shadetabs { height:auto; margin-bottom:10px; padding:0; border:0 }
.shadetabs li { width:100%; height:auto }
.shadetabs li a  { float:left; width:90%; border-right:none; padding:0 5%; border-bottom:1px #ddd solid }
.shadetabs li a.selected  { top:0; padding:0 5% }
}