/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	background-image:url(../i/tab2_bg.gif);
	background-repeat:no-repeat; 
	background-position:left top;
	height: 32px;
	width: 246px;
	padding: 0;
	margin: 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: -1px 0;
    float: left;
}

.shadetabs li a{
	float: left;
	height: 23px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 9px 0 0 18px;
	color: #2d2b2b;
    
}



.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;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../i/tab1_selected.jpg);
border-bottom-color: white;
}

.shadetabs li a.selected_num{ /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected_num{ /*selected main tab style */
width: 100px;
background-image: url(../i/tab2_selected.gif);
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;
}
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs-amadeus{
	background-image: url(../i/amadeus-tab-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 473px;
	height: 46px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	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-amadeus li{
	display: inline;
	margin: -1px 0;
    float: left;
}

.shadetabs-amadeus li a{
	float: left;
	width: 116px;
	height: 23px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0;
	color: #2d2b2b;
}

.shadetabs-amadeus li a span {
    float: left;
    display: block;
    padding-top: 8px;
    line-height: 11px;
    
}
.shadetabs-amadeus li img {
    display: block;
    float: left;
    margin-left:8px;
}

.shadetabs-amadeus li a:visited{
	color: #2d2b2b;
}

.shadetabs-amadeus li a:hover{
	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs-amadeus li a.selected{ /*selected main tab style */
	position: relative;
	padding: 0;
	height: 46px;
	top: 0;
}

.shadetabs-amadeus li a.selected, .shadetabs-amadeus li a.selected_hotel{ /*selected main tab style */
	background-image: url(../i/amadeus-tab-selected.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom-color: white;
	width: 116px;
	height: 46px;
	float: left;
}

/*selected main tab style */
.shadetabs-amadeus22 li a.selected_hotel{ 
	background-image: url(../i/amadeus-tab-selected_hotel.gif);
	margin-top: -8px;
	padding-top: 8px;
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom-color: white;
	width: 163px;
	height: 46px;
	float: left;
}
/*selected main tab style */
.shadetabs-amadeus22 li a.selected_car{ 
	background-image: url(../i/amadeus-tab-selected_car.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom-color: white;
	width: 160px;
	height: 46px;
	float: left;
}

.shadetabs-amadeus li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent-amadeus{
display:none;
}

@media print {
.tabcontent-amadeus {
display:block !important;
}
}
