@charset "UTF-8";
/* CSS Document */

body, table, div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

body
{
	background-position: top;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

td
{
	vertical-align: top;
}

h3
{
	color: #E2003D;
}

img
{
	border: none;
}

input, select
{
	font-size: 11px;
}

div#Main
{
	width: 930px;
	margin: 0 auto;
}

div#Footer
{
	margin-top: 5px;
	text-align: center;
	color: #505050; 
}

div#Footer a
{
	text-decoration: none;
	color: #505050;
}

.WrapperLeft
{
	float: left;
}

.WrapperRight
{
	float: right;
}

.MiddleOfText
{
	vertical-align: middle;
}

.SmallButton
{
	width: 60px;
	height: 19px;
}

.SmallButton img#Clickable
{
	height: 19px;
	width: 60px;
}

.SmallButton div#Wrapper
{
	background-image: url(../images/button_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 19px;
	width: 60px;
}

.SmallButton div#ImageDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	height: 19px;
	width: 60px;
}

.SmallButton div#TextDiv
{
	color: Black;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 19px;
	width: 60px;
}

.SmallButton div#TextDiv td
{
	color: Black;
	height: 19px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.LargeButton
{
	width: 125px;
	height: 19px;
}

.LargeButton img#Clickable
{
	height: 19px;
	width: 125px;
}

.LargeButton div#Wrapper
{
	background-image: url(../images/button_large.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 19px;
	width: 125px;
}

.LargeButton div#ImageDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	height: 19px;
	width: 125px;
}

.LargeButton div#TextDiv
{
	color: Black;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 19px;
	width: 125px;
}

.LargeButton div#TextDiv td
{
	color: Black;
	height: 19px;
	width: 125px;
	text-align: center;
	vertical-align: middle;
}

.BigRedButton
{
	width: 220px;
	height: 55px;
}

.BigRedButton img#Clickable
{
	height: 55px;
	width: 220px;
}

.BigRedButton div#Wrapper
{
	background-image: url(../images/BigRedButton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 55px;
	width: 220px;
}

.BigRedButton div#ImageDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	height: 55px;
	width: 220px;
}

.BigRedButton div#TextDiv
{
	color: White;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 55px;
	width: 220px;
}

.BigRedButton div#TextDiv td
{
	color: White;
	height: 55px;
	width: 220px;
	text-align: left;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.BigGrayButton
{
	background-image: url(../images/BiggrayButton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 220px;
	height: 55px;
}

.BigGrayButton img#Clickable
{
	height: 55px;
	width: 220px;
}

.BigGrayButton div#Wrapper
{
	position: relative;
	height: 55px;
	width: 220px;
}

.BigGrayButton div#ImageDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	height: 55px;
	width: 220px;
}

.BigGrayButton div#TextDiv
{
	color: White;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 55px;
	width: 220px;
}

.BigGrayButton div#TextDiv td
{
	color: White;
	height: 55px;
	width: 220px;
	text-align: left;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.Navigation
{
	color: #505050;
}

.Navigation:hover
{
	color: Black;
}

.NavigationActive
{
	text-decoration: none;
	color: Black;
}

.SearchBox
{
	color: White;
	background-color: #E2003D;
}

.SearchBoxText
{
	vertical-align: middle;
	color: White;
	font-size: 20px;
	font-weight: bold;
}

.SearchBox select
{
	width: 175px;
	margin-bottom: 5px;
}

.SmallContent
{
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 220px;
	color: #505050;
}

.SmallContentTitle
{
	background-image: url(../images/SmallTitle.gif);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	padding-left: 6px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
}

.RedContentTitle
{
	color: White;
	background-image: url(../images/RedTitle.gif);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	padding-left: 6px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
}

.SmallContentContent
{
	vertical-align: top;
	width: 220px;
	height: 158px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: #9D9D9F 1px solid;
	border-left: #9D9D9F 1px solid;
	border-right: #9D9D9F 1px solid;
	background-image: url(../images/background_reverse_light.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.SmallContentContent div
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.WiderContent
{
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 670px;
	color: #505050;
}

.WiderContentTitle
{
	background-image: url(../images/WiderTitle.gif);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	padding-left: 6px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
}

.WiderContentContent
{
	vertical-align: top;
	width: 670px;
	height: 158px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: #9D9D9F 1px solid;
	border-left: #9D9D9F 1px solid;
	border-right: #9D9D9F 1px solid;
	background-image: url(../images/background_reverse_light.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.WiderContentContent div
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.XLContent
{
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 895px;
	color: #505050;
}

.XLContentTitle
{
	background-image: url(../images/XlTitle.gif);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	padding-left: 6px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
}

.XLContentContent
{
	vertical-align: top;
	width: 895px;
	height: 158px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: #9D9D9F 1px solid;
	border-left: #9D9D9F 1px solid;
	border-right: #9D9D9F 1px solid;
	background-image: url(../images/background_reverse_light.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.XLContentContent div
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.SmallBannerEmpty
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 220px;
	height: 175px;
	color: #505050;
	background-image: url(../images/SmallBannerEmpty.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.SmallBanner
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 220px;
	height: 175px;
	color: #505050;
	background-image: url(../images/SmallBanner.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.SmallBanner p
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.SmallBannerTitle
{
	vertical-align: middle;
	padding-left: 6px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
}

.SmallBannerContent
{
	padding-top: 5px;
	padding-left: 6px;
}

.BigBanner
{
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 445px;
	height: 355px;
	color: #505050;
	background-image: url(../images/BigBanner.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.BigBannerTitle
{
	vertical-align: middle;
	padding-left: 6px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
}

.BigBannerContent
{
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 23px;
	margin-bottom: 6px;
}

.WideBannerEmpty
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 445px;
	height: 175px;
	background-image: url(../images/WideBannerEmpty.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.WideBanner
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 445px;
	height: 175px;
	background-image: url(../images/WideBanner.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.WideBannerFormattingTable
{
	width: 445px;
	height: 175px;
}

.WideBannerSpacer
{
	width: 445px;
	height: 175px;
}

.WideBannerTitle
{
	vertical-align: middle;
	padding-left: 6px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
}

.WideBannerContent
{
	height: 158px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.WideBannerContentFormattingTable
{
	width: 445px;
	height: 158px;
}

.WideBannerContentLeft
{
	width: 205px;
	padding-left: 6px;
}

.WideBannerContentRight
{
	width: 200px;
	padding-left: 6px;
}

.WideBannerContentLeft img
{
	margin-top: 6px;
	/*
	max-width: 195px;
	width: expression(this.width > 195 ? '195px' : 'auto')
	max-height: 146px;
	height: expression(this.width > 146 ? '146px' : 'auto')
	*/
	width: 195px;
	height: 146px;
}


.WideBannerTextTitle
{
	padding-top: 5px;
	color: Black;
	height: 25px;
	text-decoration: underline;
}

.WideBannerTextTitle a
{
	color: Black;
}

.WideBannerText
{
}

.WideBannerText div
{
	height: 56px;
	overflow-y: hidden;
}

.WideBannerTextContinueReading
{
}

.WideBannerTextContinueReading a
{
	color: #E2003D;
	text-decoration: none;
}

.WideBannerInfoBar
{
	width: 220px;
	color: Black;
	vertical-align: bottom;
}

.LegendaLine
{
}

.LegendaLine td
{
	vertical-align: middle;
	border-top: #9D9D9F 1px solid;
	height: 30px;
}

.LegendaLineTop td
{
	vertical-align: middle;
	height: 30px;
}

.LegendaLineBottom td
{
	vertical-align: middle;
	border-top: #9D9D9F 1px solid;
	border-bottom: #9D9D9F 1px solid;
	height: 30px;
}

.SummaryLine
{
}

.SummaryLine td
{
	vertical-align: middle;
	border-top: #9D9D9F 1px solid;
	height: 18px;
}

.SummaryLineToDo td
{
	color: #808080;
	vertical-align: middle;
	border-top: #9D9D9F 1px solid;
	height: 18px;
}

.SummaryLineTop td
{
	vertical-align: middle;
	height: 18px;
}

.SummaryLineBottom td
{
	vertical-align: middle;
	border-top: #9D9D9F 1px solid;
	border-bottom: #9D9D9F 1px solid;
	height: 18px;
}

.SummaryLinePrice td
{
	color: #E2003D;
	vertical-align: middle;
	border-top: #E2003D 1px solid;
	border-bottom: #E2003D 1px solid;
	height: 19px;
}

.TourImage
{
	margin-top: 10px;
	margin-bottom: 5px;
	/*
	max-width: 320px;
	width: expression(this.width > 320 ? '320px' : 'auto')
	max-height: 240px;
	height: expression(this.width > 240 ? '240px' : 'auto')
	*/
	width: 320px;
	height: 240px;
}

.TourImageThumb
{
	margin-right: 4px;
	/*
	max-width: 77px;
	width: expression(this.width > 77 ? '77px' : 'auto')
	max-height: 58px;
	height: expression(this.width > 58 ? '58px' : 'auto')
	*/
	width: 77px;
	height: 58px;
}

.TourInfoBar
{
	width: 330px;
	padding-left: 5px;
	color: Black;
	vertical-align: bottom;
}

.TourDateTable
{
}

.TourDateTable th
{
	font-weight: bold;
	border-top: #9D9D9F 1px solid;
	border-bottom: #9D9D9F 1px solid;
}

.TourDateTable td
{
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	border-bottom: #9D9D9F 1px solid;
}

.TourStatusDone
{
	padding-left: 5px;
	font-weight: bold;
	color: Black;
	vertical-align: middle;
	height: 30px;
	border-right: #9D9D9F 1px solid;
}

.TourStatusDone a
{
	color: Black;
	text-decoration: none;
}

.TourStatusActive
{
	padding-left: 27px;
	font-weight: bold;
	color: #E2003D;
	vertical-align: middle;
	height: 30px;
	border-top: #9D9D9F 1px solid;
	border-bottom: #9D9D9F 1px solid;
	background-color: White;
}

.TourStatusActiveFirst
{
	padding-left: 27px;
	font-weight: bold;
	color: #E2003D;
	vertical-align: middle;
	height: 30px;
	border-bottom: #9D9D9F 1px solid;
	background-color: White;
}

.TourStatusInactive
{
	padding-left: 27px;
	font-weight: bold;
	color: #808080;
	vertical-align: middle;
	height: 30px;
	border-right: #9D9D9F 1px solid;
}

.TourStatusFiller
{
	vertical-align: middle;
	border-right: #9D9D9F 1px solid;
	height: 100%;
}

.TourForm
{
}

.TourForm td
{
	text-align: left;
	border-top: #9D9D9F 1px solid;
	vertical-align: middle;
}

.TourForm a
{
	color: Black;
}

.TourForm input[type=text]
{
	width: 300px;
	border: #9D9D9F 1px solid;
}

.TourForm select
{
	width: 250px;
	border: #9D9D9F 1px solid;
}

.TourFormMultiColumn
{
}

.TourFormMultiColumn td
{
	border-top: #9D9D9F 1px solid;
	vertical-align: middle;
}

.TourFormMultiColumn input[type=text]
{
	width: 100px;
	border: #9D9D9F 1px solid;
}

.TourFormMultiColumn select
{
	width: 100px;
	border: #9D9D9F 1px solid;
}

.TourFormDateTimeSeperator
{
	padding: 0px;
	background-color: #9D9D9F;
}

.TourFormDateTimeBox td
{
	width: 200px;
	height: 30px;
	color: Black;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: #9D9D9F 1px solid;
}