
body {
	margin-bottom: 0px;
	color: #fff;
	/* Flat Black (fallback) */
	background: #1A1A1A
}
.style-box.red, body.red {
	/* Classic Red */
	background: #470000;
}
.style-box.blue, body.blue {
	/* Deep Blue */
	background: #0D1933;
}
.style-box.grey, body.grey {
	/* Flat Black */
	background: #1A1A1A;
}
.style-box.brown, body.brown {
	/* Rusty Brown */
	background: #3B2102;
}
.style-box.green, body.green {
	/* Racing Green */
	background: #192604;
}

body.top {
	margin: 0px;
}
body.top table {
	width: 100%;
}
body.updates {
	margin: 5px;
	overflow-x: hidden;
}

a {
	color: #fff;
}
a:active,
a:visited {
	color: #c0c0c0;
}
a[href^="mailto:"]::before {
	content: "";
	display: inline-block;
	background-image: url(ui/mail_icon.gif);
	width: 18px;
	height: 13px;
	margin: -2px 0px;
	transform: scale(0.7);
}

p {
	font-family: Arial;
	font-size: 13px;
	line-height: 0.9;
	margin: 0;
}
p.content-text {
	font-size: 15px;
	line-height: 1;
	width: 630px;
	margin-bottom: 10px;
}
p.updates-text {
	font-size: 10px;
	line-height: 1.2;
	text-wrap: nowrap;
}

.updates-table {
	width: 350px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content-table {
	width: 80%;
}
#content-head > td {
	height: 85px;
	width: 630px;
	vertical-align: top;
}
#content-foot > td {
	height: 40px;
	vertical-align: top;
}
#content-foot p {
	font-size: 10px;
	line-height: 1;
}

.mod-table {
	width: 630px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.mod-table > tbody > tr > td {
	vertical-align: top;
}
.mod-table > tbody > tr > td:first-child {
	width: 300px;
}
.mod-table > tbody > tr > td:last-child {
	width: 300px;
	height: 195px;
}

.details-table {
	width: 100%;
	height: 100%;
}
.details-table > tbody > tr > td {
	vertical-align: top;
}
.details-table > tbody > tr:first-child > td {
	height: 40px;
}
.details-table > tbody > tr:nth-child(3) > td {
	height: 20px;
	text-align: center;
}

.updates-box, .content-box, .mod-box {
	background: #000;
	border: 1px solid #fff;
	padding: 2px;
	text-align: center;
	line-height: 1.2;
}
.updates-box {
	font-size: 10px;
}
.updates-box.iframe {
	background: none;
	padding: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.updates-box.iframe iFrame {
	height: 75px;
	width: 350px;
}
.content-box {
	width: 630px;
}
.mod-box {
	margin-bottom: 19px;
}

.style-box {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	cursor: pointer;
}
