.shadetabs1{
padding: 0px 0;
margin-left: 2px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
padding: 1px 21px;
margin-right: 0px;
color:#FFFFFF;
text-align:center;
background-image: url("../images/tab_nonselect_small.jpg");
background-position:right;
}

.shadetabs1 li a:visited{
color: #2d2b2b;
}

.shadetabs1 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.shadetabs li.selected{
position: relative;
}

.shadetabs1 li.selected a{ /*selected main tab style */
background-image: url("../images/tab_select_small.jpg");
padding: 1px 21px;
margin-right: 0px;
color: #33707a;
text-align:center;
border-bottom-color: white;
}

.shadetabs1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle1{ /*style of tab content oontainer*/
width: 185px;
height: 250px;
background-image: url("../images/bg_flight_small.jpg");
background-position:top;
background-repeat:no-repeat;
padding: 0px;
}

.tabcontent1{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}