
#search_form div.form-label {
	color: #cc0000;
	float: left;
}
#search_form div.form-field {
	float: left;
	padding-left: 10px;
	
}

#search_form div.form-field input {
	background-color: #EDEFE6;
	font-size: 10px;
	width: 90px;
	border: 0px;
}

#discussion-content {
	margin-top: 10px;
	background-color: #EDEFE6;
	width: 450px;
	padding: 10px;
}

#discussion-hot-topics {
	margin-top: 10px;
	background-color: #EDEFE6;
	width: 450px;
	padding: 10px;
}

table#topics {
	border-bottom: 2px solid #cc0000;
}

#topics th {
	color: #cc0000;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}

#topics td {
	border-top: 2px solid #cc0000;
	padding: 5px;	
}

#topics td a, #discussion-comments td a {
	font-weight: bold;
	text-decoration: none;
	color: #174479;
}

#topics td a:hover, #discussion-comments td a:hover {
	text-decoration: underline;
}

#topic-title td {
	color: #ee811f;
	font-weight: bold;
}

#hot-topics {
	background-color: #F0575B;
	padding: 5px;
}

#hot-topics table {
	border-bottom: 2px solid #fff;
}

#hot-topics th {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}

#hot-topics td {
	border-top: 2px solid #fff;
	padding: 5px;
	color: #fff;
}

#hot-topics td a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#hot-topics td a:hover {
	text-decoration: underline;
}

#discussion-comments {
	border-top: 4px solid #cc0000;
}

#discussion-comments th {
	color: #cc0000;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}

#discussion-comments td {
	border-top: 2px solid #cc0000;
	padding: 5px;
}

#btn-reply a {
	color: #cc0000;
	padding: 3px;
	border: 1px solid #cc0000;
	background-color: #FFF;
	text-decoration: none;
}

#btn-reply a:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: #cc0000;
}

#discussion-topic {
	overflow: auto;
	width: 420px;
	height: 250px;
	border: 2px solid #cc0000;
	padding: 10px;
}
#login, #user_register {
	border: 2px solid #cc0000;
	background-color: #F6F9EA;
	margin-top: 5px;
	padding: 10px;
}

#login div.form-field, #login div.form-label, #user_register div.form-field, #user_register div.form-label {
	padding-top: 3px;
}

#login input, #user_register input {
	border: 1px solid #000;
	width: 300px;
}

#login a, #user_register a {
	color:#1576BD;
	text-decoration: none;
}

#login a:hover, #user_register a:hover {
	text-decoration: underline;
}

#navigation {
	width: 470px;
	clear: both;
}

#navigation-bc {
	float: left;
	padding-top: 8px;
}

#navigation-pn {
	float:right;
	text-align: right;
	padding-top: 4px;
	font-weight: bold;
}

td.deleted {
	text-decoration: line-through;
}

span.highlight {
	background-color: #cc0000;
}
