﻿div#FeaturedJobs
{
	background-image: url('/Lib/Img/LatestOpportunities.png');
	background-repeat: no-repeat;
	background-position: 28px 19px;
	padding-top: 14px;
	padding-bottom: 14px;
}

div#FeaturedJobs div#Control
{
	float: left;
	width: 18px;
}

div#FeaturedJobs div#Control a
{
	border: 1px solid #292E70;
	display: block;
	height: 18px;
	margin-bottom: 1px;
	background-image: url('/Lib/Img/SmallWhiteArrowUp.png');
	background-repeat: no-repeat;
	background-position: center center;
}

div#FeaturedJobs div#Control a.prev
{
	background-image: url('/Lib/Img/SmallWhiteArrowDown.png');
}

div#FeaturedJobs div#Control a:hover
{
	border: 1px solid #EB7128;
}

div#FeaturedJobs div#Loading
{
	background-repeat: no-repeat;
	background-position: center 26px;
	padding-top: 24px;
}

div#FeaturedJobs div#Detail
{
	float: left;
	width: 450px;
	font-size: 1.2em;
	font-weight: bold;
}

div#FeaturedJobs div#Detail p
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

div#FeaturedJobs div#Detail a
{
	text-decoration: underline;
}

div#FeaturedJobs div#Detail a:hover
{
	text-decoration: none;
}

div#FeaturedJobs div#Detail span.separator
{
	color: #292E70;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: normal;
}