/*  
*	REQUIRES: utilities.reset.fonts.css
*
*	LAST MODIFIED: 2009-07-13
*/

.widget-cs-notices .ui-widget-content
{
	padding: 0px 17px;
}

.widget-cs-notices .ui-widget-content .hentry
{
	background: transparent url(images/divider.h.png) bottom left repeat-x;
	padding: 15px 0px;
}

.widget-cs-notices .ui-widget-content .hentry.last-item
{
	background: transparent url(images/placeholder-1x1.png) bottom left no-repeat;
}

.widget-cs-notices .ui-widget-content .hentry abbr
{
	color: #787878;
	font-size: .85em;
	padding: 15px 0px;
}

.widget-cs-notices .ui-widget-content .hentry .entry-title
{
	color: #666666;
	display:block;
	font-weight: bold;
}

.widget-cs-notices .ui-widget-content .hentry a
{
	background: transparent url(images/notices.bg.arrow.png) top right no-repeat;
	color: #666666;
	display:block;
	padding-right: 40px;
	text-decoration:none;
}

.widget-cs-notices .ui-widget-content .hentry a:hover
{
	background-position: right -71px;
	color: #333333;
}

.widget-cs-notices .ui-widget-content .hentry a:hover abbr,
.widget-cs-notices .ui-widget-content .hentry a:hover .entry-title
{
	color: #333333;
}

.widget-cs-notices .ui-widget-content .view-all
{
	margin-top: 10px;
}
