/* Home Addition *****************************************************/
.forabg {
	background: #fff none repeat-x 0 0;
	padding: 0 5px;
	clear: both;
	background-color: #eee;
	}

ul.topiclist {
	position: relative;
	display: block;
	list-style-type: none;
	margin: 0;
	}
	ul.topiclist li {
		display: block;
		list-style-type: none;
		font-size: 1.0em;
		margin: 0;
		padding-left: 5px;
		padding-right: 5px;
		}

ul.forums {
	background-color: #eee;
	font-size: 1.1em;
	color: #333;
}

li.row {
	min-height: 37px;
	height: auto !important;
	height: 37px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	}
	li.row strong {
		font-weight: normal;
		color: #333;
		}
	li.row:hover {
		background-color: #fff;
		}

li.header {
	min-height: 10px;
	height: auto !important;
	height: 10px;
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	padding-top: 2px;
	padding-bottom: 6px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #777;
	}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
	}
	span.corners-top {
		background-image: none;
		background-position: 0 0;
		margin: 0 -5px;
	}
	span.corners-top span {
		background-image: none;
		background-position: 100% 0;
	}
	span.corners-bottom {
		background-image: none;
		background-position: 0 100%;
		margin: 0 -5px;
		clear: both;
	}
	span.corners-bottom span {
		background-image: none;;
		background-position: 100% 100%;
	}

span.corners-top {
	background-image: url("/images/corners_left.png");
}

span.corners-top span {
	background-image: url("/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("/images/corners_right.png");
}

a.forumtitle {
	color: #df0023; text-decoration: none; font-weight: bold;
}

/* a.forumtitle:visited { color: #df0023; } */

a.forumtitle:hover {
	color: #df0023; text-decoration: underline; font-weight: bold;
}

a.forumtitle:active {
	color: #df0023; text-decoration: underline; font-weight: bold;
}

* html span.corners-top, * html span.corners-bottom { background-image: url('/images/corners_left.gif'); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url('/images/corners_right.gif'); }