html,body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body {
	background-image: url('http://www.r0b0t.com/assets/images/bg.gif');
}
html,td,div {
	font-size: 11px;
	font-family: Verdana;
}
a {
	color: #880000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div {
	text-align: left;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
input, select, textarea {
	font-family: Verdana;
	font-size: 10px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	width: 100%;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #880000;
	margin-bottom: 8px;
}
h1 a {
	color: #880000;
}
h1 a:hover {
	text-decoration: none;
}
#mainFrame {
	width: 100%;
}
#mainFrame tr td {
	padding: 0px;
}
#centerColumn {
	width: 70%;
	border: solid 1px #E3E3E3;
	background-color: #FFFFFF;
}
#leftColumn {
	width: 20%;
	padding-left: 5px;
}
#leftColumn #menuOnly {
	border: solid 1px #E3E3E3;
	background-color: #FFFFFF;
}
#leftColumn a {
	color: #000000;
	text-decoration: none;
}
#leftColumn a:hover {
	color: #880000;
}
#leftColumn ul {
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 0px;
}
#leftColumn ul li {
	list-style-type: none;
	margin: 5px 0px 1px 0px;
	font-weight: bold;
}
#leftColumn ul li ul {
	padding: 2px 5px 2px 10px;
}
#leftColumn ul li ul li {
	font-weight: normal;
	font-size: 9px;
	padding-bottom: 2px;
}
#leftColumn input {
	font-weight: normal;
}
#content {
	width: 100%;
	margin: 0px 5px 0px 5px;
	background-color: #f1f9ff;
}
.post {
	padding: 0px;
	border-bottom: dashed 1px #DDDDDD;
	margin: 5px;
}
.postDetails {
	border-top: dashed 1px #DDDDDD;
	font-size: 9px;
	padding: 2px;
}
.tagDisplay  {
	border-top: dashed 1px #DDDDDD;
	margin-top: 5px;
	padding: 2px;
	font-size: 9px;
}
.postDetails a {
	color: #880000;
}
#noticeOutput {
	color: #AA0000;
}
.noBorder {
	border: 0px;
}
.textarea-SMALL {
	height: 75px;
}
.textarea-MEDIUM {
	height: 100px;
}
.textarea-LARGE {
	height: 200px;
}
.formComment {
	font-size: 9px;
	font-style: italic;
}
.commentDisplay {
	border-bottom: dotted 1px #000000;
	width: 485px;
	padding: 5px;
	margin-bottom: 10px;
}
.commentDisplay a {
	color: #AA0000;
}
.commentDisplay .nameLink {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.dateLight {
	color: #BBBBBB;
}
.incomplete {
	color: #AA0000;
}
#browseNav a {
	color: #000000;
}
.columnTitle {
	width: 180px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #F0F0F0;
}
.columnSub {
	padding: 3px;
	font-size: 9px;
	border-bottom: solid 1px #293992;
	margin-bottom: 5px;
	width: 180px;
}
.checkGridCell {
	background-color: #F0F0F0;
}
.dateOutput select {
	width: 60px;
}