/* User CSS Style Control (Build Date: Sun, 00 Jan 0000 00:00:00 -0800)
 * Copyright 2009 DealerTrend, Inc. All rights reserved.  
 * Skin Type: CSS Baseline / Browser Reset
 * 
 * This stylesheet is meant to reset all the common styles between browsers.
 * By doing this, we eliminate issues that occur between browsers such as padding differences between Internet Explorer and FireFox.
 * If you have a style that needs resetting in order to be cross browser compliant - it should go here.
 */

/* This should take care of most of the base elements. */
body, table, div, p, pre, blockquote, fieldset, form,
h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, address, li,
dd, dt, frameset, li, tbody, td, tfoot, th, thead, tr
{
    margin:0px;
    padding:0px;
    font-weight:inherit;
    font-style:inherit;
    vertical-align:baseline;
}

/* I like my tabular data to show on the top of a cell. */
table, tbody, td, tfoot, th, thead, tr {vertical-align:top;}

/* For dealing with FireFox's ugly link outlines. */
a:active {outline: none;}
a img, :link img, :visited img {border:none;}

/* Special elements to reset. */
table {border-collapse:collapse; border-spacing:0px;}
ol, ul {list-style:none;}
q:before, q:after, blockquote:before, blockquote:after {content:"";}