body{
text-align: center;
margin:0;
padding:0;
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#444444;
background-color:#ffffff;
}

#requestdoctorbutton{
  display: block;
  width: 217px;
  height: 26px;
  background: url('../images/requestdrBTN.png') no-repeat 0 0;
  margin-bottom:10px;
}

#requestdoctorbutton:hover{ 
  background-position: 0 -26px;
}

#requestdoctorbutton span{
  display: none;
}

#requestdoctorbutton2{
  display: block;
  width: 217px;
  height: 26px;
  background: url('../images/submitvacancyBTN.png') no-repeat 0 0;
  margin-bottom:10px;
}

#requestdoctorbutton2:hover
{ 
  background-position: 0 -26px;
}

#requestdoctorbutton2 span
{
  display: none;
}          




#container{
width:956px;
height:120%;
margin:0 auto;
text-align: left;
background:#ffffff;
}
#cvrequestbutton
{
  display: block;
  width: 116px;
  height: 26px;
  background: url('../images/cvrequestBTN.gif') no-repeat 0 0;
margin-bottom:6px;
}

#cvrequestbutton:hover
{ 
  background-position: 0 -26px;
}

#cvrequestbutton span
{
  display: none;
}	
#sendbutton
{
  display: block;
  width: 58px;
  height: 22px;
  background: url('../images/sendBTN.gif') no-repeat 0 0;
margin-bottom:6px;
}

#sendtbutton:hover
{ 
  background-position: 0 -22px;
}

#sendtbutton span
{
  display: none;
}	


#header{
	height:100px;
	color:#999999;
	font-size:21px;
	font-weight:bold;
}



a, visited{
	color:#444444;
	text-decoration:underline;}
	
a:hover{
	color:#47c403;
	text-decoration:none;}	
	
	
	



#expresscvupload a img{
	border:none;}

/* search */

#wrap {
		
	 	
		margin: 12px auto;
		position:relative;}
		
		.tabs{
			margin:0 ;
			padding:0;
			position:absolute;
			top:-21px;
			left:15px;
			
			}
		
		.tabbed-box {
		width: 100%;
				}
	.tabs li {
		list-style: none;
		float: left; 
		margin:0 3px 0 0;
		
		
		
		}
	 .tabs li a {
		display: block;
		width: 72px;
		padding:4px 0 0 0;
		font-size:15px;
		font-weight: bold;
		text-align: center;
		vertical-align:middle;
		text-decoration: none;
		color: #444444;
		background:url('../images/search_tabs.jpg') no-repeat;
		/*border:1px solid #8ba8b9;*/
		width:197px;
		height:30px;}
	 .tabs li:first-child a {
		border-left: none; }
	 .tabs li a:hover {
		color: #47c403; }
	 .tabs li a:focus {
		outline: none; }
	 .tabs li a.active {
		background:url('../images/search_active.jpg') no-repeat;
		width:197px;
		height:30px;
		position:relative;
		color: #47c403;
	 }
	.tabbed-content {
		
		display: none;
		
		}
	.tabbed-content ul{
		padding:0;
		margin:0;}
		
	.tabbed-content li{
		padding:0;
		margin:0;
		list-style:none;
		line-height:22px;}
	
	.tabbed-content li a, visited{
		color:#2200CC;
		text-decoration:underline;}
		
	.tabbed-content li a:hover{
		color:#2200CC;
		text-decoration:none;}
		
#searchtable{
	margin:7px 0 0 0;}		
		
#searchtable td{
	padding:6px 3px;}
	
#searchtable a, visited{
	color:#444444;
	text-decoration:underline;
	font-size:11px;}
	
#searchtable a:hover{
	color:#47c403;
	}
	
#searchbox {
	border:1px solid #cccccc;
	width:275px;
	padding:4px;
	margin:0 0 8px 0;
	color:#999999;}	
	
.searchareabox {
	border:1px solid #cccccc;
	width:215px;
	padding:3px;
	color:#999999;}
	
#searchbutton
{
  display: block;
  width: 64px;
  height: 26px;
  background: url('../images/searchBTN.png') no-repeat 0 0;

}

#searchbutton:hover
{ 
  background-position: 0 -26px;
}

#searchbutton span
{
  display: none;
}		

#search{
	margin:0 0 18px 0;
	position:relative;}
	
#wrapper{
	}	
	
#expresscvupload{
	/*position:absolute;
	top:125px;
	width:208px;
	right:10px;*/
	margin:10px 0;
}
#expresscvupload ul{
	margin:10px 10px 15px 13px;
	padding:0;}
	
	
#expresscvupload li{
	list-style:url('../images/bullet.gif');
	}
	
#expresscvupload a, visited{
	color:#444444;
	text-decoration:underline;}
	
#expresscvupload a:hover{
	color:#444444;
	text-decoration:none;
	}	
	
	
h3{
	color:#339200;
	font-size:14px;
	font-weight:bold;
	margin:0 20px 0 10px;
	padding:7px 0;
	text-align:center;}
	
#expresscvupload #cvuploadbox{
	position:relative;
	left:15px;}

#submitbutton
{
  display: block;
  width: 64px;
  height: 26px;
  background: url('../images/submitBTN.png') no-repeat 0 0;
margin:10px 0 0 0;
}

#submitbutton:hover
{ 
  background-position: 0 -26px;
}

#submitbutton span
{
  display: none;
}	

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	padding:10px;
    top:0px;
	left:-215px;
	width:200px;
    border:1px solid #369502;
    background-color:#47c403;
	color:#ffffff;
}

	
	
#wrapper_content {
	padding:0 10px;
	border-right:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;}	
	
#breadcrumb{
margin:0;
}

#crumbs ul{
padding:0;
margin:0;}

#crumbs {
	height:21px;
	border:1px solid #DFDFDF;
	padding:0;
	margin:0;
	list-style:none;
	}
#crumbs li {
	float:left;
	line-height:21px;
	color:#B1B1B1;
	padding:0 0 0 12px;
	}		
#crumbs li a {
	background:url('../images/crumbs.gif') no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	font-weight:normal
	
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#B1B1B1;
	text-decoration:none;
	font-weight:normal;
	}	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#339200;
	}	
	
#crumbs .bread_current{
font-weight:bold;}	

.clearboth {
	clear:both;}
	
	
#maincolumn{
	float:left;
	width:707px;
	margin:10px 0;
	display:inline;
	}

#latestjobcol{
	/*width:201px;*/
	margin:10px 0;
	}
	
#jobsbyregion{
	width:217px;
	margin-bottom:10px;

	}
	
.greybox{	
background:#efefef;
border-left:1px solid #dfdfdf;
border-right:1px solid #dfdfdf;
padding:0 4px;
}

#jobsbyregion li{
	line-height:18px;
	list-style:none; /*url('../images/bullet.gif');*/
	padding-top:8px;
	font-size:11px;
	}
.lable{
	color:#999; padding-bottom:3px; font-size:11px;
	}	
#jobsbyregion ul{
	padding:0 0 5px 0;
	margin:0 10px 0 0;}

#intro{
	width:476px;
	float:left;
	margin:0 0 0 12px;}
h2{
	color:#339200;
	font-size:16px;
	margin:10px 0;
	padding:0;}
	
.subhead{
	color:#339200;
	font-size:15px;
	margin:10px 0;
	padding:0;
	display:block;
	font-weight:bold;}

#rightcol{
	/*width:200px;*/
	width:217px;
	float:right;
	display:inline;
	/*margin:	10px 5px 0 0;*/
	/*display:inline;
	position:relative;*/}


/*html>body #rightcol{
	width:201px;
	float:right;
	margin:	0 0 0 0;
	/*display:inline;
	position:relative;*/
	

	
#latestjobs {
	background-color:#EFEFEF;
	height:345px;
	
}

#latestjobcol ul{
	margin:0 10px 10px 20px;
	padding:0;
	}

#latestjobcol li{
	line-height:18px;
	list-style:url('../images/bullet.gif');}
.nobullet{
	list-style:none;
	list-style-image:none;
	color:#939292;}	
	
	

#latestjobs li{
	line-height:18px;
	list-style:url('../images/bullet.gif');}
	

	
#latestjobs .latestjobs .nobullet{
	list-style:none;
	list-style-image:none;
	color:#939292;}	
	
#latestjobcol .latestjobs{
	padding:0 0 10px 0;
	margin:0 10px 0 25px;}	
	
#latestjobs p{
	margin:0;}	
	
	
#specialities{}
 
#specialities h4{ 
color:#888888;
	background:#dbdbdb;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:7px;
	}
	
#specialities ul{
margin:10px 15px 0 20px;
padding:0;}

#specialities li{
	list-style:url('../images/bullet.gif');
	line-height:18px;
}	

#footer{
	margin:10px 0;
	color:#cccccc;}
	
#footer a, visited{
	color:#cccccc;
	text-decoration:underline;
	}
	
#footer a:hover{
	text-decoration:none;
	}	
	
	
#divisionscovered {
	margin:0 0 15px 0;}	
	
#divisionscoveredtable td{
	padding:5px;}	
	
/* listiing page */

#leftcol{
	float:left;
	width:198px;
	position:relative;}

#maincol{
padding-left:10px;
padding-right:10px;
padding-top:5px; border: 1px solid #DFDFDF; float:right;
position:relative;
width:487px;

	}
.linkMoreCities{
	background-color:#DBDBDB;padding: 5px;margin-top:5px;
	}	
.leftColH3{
	color:#339200;
font-size:18px;
font-weight:bold;
left:10px;
margin:0 0 10px;
padding:7px 0 7px 7px;
position:absolute;
top:10px;
width:182px;
	}	
.leftColH3 h1{
	color:#339200;
font-size:18px;
font-weight:bold;
width:182px;
margin:0 0 10px;
padding:0;}

	
#leftcol h3{
	color:#888888;
	/*background:#dbdbdb;*/
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:7px 0 7px 7px;
	position:absolute;
	width:182px;
	top:10px;
	left:10px;
	}		
	
#leftcol ul{
margin:10px 15px 0 20px;
padding:0 0 10px 0;}

#leftcol li{
	list-style:url('../images/bullet.gif');
	line-height:18px;
}
	
#maincol h1{
	color:#339200;

	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:4px 0 5px 9px;
	position:absolute;
	width:495px;
	top:10px;
	left:0;}	

#colour{

height:93%;
position:absolute;
right:-9px;
top:1px;
width:10px;
background-color:#fff;"
}
	
#maincol ul{
margin:10px 15px 0 20px;
padding:0;}

#maincol li{
	list-style:url('../images/bullet.gif');
	line-height:18px;
}	

.greytext{
	color:#999999;
	font-size:11px;
	}
	
.leatestjobcol{
	color:#999999;
	font-size:11px;
	background-color:#EFEFEF ;
    border-left:1px solid #DFDFDF;
    border-right:1px solid #DFDFDF;
    padding:0 10px;
	
	}
	
	
	
	
#listing{
	margin:20px 0;
	}
	
.redlink{
	color:#616163;
	text-decoration:underline;}
	
.redlink:hover{
	color:#616163;
	text-decoration:none;
	}	
	
/*	
#maincol #pagination-flickr{
	float:right;
	margin:10px 0 0 20px;}	

#pagination-flickr li{
	border:0;
	margin:0; 
	padding:0; 
	font-size:11px; 
	list-style:none;
	 float:left;
	}
	
#pagination-flickr a{
	border:solid 1px #DDDDDD; 
	margin-right:2px; 
	}
	
#pagination-flickr .previous-off, #pagination-flickr .next-off{
	color:#666666; 
	display:block; 
	float:left; 
	font-weight:normal; 
	padding:3px 4px; 
	}
	
#pagination-flickr .next a, #pagination-flickr .previous a { 
	font-weight:normal; 
	border:solid 1px #FFFFFF; 
	}
	
#pagination-flickr .active{ 
	color:#616163; 
	font-weight:bold; 
	display:block; 
	float:left; 
	padding:4px 6px;
	}
	
#pagination-flickr a:link, #pagination-flickr a:visited{ 
	color:##666666; 
	display:block; 
	float:left; 
	padding:3px 6px; 
	text-decoration:none;
	}
	
#pagination-flickr a:hover{ 
	border:solid 1px #c4c3c3;
	}		
*/
#maincol #pagination-flickr {
float:right;
margin:10px 0 0 20px;
}
#pagination-flickr li {
border:0 none;
float:left;
font-size:11px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#pagination-flickr a {
border:1px solid #DDDDDD;
margin-right:2px;
}
#pagination-flickr .previous-off, #pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:normal;
padding:3px 4px;
}
#pagination-flickr .next a, #pagination-flickr .previous a {
border:1px solid #FFFFFF;
font-weight:normal;
}
#pagination-flickr .active {
color:#616163;
display:block;
float:left;
font-weight:bold;
padding:4px 6px;
}
#pagination-flickr a:link, #pagination-flickr a:visited {
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-flickr a:hover {
border:1px solid #C4C3C3;
}

#jumpMenu{
	color:#999999;}		
	
/* product page */

#leftcol .jobinfo .nobullet{
	list-style:none;
	list-style-image:none;
	color:#999999;}	
	
#leftcol .jobinfo .nobullet2{
	list-style:none;
	list-style-image:none;
	color:#444444;
	font-weight:bold;}		
	
#leftcol .jobinfo{
	margin:7px 5px 0 10px;
	}		
	
#colour2{
	
	background-color:#FFFFFF;
height:98.5%;
position:absolute;
right:-1px;
top:1px;
width:10px;

}	


#buttons{
	margin:20px 0 10px 0;;
	padding:10px 0;
	border-bottom:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;}
	
#printpagebutton
{
  display: block;
  width: 114px;
  height: 26px;
  background: url('../images/printpageBTN.gif') no-repeat 0 0;
margin-bottom:6px;
}

#printpagebutton:hover
{ 
  background-position: 0 -26px;
}

#printpagebutton span
{
  display: none;
}




#tellfriendbutton
{
  display: block;
  width: 114px;
  height: 26px;
  background: url('../images/tellfriendBTN.gif') no-repeat 0 0;
margin-bottom:6px;
}

#tellfriendbutton:hover
{ 
  background-position: 0 -26px;
}

#tellfriendbutton span
{
  display: none;
}



#addbasketbutton
{
  display: block;
  width: 114px;
  height: 26px;
  background: url('../images/addbasketBTN.gif') no-repeat 0 0;
margin-bottom:6px;
}

#addbasketbutton:hover
{ 
  background-position: 0 -26px;
}

#addbasketbutton span
{
  display: none;
}




#applynowbutton
{
  display: block;
  width: 114px;
  height: 26px;
  background: url('../images/applynowBTN.gif') no-repeat 0 0;
margin-bottom:6px;
}

#applynowbutton:hover
{ 
  background-position: 0 -26px;
}

#applynowbutton span
{
  display: none;
}	
	
#listing h4{ 
color:#888888;
	background:#dbdbdb;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:7px;
	}	
	
#homebanner a img{
	border:none;}

#homebanner{
	margin:10px 0;}
	
	
#findcandidatebutton
{
  display: block;
  width: 168px;
  height: 26px;
  background: url('../images/findcandidateBTN.png') no-repeat 0 0;

}

#findcandidatebutton:hover
{ 
  background-position: 0 -26px;
}

#findcandidatebutton span
{
  display: none;
}	


#vacancyrequestbutton
{
  display: block;
  width: 168px;
  height: 26px;
  background: url('../images/vacancyrequestBTN.png') no-repeat 0 0;

}

#vacancyrequestbutton:hover
{ 
  background-position: 0 -26px;
}

#vacancyrequestbutton span
{
  display: none;
}		


#faq4candidates
{
  display: block;
  width: 168px;
  height: 26px;
  background: url('../images/faq_candidateBTN.png') no-repeat 0 0;

}

#faq4candidates:hover
{ 
  background-position: 0 -26px;
}

#faq4candidates span
{
  display: none;
}		






#faq4clients
{
  display: block;
  width: 168px;
  height: 26px;
  background: url('../images/faq_clientsBTN.png') no-repeat 0 0;

}

#faq4clients:hover
{ 
  background-position: 0 -26px;
}

#faq4clients span
{
  display: none;
}		
	
	
	
	
#callbackbutton
{
  display: block;
  width: 117px;
  height: 26px;
  background: url('../images/callbackBTN.png') no-repeat 0 0;

}

#callbackbutton:hover
{ 
  background-position: 0 -26px;
}

#callbackbutton span
{
  display: none;
}		
		
		
		
	#startsearchingbutton
{
  display: block;
  width: 135px;
  height: 26px;
  background: url('../images/startsearchingBTN.png') no-repeat 0 0;

}

#startsearchingbutton:hover
{ 
  background-position: 0 -26px;
}

#startsearchingbutton span
{
  display: none;
}		



	#registernowbutton
{
  display: block;
  width: 117px;
  height: 26px;
  background: url('../images/registernowBTN.png') no-repeat 0 0;

}

#registernowbutton:hover
{ 
  background-position: 0 -26px;
}

#registernowbutton span
{
  display: none;
}	



.profiletable{
	border-bottom:1px solid #d6d6d6;
	
	padding:0 0 10px 0;}

