/* --------------------------------------------------------------
 
 reset.css
 * Resets default browser CSS.
 
 -------------------------------------------------------------- */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
      font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    outline: none;
}

body { 
  line-height: 1.5; 
}
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


.maincontent table, .maincontent td, .maincontent th {
    border-color: #000;
}

a img {
    border: none;
}

.maincontent table {
    width: 99.9%;
}

html, body {
    height: 100%;
}

.clear { clear: both; }

/* Fixes wrong line-height on sup/sub in IE. */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* Fixes IE7 missing wrapping of code elements. */
html>body p code { white-space: normal; } 

/* IE 6&7 has problems with setting proper <hr> margins. */
hr  { margin: -8px auto 11px; }
