a.forumButton {
	border:1px solid #BEBEBE;
	cursor:pointer;
	margin:0pt;
	overflow:visible;
	padding:0 4px;
	vertical-align:top;
	background-color:#F3F3F3;
	color:#74787A;
	line-height: 24px;
	height: 24px;
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	display: block;
	float: right;
	text-decoration: none;
	background: url(/images/forum_button.jpg) bottom;
}
a.forumButton:hover {
	border-color: #26B3DA;
}
a.forumButton span {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 24px;
	height: 24px;
	padding-left: 18px;
}
span.forumDelete {
	background-image: url(/images/icons/action_delete.gif);
}
span.forumAdd {
	background-image: url(/images/icons/reply.gif);
}
#forumCategories,
#forumTopics {
	width: 100%;
}
#forumTopics {
	margin-bottom: 20px;
}
#forumTopics caption {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}
#forumCategories th,
#forumTopics th {
	padding: 4px;
	background-color:#E5E5E5;
	color:#74787A;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
th.forumCol1 {
	width: 60px;
	text-align: center;
}
th.forumCol2 {
	width: 180px;
}
td.forumCol1 {
	text-align: center;
}
#forumCategories td,
#forumTopics td {
	padding: 10px 4px;
	border-bottom: 1px solid #E5E5E5;
}
#forumCategories td h3 a,
#forumTopics td h3 a {
	font-size: 11px;
	font-weight: bold;
	color: #26B3DA;
	text-decoration: none;
}
#forumCategories td p,
#forumTopics td p {
	line-height: 14px;
	color: #74787A;
	font-size: 10px;
}
#forumCategories td p a,
#forumTopics td p a,
#forumTopics th a,
td.forumCol5 a {
	color: #26B3DA;
}
td.forumCol4 {
	vertical-align: top;
	color: #74787A;
	font-size: 10px;
}
td.forumCol4 strong {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	display: block;
}
td.forumCol5 {
	width: 500px;
	background: #F0F0F0;
	vertical-align: top;
}
#newTopic .textfield,
#newReply .textfield {
	width: 550px;
	border:1px solid #DEDEDE;
	font-size:10px;
	height:17px;
	line-height:17px;
	margin:0 !important;
	padding:0;
}
#newTopic textarea.textfield,
#newReply textarea.textfield{
	height: 300px;
}
#newTopic h3,
#newReply h3 {
	font-weight: bold;
}
span.forumPages {
	display: block;
	float: left;
	padding-top: 10px;
}
span.forumPages a {
	color: #26B3DA;
	padding: 0 10px;
}

