@import url(common/billboard_page.css);

/*
Job Opportunities stylesheet
*/

/*
-------------------------------------------------------------------
Content
*/

#content
{
	background: #383838;
	color: #FFF;
	min-height: 251px;
}

/*
-------------------------------------------------------------------
Col1
*/

#col1
{
	width: 200px;
	margin-bottom: 10px;
}

/*
-------------------------------------------------------------------
Tabs
*/

.tabs
{
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #EEE;
	padding: 0;
}

.tabs a
{
	color: #fefefe !important;
	text-decoration: none !important;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #AAA;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #383838;
	position: relative;
	/*top:1px;*/
}

.tabs span
{
	padding-left: 5px;
	padding-right: 5px;
}

a.tabOff { background: #222 !important; }
a.tabOff:hover { background: #444 !important; }

a.tabOn
{
	background: #383838;
	padding-bottom: 3px;
}

/*
-------------------------------------------------------------------
Col2
*/

#list
{
	/*border-top: 1px solid #DDD;*/
	padding-top: 4px;
	margin-right: 20px;
}

.job
{
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

.job h4
{
	margin-top: 0;
	padding-top: 0;
}

.jobDesc { }
.jobContact { margin-bottom: 0; }
.business { display: none; }

#backToList
{
	margin-bottom: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #DDD;
}

#branchesList { margin-top: 1em; }

