﻿body
{
    background: #667AB3; 
    color: #000; 
}
.main 
{
    background: inherit; 
    color: inherit; 
}

.main .color-1 { color: #000; background: #fff; }
.main .color-2 { color: #000; background: #ccc; }
.main .color-3 { color: #000; background: #999; }
.main .color-4 { color: #fff; background: #666; }
.main .color-5 { color: #fff; background: #333; }
.main .color-6 { color: #fff; background: #000; }

.main .color-7  { color: #000; background: #FFF url(Images/bg1.jpg) repeat-x; }
.main .color-8  { color: #000; background: #FFF url(Images/bg2.jpg) repeat-x; /* #BAE2F7; */ /* #E1EFE1; */ }
.main .color-9  { color: #000; background: #E1EFEF; }
.main .color-10 { color: #000; background: #FFFFDD; }
.main .color-11 { color: #fff; background: #c60; }
.main .color-12 { color: #fff; background: #c00; }
.main .color-13 { color: #fff; background: #c06; }
.main .color-14 { color: #fff; background: #c0c; }
.main .color-15 { color: #fff; background: #60c; }
.main .color-16 { color: #fff; background: #00c; }
.main .color-17 { color: #fff; background: #06c; }
.main .color-18 { color: #fff; background: #0c0; }

/* #E1EFEF */

.main .header .menu-bar
{
    /*background: #000; */
    border-top-color: #f60; 
    border-left-color: #f60; 
}
.main .header .menu-bar td
{
    border-bottom-color: #f60; 
    border-right-color: #f60; 
}
.main .header .menu-bar td a
{
    background: #000; 
    color: #fff;
}
.main .header .menu-bar td a:hover
{
    background: #333; 
    color: #fff;
}

.main input.button
{
    background: #667ab3; 
    color: #fff;  
    border-left-color: #7689BC; 
    border-top-color: #7689BC; 
    border-right-color: #546BAB; 
    border-bottom-color: #546BAB; 
}

.main .header .top-links
{
    background: #fff; 
    color: #ccc; 
}
.main .header .top-links a
{
    background: inherit; 
    color: #c00; 
}

.main .content
{
    background: #fff; 
    color: #000; 
}

.main .content a
{
    background: inherit; 
    color: #336; 
}
.main .content a:visited
{
    background: inherit; 
    color: #336; 
}
.main .content a:hover
{
    background: inherit; 
    color: #f60; 
}

.main .content .right-side
{
    border-color: #999; 
}

.main .content .button-bar
{
/*    border-top-color: #000;  */
}

/*
.main .content .fleet-control .name
{
    background: #ccc; 
    color: #000; 
}
*/

/*
.main .content .quote-control .total td
{
    background: #f00;
    color: #fff;
}
*/

.main .content .quote-control .description .spanvalue
{
    background: inherit; 
    color: #666; 
}
.main .content .button-bar input
{
/*    color: #666; */
}
.main .content .aeropostal-page
{
    color: #666
}

.main .footer 
{
    background: url(Images/footer.gif) no-repeat; 
	color: #fff;
}
.main .footer a 
{
	color: #333;
}
.main .footer-2
{
    text-align: center; 
    font-size: x-small; 
    padding-top: 1em; 
}
.main .progress
{
    background: #fff; 
    color: #333; 
}
.main .powered-by
{
    background: inherit; 
    color: #333; 
}
.main .powered-by a
{
    background: inherit; 
    color: #000; 
    font-weight: bold; 
}
.main .powered-by a:visited
{
    background: inherit; 
    color: #000; 
}
.main .powered-by a:hover
{
    color: #c00; 
    text-decoration: underline; 
}

.main .blackout
{
    background: inherit; 
    color: #f00; 
}


body
{
    margin: 0;
    padding: 0;
}
body, table
{
    font: small Arial; 
}
select, input, textarea
{
    font: 11px Arial, Helvetica, sans-serif;
    color: #036;
}
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
{
    border-top: solid 4px; 
    border-left: solid 4px; 
    width: 100%; 
}
.main .header .menu-bar td
{
    border-bottom: solid 4px; 
    border-right: solid 4px; 
    padding: 0; 
    margin: 0; 
    width: 25%;
    text-align: center; 
}
.main .header .menu-bar td a
{
    display: block;
    line-height: 25px;
    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 .content
{
    min-height: 280px; 
}

.main .content input.button
{
    border: solid 2px; 
    font-weight: bold; 
}

.main .content .title
{
    background: #669; 
    color: #fff; 
    text-align: center; 
    font: bold 12px Arial, Helvetica, sans-serif; 
    padding: .5em; 
}

.main .content .fleet-control input.button
{
    font-size: x-small; 
    width: 100px; 
}

.main .content h4
{
    margin: 0;
    padding: 3px;
    font-size: small; 
}

.main .content .orange
{
    background: #667ab3; 
    color: #fff; 
    font: bold 11px Arial, Helvetica, sans-serif; 
    padding: .5em; 
    
}
.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 .left-side
{
    width: 260px;
}
.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 .faq-page li
{
    margin-bottom: .5em; 
    margin-top: .5em; 
}
.main .content .aeropostal-page
{
    padding: 2em 8em 0 8em; 
}

.main .content .contact-page
{
    width: 100%; 
}
.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-size: x-small;
    font-family: Arial;
    line-height: 76px; 
    text-align: center; 
    height: 76px; 
}

/* ---------------------------------------------------------------------------------------- */
/* 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: 11px Arial, Helvetica, sans-serif;
    color: #44476A;
    font-weight: bold; 
    text-transform: lowercase; 
    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 .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: dotted 1px #fff; */
    padding-right: 4px; 
    vertical-align: middle; 
}
.main .content .quote-control .Total td
{
	color: #009; 
	font-size: large; 
	font-weight: bold; 
}
.main .content .quote-control .qty
{
    font-weight: bold; 
    text-align: right; 
}
.main .content .quote-control .description
{
    padding-left: 4px; 
    padding-bottom: 4px; 
    padding-top: 4px; 
}
.main .content .quote-control .description .unit-price
{
    color: #666; 
    font-size: x-small; 
}
.main .content .quote-control .subtotal
{
    text-align: right; 
}

/* ---------------------------------------------------------------------------------------- */
/* 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 .center
{
    text-align: center; 
}
.main .powered-by
{
    font-size: x-small; 
    padding: 1em; 
    text-align: center; 
}
.main .progress
{
    position: absolute; 
    top: 0; 
    left: 100%; 
    margin-left: -32px; 
    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 .resinfo-control .calendar td, .main .content .resinfo-control .calendar th 
{
    padding: 0; 
    text-align: center; 
}
