/*
	Cascading Style Sheet for Death2Spam Web Server (Windows/Mac browsers)
	CSS2 validation: http://jigsaw.w3.org/css-validator/validator-text.html
*/

body {
	margin: 5px;
	color: black;
	background-color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
p, form, th, td, div, span, textarea, input, select, ul, ol, dl, li, dt, dd, blockquote, b, strong, i, em {
	font-size: 9pt;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dir, menu, div, dt, dd, address, blockquote, pre, hr {
	display: block;
}
b, strong, i, em, cite, var, tt, code, kbd, samp, img, span {
	display: inline;
}
b, strong {
	font-weight: bold;
}
i, cite, em, var, address {
	font-style: italic;
}
pre, tt, code, kbd, samp {
	font-family: monospace, "Courier New", courier;
	font-size: 9pt;
}
pre {
	white-space: pre;
}
a:link, a:visited, a:active, a:hover {
	color: blue;
	text-decoration: underline;
}
a:active, a:hover {
	color: #b0a;
}
h1, h2, h3, h4, h5 {
	background-color: white;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #50b;
}
h1 {
	text-align: center;
	font-size: 20pt;
	margin-top: 20px;
	margin-bottom: 15px;
}
h2 {
	text-align: center;
	font-size: 15pt;
	margin-bottom: 10px;
}
h3 {
	text-align: center;
	font-style: italic;
	font-size: 12pt;
	margin-bottom: 7px;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 10pt;
}
sup {
	font-size: 55%;
	vertical-align: top;
}
table, th, tr, td {
	color: black;
	background-color: white;
	border: none;
	border-collapse: collapse;
}
tr, td, th {
	text-align: left;
	vertical-align: middle;
}
th {
	color: white;
	background: blue;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

td, .text, .size, .date, .time {
	padding-left: 2px;
	padding-right: 2px;
}
th, texth, .sizeh, .dateh  {
	color: black;
	background-color: #ccd;
	white-space: nowrap;
	font-weight: bold;
	padding: 1px;
}
th, .texth, .text {
	text-align: left;
}
.timeh, .time, .sizeh, .size {
	text-align: right;
}
.dateh, .date {
	text-align: center;
}
.tagline {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #b0a;
	background-color: white;
}
td.stats-label {
	width: 50%;
	white-space: nowrap;
}
td.stats-data {
	width: 25%;
	text-align: right;
	white-space: nowrap;
}
hr {
	margin-top: 7px;
	margin-bottom: 1px;
	height: 1px;
	color: #91d;
	background-color: white;
}
img {
	vertical-align: bottom;
	border: none;
	margin: 0px;
}
.help-topic {
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 15px;
}
.faq-header {
	color: #50b;
	background: white;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
}
.faq-header:hover {
	text-decoration: none;
	color: #50b;
}

.navbar, .nav {
	color: white;
	background: #50a url(/images/navbar.png) repeat-x 0 50%;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 1px 0px 2px;
}
.nav:link, .nav:visited, .nav:active, .nav:hover {
	color: #eef;
	text-decoration: none;
}
.nav:active, .nav:hover {
	color: white;
	text-decoration: underline;
}

.alert {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

div.center {
	text-align: center;
}
div.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
