/*
 MailWatch for MailScanner
 Copyright (C) 2003  Steve Freegard (smf@f2s.com)

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

BODY {
 margin: 0px 0px 0px 0px;
 font-family: verdana,  sans-serif;
}

TABLE.mail TH, TABLE.boxtable TH, TABLE.maildetail TH {
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
/* background-color: #F7CE4A; */
/* background-color: #6D86DD; */
background-color: #082080;
 color: #FFFFFF;
}

TABLE.mail TR, TABLE.sophos TR, TABLE.sa_rules_report TR {
 font-size: 8pt;
 background-color: #EBEBEB;
}

TABLE.sa_rules_report TH {
 text-align: left;
}

TABLE.mail TR.infected {
 background-color: #FAAF9E;
 color: red;
}

TABLE.mail TR.spam {
 background-color: #FBFFB2;
 color: red;
}

TABLE.mail TR.highspam {
 background-color: #EE6262;
 color: white;
}

TABLE.mail TR.whitelisted {
 background-color: white;
 color: black;
}

TABLE.mail TR.blacklisted {
 color: white;
 background-color: black;
}

TABLE.mail, TABLE.maildetail, TABLE.navigation, TABLE.boxtable {
 border: 1px solid black;
}

.navigation A {
 color: black;
 background-color: #EBEBEB;
 display: block;
 width: 100%;
}

.navigation A:visited {
 color: black;
}

.navigation A:HOVER {
 background-color: #6D86DD;
 color: white;
 display: block;
}

TABLE.maildetail TD.heading {
 background-color: #6D86DD;
 font-weight: bold;
 font-size: 10pt; 
 color: #FFFFFF;
}

TABLE.maildetail TD.detail {
 background-color: #EBEBEB;
 font-size: 8pt;
}

SPAN.yes {
 background-color: red;
 color: white;
 font-weight: bold;
}

SPAN.no {
 background-color: green;
 color: white;
 font-weight: bold;
}

A {
 text-decoration: none;
 color: blue;
}

A:visited {
 text-decoration: none;
 color: blue;
}

A:hover {
 background-color: blue;
 color: white;
}

TABLE.boxtable TR {
 /*border-collapse: collapse;*/
 border-bottom: 1px solid black;
}

/* Lint */
TD.lint_1 {
 background-color: green;
 color: white;
 text-align: right;
}

TD.lint_2 {
 background-color: yellow;
 color: black;
 text-align: right;
}

TD.lint_3 {
 background-color: orange;
 color: black;
 text-align: right;
}

TD.lint_4 {
 background-color: orangered;
 color: black;
 text-align: right;
}

TD.lint_5 {
 background-color: red;
 color: black;
 text-align: right;
}

