@CHARSET "UTF-8";

body {
	margin-top: 12px;
	margin-bottom: 8px;
	background-color: #6666FF;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

body * {
	font-family: Verdana;
}

p {
	font-size: 13px;
	text-align:center;			
}

.title {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #0000FF;
	margin-top: 16px;
	margin-bottom: 10px;
}

.content {
	background-color: #FFFFFF; 
}

.medium {
	font-size: 13px;
}

.note {
	color: #0000FF;
}

.warn {
	color: #FF0000;
}

.seasons-table {
	font-family: Verdana;
	font-size: 13px;
	text-align:center;
	border: 1px solid black;
	border-spacing: 1px;
	width: 96%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right:auto;
}

.seasons-table td {
	border: 1px solid black;
}

.seasons-table th {
	border: 1px solid black;
}

.seasons-table .odd {
	background-color: #99CCFF;
	font-weight: bold;
	color: #000080;
}

.seasons-table .even {
	background-color: #FFA87D;
	font-weight: bold;
	color: #000080;
}

.car-price-table {
	font-family: Verdana;
	font-size: 13px;
	text-align:center;
	border: 1px solid black;
	border-spacing: 1px;
	margin-bottom: 20px;
	width: 96%;
	margin-left: auto;
	margin-right:auto;
}

.car-price-table th {
	color: #FFFFFF;
	border: 1px solid black;
	background-color: #0066CC;
}

.car-price-table td {
	border: 1px solid black;
}

.car-price-table .odd {
	background-color: #99CCFF;
	font-weight: bold;
	color: #000080;
}

.car-price-table .even {
	background-color: #FFA87D;
	font-weight: bold;
	color: #000080;
}

.car-image {
	width:150px;
	background-color: #FFFFFF;
}

.car-image-column {
	width:190px;
}

.mainland-rental {
	color: #008000;
}

.island-rental {
	color: #0080FF;
}

.terms-conditions {
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
	width: 100%;
}

.terms-conditions li  {
	margin-top: 5px;
	margin-bottom: 5px;
}

.terms-conditions table  {
	margin-top: 5px;
	margin-bottom: 5px;
}

.terms-conditions table .odd {
	background-color: #e5e5e5;
}

.terms-conditions table .even {
}


.terms-conditions td {
	font-family: Verdana;
	font-size: 13px;
	color: #000080;
}
.terms-conditions .description {
	text-align: left;
	width: 60%;
}
.terms-conditions .price {
	text-align: center;
	width: 20%;
}
.terms-conditions .unit {
	text-align: left;
	width: 20%;
}
