﻿
.clear {
	clear:both;	
	display:block;
}


#bottomlinks {
	display:inline;
	border:0px solid #000000;
	padding:0px;
	width:730px;
	float:left;
	margin:5px 0px 0px 30px;
}

#foot {
border:0px solid #000000;
width:770px;
height:60px;
margin: 0px 0px 0px 0px;
clear:both;
text-align:center;
vertical-align:baseline;
line-height:20px;
background-image: url('../Images/landing/footer3.jpg');
background-repeat:no-repeat;
}

/**** JOB Search *****/
.JobSearchHeader TH
{
	font-weight: bold;
	padding: 10px;
	text-align: left;
	background-color: #336666;
	color: white;
	font-family: Arial;
	font-size: 10pt;
}
.JobSearchHeader
{
	font-weight: normal;
	padding: 10px;
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 9pt;
	
}

.JobSearchGrid
{
	border:1px black solid;
}

.JobSearchGrid a
{
color:#333333;
text-decoration:underline;

}

.JobSearchGrid TD
{
    padding:4px;    
    padding-left:10px;    
    vertical-align:top; 
    font-family:Arial, Helvetica, sans-serif;   
    color:#333333;
}
.JobSearchGrid TD.Reference
{
	font-weight: normal;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
}

.JobSearchGrid TD.Icon
{
    padding-left:0;
}


.JobSearchGrid .Item
{
    background-color:#FFFFFF;
   
}
.JobSearchGrid .AlternatingItem
{
	background-color: #cccccc;
	filter: alpha (opacity: 20);
	color: black;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.Reference
{
	font-weight: normal;
	color: black; 
	font-family: Arial, Helvetica, sans-serif;

}
H2
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/************ JOB VIEW ***************/
 .JobView
{
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 25px;
	zoom: 1;
	font-family: Arial;
	font-size: 12px;
	color: black;
}

.JobView .Header
{
	height:50px;
}

.JobView H2
{
	background-color: #336666;
	color: white;
	border-bottom: 1px black solid;
	display: block;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:2px;
	font-family: Arial;
	font-size: 16px;
}
.JobView H2 span
{
	margin: 0;
	height: 5px;
	font-size: 16px;
}

.JobView h4
{
	margin-top:0 ;
	font-family: Arial;
	font-size: 14px;

}

.JobView .Location
{
	float:left;
	width:50%;
}

.JobView .MetroArea
{
	float:left;
	width:25%;
	margin-top:15px;
}

.JobView .State
{
	float:left;
	width:25%;
	margin-top:15px;
}

.JobView .Title
{
	float: left;
	width: 40%;
	margin-top: 0px;
	color: black;
}
.JobView .Location
{
	margin-top:0px;
}
.JobView H3
{
	color: #000;
	background-color: #D2D2D2;
	padding:4px;
	margin-top:15px;
	font-family: Arial;
	font-size: 14px;

}

.JobView .Buttons
{
	text-align:center;	
	padding:10px;
}

.JobView .Buttons A
{
	margin-left:30px;
	color:#333333;
}

.JobView .Description
{
	padding: 5px;
	min-height: 100px;
	color: black; 
}



.JobView label
{
	width:100px;	
	display:block;
	float:left;
	font-weight:bold;
	padding-left:20px;

}



.ErrorSummary
{
	border: 1px solid	#E78787;
	background-color: #FFF2F2;
	margin-bottom: 15px;
	font-size: 12px;
	color: #422d2d !important;
}
#ErrorSummary UL LI a
{
	color: #422d2d !important;
}
.ErrorSummary UL
{
	list-style-type: square;
	list-style-position:inside;
	margin:12px;
}

.ErrorSummary UL LI 
{
    line-height:1.5em;
}

.ErrorHeader
{
	color: White;
	background-color: #DF0000;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px;
}
