.shadetabs{
padding: 3px 0 0 0;
margin-left: 20;
margin-top: 1px;
margin-bottom: 0;
font: 12px Arial;
line-height: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline-block;
margin: 0;
vertical-align: top;
}

.shadetabs li a{
display: block;
box-sizing: border-box;
height: 21px;
text-decoration: none;
line-height: 14px;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
border-bottom: 0;
color: #6F6F6F;
background: white url(/majic/rsCT/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #6F6F6F;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li.selected{
font-weight: bold;
}

.shadetabs li.selected a{ /*selected main tab style */
position: relative;
z-index: 1;
background-image: url(/majic/rsCT/shadeactive.gif);
border-bottom: 0;
box-shadow: 0 1px 0 white;
color:#444444;
}

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

}

.shadetabs li.tabcontentmore{
height: 21px;
line-height: 0;
margin: 0;
overflow: visible;
vertical-align: top;
}

.shadetabs li.tabcontentmore select.tabcontentmoreselect{
display: block;
position: relative;
top: 0;
box-sizing: border-box;
height: 21px;
font: 12px Arial;
line-height: 14px;
color: #6F6F6F;
padding: 2px 3px;
margin-right: 3px;
border: 1px solid #778;
border-bottom: 0;
background: white url(/majic/rsCT/shade.gif) top left repeat-x;
vertical-align: baseline;
}

.shadetabs li.tabcontentmore select.tabcontentmoreselect:focus{
outline: none;
}

.shadetabs li.tabcontentmore.selected select.tabcontentmoreselect{
z-index: 1;
font-weight: bold;
color: #444444;
border-bottom: 0;
box-shadow: 0 1px 0 white;
background-image: url(/majic/rsCT/shadeactive.gif);
}

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px solid gray;
margin-top: 0;
padding: 30px 0px 30px 0;
}

.tabcontent{
display:none;
font: 13px Arial;
color: #6F6F6F;
}

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