#forum p.desc {
	color:#3C3C3C;
	font-size:8pt;
	text-align:left;
}

#forum .location {
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:10pt;
}

#forum .location a {
	color:#CD7219;
	text-decoration:none;
}

#forum .location a:hover {
	color:#79BD4A;
	text-decoration:underline;
}

#forum a.forum {
	color:#000000;
	font-size:10pt;
	font-weight:600;
	text-decoration:none;
}

#forum a.forum:hover {
	color:#CD7219;
	font-size:10pt;
	text-decoration:none;
}

#forum a.userlink {
	color:#CD7219;
	text-decoration:none;
}

#forum a.userlink:hover {
	color:#000000;
	text-decoration:underline;
}

div.forum_board {
	background-color: #333333;
	height:26px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div.forum_board h2 {
	font-size:11pt;
	font-weight:600;
	color:#CCCCCC;
	padding-left:15px;
	padding-top:4px;
}

div.forum_board div.actions {
	padding:4px;
	text-align:right;
}

div.forum_board div.actions a {
	font-size:11pt;
	font-weight:600;
	color:#79BD4A;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

div.forum_board div.actions a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

div.forum_row_0 {
	background-color:#DCFFC8;
	color:#000000;
}

div.forum_row_1 {
	background-color:#F0F0F0;
	color:#000000;
}

div.forum_row_1, div.forum_row_0{
	width:648px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.postrow_head {
	color:#555555;
	border-bottom:1px solid #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:10px;
	font-style:italic;
	text-align:left;
}

.postrow_head a {
	color:#CD7219;
	text-decoration:none;
}

.postrow_head a:hover {
	color:#79BD4A;
	text-decoration:underline;
}

.postrow_text {
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:10px;
	text-align:justify;
}