/***********************/
/* Job Listings Styles */
/***********************/

/* Typography and Colours */

.joblisting .header
	{
	background-color: #959595;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.joblisting .jobid
	{
	color: #959595;
	text-align: right;
	}
	
.title
	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #959595;
	}

/* Structure */

.joblisting
	{
	width: 375px;
	margin: 0 0 20px 25px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 1px 0 1px 0;
	}
	
.joblisting table
	{
	width: 100%;
	}
	
.joblisting td
	{
	padding: 5px 10px 5px 10px;
	}
	
/* Headers */

.title
	{
	margin-left: 25px;
	padding: 5px;
	}
	
h6
	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: 0;
	}
	
/* Links */

.joblisting a
	{
	background: url(../images/link_arrow.gif) 0px 6px no-repeat;
	padding-left: 10px;
	display: block;
	}
	
#content .more a
	{
	background: url(../images/link_arrow.gif) 0px 6px no-repeat;
	}
	
.locationlink a
	{
	background: url(../images/link_arrow.gif) 0px 7px no-repeat;
	display: block;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.locationlink a:hover, .locationlink a:active
	{
	background: #CD19C7;
	color: #FFFFFF;
	text-decoration: none;
	}
	
	
/* Lists */

#content ul.joblist
	{
	padding-left: 40px;
	}