/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
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;
position: relative;
z-index:0;
padding: 3px 7px;
margin-right: 0px;
border: none;
color: #FFF;
/**background: white url(/img/shade.gif) top left repeat-x;**/
background-color:#838a9f;
}

.shadetabs li a:visited{
color: #ff6701;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ff6701;
background-color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
/**top: 1px;**/
color: #ff6701;
background-color:#fff;

}

.shadetabs li a.selected{ /*selected main tab style */
/**background-image: url(/img/shadeactive.gif);**/
border-bottom-color: #ff6701;
color: #ff6701;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/** **/
.innertabs{
padding: 3px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.innertabs li{
display: inline;
margin: 0;
}

.innertabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 5px;
margin-right: 3px;
/**border: 1px solid #999;**/
color: #fff;
background-color:#d44100;
color:#fff;
/**background: white url(/img/shade.gif) top left repeat-x;**/
}

.innertabs li a:visited{
/**color: #2d2b2b;**/
}

.innertabs li a:hover{
text-decoration: none;
color: #FFF;
}

.innertabs li a.selected{ /*selected main tab style */
position: relative;
/**top: 1px;**/
}

.innertabs li a.selected{ /*selected main tab style */
/**background-image: url(/img/shadeactive.gif);
border-bottom-color: white;**/
background-color:#FFFFFF;
color:#1b1b1b;
}

.innertabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
/** **/

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

