@charset "utf-8";
/* CSS Document */



/*---------------------------------------------
// Content - Forum
*/
	#content #forum h1 {
		font-size: 22px;
		font-weight: normal;
		color: #1653a0;
		margin-top: 15px;
		margin-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ccc;
		border-left-style: none;
		padding-left: 10px;
	}
	#content #forum .start-discussion {
		padding-top: 0px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 5px;
		margin: 0px;
	}
	#content #forum .options {
		background-color: #EEE;
		padding: 3px;
		margin-bottom: 30px;
	}
	#content #forum .options img {
		margin-right: 3px;
		float: left;
	}
	#content #forum .options small {
		font-size: 9px;
		color: #666;
		padding-right: 3px;
		padding-left: 3px;
		display: block;
		padding-top: 3px;
	}
	#content #forum .topic {
		padding: 3px;
		margin-top: 15px;
		border-top-width: 5px;
		border-top-style: solid;
		border-top-color: #CCCCCC;
	}
	#content #forum .topic h2 {
		font-size: 16px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#content #forum .topic h2 a:hover { text-decoration: underline; }
	#content #forum .topic p {
		font-size: 11px;
		color: #999999;
		margin-top: 3px;
	}
	#content #forum .topic ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#content #forum .topic li {
		padding-top: 0px;
		padding-right: 3px;
		padding-bottom: 5px;
		padding-left: 25px;
		color: #999999;
		font-size: 11px;
	}
	#content #forum .topic li strong {
		display: block;
		font-size: 14px;
	}
	#content #forum .topic li strong a {
		color: #1659AB;
		text-decoration: none;
	}
	#content #forum .topic li strong a:hover {
		color: #478FE7;
		text-decoration: underline;
	}
	
	#content #forum .date {
		font-size: 11px;
		color: #999999;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
	}
	#content #forum #table {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCCCCC;
	}
	#content #forum #table tr.RowOverSelected { background-color: #E9F2FC; }
	#content #forum #table td {
		color: #666666;
		font-size: 12px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		padding-top: 3px;
		padding-bottom: 4px;
		padding-left: 10px;
	}
	#content #forum #table tr.featured {
		background-color: #F3F3F3;
	}	
	#content #forum #table td.featured {
		background-image: url(/images/forum-featured-bg.png);
		background-repeat: repeat-y;
		width: 1px;
	}	
	#content #forum #table a {
		display: block;
		font-size: 14px;
		padding-bottom: 3px;
		color: #1659AB;
		text-decoration: none;
		display: block;
	}
	#content #forum #table a:hover {
		text-decoration: underline;
		color: #478FE7;
	}
	#content #forum .discussion {
		border: 1px solid #80B1EE;
		margin-top: 15px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	#content #forum .discussion h2 {
		background-color: #E9F2FC;
		margin-bottom: 1px;
		margin-top: 0px;
		margin-right: -5px;
		margin-left: -5px;
		padding: 3px;
		font-size: 14px;
		font-weight: normal;
	}
	#content #forum #add {
		background-color: #E9F2FC;
		border: 1px solid #80B1EE;
		padding: 5px;
		margin-top: 30px;
	}
	#content #forum #add p.comment-heading {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}
	#content #forum #add p.comment-heading a { color: #FF0000; }
	#content #forum #add p.comment-heading a:hover { color: #999999; }
	#content #forum #add label {
		font-size: 11px;
		margin-bottom: 5px;
	}
	#content #forum #add .note {
		font-size: 10px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	#content #forum .forum-ad {
		text-align: center;
	}
