

/* Job Search in Header */

#jobsearch	{
	margin-left: 50px;
}
#jobsearch p	{
	color:#FFF;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:0;	
}

#jobsearch input[type="submit"], #jobsearch select {
	margin-right: 5px;
}


.submit {
	background:  url(../images/bg_submit.jpg) repeat-x -5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	padding: 2px;
	color:#FFF;
}

#jobsearch form {
	margin-bottom: 2px;
}

/* Rightbar  Position of the Week */
.latestjob	{
	background: url(../images/bg_latestjob.jpg) no-repeat bottom;
	height:130px;
	padding-top: 20px;
	clear:both;
}

.latestjob h3	{
	padding: 40px 5px 0 30px;
	margin:0;
	font-size: 1em;
}

.latestjob p	{
	padding: 2px 5px 0 30px;
	margin:0;
}

.latestjob>h3>a:hover	{
	color:#FFF;
}

/* Search Results and Job Details*/


.results	{
	position:relative;
	float:left;
}

#searchresults .results .header, 
#jobdetail .results .header 	{
	height:80px;
	margin: 20px 0 0 0;
	clear:both;
	position: relative;
	width: 450px;
}

#searchresults .results .header h2, 
#jobdetail .results .header h2	{
	display:none;
}

#searchresults .results .header	{
	background: url(../images/title_searchresults.jpg) no-repeat 0 0;
}

#jobdetail .results .header	{
	background: url(../images/title_jobdetails.jpg) no-repeat 0 0;
}

fieldset.sort	{
	position:absolute;
	right: 12px;
	top: 8px;
}


p.resultinfo	{
	position:absolute;
	top: 45px;
	left: 20px;
	color: #FFF;
	float:left;
}

.displayinfo	{
	position:absolute;
	top: 10px;
	right: 20px;
}

.resultitem, .jobdetail {
   	margin: 10px 0 5px 15px;
	border-bottom: solid 1px #CCC;
	overflow:auto;
	padding: 0 5px 5px 0;
	float:left;
}

.jobdetail	{
	border:none;
}

* html .resultitem, * html .jobdetail {
   	margin-left: 10px;
}

.resultitem h3, .jobdetail h3 {
   	display:block;
   	float:left;
	width: 70%;
	font-size: 1.1em;
   font-weight: bold;
    color: #162B41;
}

.resultitem h3 span, .jobdetail h3 span {
   font-weight: normal;
}

.resultitem a, .jobdetail a {
	float:right;
	width: 25%;
	clear:none;
	margin:0;
	padding-right:0;
}

.resultitem p.salary, .jobdetail p.salary {
  clear:both;
  float:left;
  width: 100%;
  margin: 5px 0;
  padding:0;
  color: #485A72;
   font-weight: bold;
   font-size: 0.9em;
}

.resultitem p.description, .jobdetail p.description {
  clear:both;
  font-size: 1em;
}

p.message	{
	margin-top: 80px;
}


/* Job Details */

.results .back	{
	position:absolute;
	top: 10px;
	right: 20px;
}

.jobstatus1,
.jobstatus2	{
	color: #E9C420;
	font-weight:bold;
	position:absolute;
	top: 45px;
	right: 20px;
}

.jobstatus2	{
	color: #FFF;
}