body {
	margin-top: 36px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;/*12px*/
	color: #0A455B;
	background-color: #F7F7F7;
	background-image:url(../images1/2008/bg.png);
	background-repeat:repeat-x;
}
table {
	border-collapse:collapse;
}
form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	line-height: 1;
	margin:0;
	padding:0;
	color: #0A455B;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color: #0A455B;
	font-size: 10pt;
}
a:hover {
	text-decoration:underline;
}



.note {
	font-size: 10px;
}
.alert {
	color: #DB3B2B;
}

.page {
	width:778px;
	margin: auto auto;
}

.footer {
	color:#666666;
	font-size: 8pt;
	text-align: center;
}
.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color: #666666;
	font-size: 8pt;
}
.footer a:hover {
	text-decoration:underline;
}


/* Template Styles */
.Template-LeftColMargin {
	padding-left: 20px;
}
.Template-ContentCol {
	padding-left: 17px;
}




.shadowRightCorner {
	background:url(../images1/shadow_content_right.gif) no-repeat right top;
}
.shadowLeftCorner {
	background:url(../images1/2008/shadow_content_top.png) no-repeat;
}
.cellUnderline {
	width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
.tarquioseCell {
	color: #FFFFFF;
	text-indent: 10px;
	background-color: #C9E6EE;
	background-image: url(../images1/2008/header_turquoise.png);
	background-repeat: repeat-y;
}
.blueCell {
	color: #FFFFFF;
	text-indent: 10px;
	background-color: #90C0E7;
	background-image: url(../images1/2008/header_blue.png);
	background-repeat: repeat-y;
}
.shadowContentRight {
	background:url(../images1/2008/shadow_content_right_tall.png) no-repeat right center;
}
.shadowContentRightShort {
	background-image: url(../images1/2008/shadow_content_right_short.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.shadowContentBottom {
	background-image: url(../images1/2008/shadow_content_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.highlightedBox {
	border: 1px solid #E8CD7D;
	padding: 1px;
}

form#reservationForm {
	/*font-size: 12px;*/
}

#step1Table {
	/*border: solid 1px #CCCCCC;*/
}

.Step1_Header {
	text-indent:10px;
	color:#FFFFFF;
	height: 25px;
	background-color: #DEA296;
	background-image: url(../images1/2008/header_step_1.png);
	background-repeat: no-repeat;
}
.Step2_Header {
	text-indent:10px;
	color:#FFFFFF;
	height: 25px;
	background-color: #DEA296;
	background-image: url(../images1/2008/header_step_2.png);
	background-repeat: no-repeat;
}

.textBox {
	width: 240px;
}
textarea#comment {
	width: 250px;
}

.pickupCell {
	background-image:url(../images1/2008/bg_pickup.png);
	background-repeat:no-repeat;
}
.returnCell {
	background-image:url(../images1/2008/bg_return.png);
	background-repeat:no-repeat;
}
.carTypeContainer {
	background-image:url(../images1/2008/bg_carType.png);
	background-repeat:no-repeat;
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.horizontalBorders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4B5F0;
	border-bottom-color: #B4B5F0;
}
.carTypeContainer .horizontalBorders { /* horizontal border in the CarTypeContainer are special */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8CD7D;
	border-bottom-color: #E8CD7D;
}
.carTypeContainer .horizontal-left-Borders {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8CD7D;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8CD7D;
}
.verticalBorders {
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

tr.carTypeRow {
	background-image:url(../images1/2008/separator.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
}


.button {
	border:1px solid #FFCC00;
	background-image: url(../images1/2008/button_yellow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFCC;
	padding:0;
	margin:0;
}
.clickable {
	cursor:pointer;
	cursor:hand; /* cross-browser syntax for a pointer/hand curser (must be in this order) */
}




.noShadow-Padded {
	padding: 20px;
}
.shadowContentRight-Padded {
	background:url(../images1/2008/shadow_content_right_tall.png) no-repeat right center;
	padding: 20px;
}
.shadowContentRightShort-Padded {
	background-image: url(../images1/2008/shadow_content_right_short.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 20px;
}
