body { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: 1.0em; color: #000; 
}
body.loginSecurityPopup, body.loginSecurityPopup table, body.loginSecurityPopup div {
	color: #000; 
	background-color:#ccc;
	background-image: none;
}
p {
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
em {
	font-style: italic;
}
a:active {
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none ;
}
a:link {
	font-weight: normal;
	font-style: normal;
	text-decoration: none ;
}
a:hover {
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

a:visited {
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none ;
}
a:link img {
	border-width: 0px 0px 0px 0px;
	}
a:visited img {
	border-width: 0px 0px 0px 0px;
	}
a:active img {
	border-width: 0px 0px 0px 0px;
	}
a:hover img {
	border-width: 0px 0px 0px 0px;
	}
h1, h2, h3, h4, h5 {
	margin: 0 0 0 0;
}
h1, h2 {
	font-family: Georgia, Palatino, 'Times New Roman', Times, Serif, serif;
}
h3, h4, h5, h6 {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
}
h1 {
	font-weight: bold;
	font-style: normal;
	padding-top: 0em;
	padding-bottom: 0.1em;
	font-size: 1.5em;
}
h2 {
	font-weight: bold;
	font-style: normal;
	padding-top: 0em;
	padding-bottom: 0.2em;
	font-size: 1.4em;
}
h3{
	font-weight: bold;
	font-style: normal;
	padding-top: 0.2em;
	padding-bottom: 0em;
	font-size: 1.2em;
}
h4 {
	font-weight: bold;
	font-style: normal;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.1em;
}
h5 {
	font-weight: bold;
	font-style: normal;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	font-size: 1.0em;
}
h6 {
	font-weight: bold;
	font-style: normal;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	font-size: 1.0em;
}
.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.shadedBodyTextBox {
	margin-left: 2em;
	margin-right: 2em;
	padding: 0.5em;
	background-color: #EEE;
	font-size: 0.8em;
}
/**************************** TripSummaryIndex *******************************/
div.tripSummaryIndex table {
	width: 530px;
	margin-left: 30px;
	border-collapse: collapse;
}
div.tripSummaryIndexTitle a, div.tripSummaryIndexTitle a:link, div.tripSummaryIndexTitle a:visited, div.tripSummaryIndexTitle a:active {
	font-size: 0.8em;
	font-weight: bold;
}
div.tripSummaryIndexTitle {
	margin: 2px 5px 0px 5px;
}
div.tripSummaryIndex p {
	font-size: 0.8em;
	padding: 0px 5px 5px 5px;
	margin: 0;
}
div.tripSummaryIndex td.tripSummaryIndexText {
	vertical-align: top;
	background-color: #EEE;
	border-width: 1px 0px 1px 1px;
	border-color: #CCC;
	border-style: solid;
}
div.tripSummaryIndex td.tripSummaryIndexImage {
	vertical-align: middle;
	width: 125px;
	background-color: #EEE;
	background-color: #EEE;
	border-width: 1px 1px 1px 0px;
	border-color: #CCC;
	border-style: solid;
	padding: 5px;
}

div.tripSummaryIndex img {
	vertical-align: top;
	width: 120px;
}
/**************************** Trip Display ***********************************/
.tripBodyMargins {
	margin-left: 10px;
	margin-right: 15px;
}
.tripBodyMargins p {
	margin-left: 5px;
	margin-right: 5px;
}
div#tripSummary {
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#tripSummary p {
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
}
div#tripDescription {
	font-style: normal;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#tripDescription ul {
	font-size: 0.9em;
}
/********** Prices and Dates *********/

div#datesAndPrices {
	padding: 5px 10px 0px 10px;
	margin-top: 0px;
}
div#datesAndPrices table {
	width: 490px;
	background-color: #ddd;
	border: 1px solid #bbb;	
	margin-left: 40px;
	padding-left: 0px;
}
div#datesAndPrices table td {
	padding-left: 5px;
	font-size: 0.9em;
	vertical-align: top;
}
div#datesAndPrices table th {
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: top;
}
div#datesAndPrices td#duration {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
div#datesAndPrices td#tripDate {
	width: 10em;
}
div#pricingComments {
	padding: 0px 10px 5px 10px;
	margin-top: 5px;
}
div#pricingComments table td {
	padding-left: 10px;
}

div#pricingComments table {
	background-color: #ddd;
	border: 1px solid #bbb;	
	width: 490px;
	margin-left: 40px;
}

div#pricingComments p {
	padding: 0px 0px 0px 0px;
}
/************ Itinerary ************/
table#tripItinerary {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
td#tripItinerarySegments {
	background-color: #ddd;
	border: 1px solid #bbb;	
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
	width: 365px;  /* Without this set IE will resize the columns when the table is not in view */
}
div.segmentTitle {
	font-weight: bold;
	padding-top: 5px;
}
div.segmentDescription {
	padding-top:2px;
	padding-bottom: 10px;
/*	width: 355px; */
}
/*********** Images ****************/
td#itineraryImages {
	vertical-align: top;
	text-align: center;
	padding: 0px 0px 0px 5px;
}

table.itineraryImage td{
	padding: 0px 0px 5px 0px;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
.moreTripPhotosLink {
	font-size: 0.9em;
	background-color: #ddd;
	border: 1px solid #bbb;
	height: 3.4em;
	text-align: left;
}
.moreTripPhotosLink img {
	float:left; 
	margin: 3px 8px 3px 5px;
}
.moreTripPhotosLink div {
	margin-top: 6px;
}
/********** Trip Options **********/
div#tripOptions {
	background-color: #ddd;
	border: 1px solid #bbb;	
	padding: 0px 10px 5px 10px;
	margin-top: 5px;
	margin-left: 5px;
}
div#tripOptions th {
	text-align: right;
	vertical-align: top;
	font-size: 0.8em;
	padding-right: 10px;
}
div#tripOptions table {
	width: 500px;
}

div#tripOptions td {
	vertical-align: top;
	text-align: left;
	font-size: 0.9em;
}
div#bookingsButton {
	margin-top: 15px;
	text-align: center;
}
/********** Foot Notes **********/
div#tripFootNotes {
	background-color: #ddd;
	border: 1px solid #bbb;	
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 8px;
	margin-left: 5px;
}
div#tripFootNotes li {
	font-size: 0.9em;
	}
div#tripFootNotes a:hover {
	color: #33C;
}
/******************************** imagePopup **************************/

body#imagePopupBody  {
	background-color: #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
div#imagePopup {
	text-align: center;
	padding-top: 10px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}
div#imagePopup table{
	text-align: center;
}
div#imagePopup table td {
	text-align: center;
	width: 100%;
}
td.imagePopupCaption {
	font-size: 0.9em;
}

td#imagePopupImage  {
	text-align: center;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	
}
td#imagePopupLinks {
	padding: 5px 0px 20px 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height: 2em;
}
td#imagePopupLinks a {
	font-weight: bold;
}

/************************** Info PopUp Windows *******************************/

div#infoPopup {
	text-align: left;
	background-color: #ddd;
	height: 100%;
	width: 100%;
}
div#infoPopup p {
	padding: 0px 15px 10px 15px;
	margin: 0 0 0 0;
}
div#infoPopup h3{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#infoPopupClose {
	margin-top: 5px;
	text-align: center;
}
body#infoPopupBody {
	background-color: #ddd;
	margin: 0 0 0 0;
}
/************************** Trip Summary*******************************/
div#tripSummary {
	padding-bottom: 10px;
}
div#tripSummary table {
	width: 605px;
	background-color: #DDD;
	border-width: 1px;
	border-style: solid;
	border-color: #AAA;
}
div#tripSummary th {
	font-size: 0.8em;
	vertical-align: top;
	background-color: #AAA;
	padding: 2px 3px 3px 3px;
}
div#tripSummary td{
	font-size: 0.8em;
	vertical-align: top;
	background-color: #CCC;
}
#tripSummaryDate {
	width: 6em;
}
#tripSummaryStyle {
	width: 5em;
}

div#tripSummary td a:hover{
	color: #33C;
}
/***** Select Options *******/
div#tripSummarySelect select, div#tripSummarySelect input {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
}
div#tripSummarySelect input {
	margin-bottom: 0px;
}
div#tripSummarySelect table {
	border-width: 0;
	margin-top: 10px;
}
div#tripSummarySelect td {
	font-size: 0.8em;
	vertical-align: top;
	border-width: 0;
	padding: 3px 0px 3px 5px;
}
/*********************** listEdit ****************************************/
div#listEditFootnotes {
	text-align: left;
}
/*********************** inputForm ***************************************/
.inputForm {
	margin-right: 5px;
}
.inputForm th{
	font-size: 0.8em;
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
}
.inputForm input, .inputForm textarea, .inputForm select{
	background-color: #DDD;
	border-style: solid;
	border-width: 1px;
	border-color: #AAA;
}
.inputForm input, .inputForm select{
	font-size: 0.9em;
}
.inputFormSubmit {
	text-align: center;
	margin-top: 8px;
}
/***********************  Contact Details *********************************/
div#contactDetails table {
	padding-left: 20px;
}
div#contactDetails th {
	font-weight: bold;
	text-align: right;
	font-size: 0.8em;
}
div#contactDetails td {
	padding-left: 10px;

}
div#contactDetails {
	padding-left: 0px;
	padding-bottom: 0px;
}
/*********************** Online Feedback **********************************/
div#onlineFeedbackIntro {
	font-size: 0.9em;
	padding: 15px 15px 20px 15px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/*********************** Edit Menus **************************************/
div#editMenus table {
	border: 1px solid #999;
}
div#editMenus tr {
	border: 1px solid #999;
}
div#editMenus th {
	background-color: #BBB;
	font-size: 0.9em;
}
div#editMenus td {
	font-size: 0.7em;
}
div#editMenus td {
	background-color: #DDD;
}
div#editMenus input, div#editMenus select {
	font-size: 1.0em;
	background-color: #EEE;
	border: 1px solid #999;
}
div#editMenus input {
	padding-left: 2px;
}
div#editMenusNotes {
	font-size: 0.9em;
}
input.editMenusTitle {
	width: 19em;
}
input.editMenuSequence {
	width: 2.5em;
}
td.editMenusValue select {
	width: 10em;
}
td.editMenusDelete  {
	text-align: center;
}
div#editMenusNotes {
	font-size: 0.9em;
}
div#editMenusSubmit {
	text-align: center;
	padding: 10px 0 10px 0;
}
div#editMenusSubmit input {
	font-size: 0.9em;
}
/*********************** Page Editor **************************************/
body.mceContentBody {
	background-color: #FFF;
}
input#importHtmlFile {
	width: 300px;
}
div#selectEditPageMessage {
	font-style: italic;
	color: #DAA520;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#editPagesSelect, div#editPagesSelect td{
	font-size: 0.9em;
}
div#editPagesSubmit {
	padding-top:10px;
	text-align: center;
}
div#editPagesSelect div#editPagesSubmit {
	padding-top:10px;
	text-align: left;
}
div#editPagesSubmit input{
	margin-right: 10px;
}
div#versionComment {
	font-size: 0.9em;
	padding-top: 10px;
}

/*********************** Drop Shadows ************************************/

.wrapt1, .wrapt2, .wrapt3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrapt1 {
	float:left;
	background:url(../images/shadows/thumbDropShadow.gif) right bottom no-repeat;
	}
.wrapt2 {background:url(../images/shadows/thumbDropShadow_bottomLeft.gif) left bottom no-repeat;
	}
.wrapt3 {
	padding:0 5px 5px 0;
	background:url(../images/shadows/thumbDropShadow_topRight.gif) right top no-repeat;
	}
.wrapt3 img {
	display:block;
	}
.wrapi1, .wrapi2, .wrapi3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrapi1 {
	float:left;
	background:url(../images/shadows/imageDropShadow.gif) right bottom no-repeat;
	}
.wrapi2 {background:url(../images/shadows/imageDropShadow_bottomLeft.gif) left bottom no-repeat;
	}
.wrapi3 {
	padding:0 10px 10px 0;
	background:url(../images/shadows/imageDropShadow_topRight.gif) right top no-repeat;
	}
.wrapi3 img {
	display:block;
	}
/*** HandleErrors ***********************************************************/
div.handleErrors a {
	color: #FFF;
	background-color: #000;
}
.TextNavBar { font-size: 1em;}
.normalText { 
	font-size: 0.8em;
}
.simpleBorder { 
	border: 1pt solid rgb(102,102,102);
	border-collapse: collapse;
}
table.noBorders, table.noBorders td, table.noBorders th {
	border-width: 0px;
	border-collapse: collapse;
	padding: 0px;
}
div.lightBackground, table.lightBackground td, {
	background-color: #DDD;
}
.simpleBorder th {
	font-weight: bold;
	color: #000;
	background-color: #BBB;
}
.simpleBorder td{
	font-weight: normal;
	color: #000;
	background-color: #DDD;
}
.simpleBorder input {
	background-color: #DDD;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}
.simpleBorder select {
	background-color: #DDD;
	border-width: 0px;
	border-style: solid;
	border-color: #DDD;
}
.simpleBorder textarea {
	background-color: #DDD;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}

/* table and div centering do not work with stupid IE -- maybe someday */
table.center{
	margin-left:auto; 
	margin-right:auto;
}
div.center{
	margin-left:auto; 
	margin-right:auto;
}

table.alignTop {
	margin-top: 0px;
}
.textLinks {
	font-size: .8em;
}
.warningColour {
	color: #DAA520;
}
.errorColour {
	color: #EC244C;
}
.hilightColour {
	color: #EEEE00;
}
.fixedLogText {
	font-size: 1.2em;
	margin-bottom: 0px;
}
.simpleBorder table, .simpleBorder td, .simpleBorder th{
	border-collapse: collapse;
	border: 1pt solid rgb(102,102,102);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom:0px;
	font-size: 0.8em;
}
.simpleBorder table, .simpleBorder td, .simpleBorder th{
	padding-left: 5px;
	padding-right: 5px;
}

.simpleBorder table, .simpleBorder td {
	padding-top: 0px;
	padding-bottom:0px;
}

.simpleBorder th{
	padding-top: 2px;
	padding-bottom: 2px;
}

#optionsTable table, #optionsTable td, #optionsTable th{
	border: 1pt solid rgb(102,102,102); 
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 0.9em;
}
/****** siteAccessLog ***********************************************************/
div#siteAccessLog form {
	margin: 0 0 0 0;
}
div#siteAccessLog th {
	font-size: 0.8em;
}
div#siteAccessLog td {
	font-size: 0.75em;
	vertical-align: top;
}
div#siteAccessLogPageButtons {
	text-align: center;
	margin: 3px 0 0 0;
}
div#siteAccessLogPageButtons input {
	width:5em;
	text-align: center;
	vertical-align: middle;
}
div#siteAccessLogOptions {
	text-align: center;
	margin-top: 10px;
	padding: 3px 0 3px 0;
	line-height: 160%;
	border: 1pt solid rgb(102,102,102);
}
div#siteAccessLogOptions input, div#siteAccessLogOptions select {
	font-size: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#siteAccessLogOptions input {
	text-align: right;
	vertical-align: middle;
}
div#siteAccessLogOptions select {
	vertical-align: middle;
}
div#siteAccessLogOptions select {
	vertical-align: middle;
}
div#siteAccessLogOptions input.checkBox {
	background-color: #ddd;
	border: none;
}
input#siteAccessSearchValue {
	text-align: left;
}
div#siteAccessLogOptions input#siteAccessSubmit {
	margin: 3px 0 3px 0;
	text-align: center;
}
input#siteAccessLogPastDays {
	width: 3em;
}
input#siteAccessLogLinesPerPage {
	width: 3em;
}
div#siteAccessLogButtons {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}