/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 272px;
margin-top: 1px;
margin-bottom: 0;
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{
display: block;
width: 85px;
float: left;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 4px;
color: #2d2b2b;
text-align: center;
background: white url(../images/tab_off.gif) top left no-repeat;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
border-bottom: 1px solid grey;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/tab_on.gif);
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

#tab_box {
border:1px solid gray;
margin-left: 272px;
padding: 10px;
background: #dbe1eb url(../images/tab_box_bg.gif) repeat-x top left;
margin-bottom: 5px;
margin-top: 18px;
}

#tab_box li {
margin-left: 30px;
}
@media print {
.tabcontent {
display:block !important;
}
}