﻿div#JobRepeater
{
}

div#JobRepeater div#Sorting
{
	display: none;
}

div#JobRepeater div#NoOfJobsWrap
{
	font-size: 1.2em;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #55588B;
	margin-bottom: 8px;
}

div#JobRepeater div#NoOfJobsWrap span
{
	color: #EB7128;
}

div#JobRepeater div.pagingWrap select /* Must remain above PagingWrap to reset font-size to 1.0em */
{
	font-size: 1.0em;
	width: auto;
	margin-left: 4px;
	margin-right: 4px;
}

div#JobRepeater div.pagingWrap
{
	padding-right: 0px;
	font-size: 1.1em;
	margin-bottom: 8px;
}

div#JobRepeater div.pagingWrap div.paging
{
	float: left;
	padding-left: 2px;
}

div#JobRepeater div.pagingWrap div.paging a
{
	display: block;
	float: left;
}

div#JobRepeater div.pagingWrap div.paging a.next
{
	border-left: 1px solid #EB7128;
	padding-left: 8px;
	margin-top: 5px;
}

div#JobRepeater div.pagingWrap div.paging a.previous
{
	border-right: 1px solid #EB7128;
	padding-right: 8px;
	margin-top: 5px;
}

div#JobRepeater div.pagingWrap div.paging div.selectionWrap
{
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}

div#JobRepeater div.pagingWrap div#ResultsPerPage
{
	float: right;
}

div#JobRepeater div.item
{
	padding-bottom: 8px;
}

div#JobRepeater div.item div.forwardArrow
{
	margin-left: 4px;
}

div#JobRepeater div.item h1
{
	font-size: 1.2em;
	font-weight: bold;
}

div#JobRepeater div.item div.details
{
	margin-top: 4px;
	background-image: url('/Lib/Img/KOnMid.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1.2em;
	padding: 6px;
}

div#JobRepeater div.item div.details div.leftDetails
{
	float: left;
}

div#JobRepeater div.item div.details div.rightDetails
{
	float: right;
	width: 140px;
}

div#JobRepeater div.item div.details div.linkWrap
{
	background-image: url('/Lib/Img/FadeOnMid.png');
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 6px;
	padding-top: 4px;
	padding-left: 36px;
}

div#JobRepeater div.item div.details div.rightDetails div.forwardArrowOnMid
{
	font-weight: bold;
}

div#JobRepeater div.item div.details div.rightDetails div.forwardArrowOnMid a
{
	border-bottom: 0px;
}

div#JobRepeater div.item div.details div.rightDetails div.forwardArrowOnMid a:hover
{
	text-decoration: underline;
}

div#NoData h2
{
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 14px;
	padding-bottom: 6px;
	text-align: center;
	font-style: italic;
	margin-bottom: 0px;
	text-align: left;
}

div#NoData p
{
	font-size: 1.2em;
	padding-left: 8px;
	padding-bottom: 8px;
}

div#NoData p a
{ 
	color: #EB7128;
}