#forummain {
	position: relative;
	margin: 0;
	padding: 0;
	width: 900px;
	border-bottom: 1px solid black;
}

#forumleft {
	float: left;
	width: 254px;
	padding: 0;
}

#forumleft a.catrow0, #forumleft a.catrow1 {
	display: block;
	width: 230px;
	height: 23px;
	margin: 0;
	padding: 7px 0 0 14px;
	color: #2D4AB0;
	font-size: 11pt;
	text-decoration: none;
}

#forumleft a.catrow0 {
	background: #EEE;
}

#forumleft a.catrow1 {
	background: #DDD;
}

#forumleft a.catrow0:hover, #forumleft a.catrow1:hover {
	background: #888;
	color: white;
}

#forumleft a.active {
	background: #888;
	color: white;
}

#forumright {
	position: relative;
	float: left;
	width: 640px;
	margin: 0 0 0 20px;
	padding: 9px 0 20px 0;
}

#forumright h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #2D4AB0;
	padding: 0 0 3px 10px;
	border-bottom: 1px solid #2D4AB0;
	margin: 0 0 10px 0;
}

#cattitle {
	width: 234px;
	height: 19px;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 12pt;
	background: #2D4AB0;
	color: white;
	padding: 5px;
	font-weight: bold;
}

.forumnote {
	color: black;
	font-size: 9pt;
}

.forumnote a {
	color: #333;
	font-size: 10pt;
}

.msg_ok {
	color: #003341;
	padding-left: 50px;
}

.msg_err {
	color: red;
	padding-left: 50px;
}

table.forum {
	background: #EEE;
	margin: 0 0 2px 10px;
	width: 620px;
}

table.forum th {
	color: #EEE;
	font-size: 8pt;
	padding: 3px;
	height: 13px;
	font-weight: normal;
	text-align: center;
	background: #2D4AB0;
}

table.forum tr.row0, table.forum tr.row1 {
	color: #231f20;
	font-size: 8pt;
	height: 34px;
	font-weight: normal;
}

table.forum tr.row0 {
	background: #EEE;
}

table.forum tr.row1 {
	background: #DDD;
}

table.forum td {
	padding: 0 3px 0 5px;
}

table.forum td a {
	color: #333;
	text-decoration: none;
}

table.forum td a:hover {
	color: #333;
}

table.forum td.c {
	text-align: center;
}

#userlogout {
	padding: 30px 30px 30px 50px;
	line-height: 18px;
}

#userlogout a {
	color: #333;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

#userlogout a.logout {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

div.forumbtmnav {
	text-align: right;
	padding: 3px 10px 20px 0;
	color: #014b6f;
	font-size: 9pt;
}

div.forumbtmnav a {
	color: #333;
}

div.forumtopnav {
	text-align: right;
	padding: 0 10px 5px 0;
	color: #014b6f;
	font-size: 9pt;
}

div.forumtopnav a {
	color: #333;
}

div.forumpages {
	text-align: center;
	color: #333;
}

div.forumpages a {
	color: #333;
}

table.forumpost {
	font-size: 10pt;	
}

table.forumpost th {
	color: black;
	background: none;
	font-size: 10pt;
	padding: 5px 5px 5px 10px;
	text-align: left;
}

table.forumentry {
	margin: 0 0 12px 10px;
	width: 620px;
}


table.forumentry th {
	color: #FFF;
	font-size: 8pt;
	padding: 3px 0 3px 10px;
	background: #2D4AB0;
	height: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #015d8b;
}

table.forumentry th.light, table.forumentry th.lightsep {
	background: #DDD;
	color: #666;
	padding-left: 30px;
}

table.forumentry th.lightsep {
	width: 20px;
	padding: 0;
	border-bottom: 0;
}


table.forumentry td {
	background: #EEE;
	color: black;
	padding: 10px 20px 10px 20px;
	font-size: 9pt;
	border-bottom: 1px solid #015d8b;
}

.emoticon {
	border: 0;
	margin: 5px;
	cursor: pointer;
}

.emo {
	border: 0;
	margin: 0 3px 0 3px;
}