﻿body
{
    margin: 0;
    padding: 0;
}
body, table
{
    font: small Arial; 
}
select, input, textarea
{
    font: small Arial;
}
a
{
    text-decoration: none; 
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: none; 
}
table
{
    border-collapse: collapse;
}
td, th
{
    font-weight: normal; 
    text-align: left; 
    vertical-align: top; 
}

/* ---------------------------------------------------------------------------------------- */

.main 
{
    margin: auto; 
    width: 768px; 
}

/*
.main .header .menu-bar
{
    width: 100%;
}
.main .header .menu-bar td
{
    width: 20%;
    text-align: center; 
}
.main .header .menu-bar td a
{
    display: block;
    line-height: 31px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    font-size: x-small;
    font-family: Arial;
}
*/
.main .header .top-links
{
    float: right; 
    margin: 8px 4px 8px; 
    text-align: right;
}
.main .header .top-links select
{
    font: x-small Verdana; 
}



.main .button
{
    border: solid 2px; 
    font-weight: bold; 
}
.main a.button 
{
	color: #fff; 
	line-height: 2em; 
	padding: 2px 10px; 
}
.main a:hover.button 
{
	/* background: #ff3;
	border-color: #ff6 #cc0 #cc0 #ff6; */
	color: #fff; 
	text-decoration: none;
}

.main .content .title
{
    text-align: center; 
    padding: 8px 0 2px 0; 
}

.main .content .fleet-control .button
{
    font-size: x-small; 
    width: 100px; 
}

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6
{
	margin: 8px 4px 0 4px; 
	padding: 0 4px 0 4px; 
}

.main h1 {font-size: 200%}
.main h2 {font-size: 170%}
.main h3 {font-size: 140%}
.main h4 {font-size: 120%}
.main h5 {font-size: 100%}
.main h6 {font-size: 80%}

.main .content .pad
{
    padding: 8px; 
}

.main .content .heading
{
}

.main .content .heading .title
{
    font: bold large Arial; 
    color: #00c; 
    text-align: center; 
    padding: .5em;
}

.main .content .heading .message
{
    font: x-small Arial; 
    padding: .5em; 
}

.main .content .right-side
{
    border-left: solid 1px #000; 
/*    border-left: dotted 1px; */
}

/*
.main .content .fleet-table
{
    width: 100%;
}
.main .content .fleet-table td
{
    border: solid 1px #ccc; 
    padding: 4px; 
    text-align: center; 
    width: 25%; 
}

.main .content .fleet-table td .name
{
    display: block; 
    font-weight: bold; 
}
.main .content .fleet-table td .daily-rate
{
    font-size: x-small; 
    padding: 4px;
}
.main .content .fleet-table td .weekly-rate
{
    font-size: x-small; 
    padding: 4px;
}
.main .content .fleet-table td input
{
    font-size: x-small; 
    font-weight: bold; 
    margin: 4px; 
}
*/

.main .content .default-page-1
{
    width: 100%;
    border-bottom: solid 1px #000; 
}

.main .content .default-page-1 .right-side
{
    width: 40%;
}
.main .content .default-page-2
{
    width: 100%;
}

.main .content .default-page-2 .right-side
{
    border-left: solid 1px #000; 
    width: 60%;
}

.main .content .fleet-page  
{
     width: 100%; 
}
.main .content .fleet-page .left-side
{
    width: 200px;
}
.main .content .fleet-page .fleet-control td
{
    border-bottom: solid 2px #ccc; 
}

.main .content .quote-page
{
    width: 100%;
}
.main .content .quote-page .left-side
{
    width: 55%;
}
.main .content .quote-page .left-side .vehicle
{
    width: 40%;
}
.main .content .quote-page .right-side
{
    width: 45%;
}

.main .content .reserve-page
{
    width: 100%;
}
.main .content .reserve-page .left-side
{
    width: 45%; 
}
.main .content .reserve-page .right-side
{
    width: 55%; 
}    
.main .content .edit-page .left-side
{
    width: 55%; 
}
.main .content .edit-page .right-side
{
    width: 45%; 
}    

.main .content .view-page   { width: 100%; }
.main .content .edit-page   { width: 100%; }
.main .content .faq-page    { width: 100%; }

.main .content .faq-page a
{
    color: #333;
}

.main .content .faq-page a:hover
{
    color: #333;
}

.main .content .faq-page li
{
    margin-bottom: 1em;
}
.main .content .faq-page table
{
    width: 100%;
}

.main .content .faq-page td
{
    text-align: center;
}

.main .content .faq-page h3
{
    text-align: center;
}

.main .content .faq-page h4
{
}

.main .content .faq-page .content
{
/*    border-bottom: dotted 1px #ccc; */
    margin-bottom: .5em;
}

.main .content .faq-page .faq-content
{
    padding: 1em;
}

.main .content .faq-page .title
{
    font-weight: bold;
    font-size: small;
}

.main .content .faq-page .content
{
    color: Gray;
}

.main .content .faq-page .back-top
{
    text-align: right;
}

.main .content .aeropostal-page
{
    padding: 2em 8em 0 8em; 
}

.main .content .contact-page
{
    width: 100%; 
}
.main .content .contact-page .left-side
{
    width: 350px; 
}
.main .content .contact-page .right-side table
{
    width: 100%; 
}
.main .content .contact-page .right-side table .address
{
    width: 50%; 
}
.main .content .contact-page .right-side table .phones
{
    width: 50%; 
}


.main .content .button-bar
{
/*    border-top: solid 1px; */
    padding: 8px; 
    text-align: center;
}
.main .content .button-bar input
{
    font-size: small;
    font-weight: bold; 
    padding: 2px; 
}

.main .footer 
{
    font-weight: normal;
    font-size: x-small;
    font-family: Arial;
    line-height: 48px; 
    text-align: center; 
    padding-right: 160px; 
}

/* ---------------------------------------------------------------------------------------- */
/* Reservation Info Control
/* ---------------------------------------------------------------------------------------- */

.main .content .resinfo-control
{
    padding: 0px 0px 8px 16px; 
}
/*
.main .content .resinfo-control table
{
    width: 100%; 
}
*/
.main .content .resinfo-control table td, .main .content .resinfo-control table th
{
    font-size: small; 
    font-weight: normal; 
    vertical-align: middle; 
    white-space: nowrap; 
}
.main .content .resinfo-control table td
{
    padding: 8px 16px 0px 0px; 
}
.main .content .resinfo-control table th
{
    padding: 8px 16px 0px 0px; 
    text-align: left; 
}

/* ---------------------------------------------------------------------------------------- */
/* Contact Form
/* ---------------------------------------------------------------------------------------- */

.main .content .contact-form
{
    margin-left:  8px; 
    margin-top:  8px; 
    width: 100%; 
}
.main .content .contact-form td, .main .content .contact-form th
{
    padding-bottom:  8px; 
    padding-right:  8px; 
    white-space: nowrap; 
}

/* ---------------------------------------------------------------------------------------- */
/* Reservation Info Control (fleet)
/* ---------------------------------------------------------------------------------------- */

.main .content .fleet-page .resinfo-control table
{
/*    width: 512px; */
}
.main .content .fleet-page .resinfo-control table td
{
    vertical-align: middle; 
}

/*
.main .content .fleet-page .resinfo-control
{
    padding: 4px 0 4px 4px; 
}
.main .content .fleet-page .resinfo-control table td
{
    padding: 4px 4px; 
    vertical-align: middle; 
}
*/

/* ---------------------------------------------------------------------------------------- */
/* Fleet Control
/* ---------------------------------------------------------------------------------------- */

.main .content .fleet-control
{
    width: 100%; 
}
.main .content .fleet-control td
{
/*    border-bottom: solid 2px #ccc; */
    padding: 8px 4px 8px 4px;
    text-align: center; 
    width: 25%;
}
.main .content .fleet-control .image
{
    display: block; 
}
.main .content .fleet-control .name
{
    display: block; 
    font-size: small; 
/*    font-weight: bold; */
    padding: 2px; 
}
.main .content .fleet-control .occupancy
{
    float: right; 
}
.main .content .fleet-control .occupancy td
{
    border: none;
}
.main .content .fleet-control .features
{
    float: left; 
    font-size: x-small; 
    white-space: nowrap; 
}
.main .content .fleet-control .features ul
{
    margin-left: 2.5em; 
}
.main .content .fleet-control .rates
{
    font-size: x-small; 
}
.main .content .fleet-control .rate
{
	display: block; 
}
.main .content .fleet-control .select
{
/*    float: right; */
}

/* ---------------------------------------------------------------------------------------- */
/* Vehicle Info Control
/* ---------------------------------------------------------------------------------------- */
.main .content .vehicleinfo-control
{
    width: 100%; 
}
.main .content .vehicleinfo-control .name
{
    font-weight: bold; 
}
.main .content .vehicleinfo-control .models
{
    font-size: x-small; 
}
.main .content .vehicleinfo-control .features
{
    font-size: x-small; 
}

/* ---------------------------------------------------------------------------------------- */
/* Quote Control
/* ---------------------------------------------------------------------------------------- */
.main .content .quote-control
{
    width: 100%
}
.main .content .quote-control td
{
/*    border-bottom: solid 1px #ddd; */
    font-size: small; 
    padding: 3px; 
    vertical-align: middle; 
}
.main .content .quote-control .qty
{
    font-weight: bold; 
    text-align: right; 
    width: 40px; 
}
.main .content .quote-control .description .spanvalue
{
    font-size: x-small; 
    font-style: italic; 
}
.main .content .quote-control .subtotal
{
    font-weight: bold;
    font-size: small; 
    padding-right: 8px; 
    text-align: right;
}

.main .content .quote-control .total td
{
    font-size: medium; 
    font-weight: bold;
}

/* ---------------------------------------------------------------------------------------- */
/* Other Choices Control
/* ---------------------------------------------------------------------------------------- */

.main .content .otherchoices-control
{
    width: 100%; 
}
.main .content .otherchoices-control table
{
    width: 100%; 
}
.main .content .otherchoices-control table td
{
    border-bottom: solid 2px #ccc; 
    font-size: x-small; 
    vertical-align: middle; 
}
.main .content .otherchoices-control .image
{
    width: 110px;    
}
.main .content .otherchoices-control .name
{
    width: 140px;    
}
.main .content .otherchoices-control .rates
{
    width: 120px;    
}
.main .content .otherchoices-control .select
{
    width: 90px;    
    text-align: center;
}
.main .content .otherchoices-control .blackout
{
    width: 90px;
    text-align: center;
}

/* ---------------------------------------------------------------------------------------- */

.main .powered-by
{
    font-size: x-small; 
    padding: 1em; 
    text-align: center; 
}
.main .progress
{
    position: absolute; 
    top: 0; 
    left: 0; 
    padding: 8px; 
}

.main .blackout
{
    font-size: x-small; 
    font-weight: bold; 
}
.main .vehicleinfo-control .blackout
{
    display: block; 
    font-size: small; 
    text-align: center; 
    padding: 1em; 
}

.main .content .locations
{
    border-top: solid 1px #ccc; 
    margin-top: 8px; 
    width: 100%; 
}
.main .content .locations .th, .main .content .locations td
{
    border-top: dotted 1px #ccc; 
    font: 11px Arial; 
    padding: 8px; 
    white-space: nowrap; 
}
.main .content .locations .name
{
    font-weight: bold; 
}
.main .content .locations .hours
{
    padding: 8px; 
}
.main .content .locations .address
{
    text-transform: uppercase; 
}
.main .content .locations .phones
{
    padding-top: 8px; 
}
.main .content .locations .map
{
    vertical-align: middle; 
}
.main .content .secure-website
{
	text-align: right; 
	font-size: 11px; 
	font-family: verdana,arial,helvetica,sans-serif; 
	font-weight: bold;  
	color: #c00; 
}
.main .content .secure-website img
{
	vertical-align: middle; 
}

.main .content .requirements
{
    background: #D2EDF9;
    color: #000;
    border: solid 1px #000;
 /*   margin: 1em;
    padding: .5em; */
    margin: 16px 16px 0px 0px; 
    padding: 8px; 
    font-family: Verdana; 
}

.main .content .requirements .requirements-title
{
    font-weight: bold;
    margin-bottom: .5em;
    text-align: center; 
}
.main .vehicle-grid
{
	width: 100%; 
}
.main .vehicle-grid .vehicle
{
	text-align: center; 
	padding: 1em 0; 
}

.vehicle-list
{
	font-size: x-small; 
	margin: 0; 
	padding: .25em; 
	margin: auto; 
	text-align: justify; 
	/* width: 768px; */
}
.vehicle-list a
{
	text-decoration: none; 
	white-space: nowrap; 
}
.vehicle-list a:hover
{
	text-decoration: underline; 
}
.vehicle-list ul
{
	display: inline; 
	padding: 0 0 1em 0; 
	margin: 0; 
}

.vehicle-list li
{
	list-style: none; 
	display: inline; 
	font-weight: bold; 
}
.vehicle-list li a
{
	color: #D0D9E2; 
}
.vehicle-list li a:hover
{
	color: #D0D9E2; 
}
.vehicle-list li li
{
	font-weight: normal; 
	margin-right: .5em; 
}
.vehicle-list li li a
{
	color: #92a9bb; 
}
.vehicle-list li li a:hover
{
	color: #92a9bb; 
}

.html-content
{
	background: #fff;
	border-bottom: #a9a9a9 1px solid;
	color: #333;
	font: x-small Verdana; 
	padding: 4px 8px; 
}
.html-content h1
{
	font-size: small; 
	margin: 0; 
	padding: 0; 
}
.html-content p
{
	margin: 0; 
	padding: 4px 0; 
}

