.tab-container {
background:#67bad7 url(../images/tab_container_background.png) repeat-x;
padding:12px 8px 8px;
margin-bottom:15px;
}

.tab-contents-container {
padding: 15px;
margin-top:5px;
background:#fff;
}

.shadetabs {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left;
}

.shadetabs li {
display: inline;
margin: 0;
color:#fff;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 8px 8px;
margin-right: 1px;
color: #fff;
background:#333;
}

.shadetabs li a:visited {
}

.shadetabs li a:hover {
text-decoration: underline;
color: #67bad7;
background:#333;
}

.shadetabs li a.selected, .shadetabs li a.selected:visited {
background:#fff url(../images/tab_background.png) repeat-x;
color: #67bad7;
}

.shadetabs li a.selected:hover {
text-decoration: none;
color: #67bad7;
}

.shadetabs li a.selected:active {
outline: none;
color: #67bad7;
}

.shadetabs li a.selected:focus {
-moz-outline-style: none;
color: #67bad7;
}

.tabcontent {
display:none;
}

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