/* Reset CSS
----------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 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;
    text-align: left;
    vertical-align: baseline;
    }

/* remember to define focus styles! */
:focus {
    outline: 0;
    }

html, body, wrapper {
    color: black;
    height: 100%; /* for sticky footer */
    line-height: 1;
    }

ol, ul {
    list-style: none;
    }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, th, td {
    text-align: left;
    font-weight: normal;
    }

blockquote, q {
    quotes: none;
    }

    /* Safari doesn't support the quotes attribute, so we do this instead. */

blockquote:before, blockquote:after, q:before, q:after {
    /* CSS 2; used to remove quotes in case "none" fails below.*/
    content: "";

    /*
    CSS 2.1; will remove quotes if supported, and override the above.
    User-agents that don't understand "none" should ignore it, and
    keep the above value.
    */

    content: none;
    }

/* Common Classes
----------------------------------------------------*/

.block {
    display: block;
    width: 100%;
    }
.container {
    overflow: hidden;
    clear: both;
    }

.cl {
    clear: both;
    }
.cll {
    clear: left;
    }
.clr {
    clear: right;
    }
.floatLeft {
    float: left;
    }
.floatRight {
    float: right;
    }

.fade {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    }

.find {
    border: 1px solid #f00;
    }

hr {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #ccc;
    height: 2px;
    margin: 12px auto 12px 0; /*this will align it left for Mozilla*/
    text-align: left;/*this will align it for IE*/
    }

img {
    border: none;
    }

table {
    border-collapse: collapse;
    table-layout: auto;
    border-spacing: 0;
    empty-cells: show;
    }
.technicalContent {
    background-color: #EFEFEF;
    padding: 10px;
    }
/* list items container specific so they can still be used inline for nav */
#container ul {
    list-style: disc outside;
    padding-left: 12px;
    }
#container ol {
    list-style: decimal outside;
    padding-left: 12px;
    }
#container ul li, #container ol li {
    padding-bottom: 12px;
    margin-left: 18px;
    }


dt {
    line-height: 14px;
    padding: 0 0 10px 0;
    }
dd {
    padding: 0 0 10px 0;
    float: left;
    }

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {
    display: inline-block;
    }
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
    }
.clearfix {
    display: block;
    }
/* End hide from IE-mac */

