/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* Note: Background images take precedent over background colours. */

.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
width: 100%;
background: transparent;
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 5px 0 0;
padding: 0;
}

.shadetabs li a.ttl{
float: left;
display: block;
text-decoration: none;
font-size: 12px;
padding: 2px 5px;
margin: 0 5px 5px 0;
border-top: 4px solid #bd3a12;
border-bottom: 4px solid #bd3a12;
background: #bd3a12;
letter-spacing: 1px;
color:#ffffff;
}

.shadetabs li a.ttl:visited{
color: #ffffff;
}

.shadetabs li a.ttl:hover{
background: #bd3a12;/*hover main tab style*/
border-top: 4px solid #bd3a12;
border-bottom: 4px solid #bd3a12;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a.ttl{ /*selected main tab style*/
background: #8e2109;
border-top: 4px solid #8e2109;
border-bottom: 4px solid #8e2109;
color: #ffffff;
}

.shadetabs li.selected a.ttl:hover{ /*selected main tab style*/
background: #8e2109;
border-bottom: 4px solid #8e2109;
border-top: 4px solid #8e2109;
color: #ffffff;
}

.tabcontentstyle{ /*style of tab content container*/
clear: both;
/*border-top: 1px solid #cb480c;*/
margin-bottom: 1em;
padding: 3px;
background: inherit;
}

.tabcontent{
display:none;
background: inherit;
}

@media print {
.tabcontent {
display:block!important;
}
}
