@media print {
    body {
        background-color: #ffffff;
    }

    #main {
        max-width: none !important;
        width: auto !important;
    }

    .tos_box {
        height: auto !important;
        overflow: visible !important;
    }
}

html, body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #525252;
    font-family: Arial;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    line-height: 17px;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

div,
table {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

fieldset {
    border-radius: 5px;
}

a {
    color: #007fc5;
    text-decoration: underline;
}

a:visited {
    color: #009fe5;
}

a:active,
a:hover {
    color: #005fa5;
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

a.external {
    background-image: url(/images/new_window.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 13px;
}

.tabular a,
.navigation a,
.info_window a {
    color: #666666;
    text-decoration: underline;
}

.tabular a:visited,
.navigation a:visited,
.info_window a:visited {
    color: #999999;
}

.tabular a:active,
.tabular a:hover,
.navigation a:active,
.navigation a:hover,
.info_window a:active,
.info_window a:hover {
    color: #444444;
    outline: 0;
}

h1 {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
}

h2 {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
}

h3 {
    color: #444444;
    font-size: 14px;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

form {
    margin: 0px;
    padding: 0px;

}

button,
input {
    line-height: normal;
}

button,
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: default;
}

input,
select,
textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 2px 0px 2px 2px;
    margin: 0px;
}

select option {
    padding-left: 5px;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px;
    padding: 1px;
    margin: 3px 3px 2px 4px;
    vertical-align: text-bottom;
}

select:hover,
input:hover,
textarea:hover {
    border-color: #bbbbbb;
}

select:focus,
input:focus,
textarea:focus {
    border-color: #aaaaaa;
}

input[type="text"],
textarea {
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
    padding: 6px 6px 6px 12px;
}

input[type="text"] {
    height: 20px;
}

input[type="text"]:focus,
textarea:focus {
    border-color: #aaaaaa;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
}

fieldset {
    border: 1px solid #cccccc;
    margin: 0px 2px 0px 2px;
    padding: 4px 7px 9px 7px;
}

label {
    cursor: default;
}

.wrapper {
    background-color: #f0f0f0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -40px 0px;
}

.placeholder {
    color: #aaa !important;
}

#main_container {
    padding-bottom: 10px;
    width: 100%;
}

#main {
    max-width: 940px;
    margin: 0px 10px 0px 10px;
    text-align: center;
}

#icons {
    text-align: right;
    display: none;
}

#form_container {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0px 5px 0px;
    width: 100%;
}

#form {
    max-width: 940px;
}

#form_table {
    text-align: center;
    width: 100%;
    height: 60px;
}

#search_string {
    width: 360px;
    border-right: 0px;
    border-radius: 5px 0px 0px 5px;
    vertical-align: top;
}

.button {
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(top, #f6f6f6, #e6e6e6);
    background: -moz-linear-gradient(top, #f6f6f6, #e6e6e6);
    background: -ms-linear-gradient(top, #f6f6f6, #e6e6e6);
    background: -o-linear-gradient(top, #f6f6f6, #e6e6e6);
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #525252;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    height: 31px;
}

.button:hover {
    border: 1px solid #bbbbbb;
    color: #444444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.button[disabled] {
    background: #f6f6f6;
    color: #cccccc;
}

.button[disabled]:hover {
    border: 1px solid #cccccc;
    color: #cccccc;
    box-shadow: none;
}

.action_button {
    background: #7cba2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#9cda4c), to(#7cba2c));
    background: -webkit-linear-gradient(top, #9cda4c, #7cba2c);
    background: -moz-linear-gradient(top, #9cda4c, #7cba2c);
    background: -ms-linear-gradient(top, #9cda4c, #7cba2c);
    background: -o-linear-gradient(top, #9cda4c, #7cba2c);
    border: 1px solid #999999;
    color: #ffffff;
}

.action_button:hover {
    border: 1px solid #888888;
    color: #ffffff;
}

.action_button[disabled] {
    background: #9cda4c;
    color: #e6e6e6;
}

.action_button[disabled]:hover {
    border: 1px solid #999999;
    color: #e6e6e6;
    cursor: wait;
}

.right_button {
    margin-left: 10px;
}

#search_cell {
    height: 38px;
    width: 415px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    padding-top: 2px;
}

#tos_cell,
#errors_cell {
    font-size: 14px;
    width: 415px;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
}

#tos_cell input {
    margin-right: 6px;
}

#tos_cell a {
    color: #999999;
}

#search_button {
    vertical-align: top;
    padding: 0px;
    border: 0px !important;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
    background-image: url(/images/search_button.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 32px;
    width: 35px;
}

#search_button_border {
    border: 1px solid #cccccc;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px;
    display: inline;
    position: absolute;
    height: 32px;
    width: 35px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#search_button_border:hover {
    border-color: #bbbbbb;
}

.search_string_hover {
    border-color: #bbbbbb !important;
}

.search_string_focus {
    border-color: #aaaaaa !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset !important;
}

#lookup_tip {
    left: -181px;
    top: 33px;
    width: 216px;
}

#search_string_error,
#tos_error {
    color: #ba0000;
    text-align: right;
}

#screen_title_cell {
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
    height: 55px;
}

.screen_title {
    font-size: 27px;
    margin-bottom: 10px;
}

.screen_subtitle {
    font-size: 16px;
    padding-bottom: 8px;
}

#top_form {
}

#bottom_form {
}

.content_table {
    width: 100%;
}

.content_cell {
    padding: 10px 0px 6px 0px;
    vertical-align: top;
}

#content,
#content_container {
    width: 100%;
}

#content_container {
    min-height: 100px;
}

#content_header {
}

#content_footer {
}

.text {
    -webkit-font-smoothing: subpixel-antialiased !important;
    color: #525252;
    font-size: 14px;
    text-align: left;
}

.text_warning {
    color: #525252;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.center {
    text-align: center !important;
}

.text_box {
    padding: 5px;
    width: 100%;
}

.table_header th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: center !important;
    white-space: nowrap;
}

.table_header th.sortable {
    cursor: pointer;
}

.table_header th.sortable .title {
    text-decoration: underline;
}

.zebra_table tr:nth-child(even),
.primary_organization:nth-child(even) {
    background-color: #fafafa;
}

.arrow {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none !important;
}

.disabled {
    background-color: #f0f0f0;
}

.dnsmatch_yes {
}

.dnsmatch_no {
    background-color: #eeaaaa;
    font-weight: bold;
}

.dnsmatch_unknown {
    background-color: #f0f0f0;
}

.numbers {
    text-align: right !important;
}

.date {
    white-space: nowrap;
}

.ip_and_flag {
    white-space: nowrap;
}

.question_big_icon {
    position: relative;
    padding: 0px;
    margin: 0px 0px 5px 5px;
    vertical-align: middle;
}

.question_icon,
.info_icon,
.key_icon,
.note_icon {
    position: relative;
    top: -1px;
    margin-left: 2px;
    padding: 0px;
    vertical-align: text-bottom;
}

.arrow_icon {
    margin-left: 4px;
}

.range_selector td {
    border: 0px !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal !important;
    padding-left: 0px !important;
    padding-right: 5px !important;
    text-align: right !important;
    vertical-align: text-bottom !important;
}

.active_range {
    color: #ffffff;
}

.inactive_range {
    color: #8ea1ae;
}

.navigation {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-weight: bold;
    margin: 8px 0px 8px 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
}

.navigation a {
    cursor: pointer;
}

.first_link {
    margin-right: 10px;
}

.last_link {
    margin-left: 10px;
}

.tip_balloon,
.rbl_balloon {
    cursor: default;
    position: relative;
}

.tip_over_text {
    cursor: text !important;
}

.lookup_balloon {
    display: inline !important;
    position: absolute !important;
}

.tip_balloon_body,
.rbl_balloon_body {
    cursor: text;
    position: absolute;
    top: 14px;
    z-index: 300;
    display: none;
    font-size: 12px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(50, 50, 50, 0.5);
    background: #f6f6f6;
    padding: 5px;
    color: #525252;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    white-space: normal;
}

.tip_balloon_body {
    left: 0px;
    font-weight: normal;
    font-style: normal;
}

.rbl_balloon_body {
    left: -2px;
    font-weight: bold;
    width: 127px;
}

.tip_body_top {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

.rbl_body_top {
    color: #ff2200;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}

.tip_balloon:hover .tip_balloon_body,
.rbl:hover .rbl_balloon_body,
.rbl_balloon:hover .rbl_balloon_body {
    display: block !important;
}

.emphasize,
.rbl {
    background-color: #eeaaaa;
    font-weight: bold;
}

.norbl {
}

.left_nav {
    float: left;
    width: 90px;
}

.right_nav {
    float: right;
    width: 90px;
}

.leftside {
    float: left;
}

.rightside {
    float: right;
}

.good {
    color: #00cc33;
    font-weight: bold !important;
}

.poor {
    color: #ba0000;
    font-weight: bold !important;
}

.neutral {
    font-weight: bold !important;
}

.email {
    color: #00cc33;
    font-weight: bold !important;
}

.spam {
    color: #ba0000;
    font-weight: bold !important;
}

.virus {
    color: #0000ff;
    font-weight: bold !important;
}

.no_shadow {
    box-shadow: none !important;
}

.tabular {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    box-shadow: 0 1px 4px rgba(50, 50, 50, 0.5);
    margin: 8px 0px 8px 0px;
    line-height: 24px;
    width: 100%;
}

#apps_table th,
#apps_table td {
    border-right: none;
}

#apps_table th {
    text-align: left !important;
}

.tabular th,
.tabular td {
    padding: 0px 6px 0px 6px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.tabular td {
    text-align: left;
}

.tabular .main_header {
    background-color: #2970a6;
    border: 1px solid #2970A6;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.tabular img {
    padding-right: 1px;
    vertical-align: middle;
}

.level_4 {
    color: #ba0000;
}

.level_3 {
    color: #ff4400;
}

.level_2 {
    color: #ff8800;
}

.level_1 {
    color: #ffaa00;
}

.level_0 {
    color: #00cc33;
}

.level_4,
.level_3,
.level_2,
.level_1,
.level_0 {
    font-weight: bold;
}

.details_table {
    width: 100%;
}

.info_table,
.location_table,
.other_table {
    margin-top: 0px !important;
    width: 100%;
}

.info_cell {
    vertical-align: top;
}

.location_cell,
.other_cell
{
    vertical-align: top;
    width: 470px;
}

.location_map_cell {
    padding: 0px !important;
    height: 455px;
    vertical-align: top;
}

#location_map {
    position: absolute;
}

.info_header,
.location_header,
.other_header {
    text-align: right !important;
    vertical-align: top;
    background-color: #f0f0f0;
    white-space: nowrap;
}

.info_header {
    width: 120px;
}

.location_header {
    width: 80px;
}

.other_header {
    width: 100px;
}

.selected {
    font-weight: bold;
}

.column_header {
    background-color: #f0f0f0;
}

.bl_header {
    width: 120px;
}

.range_cell {
    border-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.export_cell {
    vertical-align: middle;
    width: 50px;
}

#export_link {
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    text-decoration: underline;
}

#export_link:hover {
    color: #dddddd;
}

#export_div {
    position: relative;
}

.range_selector_cell {
    white-space: nowrap;
}

#export_description {
    font-weight: normal;
}

#export_control_close {
    cursor: pointer;
    float: right;
}

#export_control_link {
    cursor: pointer;
    float: left;
}

#export_control {
    position: absolute;
    top: 25px;
    left: -221px;
    display: none;
    width: 260px;
    z-index: 200;
    border: solid 1px #cccccc;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 1px 4px rgba(50, 50, 50, 0.5);
    text-align: left;
    color: #525252;
    background: none repeat scroll 0 0 #f0f0f6;
}

#export_control form {
    padding: 8px;
}

#export_fields {
    margin-top: 5px;
}

#export_fields label {
    font-weight: normal;
}

#export_format_select {
    width: 218px;
}

#export_as_fieldset {
    margin-bottom: 10px;
}

#export_as_fieldset label {
    font-weight: normal;
}

#virus_map_select {
    margin-right: 5px;
}

.virus_outbreaks_table td {
    text-align: center;
    white-space: nowrap;
    padding: 0px 4px 0px 4px;
    height: 45px;
}

.virus_outbreaks_table th {
    background-color: #f0f0f0;
    text-align: center;
}

.virus_outbreaks_table td.virus_name {
     font-weight: bold;
}

.virus_outbreaks_table td.not_published {
     background-color: #f6f6f6;
}

.virus_outbreaks_table td.virus_time {
     background-color: #ffffcc;
}

.virus_outbreaks_table td.winner {
    color: #ffffff;
    font-weight: bold;
    background-color: #5da65d;
    background-image: url(/images/toc_first.gif);
    background-repeat: no-repeat;
    padding: 0px 2px 0px 13px !important;
}

#global_volumes_div {
    padding-left: 35px;
}

.plot_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.plot_select {
    display: none;
    position: absolute;
    z-index: 200;
    text-align: left;
    bottom: 29px;
    right: 10px;
}

.plot_table {
    margin-left: auto;
    margin-right: auto;
}

.pie_plot_label {
    font-size: 8pt;
    text-align: center;
    padding: 2px;
    color: #ffffff;
}

.lookup_results_header {
    margin-top: 20px !important;
    margin-bottom: 16px !important;
}

.lookup_results {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.lookup_results tr.primary_organization:nth-child(even) {
    background-color: #ffffff;
}

.lookup_results tr.primary_organization:nth-child(odd) {
    background-color: #fafafa;
}

.lookup_results tr.primary_organization th {
    font-weight: normal;
    text-align: left;
}

.lookup_results .monthly_magnitude {
    text-align: right !important;
    width: 140px;
}

.num_domains {
    text-align: right !important;
    width: 100px;
}

#organizations_box {
    margin-top: 30px;
    width: 100%;
}

#domorg_box {
    width: 100%;
}

#domorg_box td {
    vertical-align: top;
}

#related_ips_box {
    width: 100%;
}

#related_ips_box td {
    vertical-align: top;
}

#related_ips_data tr:nth-child(even) {
}

#top_senders_box {
    width: 100%;
}

#top_senders_box td {
    vertical-align: top;
}

.top_senders_form,
.country_history_header {
    font-size: 14px;
    font-weight: normal !important;
}

.top_senders_form select {
    margin-right: 5px;
}

.volume_change {
    text-align: right !important;
    white-space: nowrap;
}

.map_cell {
    cursor: pointer;
    text-align: center !important;
}

#top_senders_date {
    text-align: right;
    width: 100%;
}

#last_updated_date {
    text-align: right;
    width: 100%;
}

.no_borders {
    border-bottom: 0px !important;
    border-right: 0px !important;
}

#tos_discarded {
    margin-right: 10px;
}

.tos_box {
    border: 1px inset #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    background-color: #ffffff;
    font-family: Courier New, Monospace;
    height: 445px;
    overflow: auto;
}

#recaptcha {
    min-height: 107px;
}

#recaptcha_response_field {
    font-size: 16px !important;
    border: 1px solid #cccccc !important;
    width: 282px !important;
}

#recaptcha_response_field:hover {
    border: 1px solid #bbbbbb !important;
}

.captcha_content {
    text-align: left;
}

.captcha_error {
    color: #ba0000;
}

.flag {
    margin-bottom: 1px !important;
    margin-right: 4px !important;
}

.flag_box {
    display: inline-block;
    width: 27px;
}

#content_box,
#tabs_box {
    width: 100%;
    margin-bottom: 8px;
}

#content_box_cell,
#tabs_box_cell {
    vertical-align: top;
}

#content_box_cell,
#tabs_box_cell {
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(50, 50, 50, 0.5);
    padding: 12px 8px 12px 8px;
}

#whois_loading,
#history_loading {
    padding: 6px;
    text-align: left;
}

#tabs_table {
    position: relative;
}

.tabs_begin {
    vertical-align: bottom;
}

.tabs_begin_filler {
    width: 12px;
}

.tabs_end {
    vertical-align: bottom;
    padding-right: 1px;
    width: 100%;
}

.current_tab,
.previous_tab,
.next_tab,
.tab {
    font-size: 14px;
    white-space: nowrap;
    padding: 8px 12px 8px 12px;
    border-radius: 5px 5px 0px 0px;
    min-width: 75px;
    text-align: center;
}

.current_tab {
    background-color: #ffffff;
    color: #444444;
    border-top: 1px solid #cccccc;
    border-bottom: 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-weight: bold;
}

.previous_tab,
.next_tab,
.tab {
    background-color: #f6f6f6;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
}

.current_tab .tab_filler {
    position: absolute;
    z-index: 2;
    height: 15px;
}

#whois_content {
    margin: 0px;
    padding: 6px;
    text-align: left;
    width: 100%;
    max-width: 919px;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

.whois_warning {
    font-weight: bold;
}

#history_content {
    padding: 6px;
    text-align: left;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

#header {
    background-image: url(/images/headerblue_gradient.jpg);
    background-position: center;
    height: 60px;
    position: relative;
    z-index: 10000055;
}

#footer,
#push {
    height: 40px;
}

#footer {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
}

.box {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(50, 50, 50, 0.5);
    padding: 12px 8px 12px 8px;
    margin-bottom: 8px;
    text-align: left;
}

#content_box .box,
#tabs_box .box,
.box .box {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    min-height: 0px !important;
}

.full_width {
    width: 100%;
}

.min_height {
    min-height: 450px;
}

.box_title {
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.box_title_border {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.width_700 {
    max-width: 700px;
    padding-top: 10px;
}

#country_history {
    min-height: 230px;
}

#location_content {
    min-height: 59px;
}

#location_container td {
    border-bottom: 0px !important;
}

.location_footer td {
    padding-top: 1px;
    border-bottom: 0px !important;
}

#location_container h4 {
    background-color: #2970a6;
    border: 1px solid #2970a6;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 8px 0 0 0;
}

#location_container ul {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}

.web_category {
    margin-right: 10px;
}

.quick_lookup_link {
    white-space: nowrap;
}

.nopre {
    font-family: Arial !important;
}

#wsa_predictor_header {
    text-align: center;
    margin-top: 100px;
}
