﻿/*THE FOLLOWING TAGS RESET THE BROWSER*/
html, body, div, h1, h2, h3, p, a, strong, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/*HTML TAGS*/
body
{
    margin: 0 10px 10px 0;
    font-family: Arial, sans-serif;
    font-size: 81%;
    color: #333;
    background: #fff;
    line-height: 1;
}

fieldset
{
    border: 1px solid #C0C0C0;
    padding:0  10px 0 10px;
}
legend
{
    font-size: 1em;
    padding: 10px;
    font-weight:bold;
}

/*LINKS*/
a
{
    color: #415678;
    text-decoration: none;
}	

a:hover
{
    color: #06c;
    text-decoration: underline;
}

a img
{
    border: none;
}	
/*LAYOUT*/
#page-container
{
    text-align: center;
    margin:auto;
}
#content-container
{
    margin: auto;
    max-width: 700px;
    min-width: 560px;
    text-align: left;
}

#VehiclePanel
{
    float: left;
    width: 48%;
    padding: 0 20px 0 0;
    height: 100%
}
#ContactPanel
{
    float: left;
    width: 48%;
}
#button-container
{
    clear:both;
    text-align:right;
    padding:3px 30px 0 0;
}
#footer-container
{
    clear:both;
	font-size: .8em;
	color: #888;
	text-align:center;
}

/* CLASSES */
.error
{
    font-weight: bold;
    color: #FF0000;
}

.textbox
{
    font-size: .92em;
}

.dropdownlist
{
    font-size: .92em;
}

.listbox
{
    font-size: .92em;
}

.button
{
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-variant: small-caps;
    padding: 1px 10px 1px 10px;font-size: .87em;
}

.fieldtable
{
    border-style: none;
    border-width: 0px;
}
.fieldtable table{}
.fieldtable td{padding: 0 5px 5px 0;font-size: .87em; color: #333; text-align:left;}

/* P.I.E. FLOAT CLEARING ----------------------------
See http://www.positioniseverything.net/easyclearing.html
and http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/

.clearfix:after
{
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix
{
    display: inline-block;
}
.clearfix
{
    display: block;
}
