﻿#page_contents 
{
	margin:0px;
}

/* keywords container at the top */
#keywordsContainer 
{
	background-color: #f3f3db;
	padding: 20px 10px 20px 10px;
	border-bottom: solid 1px #cfcfb5;
}
	/* each line within the container: "keywords" and "locations" */
	#keywordsContainer div
	{
		margin-bottom: 5px;
	}

/* each box: search result */
.searchResultContainer
{
	float: left;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
	padding: 5px;
}
.searchResultContainer_featured
{
	float: left;
	margin-bottom: 5px;
	padding: 5px;
	
	border: solid 1px #000;
	background-color: #f8f8ed;
}
	.result_header
	{
		float: left;
	}
		.result_header .header_title 
		{
			float: left;
			margin: 0px;
		}
			.header_title a
			{
				font-size: 10pt;
				font-weight: bold;
				text-decoration: underline;
				color: #6d68bc;
			}
		.result_header .header_featuredlabel 
		{
			float: right;
			font-weight: bold;
		}
	
	.result_body 
	{
		float: left;
		width:520px;
		padding: 10px 10px 10px 10px;
	}
	.result_footer 
	{
		float: left;
		padding-top: 5px;
		border-top: solid 1px #ccc;
	}
		.result_footer .footer_info
		{
			float: left;
			font-size: 8pt;
		}
			.footer_info label
			{
				font-weight: bold;
			}
			.footer_info .info_item 
			{
				float: left;
				margin-right: 30px;
			}
		.result_footer .footer_button
		{
			float: right;
		}


/* Employer search */
#advancedSearch 
{
	margin: 10px;
}
	
