/* Copied and modified from basic.css */
html,body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../../images/spacer.gif);
	background-repeat: repeat-x;
}
p {
	line-height: 140%;
	margin-top: 0;
	padding-top: 0;
}
div > p {
	margin-top: 0;
}
ol {
	line-height: 140%;
	margin-top: 0;
	margin-left: 0.8em;
	padding-top: 0;
	padding-left: 0.8em;
}
ul {
	line-height: 140%;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	list-style-type: none;
}
td {
	font-size: 12px;
	vertical-align: top;
}
form {
	margin: 0;
	padding: 0;
}
select {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
}
input {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
button {
	display: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #29779C;
	background-image: url(../../images/bkgrn_btn.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #7A5EC0;
	text-decoration: underline;
}
a:active {
	color: #7A5EC0;
	text-decoration: underline;
}
h1 {
	font-size: 160%;
	font-weight: bold;
	margin: 0;
	color: #535187;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	margin: 0;
	color: #285287;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	color: #000000;
}
h4 {
	font-size: 90%;
	font-weight: normal;
	margin-top: 0;
}
h5 {
	font-size: 75%;
	font-weight: normal;
	margin-top: 0;
	line-height: 120%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	display: none;
	clear: both;
}
.center {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textBottom {
	vertical-align: bottom;
}
.strikethru {
	text-decoration: line-through;
}
.bold {
	font-weight: bold;
}
.master {
	margin: auto;
	width: 650px;
	padding: 0;
	background-color: #FFFFFF;
}
.headerBranding {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.footer {
	color: #999999;
	line-height: 140%;
	font-size: 95%;
	text-align: center;
	border-top: solid 1px #CCCCCC;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
}
.normalText {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.smallText {
	font-size: 10px;
}
.shadeBkgrn {
	background-color: #E1E7F9;
}


/* Define custom styles */
.centerColumn {
	width: 100%;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}
.bodyContentWrapper {
	margin: 0;
	padding: 0;
}
.bodyContentWrapper ul li {
	background-repeat: no-repeat;
	background-image: url(../../images/bullet_smSquare.gif);
	background-position: .3em .6em;
	padding-left: 1.5em;
}
.bodyContentWrapper ul li li {
	background-repeat: no-repeat;
	background-image: url(../../images/spacer.gif);
	background-position: .3em .6em;
	padding-left: 1.5em;
	list-style-type: circle;
	list-style-position: inside;
}
.centerColumn img {
	background-color: #FFFFFF;
	margin: 8px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.centerColumn td {
	padding-bottom: 8px;
}
.centerColumn ul li a:link {
	text-decoration: none;
}
.centerColumn ul li a:visited {
	text-decoration: none;
}
.centerColumn ul li a:hover {
	text-decoration: underline;
}
.centerColumn ul li a:active {
	text-decoration: underline;
}
.makeResConfirm {
	width: 93%;
	border: 1px solid #999999;
	padding: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.makeResConfirm table {
	width: 96%;
	margin-top: 15px;
}
.makeResHeader table {
	width: 96%;
}
.makeResHeader td {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	line-height: 16px;
}
.makeResSavings table {
	margin-bottom: 3px;
	width: 96%;
}
.makeResSavings th {
	vertical-align: top;
	padding: 3px;
	color: #000000;
}
.makeResSavings td {
	vertical-align: middle;
	padding: 3px;
}
.makeResSavings img {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}
.makeResSavings h4 {
	margin: 0;
}
.makeResTotal1 {
	color: #000000;
	border-top: 1px solid #000000;
}
.makeResTotal2 {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	border-top: 3px double #000000;
}
.makeResInfo table {
	margin-bottom: 15px;
}
.makeResInfo img {
	border: 0;
	padding: 0;
	margin: 0;
}
.notDoneBooking td {
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
}
.notDoneBooking p {
	margin: 0;
}

/* Define site color palette */
.lightGray {
	color: #999999;
}
.purple {
	color: #535187;
}
.brightPurple {
	color: #6600CC;
}
.darkBlue {
	color: #003366;
}
.blue {
	color: #285287;
}
.brightBlue {
	color: #0066CC;
}
.lightBlue {
	color: #E1E7F9;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}

.headerBanner,
.header_navigation,
.leftColumn,
.section,
.notDoneBooking,
.footerlinks,
.reservationSteps,
.footer .right,
.footer .clear {
	display: none;
	margin:0;
	padding:0;
}

.bodyWrapper {
	width: auto;
}

.footer .left {
	width:100%;
	text-align: center;
}