/* ----------------------------------------------------------------------- */
/* general links */
/* ----------------------------------------------------------------------- */
a {
     color: #98B5CA;
}

a:link {
	 text-decoration: underline;
}

a:visited {
	 text-decoration: underline;
}

a:hover {
	 text-decoration: none;
}

a:active {
	 text-decoration: underline;
}

/* ----------------------------------------------------------------------- */
/* menu links */
/* ----------------------------------------------------------------------- */
a.menu {
     color: #01478E;
	 font-weight: bold;
}

/* ----------------------------------------------------------------------- */
/* subfooter links */
/* ----------------------------------------------------------------------- */
a.subfooter:link {
     color: #FFFFFF;
}

/* ----------------------------------------------------------------------- */
/* footer links */
/* ----------------------------------------------------------------------- */
a.footer:link {
     color: #98B5CA;
}

/* ----------------------------------------------------------------------- */
/* Default settings */
/* ----------------------------------------------------------------------- */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
}

table{
	padding: 0px 0px 0px 0px;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #01478E;
	background: #FFFFFF;
	padding: 2px 2px 2px 2px;	
}

input:hover {
  border: 1px solid #98B5CA;
}

input:focus {
  border: 1px solid #98B5CA;
}

input.button {
	background: #01478E;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #01478E;
	background: #FFFFFF;
	padding: 2px 2px 2px 2px;
}

option {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #01478E;
	background: #FFFFFF;
}

td {	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align: left;
	vertical-align: top;
	background-color:#000000;
}

th {	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#DDDDDD;
	background-color:#01478E;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 2px 10px 2px 10px;
	border-bottom: 5px solid;
	border-bottom-color: #000000;
	border-left: 5px solid;
	border-left-color: #000000;
	border-right: 5px solid;
	border-right-color: #000000;
	height: 25px;
}

/* ----------------------------------------------------------------------- */
/* Page information */
/* ----------------------------------------------------------------------- */
td.header {
	background-image:url(../images/layout/header.jpg);
	height: 100px;
}

td.menu {
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	padding: 0px 15px 0px 0px;
}

td.pageTitle {
	font-size: 16px;
	color: #01478E;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px 5px 15px;
}

td.content {
	text-align: left;
	vertical-align: top;
	
	padding: 8px 10px 8px 10px;
}

td.footer {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;	
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	height: 5px;
	background-color:#01478E;
}

td.subfooter {
	background-image: url(../images/layout/bottom2.jpg);
	color: #FFFFFF;
	padding-top: 2px;
	font-size: 10px;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	vertical-align: top;
}

td.subfooter2 {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;	
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	height: 20px;
}

/* ----------------------------------------------------------------------- */
/* HEADING INFORMATION */
/* ----------------------------------------------------------------------- */
td.pageSubtitle {
	font-size: 14px;
	color: #646567;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
}

td.title {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	
	padding: 2px 5px 2px 5px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}

td.subtitle {
	font-size: 14px;
	color: #646567;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
}

td.item {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
}

td.subitem {
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
}

td.subitem2 {
	font-size: 12px;
	color: #646567;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 0px 5px;
}

/* ----------------------------------------------------------------------- */
/* GENERIC ALIGNMENT */
/* ----------------------------------------------------------------------- */
td.align-cc {	
	text-align: center;
	vertical-align: middle;
}

td.align-bc {	
	text-align: center;
	vertical-align: bottom;
}

td.align-tl {	
	text-align: left;
	vertical-align: top;
}

td.align-tr {	
	text-align: right;
	vertical-align: top;
}


td.align-br {	
	text-align: right;
	vertical-align: bottom;
}


td.align-bl {	
	text-align: left;
	vertical-align: bottom;
}

/* ----------------------------------------------------------------------- */
/* RESERVATIONS */
/* ----------------------------------------------------------------------- */
td.detailedInfo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

tr.reservationItem {
	height: 20px;
}

select.vehicle{
	font-size: 12px;
	font-weight: bold;
}

option.vehicle{
	font-size: 12px;
	color: #000000;
	font-weight: bold;	
}
/* ----------------------------------------------------------------------- */
/* SEARCH */
/* ----------------------------------------------------------------------- */
td.searchVehicle {
	background-color: #01478E;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-right: 10px solid #000000;
	padding-left: 10px;
}

/* ----------------------------------------------------------------------- */
/* Our New Vehicles */
/* ----------------------------------------------------------------------- */

td.new_desc {
	font-size: 10px;
	font-weight: normal;
}

img.outline {
	outline: #FFFFFF solid 1px;
}

td.manufacturerText {
	text-align: center;
	vertical-align: middle;
	background-color: #222222;
	border-left: 2px solid;
	border-left-color: #000000;
	border-right: 2px solid;
	border-right-color: #000000;
}

td.designby {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #444444;
}

td.intro {
	outline: solid 1px #FFFFFF;
	text-align: center;
	vertical-align: middle;	
}

td.carInfoTitle {
	background-color: #01478E;
}