@charset "iso-8859-1";
#search_results{
	font-size: 90%;

}

#search_results .page_numbers{
	float:right;
	color:#666666;
}

#sort_search{
	margin-top:10px;
	padding:2px;
	border:none;
	background-color:#E5F2FF;
	width:99%;
}
#sort_search td,
#sort_search th{
	padding-right:10px;

}

.job_summary{
	margin-bottom:2px;
	padding-bottom:2px;
	border-bottom:1px solid #CCCCCC;
	min-height:50px;
}

.job_summary ul{
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:right;
}

.job_summary li{
	margin-right:10px;
	display:inline;
}

.job_summary img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.job_summary p{
	margin-right:110px;
	text-align:justify;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 100%;
}

a.jobtitle{
	font-weight:bold;
	color:#006699;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.jobtitle:hover{
	text-decoration:none;
}

#detail_summary{
	width:99%;
	border-bottom:1px solid #CCCCCC;
}

#detail_summary td{
	line-height:20px;
}

#detail_summary ul{
	margin:0;
	padding:0;
	list-style-type:none;	
}

#detail_summary img{
	margin-right:10px;
	margin-bottom: 2px;
}

/* similar jobs */
#similar_jobs{
	width:300px;
	margin-top:10px;
}

#similar_jobs .top{
	background-image: url(../images/left_white_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
}

#similar_jobs .btm{
	background-image: url(../images/left_white_btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
}

#similar_jobs .middle{
	background-image: url(../images/left_white_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#similar_jobs .content{
	margin-left:10px;
	margin-right:10px;
	font-size:75%;
}

#similar_jobs .content h3{
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:110%;
	margin:0;
	padding-bottom:5px;
}

#similar_jobs ul{
	margin:0;
	padding:0;
}

#similar_jobs li{
	margin-left:20px;
	margin-top	:5px;
}

#job_basket p{
	padding:5px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

#job_basket a{
	font-weight:bold;
}

