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

.shadetabs{
height: 30px;
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: -9;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 5px;
margin-right: 0px;
border-color: #cccccc;
border-width: 1px 1px 0px 1px;
border-style: solid;
color: #5a5a5a;
background: white url(hotels_bar.jpg) top left repeat-x;
}

.shadetabs li{
display: inline;
margin: 0;
}

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #ffffff ;
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

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