/* Default Behavior for Generic Tags */
html, body, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form, table, td, tr, blockquote {
    margin: 0px;
    padding: 0px;
}

#main li {
    margin-bottom: 5px;
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    background-color: #dbdbdd;
    text-align: center;
}

ul {
    list-style-type: none;
}

br {
    clear: both;
}

p {
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

table {
    border: 0px;
    margin: 0px;
}

tr.in {
    background-color: #e5f3fa;
}

td, th {
    padding: 2px 15px 7px 4px;
    vertical-align: top;
}

th {
    background-color: #00499d;
    color: white;
    padding-bottom: 4px;
    vertical-align: bottom;
}

table#accountability-users {
    border: 1px solid #00499d;
    margin-top: 5px;
}

table#accountability-users td {
    border-top: 1px solid #d5ebf8;
}

span.fullname {
    font-weight: bold;
}

h1, h2, h3 {
    color: #00499d;
    margin-top: 3px;
    font-weight: normal;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
}
h2 {
    font-size: 1.1em;
}
h3 {
    font-size: 1.2em;
    color: #0086cd;
}
h3 a {
    color: #0086cd;
}
h4 {
    font-size: 1.2em;
    color: #0086cd;
}
h5 {
    font-size: 1.2em;
    color: #0086cd;
    font-weight: normal;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}
h6 {
    font-size: 1.5em;
    font-weight: bold;
    color: #00499d;
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

table#request_rating_change_form_table {
    width: 85%;
}
div#request_rating_change_form_table .fillwidth {
    width: 100%;
}

strong {
    color: #00499d;
}

a /* all the various underlined options */ {
    color: #0578b8;
    text-decoration: underline;
}

a strong {
    color: #0578b8
}

a:hover {
    text-decoration: none;
    border-bottom: none;
}

a.change-settings-link {
    font-size: 0.95em;
}

#content div#whats-this {
    font-size: 1em;
    padding-left: 12px;
}

a img {
    border: 0px;
}

a.top_nav {
    color: #00499d;
    text-decoration: none;
    font-weight: normal;
}

a.top_nav:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}


/* End Default Settings */

.bigger {
    font-size: 1.1em;
}
.biggest {
    font-size: 1.2em;
}


.smaller {
    font-size: 0.9em;
}
.smallest {
    font-size: 0.8em;
}


.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}


/* General Class Descriptors */
.downloads p {
    margin-left: 30px;
}

.indent {
    padding-left: 10%;
    padding-right: 5%;
}

.button, .button-alt {
    border-top: 2px solid #0086cd;
    border-left: 2px solid #0086cd;
    border-bottom: 1px solid #0086cd;
    border-right: 1px solid #0086cd;
    background-color: #00499d;
    color: #fdfdff;
}

.userbox {
    background-color: #d5ebf8;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;

}

.userbox#userbox {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.userbox h2 {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}

.userbox div#report_sensitivity_selection label {
    font-size: 1.1em;
}

.userbox div#report_sections {
    padding: 10px;
}

.userbox p.shows-sites {
    margin-left: 40px;
    padding-top: 0px;
}

.userbox p.indented {
    margin-left: 10px;
}

.userbox p.indented label[for=report_type] {
    margin-left: 2px;
}

.userbox span.message {
    font-size: 0.85em;
}

.userbox span.module-description {
    display: block;
    margin-left: 40px;
}

.invalid, .bad {
    color: #96191f;
    margin-bottom: 1em;
    width: 100%;
}

.button a, .button-alt a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
}

h1.button, h1.button-alt {
    font-size: 1.6em;
}


.search_button {
    border: 0px;
    cursor: pointer;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    vertical-align: middle;
    background-image: url(https://secure.cvnt.net/images_new/go_button.png);
    width: 24px;
    background-color: #fff;
    height: 24px
}

.hidden {
    display: none;
}

/*Quote Stuff*/
blockquote {
    color: #96191f;
    padding-left: 5%;
    padding-right: 10%;
}
blockquote p: first-line {
    font-size: 1.5em;
}

.reference {
    font-style: italic;
    color: #38367f;
    font-size: 1.3em;
}


/*Form Stuff*/
label {
    cursor: pointer;
}
input.invalid, input.bad {
    border: 1px solid #00499d;
}
fieldset.form {
    border: 1px solid #00499d;
}
fieldset.invalid, fieldset.bad {
    border: 1px solid #96191f;
}

.form legend {
    font-size: 1.4em;
    color: #00499d;
}
.form legend.invalid, .form legend.bad {
    color: #96191f;
}
.form input, .form label {
    display: block;
    float: left;
    width: 47%;
    margin: 6px 0px 3px 0px;
    color: #000;
}

.form input {
    margin-right: 6px;
}
.form input.checkbox {
    width: 15px;
    height: 15px;
    margin: 6px 6px 6px 0px;
}
input.submit {
    border-top: 2px solid #0086cd;
    border-left: 2px solid #0086cd;
    border-bottom: 1px solid #0086cd;
    border-right: 1px solid #0086cd;
    background-color: #00499d;
    color: #fdfdff;
}

.form label {
    font-size: 1.2em;
}
.form label.invalid, .form label.bad {
    color: #96191f;
}
.form br {
    clear: left;
}
.form .inline {
    display: inline;
    width: auto;
    float: none;
    text-align: left;
}

.clear {
    clear: both;
}

p.security_question {
    color: #333;
}

/*ID Specific Stuff Goes Below */
/*Header Stuff*/
div#header {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 100%;
    height: 45px;
    position: relative;
}

div#header p {
    float: right;
    text-align: right;
    vertical-align: bottom;
}

form#login {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

form#login p.login-name {
        float: none;
    padding: 10px 5px 10px 0px;
    color: #555;
}
form#login a {
    font-size: .85em;
    font-weight: normal;
}

form#login p.search-box {
    float: none;
}

.login-logout {
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
}

form[name=report_options] input[type=submit] {
    margin-top: 0px;
}

.footnote {
    font-size: 9px;
}
/*End Header*/

/*Footer*/
div#footer {
    text-align: left;
    background-color: #0086cd;
    color: #fff;
}

div#footer a {
    color: #fff;
}
/*End Footer*/

/* Main Page */
.main .column ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 10px;
}

#content.main .column li {
    padding: 0px;
    margin: 0.5em 0px;
    font-size: 14px;
    line-height: 1.3;
}
/* End Main Div */

/*Content Div*/
div#content {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 740px;
    font-size: 0.85em;
}

div#content div#report_sensitivity_selection {
    padding-bottom: 7px;
    padding-top: 7px;
}
/* End Content Div */


/*Div Classes */

/*Box Div */
div.box {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

div#content div#main.box {
    padding: 20px;
}
/* End Box Div */

/* Login Form */
fieldset#user-information-form {
    padding: 20px;
    border: none;
    background-color: #ccc;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* End Login Form */

/*Column Stuff*/
.main .column div {
    border: 1px solid #00499d;
    margin: 20px 0px;
    padding: 0px;
}

.main .column.left div {
    margin-right: 10px;
}

.main .column.right div {
    margin-left: 10px;
    text-align: left;
}

.main .column div h2 {
    background-color: #00499d; 
    color: #fff;
    margin: 0px;
    padding: 3px 0px 3px 10px;
    font-size: 16px;
}

.column {
    float: left;
}
.rightcolumn {
    float: right;
}
.onethird {
    width: 30%;
}

.twothird {
    width: 62.3%;
}

.onesixth {
    width: 16%;
}
.half {
    width: 50%;
    overflow: hidden;
}
/* End Column Stuff*/


div.half div{
    margin-bottom: 25px;
}


/*Strip Div*/
div.strip {
    margin: 0px;
    color: #fff;
    background-color: #00499d;
    height: 20px;
}

div.strip a {
    color: #fff;
}

div.strip a:hover {
    text-decoration: none;
}

/*End Strip Div */

/*Navigation*/
#dev {
    text-align: left;
}

#navigation {
    height: 20px;
    padding-left: 5px;
}

#nav, #nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}


#nav a {
    display: block;
    width: 180px;
    min-height: 20px;
    background-color: #00499d;
    text-decoration: none;
    font-weight: normal;
}
#nav a:hover {
    background-color: #0086cd;
}
#nav li {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 180px;
    position: relative;
}
#nav li ul {
    position: absolute;
    width: 180px;
    left: -999em;
    text-align: left;
}
#nav li ul li a{
    padding: 0px 5px;
    width: 170px;
    font-weight: normal;
}
#nav li:hover ul, #nav li.over ul {
    left: 0px;
    top: 16px;
    margin-left: 0px;
}

div.header-image {
    text-align: center;
}

.warning {
    border: 1px solid #f48989;
    background: url(https://secure.cvnt.net/images/redback.gif) repeat-x;
    padding: 0.5em 2em 0.5em 2em;
    color: #000;
}
.note {
    border: 1px solid #00499d;
    background: url(https://secure.cvnt.net/images/grayback.gif) repeat-x;
}
.notice {
    border: 1px solid #00499d;
    background: url(https://secure.cvnt.net/images/grayback.gif) repeat-x;
}

table#time_controls table tr td {
    margin: 0px;
    padding: 0px;
}

td.tm0 {
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    width: 14px;
    height: 25px;
    background-color: #ab0000;
}

td.tm1 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    width: 14px;
    height: 25px;
    background-color: #00ab00;
}

.disabled {
    color: #555555;
}

span.disabled {
    display: block;
    font-size: 1em;
}

.report_gen_description {
    padding: 5px;
    background-color: #d0eaf8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.report_gen_help {
     text-align: left;
     font-size: 11px;
}

.report_gen_header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.report_gen_section {
    padding-top: 10px;
    padding-bottom: 15px;
}

.report_gen_options {
    padding-bottom: 5px;
    padding-top: 0px;
}
.report_gen_default {
    padding: 0px;
    margin: 0px;
}

.blue-box {
    background-color: #d5ebf8;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
}

/* Filter Settings */
#filter-settings h4 {
    margin-bottom: 5px;
}

div#user-override {
    margin-bottom: 15px;
}

div#user-override p label {
    position: relative;
    text-indent: 25px;
    margin-left: -25px;
    left: 20px; 
}

div#block-list {
    margin-bottom: 20px;
}
div#url-block-allow-list ul {
    margin-top: 5px;
}

div#url-block-allow-list ul li {
    border-bottom: 1px solid #d5ebf8;
    line-height: 1.3;
    position: relative;
    padding-left: 43px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

div#url-block-allow-list input[type=image] {
    position: absolute;
    left: 0px;
    top: 8px;
}

p.sensitivity_description {
    margin-left: 28px;
}
table#select_user {
    width: 700px;
}
table#filter_url {
    width: 700px;
}

table#choose_user tbody tr td p { 
    display: inline; 
    position: relative; 
    top: 10px; 
    left: 0px;
}

table#choose_user tbody tr td {
        border-bottom: 1px solid #d5ebf8;

}

table#choose_user tbody tr td ul li {
    padding-left: 0px;
    margin-left: 0px;
}

table#choose_user {
    width: 700px;
}

table#choose_user tr td {
    vertical-align: middle;
    padding-left: 10px;
}

.circle {
    position: relative;
    top: 13px;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.orange_dot {
    margin-right: 35px;
    padding: 0px;
    background-color: #f26522;
 }

div.downloads ul{
   list-style: none;
}

#app_store_link {
    float: right; 
    margin-right: 20px;
    margin-top: -25px;
}

div.downloads h2 {
    color: #0086CD;
    font-size: 1.2em;
}

div.downloads p.description { width: 400px; }
a.download span   { height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px; }/*{ visibility: hidden;}*/
a.download {
   display: block;
   width: 150px;
   line-height: 32px;
   margin-top: -25px;
   float: right;
   text-decoration: none;
   background: url(https://secure.cvnt.net/images/button_wtext_green_130x32.png) no-repeat;
}


.mcbeta h2 {
    background-image: none !important;
    padding-left: 0 !important;
}

.mcbeta p {
    padding-left: 0 !important;
}

div.announcement {
    background-color: #dbfce0;
    border: 1px solid #27a639; 
    padding: 10px; 
    margin: 1em 0;
}

h2.announcement {
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
