/*--------------------------------------------------
COLOR DEFINITIONS:

#7EB533 = LIME GREEN
#7EB634 = DARKER LIME GREEN
#A3C437 = DARKER BRIGHT GREEN
#77A835 = DARKER  GREEN
#648F2C = DARK GREEN
#d9eeaa = PALE GREEN (BACKGROUND)

#0063A5 = BRIGHT BLUE
#2F74AD = DARKER BLUE
#2B608B = DARKER BLUE
#7F9DB9 = PALE BLUE GREY

#F3F3F3 = WHITE GREY
#CACACA = SILVER
#999999 = MED GREY
#767676 = DARK GREY

#FABE12 = YELLOW GOLD

--------------------------------------------------*/

/**********************
Job Search
***********************/


#jobSearch 
{
	margin-bottom: 2px;
	background-image: url(../images/rightbar/looking-for-a-job-bg.jpg);
	background-repeat: repeat-x;
	background-color: #2F74AD;
}

#jobSearch .jobSearch_title
{
	background-image: url(../images/jobsearch/jobsearch_header_centre.jpg);
	background-repeat:repeat-x;
	font-size: 13px;
	font-weight:bold;
	color: white;	
	line-height: 22px;	
	height: 48px;
	vertical-align:middle;	
	padding:10px;
	padding-left:5px;
	padding-bottom:20px;	
	border:0px solid black;
}

#jobSearch .jobSearch_title img
{	
	vertical-align:text-bottom;
	margin-right:5px;
}

 #jobSearch .jobSearch_header_left {
	background-image: url(../images/jobsearch/jobsearch_header_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#jobSearch  .jobSearch_header_right {
	background-image: url(../images/jobsearch/jobsearch_header_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#jobSearch  .jobSearch_footer_left {
	background-image: url(../images/jobsearch/jobsearch_footer_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#jobSearch  .jobSearch_footer_right {
	background-image: url(../images/jobsearch/jobsearch_footer_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width:11px;
	padding:0px;
}

#jobSearch td 
{
	font-size: 11px;
	font-weight:bold;
	color: white;
	text-align: left;
	vertical-align: top;		
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#jobSearch .date_calendar_textbox  {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #DBDBDB;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding: 1px;
	padding-left: 3px;
	margin-right:3px;
	width: 80px;
	
}

#jobSearch .formLabel
{	
	width:100px;
}

#jobSearch .seperator
{
	border:solid 1px #cccccc;
	width:100%;
	margin-top:10px;
}	
