@charset "utf-8";
/* CSS Document */

body {
	background-color: #C3CDD7;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header {
	/*height: 112px;*/
	height: 100px;
}

#searchForm {
	width: 220px;
	float: right;
}

#btnFind {
	background-image: url(../img/searchMain.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
	vertical-align: middle;
	border: 0;
}

/* logo */
#logo {
	float: left;
	margin: 0;
	padding: 0;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 56px;
	top: 10px;
	border: 0;
}

/* toolbar */
#toolbar {
	color:#FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: top;
	margin-left: 255px;
	/*height: 35px;*/
	height: 51px;
	margin-top: 5px;
	position: relative;
	background-image: url(../img/JetStarLogo.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#toolbar ul {
	margin: 0;
	text-align: right;
}

#toolbar li {
	display: inline;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li img, #toolbar li input {
	vertical-align: middle;
}

#toolbar a:link, #toolbar a:visited {
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	padding-right: 10px;
}

#txtKeyword {
	width: 100px;
	height: 24px;
	font-size: 1em;
}


/* menu_horz */
#menu_horz {
	position: relative;
	height: 56px;
	font-size: 1em;
	margin-left: 255px;
}

#menu_horz ul {
	margin: 0;
	text-align: justify;
	vertical-align: text-bottom;
}

#menu_horz li {
	display: inline;
}

#menu_horz a:link, #menu_horz a:visited {
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

/* ==================================================== */
/* content */
#content {
	height: 756px;
}

/* main */
#main {
	/*margin-left: 255px;
	width: 705px;*/
	width: 704px;
	float: right;
}

/* side_panel */
#side_panel {
	width: 255px;
	height: 756px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_sidepanel.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* menu_vert */
#menu_vert {
	margin: 0;
	padding: 0;
	position: relative;
	clear: left;
	/*top: -2px;*/
}

/* book_now */
#book_now {
	height: 36px;
	background-color: #FFFFFF;
	position: relative;
	clear: left;
	/*top: -2px;*/
}

#book_now_inner {
	height: 34px;
	width: 253px;
	position: relative;
	top: 1px;
	left: 1px;
	background-color: #E8EBF0;
}

#book_now img {
	margin: 0px;
	position: relative;
/*	top: 5px;
	left: 8px;*/
	padding: 3px 8px;
}

/* map */
#aus_map {
	margin: 0;
	padding: 0;
	border-top: solid #E8EBF0 1px;
	width: 255px;
	background-color: #FFFFFF;
	position: relative;
	/*top: -2px;*/
	z-index: 900;
}

#pin_red {
	display: none;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
}


/* ==================================================== */

/* content_main */
#content_main {
	height: 756px;
}

#content_fullheight {
	background-color: #FFFFFF;
	height: 100%;
	border-left: solid #E8EBF0 1px;
	-moz-border-radius-topright:10px;
	overflow: auto;
}

#content_fullheight table {
	margin-left: 20px;
}

#content_fullheight ul {
	color: #6D6E72;
	font-size: 0.8em;
}

/* ==================================================== */

/* footer */
#footer {
	height: 36px;
	background-color: #FFFFFF;
	border-top: solid #E8EBF0 1px;
	clear: left;
}

#footer_content {
	height: 29px;
	background-color: #FFFFFF;
	/*border-top: solid #E8EBF0 1px;*/
	padding: 3px 0;
	margin: 0;
	float: none;
}

/* phone */
#phone {
	/*width: 211px;*/
	width: 255px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	padding: 0;
	margin: 0;
}

/* menu_footer */
#menu_footer {
	height: 29px;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
}

#menu_footer ul {
	margin: 0;
	text-align: left;
	font-size: 0.9em;
	padding-left: 12px;
}

#menu_footer li {
	display: inline;
}

#menu_footer li a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #000000;
}

#menu_footer a:link, #menu_horz a:visited {
}

/* ==================================================== */

.fineprint {
	font-size: 0.7em;
	text-align: right;
	float: right;
	padding-right: 5px;
	clear: none;
	vertical-align: bottom;
}

.fineprint a {
	text-decoration: none;
}

.fineprint a:link, .fineprint a:visited {
	color: #000000;
}

h1, h2, h3, h4 {
	padding: 10px 20px 0 20px;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #233C99;
	margin: 0;
}

h2 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

h4 {
	margin: 8px 0 6px 0;
}

p {
	color: #6D6E72;
	font-size: 0.8em;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}

table {
	color: #6D6E72;
	font-size: 0.8em;
}

form {
	color: #6D6E72;
	font-size: 0.8em;
}

li.pdfLink {
list-style-image:url(../img/pdficon_small.gif);
}

/* ==================================================== */

#main_graphic {
	height: 284px;
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
	width: 704px;
	border-left: solid #E8EBF0 1px;
	z-index: -1;
	clear: none;
}

.imgstd {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: -1;
}

.imgtrp {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: -1;
}

#city_pic, #city_pic_cnr {
	z-index: -1;
}

#city_pic {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
}

#city_pic_cnr {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
}

#city_picMap {
	z-index: -2;
}

#main_content {
	background-color: #FFFFFF;
	height: 472px;
	float: right;
	width: 704px;
	border-left: solid #E8EBF0 1px;
	clear: none;
}

.tour_categories {
	width: 165px;
	height: 152px;
	float: left;
	margin: 5px auto 0 auto;
	padding: 0 5px 0 5px;
	border-right: solid #E8EBF0 1px;
	background-color: #FFFFFF;
}

.tour_categories h3 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.tour_categories img {
	border: 0;
	margin: 0 0 3px 0;
}

.tour_categories p {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	width: 165px;
}


/* ==================================================== */
/* FORMS												*/
/* ==================================================== */

form.contact {
	padding: 0 10px 0 10px;
	line-height: 150%;
}

form.contact div {
	padding: 2px 0 0 0;
}

form.contact label.fixedwidth {
	display: block;
	width: 140px;
	float: left;
}

form.contact .buttonarea {
	text-align: center;
}

form.contact div.oneColumn {
	float: left;
	clear: left;
	width: 100%;
}

form.contact div.twoColumnLeft {
	width: 320px;
	float: left;
}

form.contact div.twoColumnRight {
	width: 320px;
	float: right;
}

form.contact label.oneColumn {
	display: block;
	width: 200px;
	float: left;
}

form.contact label.oneColumnWide {
	display: block;
	width: 300px;
	float: left;
}

form.contact input.oneColumn {
	width: 300px;
}

form.contact label.twoColumn {
	display: block;
	width: 110px;
	float: left;
	vertical-align: middle;
}

form.contact input.twoColumn {
	width: 200px;
}

form.contact select.twoColumn {
	width: 200px;
}

form.contact select.oneColumn {
	width: 200px;
}

form.contact table {
	font-size: 1em;
	border: 1px solid;
	border-collapse: collapse;
}

form.contact th {
	border: 1px solid;
}

form.contact th.radioButton {
	width: 40px;
}

form.contact td {
	border: 1px solid;
}

form.contact td input {
	text-align: center;
}

form.contact legend {
	font-size: 1.2em;
}

/* ==================================================== */
/* SPECIALS */
.specials p {
	text-align: left;
	color:#F47B20;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom: 10px;
	text-align: center;
}
.specials a {
	color: #233C99;
}

/* ==================================================== */
/* TOUR LISTINGS */
/* ==================================================== */
#big_blue a {
	text-decoration: none;
	color: #233C99;
}

#tour_list {
	padding: 0;
	border-top: 5px solid #606E7C;
	border-bottom: 5px solid #606E7C;
	table-layout: fixed;
	margin-left: 0;
	font-size: 0.9em;
}

#tour_list td {
	border-bottom: solid #E8EBF0 1px;
}

#tour_list td table td {
	border: none;
}

#tour_fares {
	padding: 0;
	margin: 0;
	table-layout: fixed;
}

#tour_fares tbody {
	padding: 0;
	margin: 0;
}

#tour_list a {
	color: #233C99;
	text-decoration: none;
}

/* ==================================================== */

#tourDetailsTable {
	width: 100%;
	border: none;
}

#tourDetailsTable p {
	padding: 0;
}

/* ==================================================== */

.MenuBarTableCellImage {
	background-color: transparent;
	background-image: none;
}

.MenuBarTableCellText {
	background-color: transparent;
	background-image: none;
}

.MenuBarTableLink {
	background-color: transparent;
	background-image: none;
}

.cf_element {
	position: relative;
	z-index: -1;
}

#partnerList a {
	text-decoration: none;
	color: #233C99;
}

/* ==================================================== */

#experiencesCard {
	text-align: center;
}

#ecBrief {
	font-size: 16pt;
	color: #0055A5;
}

.bigBluePass {
	width: 150px;
	float: left;
	padding: 0 1px;
}

.bigBluePass a:link, .bigBluePass a:visited {
	color: #000000;
	text-decoration: none;
	padding-left: 0;
	padding-right: 2px;
}

.bigBluePass p {
	text-align: center;
	padding: 0;
	margin: 0;
}

.nationalPasses {
	width: 200px;
	height: 140px;
	float: left;
	text-align: center;
	vertical-align: bottom;
}

.nationalPasses a:link, .nationalPasses a:visited {
	color: #000000;
	text-decoration: none;
	padding: 5px;
}

.nationalPasses p {
	text-align: center;
	vertical-align: text-bottom;
	padding: 5px 0 0 0;
	margin: 0;
}

#brochureTable a {
	font-size: 1.2em;
	text-decoration: none;
}

table.specials thead {
	font-size: 1.5em;
	color: #233C99;
	background-color: #E8EBF0;
	border: 1px solid #FFFFFF;
}
table.specials thead th {
	border: 1px solid #000000;
}

.tourList2Col {
	padding: 0;
	margin-left: 0;
	font-size: 0.9em;
}

.tourList2Col a {
	color: #233C99;
	text-decoration: none;
}

.tourList2Col a strong {
	font-size: 1.1em;
}

.tourList2ColDetails {
	height: 130px;
	padding: 2px 0;
	border-bottom: 1px solid #E8EBF0;
	font-size: 1.1em;
}
