/****************************************
	Tour Tables
*****************************************/
table
{
	border-collapse: collapse;
	border: 0;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 2px;
	background-color: #FFFFFF;
}

table th
{
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-size: 0.9em;
	background-color: #BD9F61;
	padding-left: 2px;
}

table td
{
	padding-left: 2px;
	background-color: #FFFFFF;
	vertical-align: top;
}

table .even td
{
	background-color: #ffffff;
}



/****************************************
	Main Page Content Section
*****************************************/
hr.redLineSeperator
{
	height: 1px;
	border: solid 1px #990000;
}

.mainContent
{
	/* Total Width 694px */
	width: 600px;
	float: left;
	margin: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.mainContent h2
{
	color: #990000;
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	clear: left;
	padding: 1em 0 0 0;
}

.mainContent h2.redBarHeader
{
	/* Total Width 639px */
	margin: 0;
	padding: 0 0 0 10px;
	width: 629px;
	background-image: url(../images/backgrounds/extend_redbar_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #4B0000;
	color: #990000;
}

.mainContent h2.redBarHeader span
{
	font-size: .9em;
	font-weight: normal;
}

.mainContent h3
{
	color: #990000;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding-top: 1em;
}

.mainContent p
{
	color: #333333;
	font-size: .8em;
	/*padding: 0 1em 0 1em;*/
	margin: 0;
	/*padding: .5em 0;*/
	padding: .5em 15px 0 0;
}

.mainContent a.genericLink
{
	font-size: .8em;
	color: #990000;
}

.mainContent .rightImage
{
	margin-top: 1em;
}



/****************************************
	Right Hand Sidebar Section
*****************************************/
.sideBar
{
	/* total size 261 */
	width: 241px;
	clear: right;
	float: right;
	background-image:none;

}

.sideBar h2
{
	font-size: .8em;
	text-transform: uppercase;
	color: #990000;
}

.sideBar h3
{
	color: #990000;
	font-size: .7em;
	margin: 0;
	padding: 0;
}

.sideBar h4
{
	color: #333333;
	font-size: .7em;
}

.sideBar p
{
	margin: 0;
	padding: 0 15px 0 0;
	font-size: .7em;
	color: #333333;
}

.noBox
{
	background-image:none;
	width: 211px;
}

html>body .noBox
{
	width: 241px;
}

.sideLeftImage
{
	clear: left;
	float: left;
	padding: 0 8px 0 0;
}

.rightImage
{
	float: right;
	/*padding-right: 20px;*/
	padding: 0 20px 1em 1em;
}

.leftImage
{
	float: left;
	padding: 1em 1em 1em 0;
}

.sideBarContents
{
	width: 75%;
	margin: 0;
	padding: 15px;
	float: left;
}

.sideBarTop
{
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: -15px;
}

html>body .sideBarTop
{
	margin-right: 0;
}

.seperator
{
	background-image: url(/images/backgrounds/heavyline.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	clear: left;
}



/****************************************
	Main Images @ Top of Tour
*****************************************/
.mainTourImage
{
	float: left;
	vertical-align: top;
}

.tourMap
{
	float: left;
}


/****************************************
	Tour Overview Table
*****************************************/
#tourOverview
{
	min-height: 50px;
	float: left;
	width: 235px;
	background-color: #F7F0E0;
	background-image: url(/images/backgrounds/viking_tour_over_bot_grad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#tourOverview table
{
	width: 100%;
	border: none;
}

#tourOverview h2
{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	
	background-image: url(/images/backgrounds/viking_tour_over_bg.gif);
	background-repeat: repeat-x;
	background-color: #B99959;
	
	margin: 0;
	padding: 5px;
}

#toDays
{
	font-size: 1.3em;
	border-right: 1px solid #000000;
	white-space: nowrap;
	padding: 5px;
	width: 100%;
}

#toPriceFrom
{
	font-size: .7em;
	padding: 5px;
}

#toPrice
{
	font-size: 1.3em;
	color: #990000;
	width: 100%;
}

#toDates
{
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	font-size: .8em;
	padding: 5px 0 2px 5px;
	color: #333333;
}

#toDesc
{
	font-size: 10px;
	padding: 5px 15px 5px 5px;
}



/****************************************
	Tour Navigation
*****************************************/
.tourNav
{
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 1px 40px;
	margin-left: -40px;
}

.tourNav a
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.tourNav a.current
{
	color: #ffffff;
	background-color: #990000;
}

.tourNav img
{
	border: none;
	margin: 0;
	padding: 0;
}


/****************************************
	Tools
*****************************************/
.smallTools
{
	float: right;
}

.largeToolBar
{
	clear: both;
	margin-right: 20px;
}

.largeToolBar a
{
	float: right;
	color: #990000;
	font-size: .7em;
	text-decoration: none;
	padding: 4em 3em 0 0;
}

.largeToolBar .downloadButton
{
	padding-left: 30px;
	background-image: url(/images/tools/sm_pdf_btn.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.largeToolBar .sendButton
{
	padding-left: 30px;
	background-image: url(/images/tools/sm_email_btn.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.largeToolBar .enlargeButton
{
	padding-left: 30px;
	background-image: url(/images/tools/sm_fontsize_btn.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}


/****************************************
	Tour Pricing
*****************************************/
.tpsLeft
{
	width: 210px;
	background-color: #F0E2C7;
	padding: 10px 0;
}

.tpsLeft p
{
	padding: 10px;
}

.tpsDateRange
{
	font-size: .8em;
	padding: 1px 0 1px 10px;
	margin: 0 0 3px 0;
}

.tpsDateRange_selected, .tpsDateRange_hover, .tpsDateRange_selected_hover, .tpsDateRange_hover_selected
{
	font-size: 0.8em;
	color: #ffffff;
	background-color: #B99959;
	padding: 1px 0 1px 10px;
	margin: 0 0 3px 0;
	cursor:pointer;
}

.tpsRight
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.tpsQtrPriceHeader
{
	color: #ffffff;
	background-color: #0C6C99;
	font-size: 0.8em;
	padding: 2px 0 2px 10px;
}

.tpsRight h3
{
	padding: 0 10px 0 5px;
	margin: 1em 0 0 10px;
}

.tpsRight p
{
	margin: 0 0 1em 10px;
	padding: 0 10px 0 5px;
	color: #333333;
	font-size: 0.8em;
}

.tpsRight p span
{
	font-weight: bold;
}

.tpsRight p#tpsFooter
{
	margin: 0;
	padding: 0 10px 1em 10px;
	border: none;
	font-size: .7em;
}

.tpsRight a
{
	margin: 0 1em 0 0;
	padding: 0;
	color: #990000;
	text-decoration: none;
	float: right;
}

.tpsPriceRow
{
	padding: 2px 10px 2px 10px;
	font-size: 0.8em;
	background-color: #F7F0E0;
}

.tpsPriceRowAlt
{
	padding: 2px 10px 2px 10px;
    background-color:#F7F0E0;
    font-size: .8em;
}

.tpsPriceRowPrice
{
	float:right;
	padding-right: 10px;
}


/****************************************
	Buttons
*****************************************/
.requestButton
{
	float: right;
}



/****************************************
	City List
*****************************************/
#cityList
{
	clear: both;
	margin: 10px 10px 0 0;
	padding: 10px;
	border: solid 1px #c0c0c0;
}

#cityList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#cityList li
{
	float: left;
	width: 300px;
	font-size: .8em;
	margin: 5px;
	padding: 0;
}

#cityList a
{
	clear: both;
	float: right;
}

.tourAnchorLink A:link 
{
	font-family: Arial;
	font-size: 14px;
	color:#990100;
	font-weight:bold;
	text-decoration:none;
	padding-left:30px;
}

.tourAnchorLink A:visited 
{
	font-family: Arial;
	font-size: 14px;
	color:#990100;
	font-weight:bold;
	text-decoration:none;
	padding-left:30px;
}

.tourAnchorLink A:active 
{
	font-family: Arial;
	font-size: 14px;
	color:#990100;
	font-weight:bold;
	text-decoration:none;
	padding-left:30px;
}

.tourAnchorLink A:hover 
{
	font-family: Arial;
	font-size: 14px;
	color:#990100;
	font-weight:bold;
	text-decoration:underline;
}
