/*
 * Cascading Style Sheet (CSS 467) for SpamRats
 * Author: Evgueni Naverniouk, evgueni@linuxmagic.com, http://www.linuxmagic.com/
 * COPYRIGHT INFORMATION - DO NOT REMOVE
 * Copyright (c) 2007-2015 LinuxMagic Inc. All Rights Reserved.
 *
 * Author(s): Evgueni Naverniouk <evgueni@linuxmagic.com>
 *            Kevin Chan <kevin@wizard.ca>
 *            Josh Wilsdon <josh@wizard.ca>
 *            Michael Peddemors <michael@wizard.ca>
 *            Shaun A. Johnson <shaun@linuxmagic.com>
 *            William Storey <william@linuxmagic.com>
 *            Robert Bisewski <robertb@linuxmagic.com>
 *
 * $Id: css.css 663 2022-04-21 00:34:07Z deiony $
 * All style attributes in alpha-numeric order starting from 0
 */

/*
 * ========================================
 * Global Elements and General Styles
 * ========================================
 */

html, body {
    background: #FFF;
    color: #4B4B4B;
    font-family: Arial, Tahoma, Verdana, "Trebuchet MS", sans-serif, Georgia, Courier, "Times New Roman", serif;
    font-size: 15px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited,
a:active {
    border-bottom: 1px dotted #444;
    color: #111;
    text-decoration: none;
}

a:hover {
    color: #666;
}

a:focus {
    outline: none;
}

p.address {
    margin-left: 40px;
}

p.address strong {
    color: #C62021 !important;
    font-size: 12px !important;
}

a.arrow {
    color: #BA2226;
    float: right;
    font-size: 11px;
    height: 13px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

a:hover.arrow {
    color: #222;
}

.blue {
    color: #08008C;
}

li:not(:last-child) {
    margin-bottom: 5px;
}

.button,
input.button {
    background: transparent url('../img/form-button.gif') repeat-x top left;
    border: 1px solid #B9B9B9;
    color: #444;
    font-size: 14px;
    padding: 2px 6px;
}

input:hover.button {
    background: transparent url('../img/form-bg.gif') repeat-x top left;
    border: 1px solid #AAA;
}

p.error {
    background: transparent url('../img/arrow-warn.gif') no-repeat center left;
    color: #B41110;
    font-size: 15px;
    margin: 0px auto;
    padding:0px 0px 0px 15px;
}

p.confirmed {
    background: transparent url('../img/arrow-ok.gif') no-repeat center left;
    color: green;
    font-size: 15px;
    margin: 0px auto;
    padding:0px 0px 0px 15px!important;
    border-bottom: 1px dotted #999;
}

p.loading {
    background: transparent url('../img/arrow-load.gif') no-repeat top left;
    color: #444;
    font-size: 11px;
    margin: 2px auto 0px auto;
    padding:0px 0px 0px 15px;
    width: 220px;
}

.gray {
    color: #222;
}

.green {
    color: green;
}

h1{
    height: 24px;
    margin: 0px 0px 0px 10px;
    text-indent: -5000px;
}

h2 {
    color: #BA2226;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 0px 20px;
}

img {
    border: 0;
}

.left {
    float: left;
}

p.morelink{
    float: right;
    margin: 0 !important;
    padding: 0px 0px 10px 0px !important;
}

.nopad {
    border: 0 !important;
    border-spacing: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.textfield {
    background: transparent url('../img/form-bg.gif') repeat-x top left;
    border: 1px solid #B9B9B9;
    color: #444;
    font-size: 12px;
    padding: 3px 2px;
}

.textfield[disabled=disabled],
.textfield[disabled] {
    background: transparent url('../img/form-bg-disabled.png') repeat-x top left;
}

.textarea {
    background: #F7F7F7;
    border: 1px solid #B9B9B9;
    color: #444;
    font-size: 12px;
    height: 120px;
    min-height: 120px;
    max-width: 300px;
    min-width: 300px;
    padding: 3px 2px;
    width: 300px;
}

.textarea[disabled=disabled],
.textarea[disabled] {
    background: #E0E0E0;
}

.red {
    color: #BA2226;
}

.right {
    float: right;
}

#Welcome h1 {background: transparent url('../img/title-welcome.gif') no-repeat top left;}
#About h1 {background: transparent url('../img/title-about.gif') no-repeat top left;}
#Lists h1 {background: transparent url('../img/title-lists.gif') no-repeat top left;}
#Removal h1 {background: transparent url('../img/title-removal.gif') no-repeat top left;}
#Contact h1 {background: transparent url('../img/title-contact.gif') no-repeat top left;}
#RatDyna h1 {background: transparent url('../img/title-ratdyna.gif') no-repeat top left;}
#RatNoPtr h1 {background: transparent url('../img/title-ratnoptr.gif') no-repeat top left;}
#RatSpam h1 {background: transparent url('../img/title-ratspam.gif') no-repeat top left;}
#RatAuth h1 {background: transparent url('../img/title-ratsauth.png') no-repeat top left;}
#Stats h1 {background: transparent url('../img/title-ratspam.gif') no-repeat top left;}

#Lookup h2,
#RatAuth h2,
#RatNoPtr h2,
#RatDyna h2,
#RatSpam h2 {
    margin-left: 30px;
}

#Stats .surround {
    line-height: 170%;
    padding: 0px 30px 0px 30px;
}

/*
 * ========================================
 * Page Setup
 * ========================================
 */
/* MODIFIED
#Wrapper {
    height: 600px;
    left: 50%;
    margin-left: -410px;
    margin-top: 50px;
    padding: 0px 10px;
    position: absolute;
    width: 800px;
}
*/
#Wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto auto auto;
    margin-left: auto;
    min-height: 600px;
    height: 100%;
    left: auto!important;
    position: relative;
}

#PrintHeader {
    display: none;
}
/* MODIFIED
#Header{
    height: 159px;
    width: 800px;
}
*/
#Header {
    background: transparent url(https://spamrats.com/img/header-trash.gif) no-repeat top left;
    width: 100%;
    display: inline-block;
    height: 159px;
}
/* MODIFIED
#Navigation {
    background: transparent url('../img/navigation-bg.gif') repeat-x top left;
    float: left;
    height: 87px;
    margin: 0;
    padding: 0;
    width: 380px;
}
*/
#Navigation {
    margin-right: 135px;
    width: 100%;
    float: none;
    height: 87px;
    margin: 0;
    padding: 0;
    background: transparent url(https://spamrats.com/img/header-rat.gif) no-repeat top right;
}

#Header #Search {
    display: inline-block;
    width: 100%;
}

#Header #Trash{
    float: left;
    height: 159px;
    width: 235px;
}

#Header #HdrRight {
    margin-left: 235px;
    height: 159px;
    background: transparent url(https://spamrats.com/img/header-rat.gif) no-repeat top right;
    background: transparent url(https://spamrats.com/img/navigation-bg.gif) repeat-x top left;
    width: calc(100% - 235px);
}

#Header #Rat{
    background: transparent url('../img/header-rat.gif') no-repeat top left;
    float: right;
    height: 87px;
    width: 185px;
}

#Header #Best{
    background: #FFF url('../img/header-thebest.gif') no-repeat top left;
    float: left;
    height: 72px;
    width: 275px;
    height: 20px;
    margin-left: calc(20% - 50px);
}

.hdrInputSpam {
    display: block;
    margin-top: 5px;
}

#Header #Best form{
    margin: 0;
}

#Header #Best #ListSearch{
    margin-top: 26px;
    text-align: center;
    margin-top: 30px;
    margin-left: 20%;
}

#Header #Logo{
    background: transparent url('../img/header-logo.gif') no-repeat top left;
    float: right;
    height: 72px;
    width: 290px;
}

#MainTableWrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#MainTableLeftBorder {
    background: transparent url('../img/maintable-left-bg.gif') repeat-y top left;
    background-position: -4px 0px;
    width: 30px;
    display: table-cell;
}
#MainTable{
    /* background: transparent url('../img/maintable-bg.gif') repeat-y top left; */
    margin: 0px 30px 0px 30px;
    min-height: 320px;
    /* overflow: auto; */
    /* padding: 0px 30px 20px 30px; */
    width: calc(100% - 60px); 
    display: table-cell;
}
#MainTableRightBorder {
    background: transparent url('../img/maintable-right-bg.gif') repeat-y top right;
    background-position: 10px 0px;
    width: 30px;
    display: table-cell;
}

#Footer{
    background: transparent url('../img/footer-bg.gif') repeat-x top left;
    height: 94px;
    margin: 0;
    /* width: 800px; */
}

#Footer #Rat2{
    background: transparent url('../img/footer-rat.gif') no-repeat top left;
    float: left;
    height: 94px;
    width: 183px;
}

#Footer #Copyright{
    float: left;
    height: 94px;
    margin-left: 55px;
    width: calc(100% - 500px);
}

#Footer #Corner{
    background: transparent url('../img/footer-corner.gif') no-repeat top left;
    float: right;
    height: 70px;
    width: 54px;
}

#Footer p{
    color: #7A7A7A;
    font-size: 10px;
    margin: 55px 0px 0px 0px;
    padding: 0;
    text-align: center;
}

#Footer a{
    border: 0px;
    color: #BA2226;
}

#Footer a:hover{
    text-decoration: underline;
}

/*
 * ========================================
 * Navigation
 * ========================================
 */

ul.MainNav,
.MainNav ul {
    float: left;
    font-family: Tahoma, Verdana, Arial, "Trebuchet MS", sans-serif, Georgia, Courier, "Times New Roman", serif;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 590px;
    position: absolute;
    z-index: 1;

    display: block;
    position: relative;
    float: right;
    font-family: Tahoma, Verdana, Arial;
    font-size: 14px;

 }

ul.MainNav li{
    border-right: 1px solid #DDD;
    display: block;
    float: left;
    margin: 29px 0px 0px 0px;
    position: relative;
    text-align: center;
    width: 75px;
}

ul.MainNav li:hover{
    background: #FFF;
    border-top: 1px solid #BBB;
    cursor: pointer;
}

ul.MainNav li a {
    border: 0;
    color: #4B4B4B;
    display: block;
    height: 12px;
    padding: 9px 0px;
}

ul.MainNav li a:hover {
    color: #B41110;
    text-decoration: none;
}

#ListNavigation {
    height: 20px;
    margin: 10px 0px 0px 30px;
}

#ListNavigation ul {
    background: #EEE;
    border: 1px solid #AAA;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#ListNavigation ul li {
    display: block;
    float: left;
    margin: 0;
}

#ListNavigation ul li.menutitle {
    background: #EEE;
    border-right: 1px solid #999;
    color: #BA2226;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 8px;
}

#ListNavigation ul li a{
    background: #FFF;
    border: 0;
    border-right: 1px solid #CCC;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    padding: 2px 8px;
}

#ListNavigation ul li a:hover{
    background: #DDD;
    color: #000;
}

#ListNavigation ul li a.selected { 
        background: #EEE; 
        color: #000; 
} 

/*
 * ========================================
 * Home Page
 * ========================================
 */

#Welcome {
    float: left;
    width: calc(100% - 475px);
    margin: 15px 0px 0px 30px;
}

#Welcome p{
    line-height: 170%;
    margin: 0;
    padding: 0;
    text-align: justify;
}

#Welcome p.morelink {
    border-bottom: 1px solid #999;
    width: calc(100% - 20px);
}

#Welcome a {
    line-height: 180%;
}

#OtherTools {
    float: right;
    margin: 15px 30px 15px 0px;
    padding: 15px;
    width: 270px;
    border: 1px solid darkgrey;
    border-radius: 10px;
    background-color: #eeeeee;
}

#OtherTools h2 {
    margin: 0 0 10px 0;
}

#OtherTools p{
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: justify;
}

#OtherTools p a.product {
    font-size: 14px;
    font-weight: bold;
}

#OtherTools #Disclaimer {
    font-size: 12px;
    font-style: italic;
}

#ListOverview {
    float: left;
    font-size: 14px;
    width: calc(100% - 475px);
    margin: 15px 0px 15px 30px;
}

#ListOverview a.product {
    color: #BA2226;
    font-size: 14px;
    font-weight: bold;
}

#ListOverview img {
    margin-right: 5px;
}

#ListOverview p.morelink {
    float: right;
    margin-top: 10px !important;
    padding: 0 !important;
}

#ListOverview a {
    border: 0;
}

#ListOverview #ListOne,
#ListOverview #ListTwo,
#ListOverview #ListThree,
#ListOverview #ListFour {
    border-bottom: 1px solid #DDD;
    min-height: 50px;
    margin: 0;
    padding: 0 0 10px 0;
}

#Contributors {
    width: 100%;
    display: inline-block;
}

#Contributors hr {
    border-top: 1px dashed darkgrey;
    margin-top: 20px;
    width: 90%;
}

/* This Should become a javascript Roller */
.Sponsors {
    margin-left: 30px;
    margin-top: 20px;
}

.SponsorImage {
    display: inline;
    min-height: 150px;
    min-width: 150px;
    padding-right: 50px;
}

.SponsorImage img {
    max-width: 150px;
}

/*
 * ========================================
 * Other Pages, Eventually should use our standard of auto adding .css files which match page name
 * ========================================
 */

#About,
#Lists,
#Removal,
#Contact,
#RatDyna,
#RatNoPtr,
#RatSpam,
#RatAuth,
#Lookup{
    float: left;
    /* width: 750px; */
}

#Lookup{ float: none; }

#About p,
#Lists p,
#Removal p,
#Contact p,
#RatDyna p,
#RatNoPtr p,
#RatSpam p,
#RatAuth p,
#Contributors p,
#Stats p,
#Lookup p{
    line-height: 170%;
    margin: 0;
    padding: 15px 30px 0px 30px;
    text-align: justify;
}

#Tos p {
    line-height: 170%;
    text-align: justify;
}

#Lists #ListOverview {
    margin: 10px;
}

#Lists #ListOverview img{
    margin: 20px 10px 10px 20px;
}

#Lists h2,
#Lists ul {
    margin: 20px 0 0 30px;
}

#Contact {
    text-align: center;
}

#Contact .ContactForm {
    margin: 20px auto 0px auto;
    text-align: right;
    width: 40%;
}

#Contact .ContactForm strong {
    width: 400px;
}

#About ul {
    list-style: square;
    margin: 10px 0px 0px 70px;
    padding: 0;
}

#About h2 {
    margin: 20px 0 0 30px;
}

#Stats ul {
    list-style: square;
    margin: 10px 0px 0px 70px;
    padding: 0;
}

#Stats h2 {
    margin: 20px 0 0 30px;
}

#Stats img {
    margin: 20px 0 0 30px;
    border: 1px solid black;
}

#ListLinks {
    height: 97px;
    margin: 10px 70px 10px 40px;
}

#ListLinks ul {
    background: #EEE;
    border: 1px solid #AAA;
    height: 24px;
    padding: 0px auto;
    margin: 0px auto 26px auto;
    list-style-type: none;
    text-align: center;
    z-index: 50;
}

#ListLinks ul li {
    float: left;
    display: block;
    position:relative;
}

#ListLinks ul li a,
#ListLinks ul li a:visited {
    background: #FFF;
    border: 0;
    border-right: 1px solid #CCC;
    color: #444;
    display: block;
    font-size: 11px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 8px;
    text-align: center;
}

#ListLinks ul li ul {
    display: none;
    height: auto;
    z-index: 1;
}

#ListLinks ul li:hover a {
    background: #DDD;
    color: #000;
}

#ListLinks ul li:hover ul {
    display: block;
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 24px;
}

#ListLinks ul li:hover ul li{
    left: 0;
    width: 150px;
}

#ListLinks ul li:hover ul li a{
    background: #F7F7F7;
}

#LookupInfo {
    margin: 10px 0px 0px 30px;
}

#LookupInfo p {
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 15px;
}

#GoogleAds {
    display: none;
    margin-top: 20px;
    text-align: center;
}

#Links {
    margin: 0px auto;
    text-align: center;
    /* width: 700px; */
}

#Links a {
    border:0;
}

#Links img {
    margin-top: 20px;
}

.contactad {
    margin-top: 200px;
}
#Alert h4 {
    margin: 0;
    margin-top: 10px;
    width: 630px;
    background-color: red;
    color: #FFF;
    padding: 10px 15px;
}
#Alert p {
    width: 618px;
    padding: 15px 20px;
    background-color: #eaeaea;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    margin: 0;
}
p.not-checked {
    color: gray;
}
strong.not-checked {
    color: gray;
}

#important {
    background-color: #ffffb3;
    border: 1px solid black;
    display: block;
    padding: 15px;
    border-radius: 5px;
}

#removal-search {
    background-color: #f6f6f6;
    line-height: 170%;
    margin: 15px 0 0 30px;
    padding: 15px;
    text-align: justify;
    width: 620px;
    border: 1px solid black;
    border-radius: 5px;
}

#noptr-note {
    background-color: #f6f6f6;
    line-height: 170%;
    margin: 10px 0 0 0px;
    padding: 15px;
    text-align: justify;
    width: 635px;
    border: 1px dotted #999;
}

#noptr-note p {
    width: auto;
    margin-left: 0;

}

#removal-search strong, #important strong, #noptr-note strong {
    color: #ba2226;
}

#reason_label {
    width: 250px;
}

/*
 * ========================================
 * Contact Form Elements and Styles
 * ========================================
 */

#Contact #errors_box {
    border: 1px solid #600200;
    border-radius: 5px;
    background: #FBE3E4 url("../img/icon-warning.png") no-repeat scroll 6px 6px;
    color: #600200;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
    margin: 0px 215px;
    min-height: 24px;
    padding: 0px 25px 0px 5px;
    position: fixed;
    text-align: left;
    top: 20px;
    width: 350px;
    z-index: 99;
}

#Contact .loading {
    background: transparent url('../img/arrow-load.gif') no-repeat top left;
    color: #444;
    font-size: 11px;
    margin: 0px 350px;
    padding: 2px 5px 5px 5px;
    position: fixed;
    text-align: center;
    top: 20px;
    width: 80px;
    z-index: 98;
}

#Contact #errors_box ul li {
    list-style-type: none;
}

#Contact #errors_box span {
    float: right;
    margin: 5px -20px 0px 0px;
    padding: 0px;
}

#Contact #errors_box span a {
    font-weight: bold;
    width: 18px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
    background: url("../img/icon-close-error.png") no-repeat scroll right top;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #80001B;
    text-decoration: none;
}

.ContactForm #ip_address {
    width: 177px;
}

.ContactForm #validate_ip_address {
    width: 120px;
    font-size: 12px;
}

.ContactForm #ip_address_rdns {
    background: #fff none repeat scroll 0% 0%;
    border: 0px;
    color: #000;
    font-size: 11px;
    height: 14px;
    margin: 2px;
    text-align: left;
    width: 300px;
}

.ContactForm #captcha {
    float: left;
    margin: 0 2px;
    width: 171px;
}

.ContactForm #virus_name,
.ContactForm #prevent_future_attacks,
.ContactForm #first_name,
.ContactForm #last_name,
.ContactForm #email,
.ContactForm #phone,
.ContactForm #subject {
    width: 300px;
}

.ContactForm #do_you_own_domain_choice {
    background: #FFFFFF;
    border: solid #4B4B4B 1px;
    border-radius: 5px;
    height: 100px;
    margin: 0px 185px;
    position: fixed;
    top: 220px;
    text-align: center;
    width: 450px;
}

.ContactForm #do_you_own_domain_choice div {
    font-weight: bold;
    padding: 20px 10px 0px 10px;
}

.ContactForm #do_you_own_domain_choice button {
    margin: 3px 10px 10px 10px;
    width: 60px;
}

#important_mesage {
    display: none;
}
#important-message-content {
    background-color: #ffffb3;
    border: 1px solid black;
    border-radius: 5px;
    color: #4b4b4b;
    margin: 25px auto;
    padding: 5px !important;
    text-align: left;
    width: 550px;
}

#important-message-content ul li { 
    list-style: none;
}

#remove-ip-box {
    display: inline-block;
    margin: 10px 0 0 30px;
    vertical-align: top;
    width: 45%;
}

.response-label-alert {
    background-color: #ffffb3; 
    border: 1px solid black;  
    border-radius: 5px;  
    color: black;
    padding: 15px!important; 
}


#RatDyna #response-label,
#RatNoPtr #response-label,
#RatSpam #response-label,
#RatAuth #response-label {
    margin-top: 10px;
    display: inline-block;
    width: 45%; 
}

#google_translate_element {
    float: right; 
    display:inline-block;  
    margin-top: 15px;
    margin-right: 30px;
}

.text-red {
    color: #ba2226;
}

#errors_box_content ul li{
    padding: 10px;    
}

div.GooglePadder{
    padding-top: 20px;
    padding-right: 5px;
}

#staging-notification-bubble {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 999;
    padding: 5px;
    border: 1px solid black;
    border-radius: 10px;
    background: red;
    text-align: center;
    font-weight: bold;
    color: white;
}

