.header {
	border-bottom: 1px solid #000000;
	color: #000000;
	background: #663F22;
}
.left {
	padding-left: 8px;
	padding-right: 8px;
}
.layout_left {
	padding-top: 8px;
	padding-bottom: 8px;
	border-right: 1px solid #000000;
	color: #000000;
	background: #A87D72;
}
.center {
	padding-left: 4px;
	padding-right: 4px;
}
.layout_center {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #000000;
	background: #BB998F;
}
.right {
	padding-left: 4px;
	padding-right: 4px;
}
.layout_right {
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid #000000;
	color: #000000;
	background: #A87D72;
}
.main {
/*	background-image: url('../images/design/back.gif'); */
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.footer {
	padding: 4px;
	border-top: 1px solid #000000;
	color: #000000;
	background: #663F22;
}
.content {
	border: 1px solid #504433;
}
.content-header {
	color: #000000;
	background-color: #663F22;
}

/* Status Elements */
.s_online {
	color: #00FF00;
	background-color: transparent;
}
.s_offline {
	color: #FF0000;
	background-color: transparent;
}

/* Sectional Elements */
.good {
	color: #6666FF;
	background-color: transparent;
}
.neutral {
	color: #4A4E4F;
	background-color: transparent;
}
.evil {
	color: #9B2727;
	background-color: transparent;
}
.notice {
	color: #CC9933;
	background-color: transparent;
}

.picture {
	padding: 4px;
}

/* Alternating Cell Specification */
.ac {
	border: 1px solid #000000;
}
.ac-spacer {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none;
	border-right: none;
	padding-left: 4px;
	padding-right: 4px;
}
.toper {
	border-top: 1px solid #000000;
}
.ac-header {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	color: #000000;
/*	background-color: #C8D0D7; */
	background-color: #663F22;
}
.ac-master {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	color: #000000;
/*	background-color: #C8D0D7; */
	background-color: #663F22;
	border-bottom: 1px solid #000000;
}
.ac-1 {
	color: #000000;
/*	background-color: #C8D0D7; */
	background-color: #BB998F;
	border-top: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
}
.ac-2 {
	color: #000000;
/*	background-color: #D7DEE4; */
	background-color: #A87D72;
	border-top: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
}
.ac-3 {
	visibility: hidden;
}

.error {
	font-size: 12pt;
	font-weight: bold;
}
.heading {
	font-size: 12pt;
	font-weight: bold;
}
.quote {
	font-style: italic;
}
.strong {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
}
.blink {
	text-decoration: blink;
}
.weak {
	font-size: 6pt;
	font-weight: bold;
}
.highlight {
	color: red;
	background-color: transparent;
}
.special {
	font-weight: bold;
	color: red;
	background-color: transparent;
}
.norm {
	text-decoration: none;
	font-weight: normal;
}
.blockquote {
	background: #A87D72;
	border: 1px solid #000000;
	clear: both;
	margin: 0 15px;
	padding: 15px;
}
.justify {
	text-align: justify;
}

img { border: 0px; }
.img { border: 1px solid #000000; }

.bar {
	padding-left: 4px;
	padding-right: 4px;
}
.formbox {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #D7DEE4;
 	border: 1px solid #000000;
/*	background-image: url('http://www.undergroundnews.com/images/elements/cell-back.gif'); */
}
.bigbox {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000;
	padding: 4px;
	background-color: #D7DEE4;
 	border: 1px solid #000000;
}
.dropdown {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000;
	background-color: #D7DEE4;
 	border: 1px solid #000000;
}
.buttons {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000; 
	background: #C0C0C0;
}

h1 {
	font-size: 1.5em;
}
hr {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}
table {
	font-family: verdana, arial, helvetica, serif, "Times New Roman", Tahoma, System;
	font-size: 8pt;
	color: #000000;
	background-color: transparent;
}
body {
	color: #000000;
	background: #A87D72;
	margin: 0px;
/*	background-image: url('../images/design/back.gif'); */
}
a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}