/* --------------------------------------------
   reset
----------------------------------------------- */
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;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

*:focus {
    outline: none;
}

body {
    line-height: 1.5em;
}

ul, ul li, ol, ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

em {
    font-style: normal;
}

/* --------------------------------------------
   
----------------------------------------------- */
body {
    background: url(../img/bg_body/bg_body.jpg) repeat-x #fff;
    font: 11px/1.5em verdana, arial, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}

input[type=text],
input[type=password],
textarea {
    border: 1px solid;
    display: block;
    margin-bottom: 7px;
    padding: 3px;
}

label {
    display: block;
}

select option {
    margin-right: 10px;
}

/* --------------------------------------------

----------------------------------------------- */

.centeredlink {
    color: #295288;
    display: block;
    font-size: 9px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
a.help {
    color: #aaa;
}
a.help:hover {
    text-decoration: none;
}

div#help-hover {
    border: 1px solid #333;
	background: #fff;
	color: #333;
    display: none;
	padding: 5px;
	position: absolute;
	width: 200px;
    z-index: 99999;
}

img.busy {
    height: 32px;
    left: 50%;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}

span.error {
    font-size: 10px;
}

#honey {
    display:none !important;
}

.readmore {
    color: #1D6C97;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.messages {
    background: #C4DE63;
    border: 1px solid #89C524;
    color: #000;
    font-style: normal;
    padding: 10px 20px;
}

/* --------------------------------------------
   
----------------------------------------------- */

div#header-wrapper,
div#content-wrapper,
div#footer-wrapper {
    position: relative;
}

div#header-wrapper {
    margin-bottom: 20px;
    z-index: 400;
}

div#content-wrapper {
    background: url(../img/global/bg_content_bottom.png) no-repeat center bottom;
    padding-bottom: 120px;
}

div#footer-wrapper {
    background: #DEECAE;
    clear: left;
}

div#header,
div#footer {
    margin: 0 auto;
    position: relative;
    width: 942px;
}

div#content {
    margin: 0 auto;
    position: relative;
    width: 942px;
}

/* --------------------------------------------

----------------------------------------------- */

/* --------------------------------------------

----------------------------------------------- */
div.module {
    background-repeat: no-repeat;
}

div.module h1 {
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 8px;
    padding-left: 4px;
    height: 22px;
    padding-top: 9px;
    text-transform: uppercase;
}

div.module h1 a {
    color: #fff;
}

div.module div.module-content {

}

/* --------------------------------------------
   
----------------------------------------------- */
div#footer {
    clear: left;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 20px;
    position: static;
}

div#footer a.attribution {
    float: left;
    padding-top: 5px;
    background: url(../img/global/logo_footer.gif) no-repeat 10px 4px;
    height: 46px;
    width: 445px;
}

div#footer ul.footer-links {
    border-left: 1px dotted #666;
    float: right;
    margin-top: 5px;
}

div#footer ul.footer-links li {
    padding: 0 40px 0 10px;
    line-height: 18px;
}

div#footer ul.footer-links li a {
    font-size: 9px;
    font-weight: bold;
    color: #069;
    text-transform: uppercase;
    padding-right: 10px;
}

/* ================================= HERDICT REDESIGN =========================================== */

/* IE6 */

body {
    behavior: url("/includes/htc/csshover3.htc");
}

.print {
    display: none;
}

/* ================================= Header and Logo ============================================ */

div#header {
    height: 100px;
}

/* logo */
div#header a#logo {
    position: absolute;
    text-indent: -2000px;
    overflow: hidden;

    width: 233px;
    height: 87px;
    left: 3px;
    top: 13px;
    background: url(../img/global/img_logo.png) no-repeat;
}

/* ================================= Locale Selection =========================================== */

div#footer ul#locale-select li {
    padding-right: 20px;
}
    div#footer ul#locale-select li a {
        color: black;
        font-weight: normal;
    }
    #locale-select li a:hover {
        text-decoration: none;
    }

/* ================================= Navigation - Header =========================================== */

ul#nav-header {
    position: absolute;
    right: 50px;
    top: 0;
}
    ul#nav-header li {
        color: #2A2525;
        float: left;
        padding: 5px 0;
        position: relative;
    }
        ul#nav-header li a {
            color: #2A2525;
            display: inline-block;
            font-size: 11px;
            font-weight: bold;
            padding: 0 10px;
        }
        ul#nav-header li li a {
            font-size: 9px;
        }
    ul#nav-header li.login.expanded {
        background: url(../img/global/bg_login_hover.png) repeat-x;
    }
        ul#nav-header li.login ul {
            background: url(../img/global/bg_login.png) repeat-x #fff;
            display: none;
            padding: 15px 10px 12px;
            position: absolute;
            text-align: center;
            top: 20px;
            right: 0;
            z-index: 1000;
        }
            ul#nav-header li.login ul label {
                float: left;
                font-size: 9px;
                font-weight: bold;
                padding-top: 10px;
                text-align: left;
                text-transform: uppercase;
            }
            ul#nav-header li.login ul input[type=text],
            ul#nav-header li.login ul input[type=password] {
                border: 1px solid #aaa;
                clear: left;
                padding: 5px;
                width: 175px;
            }
            ul#nav-header li.login ul input[type=submit] {
                border: none;
                background: url(../img/global/bg_button_blue.png) repeat-x;
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                margin-top: 10px;
                padding: 10px 20px;
                text-transform: uppercase;
            }
            ul#nav-header li.login ul a {
                color: #2567C3;
            }
    ul#nav-header li.account ul {
        display: none;
    }
    ul#nav-header li.account:hover {
        background: url(../img/global/bg_nav_header_account.png) repeat-x #fff;
        z-index: 10;
    }
        ul#nav-header li.account:hover ul {
            display: block;
        }
            ul#nav-header li.account span {
                background: url(../img/global/img_down_arrow_grey.png) no-repeat right;
                display: inline-block;
                font-size: 11px;
                padding: 0 16px 0 10px;
            }
            ul#nav-header li.account:hover span {
                background: url(../img/global/img_right_arrow_grey.png) no-repeat right;
            }
            ul#nav-header li.account ul li {
                float: none;
                margin-botom: 5px;
                padding: 0;
            }
                ul#nav-header li.account ul li a {
                    text-transform: none;
                }

/* ================================= Navigation - Main Menu =========================================== */

ul#nav-main {
    position: absolute;
    top: 57px;
    left: 377px;
}
    ul#nav-main li {
        float: left;
        height: 41px;
        margin-left: 8px;
        background: url(../img/global/bg_nav_main.png) repeat-x;
        width: 185px;
    }
        ul#nav-main li a {
            color: #2A2525;
            display: block;
            font-size: 14px;
            line-height: 41px;
            padding-left: 17px;
            text-transform: uppercase;
        }
        ul#nav-main li a:hover {
            text-decoration: none;
        }
    ul#nav-main li.explore {
        width: 180px;
    }
        ul#nav-main li.explore ul li {
            width: auto;
        }
            body div#header ul#nav-main li.explore ul.submenu li a {
                width: 130px;
            }
    ul#nav-main li.testsites {
        background:  url(../img/global/bg_nav_main_test_sites.png) no-repeat;
        height: 46px;
        position: relative;
        top: -3px;
        width: 176px;
    }
        ul#nav-main li.testsites a {
            color: #fff;
            font-weight: bold;
            margin-top: 3px;
        }

/* ================================= Navigation - Main Menu - Submenus =========================================== */

ul#nav-main li.topmenu {
    position: relative;
}

ul#nav-main li:hover ul.submenu, /* TODO: Check this in IE - Now handling in javascript due to IE issues */
#header ul#nav-main li ul.force-display {
    display: block;
}

ul#nav-main li ul.submenu {
    background: url(../img/global/bg_nav_main_submenu.png) repeat-x #9C9CA5;
    display: none;
    left: 0;
    padding: 5px;
    /* position: absolute; */
    top: 40px;
    z-index: 300;
}
    div#header ul#nav-main li ul.submenu li {
        clear: left;
        background-image: none;
        height: auto;
        padding: 0;
    }
    div#header ul#nav-main li ul.submenu li,
    div#header ul#nav-main li ul.submenu li a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
        line-height: 18px;
    }
    div#header ul#nav-main li ul.submenu li.find-report {
        padding-top: 5px;
        width: 90%;
    }
        div#header ul#nav-main li ul.submenu li.find-report input#nav-main-url {
            width: 90%;
        }
        div#header ul#nav-main li ul.submenu li.find-report select {
            width: 100%;
        }
    div#header ul#nav-main li ul.submenu li {
        width: 90%;
    }
        div#header ul#nav-main li ul.submenu li a {
            height: auto;
            width: 160px;
            background-position: 0 center;
            background-repeat: no-repeat;
            padding: 5px 0;
            border-bottom: 1px dotted white;
        }
        div#header ul#nav-main li ul.submenu li a.last {
            border-bottom: none;
        }

/* ================================= Global - Autocomplete Styling =============================== */

/* Override some specific values from the JQuery UI theme CSS */
.ui-daterangepicker ul.ui-widget-content li a {
    font-size: 11px;
    line-height: 12px;
}

/* Override some specific values from the JQuery UI theme CSS */
ul.ui-autocomplete.ui-menu.ui-widget-content {
    border-color: #B8B6B3;
}


/* ================================= Global - Widgets =============================== */

.list { }
    .list .testbar {
        background: url(../img/global/bg_testbar.png) repeat-x;
        color: #666;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin: 10px 20px 23px 0;
        padding-left: 5px;
        position: relative;
    }
        .list .testbar .title {
            background: url(../img/global/img_right_arrow_grey.png) no-repeat 0;
            display: inline-block;
            overflow: hidden;
            padding-left: 15px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 180px;

        }
        .list .testbar a.test {
            background: url(../img/global/btn_test_small.png) no-repeat 50%;
            color: #fff;
            font-size: 11px;
            font-weight: bold;
            height: 40px;
            line-height: 43px;
            padding-left: 10px;
            position: absolute;
            right: -20px;
            text-transform: uppercase;
            top: -6px;
            width: 78px;
        }

    .list .testbar {
        margin-bottom: 10px;
    }
        .list .testbar a {
            height: 30px;
            text-decoration: none;
        }
            .list .testbar a img {
                height: 26px;
                margin-top: 2px;
            }
        .list .testbar .title {
            background: url(../img/global/img_down_arrow_grey.png) no-repeat 0;
        }
        .list.collapsed .testbar .title {
            background: url(../img/global/img_right_arrow_lightgrey.png) no-repeat 0;
            color: #999;
        }
            body.explore .list.collapsed .testbar .title {
                color: #666;
            }
    .list .blurb {
        border-bottom: 1px dotted #666;
        color: #666;
        padding-bottom: 5px;
    }
    .list li {
        border-bottom: 1px dotted #666;
        font-size: 9px;
        margin-top: 5px;
        padding-bottom: 5px;
    }
        .list li a {
            color: #333;
        }
        .list li a.addlist {
            font-weight: bold;
        }
        .list li img {
            border: 1px solid #999;
            float: left;
            height: 55px;
            margin-right: 10px;
            width: 90px;
        }
        .list li span.title {
            font-weight: bold;
        }
        .list li span.title,
        .list li span.url {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 190px;
        }
        .list li span.accessible,
        .list li span.inaccessible {
            white-space: nowrap;
        }
    .list li.last {
        border-bottom: none;
    }
    .list .listactions {
        margin-top: 5px;
        text-align: center;
    }
        .list .listactions a {
            display: inline-block;
            font-size: 9px;
            font-weight: bold;
            margin-right: 10px;
            text-transform: uppercase;
        }
    .list .footer {
        background: url(../img/interior/bg_list_footer.png) repeat-x;
        border-bottom: 1px dotted #666;
        margin-top: 10px;
        padding: 3px 10px 7px 5px;
    }
        .list .footer .twitter,
        .list .footer .facebook,
        .list .footer .rss {
            display: block;
            float: left;
            height: 16px;
            margin-right: 5px;
            width: 16px;
        }
        .list .footer .twitter {
            background: url(../img/global/icon_twitter_dark.png) no-repeat 50% 50%;
        }
        .list .footer .facebook {
            background: url(../img/global/icon_facebook_dark.png) no-repeat 50% 50%;
        }
        .list .footer .rss {
            background: url(../img/global/icon_rss_dark.png) no-repeat 50% 50%;
        }
        .list .footer .edit {
            color: #333;
            float: right;
            font-size: 9px;
            font-weight: bold;
            margin-left: 10px;
            text-transform: uppercase;
        }


/* ================================= Global - Reporter =============================== */

#reporter {
    background: #fff;
    border: 1px solid #333;
    display: none;
    height: 480px;
    left: 50%;
    margin-left: -446px;
    padding: 5px;
    position: fixed;
    top: 10%;
    width: 880px;
    z-index: 9999;
}
    #reporter__header {
        background: url(../img/global/bg_reporter_header.png) repeat-y;
        color: #333;
        font-size:14px;
        margin-bottom: 5px;
        padding: 10px;
    }
        #reporter__header #reporter__close {
            display: inline-block;
            float: right;
            margin-top: -3px;
        }
    #reporter__listsandqueue {
        float: left;
        overflow: hidden;
    }
        #reporter__lists {
            float: left;
            height: 439px;
            margin-right: 3px;
            position: relative;
            width: 120px;
        }
            #reporter__lists div.title {
                background: #666;
                color: white;
                font-size: 10px;
                padding: 5px;
                position: relative;
                text-transform: uppercase;
                z-index: 200;
            }
            #reporter__lists li {
                border-bottom:  1px dotted #666;
                padding: 7px 0;
                position: relative;
                text-align: center;
                z-index: 100;
            }
                #reporter__lists li a {
                    display: block;
                    color: #666;
                    font-size: 10px;
                    font-weight: bold;
                    overflow: hidden;
                    text-transform: uppercase;
                    text-overflow: ellipsis;
                }
                    #reporter__lists li a img {
                        max-width: 110px;
                    }
            #reporter__lists li.active:after  {
                content: "";
                position: absolute;
                right: -15px;
                border-width: 15px 0 15px 15px;
                border-style: solid;
                border-color: transparent #fff;
                display: block;
                margin-top: -15px;
                top: 50%;
                width: 0;
            }
            #reporter__lists .footer {
                background: #fff;
                bottom: 0;
                position: absolute;
                text-align: center;
                width: 100%;
                z-index: 100;
            }
                #reporter__lists .footer a {
                    background: #666;
                    display: block;
                    float: left;
                    padding-top: 4px;
                    text-align: center;
                    width: 59px;
                }
                #reporter__lists .footer a.up {
                    margin-right: 2px;
                }
        #reporter__queue {
            background: #eee;
            float: left;
            height: 439px;
            margin-right: 25px;
            position: relative;
            width: 190px;
        }
            #reporter__queue #reporter__queue__instructions {
                color: #666;
                font-size: 14px;
                left: 20px;
                line-height: 1.5em;
                position: absolute;
                text-align: center;
                top: 100px;
                width: 162px;
            }
            #reporter__queue ul {
                height: 100%;
                overflow: hidden;
            }
                #reporter__queue li {
                    opacity: 0.5;
                    position: relative;
                }
                    #reporter__queue li img {
                        border: 1px solid #333;
                        display: block;
                        height: 90px;
                        margin: 10px 0 10px 20px;
                        width: 160px;
                    }
                #reporter__queue li:first-child {
                    margin-top: 170px;
                    position: relative;
                }
                #reporter__queue li.ACCESSIBLE div.reporttype {
                    background: url(../img/global/icon_ACCESSIBLE.png) no-repeat;
                    bottom: 0;
                    height: 32px;
                    position: absolute;
                    right: 10px;
                    width: 32px;
                }
                #reporter__queue li.INACCESSIBLE div.reporttype {
                    background: url(../img/global/icon_INACCESSIBLE.png) no-repeat;
                    bottom: 0;
                    height: 32px;
                    position: absolute;
                    right: 10px;
                    width: 32px;
                }
                #reporter__queue li.active {
                    opacity: 1;
                }
        #reporter__queue:after  {
            content: "";
            position: absolute;
            right: -15px;
            border-width: 15px 0 15px 15px;
            border-style: solid;
            border-color: transparent #eee;
            display: block;
            margin-top: -15px;
            top: 50%;
            width: 0;
        }
    #reporter__body {
        float: right;
        margin-right: 15px;
        width: 520px;
    }
        #reporter__url {
            color: #666;
            display: block;
            float: left;
            font-size: 16px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 515px;
        }
        #reporter__url.secure {
            padding-left: 25px;
            background: url(../img/reporter/lock.png) no-repeat left;
            background-size: 24px 24px;
        }
        #reporter__testarea {
            border: 2px solid #333;
            clear: both;
            height: 280px;
            margin: 5px 0 0;
            overflow: hidden;
            position: relative;
            width: 520px;
        }
            #reporter__iframewrapper {
                background: #fff;
                height: 280px;
                overflow: hidden;
                position: absolute;
                top: 0;
                width: 520px;
                z-index: 5;
            }
                #reporter #reporter__iframewrapper iframe {
                    height: 200%;
                    left: 0;
                    overflow: hidden;
                    position: absolute;
                    top: 0;
                    width: 200%;
                    -ms-zoom: 0.5;
                    -moz-transform: scale(0.5);
                    -moz-transform-origin: 0 0;
                    -o-transform: scale(0.5);
                    -o-transform-origin: 0 0;
                    -webkit-transform: scale(0.5) translate(-50%, -50%);
                    -webkit-transform-origin: 0,0;
                }
            #reporter #no-iframe,
            #reporter #reporter__listdone {
                font-size: 14px;
                line-height: 1.5em;
                position: relative;
                top: 4px;
                z-index: 1;
            }
                #reporter #no-iframe a {
                    font-weight: bold;
                    text-decoration: underline;
                }
            #reporter__details {
                background: #fff;
                display: none;
                height: 280px;
                left: 0;
                overflow: hidden;
                position: absolute;
                top: 0;
                width: 520px;
                z-index: 10;
            }
                #reporter__details fieldset {
                    border-top: 1px solid #aaa;
                    margin: 10px auto;
                    padding-top: 2px;
                    position: relative;
                    text-align: left;
                    width: 80%;
                }
                    #reporter__details fieldset legend {
                        color: #aaa;
                        left: 10px;
                        position: absolute;
                        top: 2px;
                        text-transform: uppercase;
                    }
                    #reporter__details fieldset label,
                    #reporter__details fieldset select,
                    #reporter__details fieldset input,
                    #reporter__details fieldset textarea {
                        display: inline-block;
                        margin-left: 100px;
                        width: 275px;
                    }
                    #reporter__details fieldset textarea {
                        height: 55px;
                    }
        #reporter__detailslink {
            display: inline-block;
            font-size: 8px;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
        }
            #reporter__detailslink:hover {
                text-decoration: none;
            }
            #reporter__detailslink span {
                padding: 5px 10px;
            }
            #reporter__detailslink #reporter__hidedetails {
                background: #333;
                color: #ccc;
                display: none;
            }
        #reporter a.submit {
            color: #fff;
            display: inline-block;
            height: 34px;
            padding: 22px 0 0 55px;
            position: relative;
            text-align: left;
            text-transform: uppercase;
        }
            #reporter a.submit.accessible {
                background: url(../img/global/btn_accessible.png) no-repeat;
                width: 98px;
            }
            #reporter a.submit.inaccessible {
                background: url(../img/global/btn_inaccessible.png) no-repeat;
                background-position-y: 3px;
                width: 118px;
            }
        #reporter a.submit:hover {
            text-decoration: none;
        }

/* ================================= Global - Miscellaneous =============================== */

#overlay-background-body {
    background: #999;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    width: 100%;
    z-index: 800;
}

.button {
    background: url(../img/global/bg_submit.png) repeat-x;
    border: none;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    margin: 10px auto;
    padding: 10px 25px;
    text-transform: uppercase;
}
.button:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}