﻿/***********************************************************************
	Styles for: .searchCriteriaTop
***********************************************************************/

.JobSearch
{
	min-height: 500px;   /* FF reads this */
    height: auto !important;  /* FF & IE7 read this and set this as the primary value no matter what */
    height: 500px; /* IE6 reads this */
}

.JobSearchIntroContent
{
	width: 600px;
	margin: 20px 0;
}

.searchCriteriaTopJobSearch
{
	background-image: url(../Images/TuitionEstimator/bkgdTuitionEstimatorTile.gif);
	background-repeat: repeat;
	background-position: bottom left;
	border-top: solid 1px #706658;
	border-bottom: solid 1px #706658; 
	padding: 2px 0;
	font-weight: bold;
	width: 900px;
	margin:0 0 20px 0; 
}

.searchCriteriaTopJobSearch td
{
	height: 30px;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}

.searchCriteriaTopJobSearch .lineRule
{
	line-height: 0;
	height: 1px;
	background-color: #706658;
	width: 100%;
	padding: 0;
}


/*****************************************************************
	Job Search - Results Page - Styles
*****************************************************************/

.jobsDetailsMain
{
	background-image: url(../Images/TuitionEstimator/bkgdTuitionEstimatorResultContainer.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 650px;
	padding: 10px 0;
	margin: 0 0 30px 0;
}

.jobsDetailsContentContainer
{
	margin: 0 0 0 40px;
	position: relative;
}

.jobsDetailsTop
{
	background-image: url(../Images/backgrounds/bkgdJobDetailContainerTop.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 750px;
	height: 30px;
}

.jobsDetailContent
{
	background-image: url(../Images/backgrounds/bkgdJobDetailContainerMiddle.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 15px 10px 35px;	
	overflow:hidden;
	width: 750px;
}

.disclaimerText
{
	font-size: 0.8em;
	margin: 15px 0;
	display: block;
}

.jobsDetailsBottom
{
	background-image: url(../Images/backgrounds/bkgdJobDetailContainerBottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 750px;
	height: 179px;
}

	.schoolLabelImage
	{
		background-image: url(../Images/TuitionEstimator/bg_schoollogo.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 230px;
		height: 64px;
		z-index: 10;
		text-align: center;
	}
	
	.schoolLabelImage img
	{
		position: relative;
		top: 5px;
	}	
	/*****************************************************************
		Jobs Search - Results Page - Bottom Links - styles
	*****************************************************************/
	
	.tuitionResultsBottomLinks
	{
		margin: 35px 0 10px 42px;
	}
	.jobTitle span
	{
		margin-left:10px;
	}
	.detailLink { font-weight:bold;color:#DF655E;text-decoration:none;}
	.PostedDate {font-style:italic;}
	.contactBlock {padding:15px;margin:4px 0 5px 10px;font-size:12px;border:dotted 1px #ddd;width:400px;background-color:#fffff0;}
	.contactBlock a:link, .contactBlock a:visited{font-weight:bolder;color:#880000;text-decoration:none;}	.contactBlock a:hover{color:#999;text-decoration:underline;}

