/* MAIN PAGE ELEMENTS */
BODY {
	background-color: #2B5763;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	background-image: url('/assets/core/bg.gif');
	background-position: top center;
	background-repeat: repeat-x;
}

FORM {
	margin: 0px;
}

P {
	margin-left: 5px;
	line-height: 16px;
}

TD {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
}

A:link, A:active, A:visited, A:hover {
	color: #052638;
	text-decoration: underline;
	font-weight: bold;
}

.tour {
	border: 1px solid #000000;
}

LI {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Header */
#header {
	width: 760px;
}

#header_tab1 {
	width: 120px;
	background-image: url('/assets/core/header_tab1.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

#header_tab2 {
	width: 130px;
	background-image: url('/assets/core/header_tab2.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: 17px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
}

#header_tab1 A:link, #header_tab2 A:link, #header_tab1 A:active, #header_tab2 A:active, #header_tab1 A:visited, #header_tab2 A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#header_tab1 A:hover, #header_tab2 A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* Toolbar and Footer */
#toolbar TD {
	background-color: #0e2c41;
	color: #FFFFFF;
}

#toolbar A, #footer A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#toolbar A:hover, #footer A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#footer TD {
	background-color: #0e2c41;
}

#footer_left {
	color: #6666A3;
}

#footer_right {
	text-align: right;
	color: #FFFFFF;
}

/* Content Region */
#column_left {
	width: 580px;
	background-color: #FFFFFF;
	vertical-align: top;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

#column_left TD {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

#column_right {
	width: 180px;
	background-color: #E5E5E5;
	vertical-align: top;
}

/* Print Classes */
.noPrint {
	display: block;
}

.printOnly {
	display: none;
}

/* Search Window */
#search {
	background-color: #889fb1;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #052638;
	font-weight: bold;
}

#search A {
	font-size: 10px;
	font-weight: normal;
	text-indent: 40px;
}

INPUT.searchwindow {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	width: 120px;
	height: 16px;
}

INPUT.searchbutton {
	background-color: #003333;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #000066;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	width: 27px;
}

/* Rates Window */
#rates {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	color: #052638;
	font-weight: bold;
}

#rates TD, #rates TH {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

SPAN.from {
	color: #999999;
}

#rates TH {
	text-align: left;
	padding-bottom: 6px;
	padding-top: 6px;
}

#rates A {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

/* links Window */
#links {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	color: #000066;
	font-weight: bold;
}

#links TH {
	text-align: left;
	padding-bottom: 6px;
	padding-top: 6px;
}

#links A {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

/* Banners - Kids */
#wfkids {
	padding-top: 5px;
	padding-bottom: 7px;
	text-align: center;
}

#wfkids A {
	text-align: center;
	padding: 2px;
	font-weight: normal;
}

#wfkids DIV {
	padding-top: 11px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}


.title {
	padding-bottom: 3px;
	border-bottom: 1px dashed #A6A6A6;
}

.sidebar_footer {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Misc */
#copyright {
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
}


/* Print Classes */
.noPrint {
	display: inline;
}

.printOnly {
	display: none;
}