.shadetabs{
padding: 0px 0;
margin-left: 2px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
padding: 1px 29px;
margin-right: 0px;
color:#FFFFFF;
text-align:center;
background-image: url("../images/tab_nonselect.jpg");
background-position:right;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url("../images/tab_select.jpg");
padding: 1px 29px;
margin-right: 0px;
color: #33707a;
text-align:center;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 554px;
height: 175px;
background-image: url("../images/bg_flight.jpg");
background-position:bottom;
background-repeat:no-repeat;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}