/**
 *	+-----------------------------------------------------------------------------------------+
 *	News Module Public Styles
 *	+-----------------------------------------------------------------------------------------+
 */

/**
 *	+-----------------------------------------------------------------------------------------+
 *	Block
 *	+-----------------------------------------------------------------------------------------+
 */
.news_block_date
{
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						11px;
	color:							#007AC3;
}

.news_block_link
{
	float: 							right;
	height:							30px;
}



/**
 *	+-----------------------------------------------------------------------------------------+
 *	Posts
 *	+-----------------------------------------------------------------------------------------+
 */
.news_title
{
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						14px;
	font-weight:					bold;
	color:							#d87702;
}

.news_bar
{
	border: 							0px;
	height: 							1px;
	background-color:				#999999; /* For everyone */
	color:							#999999; /* For IE... as always... */
}