table.topics,table.messages {
	border-collapse: collapse;
	border-spacing: 0;
	border: 3px #256FB5 solid;
	width: 100%;
}

.topics .timecol {
	text-align: right;
}

.topics td,.topics th {
	padding: 3pt 4pt;
	font-family: Arial, Helvetica, sans-serif;
}

.topics thead th {
	font-size: 11pt;
	text-align: left;
	border: 1px #5184A7 solid;
	background-color: #DBE6F4;
}

.topics tbody tr td {
	font-size: 9pt;
	border-top: 1px #C7E1CC solid; /* #73E68B */
	border-bottom: 1px #C7E1CC solid;
	border-right: 1px #C7E1CC dashed;
	background-color: #F0F5F1;
}

.topics tbody tr.row0 td {
	background-color: #F4F9F5;
}

.topics tbody tr.row1 td {
	background-color: #F0F5F1;
}

.topics .messagecol {
	text-align: center;
}

.topics .authorcol {
	text-align: center;
}

.topics .moderator {
	background-color: #FAD58F;
	padding: 3pt;
	font-weight: bold;
}

.messages td,.messages th {
	padding: 3pt 4pt;
	font-family: Arial, Helvetica, sans-serif;
}

.messages thead th {
	font-size: 11pt;
	text-align: left;
	border: 1px #5184A7 solid;
	background-color: #DBE6F4;
}

.messages tbody tr td {
	font-size: 9pt;
	border-top: 1px #A9B6BF solid; /* #A9BFAD  #73E68B */
	border-bottom: 1px #A9B6BF solid;
	padding: 8pt 12pt;
}

.messages tr.moderator .options {
	font-size: 10pt;
	background-color: #FAD58F;
	border-bottom: none;
}

.messages .authorcol {
	vertical-align: top;
	text-align: center;
	border-right: 1px #C7E1CC solid;
	background: #E9F2EA url('/images/forum/lightramp.gif') repeat-x scroll
		left top;
}

.messages tr.moderator .authorcol {
	border-top: none;
	background: #FAD58F url('/images/forum/lightramp_mod.gif') repeat-x
		scroll left bottom;
}

.messages .messagecol {
	vertical-align: top;
	text-align: left;
	background: #F4F9F5 url('/images/forum/lightramp.gif') repeat-x scroll
		left bottom;
}

.messages tr.moderator .messagecol {
	border-top: none;
	background: #FAE6C0 url('/images/forum/lightramp_mod.gif') repeat-x
		scroll left top;
}

#newpost {
	margin: 12pt 0 12pt 140px;
	width: auto;
	border: 5px #A9B6BF solid;
}

#newpost div.postheader {
	background-color: #E9F2EA;
	padding: 8pt;
	border-bottom: 1px #A9B6BF solid;
}

#newpost div.postheader h1 {
	margin: 0;
}

#newpost div.postbody {
	background: #E9F2EA url('/images/forum/lightramp.gif') repeat-x scroll
		left top;
	padding: 0 8pt;
	border-bottom: 1px #A9B6BF solid;
}

.postdate {
	font-size: 7.5pt;
	padding-top: 3pt;
	color: #666;
}

.anon {
	font-style: italic;
}

a {
	color: #0763A0;
	font-weight: 600;
}

img {
	border: none;
}

.header table td,.header table th {
	border: none;
	table-layout: fixed;
	width: 717px;
	line-height: 0.1;
	font-size: 16px;
}

.header {
	background: #FFF url('/images/ourconsumerplace/ocp_header_ext.gif')
		repeat-x scroll left top;
}

.header tr.imagereadyhack td {
	font-size: 0;
}

#body {
	background-color: #DBE6F4;
}

#leftcol {
	float: left;
	width: 149px;
	margin: 0 10px 0 0;
	border-right: 1px solid #000;	
	background: #DBE6F4 url('/images/ourconsumerplace/ocp_sidebar_ext.gif') repeat-y scroll left top;
	height: 780px;
}

#content {
	margin: 0 0 0 149px;
	border-left: 1px solid #000;	
	padding: 1em 3em 1em 2em;
	background-color: white;
}

#toplink {
	text-align: right;
}

#logininfo {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	text-align: right;	
	color: #fff;
}

.rule {
	width: 100%;
	height: 1px;
	margin: 2em 0;
}

.rule1 {
	width: 33.3%;
	border-top: 2px #F6822C solid;
	height: 1px;
	float: left;
}
.rule2 {
	width: 33.3%;
	border-top: 2px #B80085 solid;
	height: 1px;
	float: left;
}

.rule3 {
	width: 33.3%;
	border-top: 2px #35C927 solid;
	height: 1px;
	float: left;
}

.printonly {
	display: none;	
}

.withdrawn td {
	color: #666;
}

@media print {
	#leftcol {
		float: left;
		width: 0;
		border-right: none;
		height: auto;
		display: none;
	}
	
	#content {
		margin: 0 0 0 0;
		padding-left: 0;
		padding-right: 0;
		border-left: none;
	}
	
	#toplink {
		display: none;
	}

	#logininfo {
		display: none;
	}
	
	.noprint {
		display: none;
	}
	
	.printonly {
		display: block !important;
	}
	
}