body
{
	margin: 0;

	background: transparent;
	color: #444;
	font-size: 12px;
	line-height: 1.5;
	font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
#m_latest-jobs h3
{
	padding: 5px 5px 5px 14px;
	margin: 0;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #DC5933;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
#m_latest-jobs a
{
	color: #181818;
	font-weight: bold;
	text-decoration: none;
}
#m_latest-jobs a:hover, 
#m_latest-jobs a:active
{
	color: #181818;
	text-decoration: underline;
}
#m_latest-jobs ul
{
	padding: 0;
	border: solid 1px #ddd;
	border-top: 0;
	margin: 0;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #f5f5f5;
	list-style: none;
}
#m_latest-jobs li
{
	display: block;
	overflow: hidden;

	padding: 10px 5px 10px 5px;
	border-bottom: solid 1px #ddd;
	margin: 0 10px;

	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}
#m_latest-jobs li:last-child
{
	border-bottom: 0;
}
#m_latest-jobs .rss-item-title
{
	display: block;
}
#m_latest-jobs .rss-item-title a
{
	display: block;
	overflow: hidden;

	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#m_latest-jobs .rss-item-description, 
#m_latest-jobs .rss-item-description div, 
#m_latest-jobs .rss-item-pubDate
{
	display: inline-block;
}
#m_latest-jobs .rss-item-description div
{
	margin: 0 15px 0 0;
}

#m_latest-jobs .rss-item-description .xmlProfession,
#m_latest-jobs .rss-item-description .xmlRole,
#m_latest-jobs .rss-item-description .xmlLocation .xmlBoldTitle,
#m_latest-jobs .rss-item-description .xmlDate .xmlBoldTitle,
#m_latest-jobs .rss-item-description .xmlDescription,
#m_latest-jobs .rss-item-description br
{
	display: none;
}