﻿.jobDetailArea
{
	position: relative;
	width: 99.5%;
	height: auto;
	margin-bottom: 10px;
}
.jobDetailHeader
{
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #5a5d4a;
	color: #fffffd;
	font-size: 18px;
	font-weight: bold;
}
.jobDetailHeaderText
{
	position: relative;
	width: auto;
	height: auto;
	margin-left: 20px;
	top: 4px;
}
.jobDetailView
{
	position: relative;
	width: 100%;
	height: auto;
	font-size:11px;
	font-family:Verdana;
}
.jobDetailLeft tr
{
	height:20px;	
}
.tdLabel
{
	font-weight:bold;
	color:Black;
	width:23%;
}
.divCoverDescription
{
	border: 1px solid #cccacd;
	position:relative;
	padding:1%;
	width:97%;
	background-color:#f0f1e9;	
	margin-top:10px;
}
.divHeaderDescription
{
	width:100%;
	font-weight:bold;
	color:Black;	
}
.divContentDescription
{
	position:relative;
	width:100%;
	margin-top:10px;	
}
.divContentDescription ul
{
	list-style-type:disc;
	margin:15px;
}
/* Start: Jobs.css*/
.jobHeading
{
	position:relative;
	width:100%;	
	color: #8fc15e;
	font-family: Verdana;
	font-size: 13px;			
	padding-bottom: 10px;	
	font-weight:bold;
}
.divJobMain
{
	position:relative;
	width:97%; 
	background-color:#f7f8f3; 
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
	clear:both;	
}
.divJobDescMain
{
	position:relative;
	width:100%;
	padding-bottom:3px;
	clear:both;
}
.divJobDescLeft
{
	position:relative;
	width:22%; 
	float:left; 
	font-weight:bold;
	margin-top:3px;
}
.divJobDescRt
{	
	position:relative;
	width:77%; 
	float:left;
	margin-top:3px;
}
.divJobPostingGridViewArea
{
	display: block;		
	width: 100%;
	position: relative;
	height:auto;	
}
/* End: Jobs.css*/