﻿.antispam-fonte-peq {
    font-size: 8pt;
}

.antispam-msg-caixa-on, .antispam-msg-caixa-off {
    height: 500px;
    overflow: scroll;
    padding: 8px;
    border: 1px solid #808080;
}

.antispam-msg-caixa-on {
    display: normal;
}

.antispam-msg-caixa-off {
    display: none;
}

.antispam-msg-mnu-on, .antispam-msg-mnu-off {
    width: 100px;
    padding-top: 10px;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    float: left;
    text-align: center;
    font-size: 10pt;
    cursor: pointer;
}

.antispam-msg-mnu-on {
    height: 30px;
    background-color: #FFFFFF;
    font-weight: bold;
}

.antispam-msg-mnu-off {
    height: 25px;
    margin-top: 5px;
    background-color: #E0E0E0;
    font-weight: normal;
}

.antispam-msg-email {
    color: blue;
}

.antispam-msg-ip {
    color: red;
}

.antispam-gridview td, .antispam-gridview th {
    font-size: 8pt;
}

.antispam-bulletedlist {
    font-size: 8pt;
}

.antispam-whois-link {
    color: blue;
    cursor: pointer;
}