/*
 *  This file contains custom styles for the website. It is preferrable to
 *  modify this file, and leave /common.css untouched whenever possible.
 */

/* ============================= Page Alignment ============================= */

body#full {
	margin: 10px;
	text-align: center;
	padding: 0;
	/*background-color: #666;*/
}

#ie_helper {
	width: 655px;
	margin: auto;
	/*background-color: #fff;
	border: 1px solid #fff;
	border-width: 15px;*/
	/* We want absolutely postioned stuff inside this to be positioned correctly. */
	position: relative;
}

#pop_helper {
	text-align: left;
}

/* ============================= Base Style ============================= */

body, td, th {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
}

h1, h2, h3, h4, h5 { padding: 0 }

h1 { font-size:   25px; margin: 0 0; font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif; }
* html h1 { font-size: 22px; }
h2 { font-size: 1.3em; border: solid #d00; border-width: 0 0px 1px 0; clear: both; margin-top: 1.5em; }
h4 { font-size: 1.2em; margin: 0 0 5px 0; }
h5 { font-size: 1.2em; margin-bottom: 12px; }

/* Our basic titled paragraph is rendered as an h3 + p */
h3 { font-size: 1.1em; margin: 0; }
h3 + p, div.editable + p   { margin-top: 0; }
* html p { margin-top: 0; } /* IE does not understand E + F selectors */
h3.in { display: inline; }

a,
a img {
	color: #009;
	border-color: #900;
}
a:visited,
a:visited img {
	color: #039;
	border-color: #039;
}
a:hover,     a:visited:hover,
a:hover img, a:visited:hover img {
	color: #900;
	border-color: #900;
}

form {
	margin: 0px;
}

.red { color: #d00; }

.error { color: #d00; font-weight: bold; border-bottom: 1px dotted #d00; }

/* ============================= Header ============================= */

#ix_messages {}
#ix_messages table { margin-top: 5px; }

/* ============================= Special Styles ============================= */

ul.navigation {
	list-style:    none;
	font-weight:   normal;
	margin:        0;
	margin-bottom: 1em;
	padding-left:  0;
}

ul.navigation li, h4.navigation {
	margin-bottom: 3px;
	padding: 0;
}

div.note {
	border: 1px dotted #999;
	background-color: #fcfcfc;
	padding: 5px;
	margin: 1px 0;
}

.read_more {
	display: block;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid;
	padding: 3px 1em;
	background: #ffe;
	margin: 0.5em 0;
}

div.significant {
	border: 2px solid #ccc;
	padding: 2px;
}
table.significant, table.significant td, table.significant th {
	border: 2px solid #ccc;
}
table.significant {
	border-collapse: collapse;
}
table.significant td, table.significant th {
	padding: 4px;
}

.tour_start { color: #016c2a; }
.tour_end   { color: #e71412; }

table.tpp td { font-size: 11px }

.new_cols {
	clear: both;
}

.alternate_itinerary, .current_itinerary {
	display: none;
}

div#hotels div.l-col img {
	margin-bottom: 5px;
}

/* ===================== Departure Dates & Prices ===================== */

.departure_dates, .price_per_person {
	width: 200px;
	font-family: Arial;
	font-size: 12px;
}

.departure_dates {
	margin-bottom: 10px;
}

.departure_dates tr {
	vertical-align: top;
}

.departure_dates th {
	text-align: right;
}

.price_per_person table {
	border-collapse: collapse;
}

.price_per_person th {
	font-weight: normal;
}

.price_per_person th, .price_per_person td {
	border: 2px solid lightgray;
	text-align: right;
	padding: 4px;
}

.price_per_person td {
	white-space: nowrap;
}

/* ============================= Left Column ============================= */

.debug { border: 1px solid red }

div.l-col {
	float: left;
	width: 210px;
}

/* ============================= Right Column ============================= */

div.r-col {
	width: 425px;
	float: right;
	padding-left: 4px;
}

/* ============================= Footer ============================= */

#footer {
	font-size: 13px;
	text-align:center;
}
#footer .copyright {
	font-size: 11px;
}
#footer .nav_links td {
	font-size: 10px;
}

/* ============================= Tour (Tall) Page ============================= */

#Customerreviews p {
	margin-bottom: 0;
}

#Customerreviews address {
	margin-top: 0;
	text-align: right;
	color: #666666;
}
* html address {
	margin-bottom: 1em;
}

a.b2t {
	/*text-decoration: none;*/
	padding: 2px;
	float: right;
}

h2 a.b2t {
	font-size: 0.8em;
	/*margin-top: 6px;*/
}
/*
a[href="#top"]:before {
	content: "\21e7\00a0";
}
*/

#airline_info ul {
	padding: 0;
	margin-top: 0;
	list-style: none;
	float: left;
	display: inline;
	font-weight: bold;
}
#airline_info li li {
	font-weight: normal;
	float: left;
}

#airline_info p {
	margin-bottom: 0;
}


table.weather td {
	font-size: 11px;
	color: #000;
}

.title_price {
	float: right;
	position: relative;
}
.title_price small {
	position: absolute;
	right: 0;
	top: -1em;
	font-size: 0.6em;
}

.side_bar       { font-size: 10pt; }
.side_bar small { font-size: 11px; }

/* ============================= Category Page ============================= */

#vc_page td, #vc_page, #vc_page li, #vc_page h4 {
	font-size: 14px;
}

div.letter {
	border:2px solid #999;padding:10px 15px;
}
div.letter big {
	font-size: 1.7em;
}
div.letter small {
	font-size: 0.7em;
}

/* ============================= Availability Page ============================= */

table.search_results    {}
table.search_results td { border: solid #cccccc; border-width: 1px 0 0 0; }

table.search_controls, table.selected_result { background-color: #ffffee; padding: 5px; border:1px solid #ccccbb; }
table.selected_result td, table.selected_result th { padding: 0 10px; }
table.selected_result th { border-bottom: 1px solid #ccccbb; }
/*
a.fuzzy_Available    { color: green;   }
a.fuzzy_Limited      { color: #999900; }
a.fuzzy_Very_Limited { color: orange;  }*/
a.fuzzy_Full         { color: #cc6666; }

td.fuzzy_Available    { border-left: 3px solid #99ff99; }
td.fuzzy_Limited      { border-left: 3px solid #ffff99; }
td.fuzzy_Very_Limited { border-left: 3px solid #ffcc00; }
td.fuzzy_Full         { border-left: 3px solid #ff9999; }


div.booking_info     { background-color: #eeeeff; padding: 5px; border:1px solid #bbbbcc; }
.booking_info_err    { border:solid #ff3344; border-width: 3px 0 }
div.booking_info_err small { font-size: 100% }
div.booking_info table th { border-bottom: 1px solid #bbbbcc; }

/* ============================= Admin ============================= */

#ix_admin_bar     { background-color: #eee; top: 0; left: 0; border-bottom: 1px solid #eee; }
#ix_admin_bar td  { color: #000; border-bottom: 1px solid #ccc; }
#ix_admin_bar a   { color: #000; }

#ix_messages td.notice { color: #060; }
#ix_messages td.error  { color: #600; }

/* ============================= Site Map ============================= */

#ct_site_map #div1 {
	position: absolute;
	left: 1900px;
	top: 1600px;
	width: 765px;
}

#ct_site_map #div1 div {
	float: left;
	width: 250px;
}

#ct_site_map #div1 p {
	padding-left: 15px;
	margin-top: 0;
}

#ct_site_map #div2 {
	position: absolute;
	right: 0;
	top: 2000;
}

#ct_site_map #div2 ul {
	list-style: none;
	padding: 0 5 10 15;
}

#ct_site_map #div3 p {
	padding-left: 49;
}









div.ct_sp_toc {
	border: 1px inset #eee;
	/*border-top-color: #999;
	border-left-color: #999;*/
	padding: 10px;
	margin-bottom: 1em;
}
* html div.ct_sp_toc {  /* for WinIE: */
	background-color: #fff;
}

div.ct_sp_toc .x_col {
	float: left;
}

div.ct_sp_toc ul {
	margin: 0;
	padding: 0;
	font-size: larger;
	font-weight: bold;
}

div.ct_sp_toc ul ul {
	font-size: smaller;
	font-weight: normal;
	margin-bottom: 1em;
}

div.ct_sp_toc a {
	display: block;
}
div.ct_sp_toc li li {
	border-left: 1px solid #ccf;
	padding: 2px 5px 2px 5px;
}
div.ct_sp_toc li li:hover {
	border-left-color: #900;
}
div.ct_sp_toc li.x_no_group li {
	padding-left: 0;
	border: none;
}

/*  List Column Count  */

div.ct_sp_toc.x_cols_2 .x_col {
	width: 50% !important;
	width: 48%;
}

/*  List Bullet Styles  */

div.ct_sp_toc ul {
	list-style: none;
}
div.ct_sp_toc.x_style_1 ul {
	list-style: disc;
}
div.ct_sp_toc.x_style_2 ul {
	list-style: decimal;
}




.mini_calendar {
	border: 1px solid #666;
}
.mini_calendar > thead > tr > th {
	background-color: #666;
	color: white;
}
.mini_calendar > * > tr > * {
	font-size: 9px;
}
.mini_calendar > tbody > tr > td {
	background-color: #fff;
}
/*
.mini_calendar > tbody > tr > td:first-child,
.mini_calendar > tbody > tr > td:last-child  {
	background-color: #ffe;
}
.mini_calendar > tbody > tr > td.x_pad {
	background-color: #fff;
}
*/




#summary > div {
	/*border: 1px solid #ccc;
	/*background-color: #eee;*/
	margin: 1em 0;
}

/*#summary > div > * {
	padding: 0 5px;
	margin: 5px 0;
}*/

#summary > div > h3 {
	padding: 2px 0;
	font-style: italic;
}

nothing > #summary > div > h3 {
	background-color: #fff4c3;

	/*border: 1px solid #ccc;
	border-width: 1px 0;*/

	/*border-top: 1px solid #999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;*/

	border: solid #cc9;
	border-width: 0 0 2px 0;

	padding: 2px 2px;
	/*color: #fff;*/
	/*margin-top: 0;*/
	margin: 5px 0;
}
/*#summary > div > h3:first-child {
	border-top: none;
}*/


/* ** Dashboard ** */

div.dash_sxn {
	clear: left;
}

table.dash_wdgt.wdgt_3c {
	width: 96%;
}
table.dash_wdgt.wdgt_2c {
	width: 63%;
}
table.dash_wdgt.wdgt_1c {
	width: 30%;
}

table.dash_wdgt {
	margin: 10px;
}

table.dash_wdgt {
	border: 3px solid #ccc;
	border-top: none;
	float: left;
}

table.dash_wdgt *.wdgt_stat {
	line-height: 16px;
	text-align: right;
}

table.dash_wdgt *.wdgt_sm, table.dash_wdgt *.wdgt_sm > td {
	font-size: smaller;
}
/*
table.dash_wdgt span.wdgt_wait {
	opacity: 0.5;
}
*/
table.dash_wdgt > * > tr:first-child > * {
	border-top: 3px solid #ccc;
}
table.dash_wdgt a, table.dash_wdgt a:hover, table.dash_wdgt > * > tr > td * {
	color: inherit;
}
table.dash_wdgt.dash_wdgt > tbody > tr > td {
	background: white;
}
table.dash_wdgt > * > tr {
	color: white;
}
table.dash_wdgt > * > tr {
	background: #666;
}
table.dash_wdgt > tbody > tr {
	color: #666;
}


table.dash_wdgt.survey_dash > * > tr {
	background: #33c;
}
table.dash_wdgt.survey_dash > tbody > tr {
	color: #33c;
}

table.dash_wdgt.linkx_dash > * > tr {
	background: #3c3;
}
table.dash_wdgt.linkx_dash > tbody > tr {
	color: #3c3;
}

table.dash_wdgt.news_dash > * > tr {
	background: #c33;
}
table.dash_wdgt.news_dash > tbody > tr {
	color: #c33;
}

table.dash_wdgt.addax_dash > * > tr {
	background: #93c;
}
table.dash_wdgt.addax_dash > tbody > tr {
	color: #93c;
}

/*table.dash_wdgt.cms_dash > * > tr {
	background: ???;
}
table.dash_wdgt.cms_dash > tbody > tr {
	color: ???;
}*/


table.dash_wdgt.acct_dash > * > tr {
	background: #39c;
}
table.dash_wdgt.acct_dash > tbody > tr {
	color: #39c;
}

table.dash_wdgt.record_dash > * > tr {
	background: #666;
}
table.dash_wdgt.record_dash > tbody > tr {
	color: #666;
}

table.dash_wdgt.addr_dash > * > tr {
	background: #666;
}
table.dash_wdgt.addr_dash > tbody > tr {
	color: #666;
}





/**
 *  Standard table style.
 *
 *  These are used for, among other things, the Sign In Panel
 */

table.ix_table {
	border: 1px solid #369;
	border-top: none;
}

table.ix_table td {
	padding: 3px 1px;
}

table.ix_table thead tr,
table.ix_table tfoot tr,
table.ix_table tbody tr.alt {
	background-color: #eee;
}

table.ix_table thead tr.alt,
table.ix_table tfoot tr.alt,
table.ix_table tbody tr {
	background-color: none;
}

table.ix_table tr.first_child td {
	border-top: 1px solid #369;
}







#ct_tour_cloner table {
	border: 1px solid #ccc;
	margin: 1em 0;
}

#ct_tour_cloner dl {
	margin: 0;
	padding: 3px;
	height: 1em;
	border: 1px solid transparent;
	float: right;
}

#ct_tour_cloner dt,
#ct_tour_cloner dd {
	float: left;
	padding: 3px;
}

#ct_tour_cloner dt {
	font-weight: bold;
}

#ct_tour_cloner dd {
	border: 1px solid #ccc;
	margin-left: 0.5em;
}

#ct_tour_cloner textarea {
	font-family: Monaco, Courier New, Courier, fixed, mono;
	font-size: 9px;
	width: 99%;
}


#ct_tour_cloner ul,
#ct_tour_cloner ol {
	/*border-top: 1px solid #eee;
	margin-top: 3px;
	margin-bottom: -4px;*/
}

#ct_tour_cloner ol {
	padding-left: 0;
}

#ct_tour_cloner ol > li {
	list-style-position: inside;
}

#ct_tour_cloner ol ul > li {
	list-style-position: outside;
}


#ct_tour_cloner li > div {
	border-bottom: 1px solid #eee;
	padding: 3px 0;
}
#ct_tour_cloner li > div:hover {
	background: #f9f9f9;/*
	border-color: #ccc;*/
}


#ct_tour_cloner .s9_cloner_path {
	font-size: smaller;
	display: none;
}
#ct_tour_cloner li > div:hover > * > .s9_cloner_path {
	display: inline;
}


#ct_tour_cloner .s9_cloner_aka {
	font-size: smaller;
	float: right;
}
#ct_tour_cloner li > div:hover > .s9_cloner_aka {
	display: none;
}


#ct_tour_cloner .s9_cloner_rule {
	font-size: smaller;
}
#ct_tour_cloner ol > li > div > .s9_cloner_rule {
	text-indent: 3em;
}



#ct_tour_cloner .s9_cloner_clone {
	/*color: green;*/
}

#ct_tour_cloner .s9_cloner_same {
	color: purple;
}

#ct_tour_cloner .s9_cloner_none {
	color: red;
}


#ct_tour_cloner .s9_cloner_null {
	color: #7f7f7f;
}

#ct_tour_cloner .s9_cloner_null .s9_cloner_same {
	color: #bf7fbf;
}

#ct_tour_cloner .s9_cloner_null .s9_cloner_none {
	color: #ff7f7f;
}

/* ============================= Edit Page ============================= */

#edit-page-toolbar {
	background-color: #FFFFBF;
	border: none 0;
	border-color: black;
	border-bottom-width: 1px;
	border-style: none;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	display: none;
}

#edit-page-toolbar-header-margin {
	height: 0;
}

#edit-page-busy {
	display: none;
}

/* Now dynamically added in custom.js:
.edit-page-editable-section {
	background-color: #eedfff;
	-webkit-user-modify: read-write;
}
.editable {
}
*/

/* ============================= Movies section ============================= */

#movies {
	margin-top: 1em;
}
#movies td {
	font-size: 14px;
}
#movies a {
	text-decoration: none;
	font-weight: bold;
	color: #4367AF;
}
