/* CSS styling for Tabs structure - cwhite*/

#BK-wrapper #BK-main #BK-main-content #BK-main-left #tabs-module .shadetabs{
padding: 3px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 1px;
font: 13px/14px Arial,Sans-Serif;
font-weight:700;
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: 1;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #666666 /*#cac8ca*/;
color: #ffffff;
background-color: #5a5a5a;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
background-color: #b42829;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-color: #b42829;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: black;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color: #b42829;
}

.tabcontent{
display:none;
}

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

/* CSS styling for links, forms and text - no tab related stuff - cwhite*/

/*#BD-wrapper #BD-main #BD-main-content #BD-main-left .BD-main-left-tier-1 #tabs-module a
{
text-decoration: none;
font: 13px/14px Arial,Sans-Serif;
font-weight:700;
}

#BD-wrapper #BD-main #BD-main-content #BD-main-left .BD-main-left-tier-1 #tabs-module a:hover
{
text-decoration: underline;
}*/

#BK-wrapper #BK-main #BK-main-content #BK-main-left .BK-main-left-tier-1 #tabs-module .label
{
font: 16px/17px Arial,Sans-Serif;
font-weight:700;
color: #ffffff /*757575*/;
}
