/* Stylesheet for SpamDefy.com Admin Area */

body {
	background: white;
	color: black;
	text-align: center;
}

/* Typeface */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	width: 750px;
	margin: 15px auto 15px auto;
	text-align: left;
}

/* Links */
a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Header */
#logo {
	text-align: left;
	float: left;
}

#tagline {
	text-align: right;
}

/* Headings */

h1 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
}

th.sideheading { vertical-align: top; text-align: right; }

/* Mail colour-coding */

.spam { background-color: #FCF; }
.virus { background-color: #FCC; }
.looping { background-color: #FFC; }
.blacklist { background-color: #CCC; }
.badsender { background-color: #CCF; }
.expired { background-color: #C8F; }

/* Options Bars */

#footer, #footer2, td.footer {
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
}

#footer a, #footer2 a {
	color: #FF0000;
}

#footer a:hover, #footer2 a:hover {
	color: #000000;
}

/* Paragraph Formatting */

p.copyright {
	text-align: center;
}

p.notice {
  font-size: 120%;
  font-weight: bold;
  font-family: sans-serif;
  background: #eee;
  padding: 2px 5px 2px 5px;
  border: none 1px;
}

p.error {
  font-size: 120%;
  font-weight: bold;
  font-family: sans-serif;
  background: #fdd;
  padding: 2px 5px 2px 5px;
  border: none 1px;
}

ul {
	margin-top: 15px;
}

.white {
	color: #ffffff;
}

.white a {
	color: #ffffff;
	text-decoration: none;
}

.white a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Mini statistics table */

table.ministats {
	margin-top: 10px;
	background: #eee;
	border: 1px solid #888;
}

table.ministats th {
	text-align: right;
	font-weight: normal;
	font-size: 10px;
}
table.ministats td {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

/* Statistics Table */

table.stats {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left;
}

table.stats th, table.stats td {
	border: 1px solid #cccccc;
	text-align: left !important;
	padding: 3px;
}

table.stats td table td {
	border: none;
	padding: 0px;
}