/*
fontfamily=Arial, Helvetica, sans-serif
bodycolor=White
scrolldivbackcolor=White
headingcolor=#b3d924
tripfinderbackcolor=#eceee0
bookingconfirmationbackcolor=White
mapcaptioncolor=White
mapcaptionbackcolor=#b3d924
mapbackcolor=White
tourdetailitembackcolor=White
tourdetailalternatingitembackcolor=White
linkcolor=#62848a
fontcolor=#666666
defaultwidth=575px
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color:#666666;
}

/*custom*/
.ScrollDiv
{
	width: 575px;
	height: 300px;
	overflow: auto;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	border: 1px solid;
	background-color: White;
}

/*custom*/
H1, H2, H3, H4
{
	color: #b3d924;
}
.WizardH2
{
	font-size:Medium;
}

.WizardTable
{
	font-size:Small;
}

	
.CountriesVisited
{
	width:250px;
}

.TourGridTable
{
	font-size:small;
}



.TourGridPager
{
	font-size: small;
}

.TourListLeftColumn
{
	font-weight:bold;
	vertical-align:top;
}

.button
{
	font-size:smaller;
}
.PassengerRadioButtons
{
}
.BookingConfirmationTable
{
	width:575px;
	background-color:White;
}


.OuterMapTable
{
	width:575px;
}

/*custom*/
.MapCaption
{
	font-size:small;
	font-weight:bold;
	color:White;
	background-color:#b3d924;
}

.MapPageLinks
{
	font-size:small;
}

/*custom*/
.TripFinderTable
{
	font-size: small;
	font-weight: bold;
	color: black;
	background-color: #eceee0;
}
/*custom*/
.MapBackground
{
	background-color: White;
}


.TripFinderRows 
{
	padding-left:4px;
	padding-right:4px;
}


.TripFinderEntryField 
{
	font-size: xx-small;
}
.TripFinderDropdownlist 
{
	font-size: xx-small;
	width:145px;
}
.ErrorMessage 
{
	font-weight: bold;
	font-size: x-small;
	color: red;
}

/*custom*/
.TourDetailItem
{
	background-color: White;
	font-size: small;
	vertical-align: top;
}

/*custom*/
.TourDetailAlternatingItem
{
	background-color: White;
	font-size: small;
	vertical-align: top;
}

.TourDetailTable
{
	width:575px;
}

.TourDeparturesTable
{
	font-size: small;
}

.TourDetailItemLeftCell
{
	font-weight:bold;
	width:100px;
}

TABLE.steps TD P {
	COLOR: #123b68;
	font-size:small;	
	font-weight:bold;
}
TABLE.steps TD P.off {
	COLOR: #9ebece;	
}
TABLE.steps TD P.on {
	COLOR: #349aff;
}

a
{
	color:#62848a;
}
