body
{
	background-color: #FEFEFE;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

a
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #0000CC;
}
a:hover
{
	color: #FD0000;
	text-decoration: underline;
}


table, tr, td
{
	font-size: 1.0em;
}


img
{
	border: 0;
}
tr.img td img
{
	display: block;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
	margin: 0;
}

.center, tr.center td, tr.center th
{
	text-align: center !important;
}
.left, tr.left td
{
	text-align: left !important;
}
.right, tr.right td
{
	text-align: right !important;
}
.top, tr.top td
{
	vertical-align: top !important;
}
.bottom, tr.bottom td
{
	vertical-align: bottom !important;
}

span.on
{
	color: green;
	font-weight: bold;
}

span.off
{
	color: red;
	font-weight: bold;
}

select.monospace
{
	font-family: bitstream vera sans mono;
}

select.monospace option
{
	font-family: bitstream vera sans mono;
}

span.small
{
	font-size: 8pt;
}

div.error
{
	background-color: #F7C7C7;
	border: 2px solid #DF2020;
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	margin: auto;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px;
	width: 450px;
}

div.success
{
	background-color: #90EE90;
	border: 2px solid #228B22;
	color: #000000;
	font-weight: normal;
	margin: auto;
	margin-bottom: 5px;
	padding: 2px;
	width: 450px;
}

input.button
{
	color: #FFFFFF;
	background-color: #B12626;
	border-bottom-color: #003366;
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-weight: bold;
}

a.help
{
	color: #6390CB;
	text-decoration: none;
	border-bottom: 1px dotted #6390CB;
}

.compress
{
	padding: 0 5px;
	width: 1%;
	white-space: nowrap;
}

.compress_right
{
	padding: 0 5px;
	text-align: right;
	width: 1%;
	white-space: nowrap;
}

.compress_last_name
{
	padding: 0 5px;
	width: 1%;
	white-space: nowrap;
	font-size: 1.5em;
	font-weight: bold;

}


.icons
{
	padding: 3px 5px 0 5px;
	width: 1%;
	white-space: nowrap;
}

td.spacer
{
	padding: 7px 0;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
}

td.spacer_small
{
	padding: 0;
	border-top: 1px solid #B2B2B2;
}

td.spacer_small_filled
{
	padding: 0;
	height: 3px;
	background-color: #B2B2B2;
}



td#logos
{
}

td#logos div.logo
{
	float: left;
}

td#logos div.advertisement
{
	text-align: center;
}


tr#navigation td
{
	padding-top: 10px;
}

tr#navigation td div.links
{
	padding-left: 7px;
}

tr#navigation td div.links a
{
	background-color: #E2EBF5;
	border: 1px solid #749CD1;
	border-bottom: 0;
	color: #749CD1;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	-moz-border-radius: 0.5em 0.5em 0 0;
}

tr#navigation td div.links a.current
{
	background-color: #C2D8EF;
	border: 1px solid #4D85CF;
	border-bottom: 0;
	color: #4D85CF;
}


tr#top td
{
	background-color: #749CD1;
	border-bottom: 1px solid #626263;
	empty-cells: show;
	padding: 5px;
}

tr#top a:link, tr#top a:visited, tr#top a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
}


td#left
{
	background: #E2EBF5;
	border-right: 1px solid #626263;
	empty-cells: show;
	padding: 5px 10px;
	vertical-align: top;
	width: 165px;
}

td#left a:link, td#left a:visited, td#left a:hover
{
	color: #000000;
	font-weight: bold;
}

td#left table
{
	border: 1px solid #7299CD;
	width: 100%;
	text-align: left;
}

td#left table td
{
	background: #FFFAF0;
	color: #000000;
	padding: 3px;
}

td#left div.advertisement
{
	padding: 2px;
	text-align: center;
}


td#content
{
	background: transparent;
	color: #000000;
	vertical-align: top;
	width: 470px;
	padding: 5px;
}


td#right
{
	vertical-align: top;
	width: 140px;
}

td#right div.advertisement
{
	padding-top: 2px;
	text-align: center;
}


td#bottom
{
	border-top: 1px solid #749CD1;
	font-size: 0.8em;
	padding-top: 5px;
	text-align: center;
}



table.component_search
{
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: auto;
	width: 100%;
}

table.component_search td
{
	padding: 5px;
}


table.page_links
{
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #315C94;
	border-top: 1px solid #315C94;
}

table.page_links td.back
{
	font-variant: small-caps;
	text-align: left;
	white-space: nowrap;
	width: 25px;
}

table.page_links td.back a
{
	color: #000000;
}

table.page_links td.pages
{
	text-align: center;
}

table.page_links td.pages span.current
{
	background-color: #315C94;
	border: 1px solid #E2EBF5;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0 3px;
}

table.page_links td.pages a
{
	background-color: #E2EBF5;
	border: 1px solid #315C94;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0 3px;
}

table.page_links td.next
{
	font-variant: small-caps;
	text-align: right;
	white-space: nowrap;
	width: 25px;
}

table.page_links td.next a
{
	color: #000000;
}


table.component_result
{
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: auto;
	width: 100%;
}

table.component_result th.name
{
	background-color: #315C94;
	color: #FFFFFF;
	text-align: left;
}

table.component_result td.address
{
	background-color: #E2EBF5;
	color: #666666;
	font-size: 0.8em;
	text-align: left;
}
table.component_result td.address a
{
	display: none;
}

table.component_result .availability_ok
{
	background-color: #32CD32;
	color: #000000;
	font-variant: small-caps;
	text-align: center;
	width: 75px;
}

table.component_result .availability_ok a
{
	color: #000000;
}

table.component_result .availability_na
{
	background-color: #DC143C;
	color: #000000;
}

table.component_result td.details
{
	padding: 3px;
}

table.component_result td.price
{
	background-color: #E2EBF5;
	color: #666666;
	padding-right: 10px;
	text-align: right;
}

div.description
{
	margin-top: 3px;
	margin-bottom: 3px;
}

div.description strong
{
	border-bottom: 2px solid #749CD1;
	color: #000000;
	font-weight: bold;
	font-size: 110%;
	padding-right: 15px;
}



tr.air_available th, th.air_available, tr.air_available td, td.air_available
{
	background-color: #32CD32;
	color: #000000;
	font-size: 100%;
	text-align: center;
	width: 75px;
}
tr.air_available th a, th.air_available a, tr.air_available td a, td.air_available a
{
	color: #000000;
}
tr.air_unavailable th, th.air_unavailable, tr.air_unavailable td, td.air_unavailable
{
	background-color: tomato;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	white-space: nowrap;
	width: 75px;
}
tr.air_unavailable th a, th.air_unavailable a, tr.air_unavailable td a, td.air_unavailable a
{
	color: #FFF;
}
tr.air_unknown th, th.air_unknown, tr.air_unknown td, td.air_unknown, td.hotel_on_request
{
	background-color: #FFCC00;
	color: #000000;
	font-size: 100%;
	text-align: center;
	width: 75px;
}
tr.air_unknown th a, th.air_unknown a, tr.air_unknown td a, td.air_unknown a, td.hotel_on_request a
{
	color: #000000;
}
tr.status_RQ th, th.status_RQ, tr.status_RQ td, td.status_RQ
{
	background-color: #FFCC00;
	color: #000000;
	font-size: 100%;
}
tr.status_XX th, th.status_XX, tr.status_XX td, td.status_XX
{
	background-color: tomato;
	color: #000000;
	font-size: 100%;
}
tr.status_CX th, th.status_CX, tr.status_CX td, td.status_CX
{
	background-color: tomato;
	color: #000000;
	font-size: 100%;
}
tr.status_HK th, th.status_HK, tr.status_HK td, td.status_HK
{
	background-color: #DCDCDC;
	color: #000000;
	font-size: 100%;
}
tr.status_PP th, th.status_PP, tr.status_PP td, td.status_PP
{
	background-color: #FFCC00;
	color: #000000;
	font-size: 100%;
}
tr.status_PA th, th.status_PA, tr.status_PA td, td.status_PA
{
	background-color: #32CD32;
	color: #000000;
	font-size: 100%;
}
tr.status_TK th, th.status_TK, tr.status_TK td, td.status_TK
{
	background-color: #daa520;
	color: #000000;
	font-size: 100%;
}



table.adjust_search
{
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: auto;
	width: 100%;
}

table.adjust_search td
{
	text-align: center;
	font-size: 0.8em;
}



table.standard
{
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: auto;
	width: 100%;
}

table.standard th
{
	font-size: 1.1em;
	padding: 2px 5px;
	text-align: left;
}

th.title, tr.title th
{
	background: #CE2C2C;
	color: #FFFFFF;
	font-weight: bold;
}
th.title a, tr.title th a
{
	color: #FFFFFF !important;
	text-decoration: none;
}
th.subtitle, tr.subtitle th
{
	background: #6390CB;
	color: #FFFFFF;
	font-weight: bold;
}
th.subtitle a, tr.subtitle th a
{
	color: #FFFFFF !important;
	text-decoration: none;
}
th.smalltitle, tr.smalltitle th
{
	background: #315C94;
	color: #FFFFFF;
	font-size: 0.8em;
	font-variant: normal;
	text-align: center;
}
th.smalltitle a, tr.smalltitle th a
{
	color: #FFFFFF !important;
	text-decoration: none;
}
tr.total th, th.total, td.total
{
	background-color: #FFCC66;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	color: #000000;
	font-size: 100%;
}
tr.odd td, td.odd
{
	background-color: #E2EBF5;
	color: #000000;
}
tr.even td, td.even
{
	background-color: #F5F5F5;
	color: #000000;
}
tr.highlight td, td.highlight
{
	color: #000000 !important;
	font-weight: bold;
}
tr.subtitle th.remove a
{
	color: #FFCC66 !important;
	white-space: pre;
}
tr.border td, tr.border th, td.border, th.border
{
	border: 1px solid #B2B2B2;
}



dl.multiple_airports
{
	margin: 0;
}
dl.multiple_airports dd
{
	margin-left: 10px;
}


tr.days td
{
	width: 30px;
	height: 30px;
}
tr.days td:hover
{
	background-color: #FFCC66;
	cursor: pointer; cursor: hand;
}
span.current_month
{
	color: #000000;
}
span.other_month
{
	color: #666666;
}
td.current_day
{
	background-color: #FFCC66;
}


ul#horizontal_list li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}



/* BUTTONS */
.buttons a, .buttons button
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #F5F5F5;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: Tahoma;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}
.buttons button
{
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]
{
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child+html button[type]
{
	padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img
{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}


/* STANDARD */
button:hover, .buttons a:hover
{
	background-color: #DFF4FF;
	border: 1px solid #C2E1EF;
	color: #336699;
}
.buttons a:active
{
	background-color: #6299C5;
	border: 1px solid #6299C5;
	color: #FFF;
}

/* POSITIVE */
button.positive, .buttons a.positive
{
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:active
{
	background-color: #529214;
	border: 1px solid #529214;
	color: #FFF;
}

/* NEGATIVE */
.buttons a.negative, button.negative
{
	color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover
{
	background: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #D12F19;
}
.buttons a.negative:active
{
	background-color: #D12F19;
	border: 1px solid #D12F19;
	color: #FFF;
}


table.component_search
{
	width: 500px;
	margin: inherit;
}
table.nav_search
{
	border-collapse: collapse;
	border-bottom: 1px solid black;
	width: 100%;
}
table.nav_search table.nav_search
{
	border-bottom: 0px;
}
table.nav_search th
{
	background-color: #DDEBDE;
}
.asterisk
{
	color: #FF0000;
}


div.border_bowl, table.border_bowl
{
	background-color: #EFEFEF;
	border-collapse: collapse;
	border: 1px solid #555555;
	border-top: 0;
	padding: 5px;
	border-radius: 0.5em;
	-moz-border-radius: 0 0 1.0em 1.0em;
}

tr.header1 th, th.header1, div.header1
{
	background: url('../images/layout/header1.png');
	color: white;
	font-variant: small-caps;
	font-size: 1.4em;
	font-weight: bold;
	height: 30px;
	text-align: center;
}
div.border_bowl div.header1
{
	margin: -5px -5px 5px -5px;
}
tr.header2 th, th.header2, div.header2
{
	background: url('../images/layout/header2.png');
	color: white;
	font-variant: small-caps;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
tr.header3 th, th.header3, div.header3
{
	background: url('../images/layout/header3.png');
	color: white;
	font-variant: small-caps;
	text-align: center;
	vertical-align: middle;
}
tr.header3 th a, th.header3 a, div.header3 a
{
	color: white;
}


ul.taxes
{
	float: left;
	list-style-type: none;
	padding: 0 30px;
	margin: 0;
}