.netscape6problem			{ font-size: 10px;}		/* leave this at stylesheet top for netscape browser fix */

/**
* ----------------------------------------------------------------------------------------------------
* stylesheet.css
* Parodia Recruitment Job Board Software, Cactusoft Ltd - www.cactusoft.com
* Copyright (c) 1998 - 2005. All rights reserved.
* ----------------------------------------------------------------------------------------------------
**/

/* ===
PRE DEFINED TAGS
=== */

body	{
	padding: 0;
	margin: 0;
	font: normal .8em "Helvetica Neue", Arial,sans-serif;
	color: #333333;
}

a, a:visited {color: #0055a5;}
a:hover	 {color: #444444;}

img	{
	border: 0;
}

h1 {
	color: #444444;
	font: bold 1.7em Helvetica Neue, Arial,sans-serif;
	letter-spacing: -1px;
}

h2 {
	color: #666666;
	font: bold 1.1em Helvetica Neue, Arial,sans-serif;
	margin: 20px 0 0 0;
	padding: 3px 5px;
	background: #EEEEEE;
}
h2.yellowbg2 {
	color: #666666;
	font: bold 1.1em Helvetica Neue, Arial,sans-serif;
	margin: 20px 0 0 0;
	padding: 3px 5px;
	background-color: #ffff00;
}
h2 a, h2 a:visited {
	color: #666666;
}
h3 {
	color: #0087be;
	font: normal 0.9em Helvetica Neue, Arial,sans-serif;
}
h3 a {
	color: #0178BA;
}
u {
	color: #0178BA;
}

.blue_bar {
	color: #ffffff;
	padding-left: 5px;
	padding-top: 0px;
	height: 20px;
	background:url(BLUBAR.GIF) repeat-x;
}
.green_bar {
	color: #ffffff;
	padding-left: 5px;
	padding-top: 3px;
	height: 22px;
	background:url(GRNBAR.GIF) repeat-x;
}

.nurse_bar {
	color: #ffffff;
	padding-left: 5px;
	padding-top: 0px;
	height: 20px;
	background:url(nurse-blue-bar.gif) repeat-x;
	font-weight:bolder;
}
h4 {
	font: bold 0.9em Helvetica Neue, Arial,sans-serif;
	margin: 5px 0;
}

p {
	margin: 12px 0;
	line-height: 1.5em;
}

hr {
	height: 1px;
	color: #999999;
	background: #999999;
	border-width: 0px;
}

form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

select, textarea {
	font-family: Helvetica Neue, Arial,sans-serif;
	font-size: 0.9em;
	background: #FFFFFF;
	border: solid 1px #AAA;
}

input {
	font: normal 0.9em Helvetica Neue, Arial,sans-serif;
}

label {
	font: bold 0.9em Helvetica Neue, Arial,sans-serif;
}

pre {
	font-family: Courier,Times New Roman,Serif;
}


/* ===
spacer class - use to force a container tag to wrap when it contains floated elements.
=== */
.spacer {
  	clear: both;
	height: 1px;
	overflow: hidden;
}
/* newer way of getting a container tag to wrap. */
.wrap {
	display: block;
}
.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.gap {height: 15px; clear: both;}
.smallgap { height: 7px; clear: both;}

/* ===
Basic classes
=== */
.nowrap 						{white-space: nowrap;}
.alignleft 						{text-align: left;}
.alignright						{text-align: right;}
.float 							{float: left;}
.left 							{float: left; clear: left;}
.right 							{float: right;}
.clear 							{clear: both;}
.extradetail					{font-size: 10px; color: #556677; font-weight: normal;}
.bold							{font-weight: bold;}
.normal							{font-weight: normal;}
.block 							{display:block;}
.none							{display: none;}
.Icons							{margin: 1px 5px;}


/* ===
MAIN PAGE ELEMENTS
Control various skin elements sit on the page
and what colours, backgrounds, etc. they have
=== */

#Container {
	width: 100%;
	padding: 0px 0px 0px 0px; 
}

#centrecolumn {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#header {
	width: 100%;
	height: 75px;
	margin: 0 auto;
	background: #FFFFFF;
}

#headerimage {
	float: left;spacer
	padding-top:5px;
}



#tabs {
 	position:relative;
	width: 1000px;
	height: 50px;
	background-color:#D8F1FB;
	padding:0px 0px 0px 0px;
	background:url("../nurseimages/nurses_nav01.gif") no-repeat left top;
	
}
#tabs ul {
 	position:absolute;
 	top:15px;
 	left:8px;
	font-size: 1.4em;
	
	margin: 0 0 0 0px;
	list-style:none;
	padding:0px 0px 0px 0px;	
}
#tabs li {
	display:inline;
	margin:0;
	padding:0 0 0 0;
}
#tabs a {
	float:left;
	margin:0;
	padding:0 30px 0 5px;
	color: #fff;
	font-weight:bold;
}
#tabs a:hover {
	float:left;
	margin:0;
	padding:0 30px 0 5px;
	color: #FF0000;
}


/*div#tabs {
position:absolute;
display:block;
float:right;
height:50px;

text-align:left;
width:1000px;
background:url("../nurseimages/nurses_nav01.gif") no-repeat left top;
}
div#tabs ul li {
position:relative;
top:15px;
left:0px;
display:inline;
float:left;
font-size:1.4em;
list-style-type:none;

}
div#tabs ul li a {
	color:#fff;
	padding:0px 28px 0px 0px;
	text-decoration:underline;
	font-weight: bold;
}
div#tabs ul li a.current, div#tabs ul li a:hover {
	background:none repeat scroll 0 0;
	color:#FF0000;
	padding:0px 28px 0px 0px;
	text-decoration:underline;
	font-weight: bold;
}

#tabs ul {
margin-top:0px;
padding-top:0px;
}*/








#sub_tabs {
	float:left;
	width: 820px;
	height: 27px;
	padding:7px 0px 0px 0px;
	background:url("../nurseimages/sub_nav.jpg") no-repeat left top;
	margin: 0 0 0 22px;
	
}
#sub_tabs ul {
	float:left;
	font: bold 12pt helvetica, arial, verdana;
	margin: 0 0 0 30px;
	list-style:none;
	
}
#sub_tabs li {
	float:left;
	display:inline;
	margin:0 15px 0 0;
	padding:0 0px 0 0px;
	width:130px;
	
}
#sub_tabs a {
	float:left;
	padding:0 10px 0 10px;
	text-decoration:none;
	color: #FFFFFF;
}
#sub_tabs a:hover {
	float:left;
	padding:0 10px 0 10px;
	text-decoration:none;
	color: #000066;
}

#languagemenu {
	float: right;
	text-align: right;
	border: dashed 1px;
	margin-top: 8px;
	padding: 5px;
}

#content {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
}

#middlebar {
	width: 554px;
	text-align: left;
	padding: 5px 0 0 0;
	float: left;
}

#SideMenuBar {
	float: left;
	width: 250px;
	text-align: left;
	padding: 5px 0 10px 0;
	clear: left;
	margin-right: 20px;
}
#SidePaddingBar {
	float: left;
	width: 210px;
	text-align: left;
	padding: 5px 0 10px 0;
	clear: left;
	margin-right: 20px;
}
#RightSideBar {
	width: 160px;
	float: left;
	margin: 0 0 0 10px;
}

#banner	{
	float: right;
	padding: 18px 20px 0 0;
	z-index:200;		
}
#apheaderlinks {
	position:absolute;
	width:266px;
	height:12px;
	margin: 79px 0 0 750px;
	z-index:500;
}
#topofpagelink {
	float: right;
	font-size: 10px;
}

#toplinks {
	float: right;
	top: 0px;
	right: 0px;
	padding: 5px 10px;
	color: #999999;
	font-size: 10px;
}
/* ---------
HOME PAGE STRUCTURE
--------- */


#top_header {
	position:relative;
	width:1000px;
	height:104px;
	z-index:1;
	background-image:url(../nurseimages/header_bg.png);
	background-repeat: no-repeat;
	margin:0 0 8px 0;
}
#logo_strap {
	position:absolute;
	top: 82px;
	left:10px;
	font-size: 1.1em;
	letter-spacing:0.025em;
	color:#FFFFFF;
}
#banner_place {
	position:absolute;
	top: 22px;
	left:350px;

}
#jobseeker_btn a {
	position:absolute;
	top: 20px;
	left:872px;
	font-size: 0.9em;
	font-weight:900;
	color:#333333;
	text-decoration:none;
}
#jobseeker_btn a:hover {
	color:#FF0000;
}
#recruiter_btn a {
	position:absolute;
	top: 67px;
	left:892px;
	font-size: 0.9em;
	font-weight:900;
	color:#333333;
	text-decoration:none;
}
#recruiter_btn a:hover {
	color:#FF0000;
}



/*.NHomeLink1 {
	font: normal 15px helvetica, arial, verdana;
}*/

.NHomeLink1 {

	font-size: 1.075em;
	padding: 0px 0px 0px 20px ;
	margin-top: 5px;
	color: #666666;
}

#sub_nav_title h1 {
color:#333333;
font-family:Helvetica neue,Verdana,sans-serif;
font-size:3.2em;
letter-spacing: 0.04px;
font-weight:bold;
margin: 0px 0 5px 0px;

}

/*#sub_nav_title h1 {
	font: bold 2.75em helvetica, arial, verdana;
	color: #333333;
	letter-spacing: -1px;
}

#sub_nav_title h1 {
	display:inline;
	float:left;
	margin: 0px 0 0px 0px;
}*/

/*
#sub_nav_title {
	margin: 0px 0 0px 0px;

}*/

.hotjobstitlelink {
	color:#0178ba;
	font-size: 1.25em;
	/*letter-spacing: 1px;*/
}



.title_links {
	font-size: 1.9em;
	text-align: left;
	color:#666666;
	margin: 0px 0 10px 0px;
}

.title_links a {
	color:#0178ba;
}

.largetext {
	font-family: helvetica, arial, verdana;
	font-weight: normal;
	font-size: 28px;
	color: #666666;
	letter-spacing: -1px;
}
.largetext a:link {
	color: #0476B8;
}
.largetext a:visited {
	color: #0476B8;
}
.largetext a:hover {
	color: #444444;
}
p.largetext {
	margin: 1px 0 1px 0px;
}



#myjobprofilebox {
	background-image:url("../nurseimages/my-jobs-profile-bg.jpg");
	background-repeat:no-repeat;
	background-position: 0px 0px 0px 50px;
	height:190px;
	margin: 0px 0 0 12px;
}
#myjobprofileboxtext {

	padding:20px 40px 0px 20px;
	height:120px;
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;

}
#myjobprofileboxlinksbox{

	padding:43px 40px 0px 10px;
	height:20px;
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;

}

.linkspan {
	padding:0px 20px 0px 20px;

}
.linkspan a {
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



#apNurseDesc {
	margin-left:0px;
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding:10px 20px 0px 0px;
	text-align:justify;
	color:#666666;
	text-decoration: none;
}

#apNurseDesc a {
	color:#666666;
	
}
#apNurseDesc a:hover {
	color:#000;
	text-decoration: none;
}





#top_nav {
	position:relative;
	width:1034px;
	height:38px;
	z-index:1;
	top: 0px;
}
#footer_nav {
	position:relative;
	width:1000px;
	height:22px;
}
.footstyle {
	font-family: arial, verdana;
	font-size: 1em;
	color: #888888;
}



#left_column {
	float:left;
	position:relative;
	width:365px;
}
#left_column h2 {
	background: #fff;
	font-size: 2.4em;
	color: #666666;
	text-align: left;
	margin: 0px 0 0px 0;
	letter-spacing: 0.03em;
}

#power_page a {
	
	text-align: left;
	color:#0178ba;
	font-size:1.2em;
	letter-spacing: .05em;
}



#power_page h2 {
	background: #fff;
	font-size: 2em;
	color: #666666;
	text-align: left;
	margin: 0px 0 10px 0;
	padding: 0;
	
}

#list_title h2 {
	background: #fff;
	font-size: 2em;
	color: #666666;
	text-align: left;
	margin: 0px 0 5px 0;
	padding: 0;
}

#search_title h2 {
	background: #fff;
	font-size: 2em;
	color: #666666;
	text-align: left;
	margin: 0px 0 15px 0;
	padding: 0;
}

#power_page_foot {
	width:554px;
}

#power_page_foot h2 {
	background: #fff;
	font-size: 2em;
	color: #666666;
	margin: 0px 0 0px 0;
}





#left_column h3 {
	font-size: 2em;
	color: #666666;
	text-align: left;
	margin: 0px 0 0px 0;
}


#signin_pallette {
	height: 54px;
	width:150px;
	text-align:left;
	background-image:url("../nurseimages/signin.png");
	background-repeat:no-repeat;
	background-position: 0px 0px 0px 0px;
	margin: 0px 32px 0px 0px ;
	float:right;

}
#signin_pallette a {
	font-size: 1.1em;
	font-weight: normal;
	position:relative;
 	top:15px;
 	left:43px;	
}



#center_column_nursesjobs {
	text-align:left;
	margin: 0px 0 0 0px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

#center_column_nursescareers {
	height: 242px;
	text-align:left;
	background-image:url("../nurseimages/pallette390.png");
	background-repeat:no-repeat;
	background-position: 0px 0px 0px 0px;
	margin: 0px;
	padding-top: 30px;
}

#center_column_nursescareers h2 {
	font-size: 1.3em;
	padding: 20px 0px 1px 20px ;
	font-weight: bold;
	color: #666666;
}
#center_column_nursescareers a {
	font-size: 1.7em;
	padding: 0px 0px 0px 20px ;
	font-weight: normal;
	color: #0178ba;
}
#center_column_nursescareers p {
	font-size: 1.075em;
	padding: 0px 0px 0px 20px ;
	margin-top: 5px;
	color: #666666;
}
/*nurse home page twitter foot etc*/
#home_foot_nav {
	position:relative;
	width:1000px;
	height:22px;
	margin:5px 0px 0 0px;
}

#home_foot_nav ul {
	margin:0 0px 0 0px;
	padding:0;
	float:left;
}

#home_foot_nav li {
	display: inline;

}

#home_foot_nav li a {
	margin:0 10px 0 0px;
	color:#0178BA;
}
/**/













.nursesbgblue {
	background-color:#C0E0EB;
}






#left_intro {
	position:relative;
	z-index:1;
	text-align:left;
	margin: 0 0 0 10px;	
}

#left_intro_news {
	height: 174px;
	text-align:left;
	background-image:url("../nurseimages/nurses-news-bg.jpg");
	background-repeat:no-repeat;
	background-position: 0px 0px;
	
}

.nursing_news_title {

	padding:25px 0px 0px 30px;
}
.nursing_news_title_link {
	color: #0476B8;
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	font-style:normal;
	text-decoration: none;
	font-weight: bold;
}
.nursing_news_title_link a:visited {
	color: #0476B8;
}
.nursing_news_title_link a:hover {
	color: #444444;
}


.nursing_news_headlines {

	margin: 30px 0 0 40px;
}

.nursing_news_heading_link {
	color: #0476B8;
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight: normal;
	line-height: 1.5em;
}
.nursing_news_heading_link a:visited {
	color: #0476B8;
}
.nursing_news_heading_link a:hover {
	color: #444444;

}

#allnursejobsbutton {
	margin: 10px auto 0 auto;
}

#fe_headingbar {
	float: right;
	font-family: Helvetica Neue, Arial,sans-serif;

	width:160px;

	font-size: 1.25em;
	font-style:normal;
	font-weight: bold;
	color:#666666;
	padding: 3px 0 3px 0px;
	margin-bottom: 3px;

}

.fe_singlebox  {
	margin: 0px 0 24px 0;
	text-align:center;
}
.fe_singlebox a {
	text-decoration:none;

}


.fe_link  {
	font-size: .8125em;
	color:#0178ba;
}
.fe_link a {
	color:#0178ba;
}
.blog_img
{
	float: left;
}

.chatforum_img
{
	float: left;
	margin: 8px 0 0 5px;
}

.underforumlink1
{
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
	float: left;
	margin: 15px 0 10px 15px;
	width:150px;
	font-weight:bold;
	
}
.underforumlink2
{
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
	float: left;
	margin: 10px 0 10px 15px;
	width:150px;
	font-weight:bold;
}

.underforumlink3
{
	font-family:  Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
	float: left;
	margin: 10px 0 10px 15px;
	width:150px;
	font-weight:bold;
}



#center_column {
	float:left;
	position:relative;
	width:420px;
	
	z-index:1;

}
#center_column h2 {
	background: #fff;
	font-size: 1.6em;
	color: #666666;
	text-align: left;
	margin: 0px 0 0px 0;
	letter-spacing: 0.03em;	
	
	
	
}

#right_column {
	float:left;
	position:relative;
	width:180px;
	height:296px;
	z-index:2;
	margin: 0px 0 0 5px;
}

#apDiv1 {
	position:absolute;
	width:266px;
	height:12px;
	margin: 79px 0 0 705px;
	z-index:100;
	font-family:  Helvetica Neue, Arial, sans-serif;
}

#sector_list {
	margin: 10px 20px 0 0px;
	text-align: left;
	color:#0178ba;
	font-size:1.2em;
	letter-spacing: .05em;
}

#sector_list a, a:visited, a:hover {
	color:#0178ba;
}

#other_list {
	margin: 10px 20px 0 0px;
	text-align: left;
	color:#666666;
	font-size:1.2em;
	letter-spacing: .05em;
}
#other_list h2 {
    color: #666666;
    font-size: 1.6em;
    letter-spacing: 0.03em;
    margin: 5px 0 10px 0;
	padding: 0 0 0 0;
    text-align: left;
}

/* ---------
SET L/R MARGIN TO 6px AND THEN DO AN EXCEPTION LIST
--------- */
#middlebar p, #middlebar div p {
	margin-left: 6px;
	margin-right: 6px;
}
.FieldLabel p, .warningtext, .jobdescview {
	margin-left: 0;
	margin-right: 0;
}



/* ===
TEMPLATE HEADER MENU
=== */

#templatemenu{
	height: 24px;
	clear: both;
	background:url(GRNBAR.GIF) repeat-x;
}

#templatemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
#templatemenu li {
	display: inline;
	margin: 0;
	padding: 0;
	
}

#templatemenu li a {
	padding: 0 22px;
	line-height: 22px;
	display: block;
	float: left;
	color: #FFFFFF;
	background:url(GRNBAR.GIF) repeat-x;
	font-weight: normal;
	text-decoration: none;
}
#templatemenu li a:hover {
	color: #0000ff;
}

#templatemenu .recruiters {
	float: right;
}
#templatemenu .recruiters a {
	width: 200px;
	padding: 0;
	border-right: none;
	border-left: solid 1px #FFFFFF;
	background:url(GRYBAR.GIF) repeat-x;
	text-align: center;
}
#templatemenu .recruiters a:hover {
	background: #666666;
}


/* ===
STYLES FOR SIDE BAR AND CHILD BOX'S
=== */
#SideMenuBar p	{
	
	margin: 2px 10px 2px 0px;
}

#SideMenuBar label {
	display: block;
	font-weight: normal;
}

#SideMenuBar .sub {
	margin-top: 15px;
}

/*#SideMenuBar h3 {
	padding: 3px 6px;
	margin: 0;
	color: #444444;
	border-bottom: solid 1px #CCCCCC;
	background: #EEEEEE;
}*/

#SideMenuBar h3 {
	padding: 3px 6px;
	margin: 0;
	color: #FFFFFF;
	font-weight:bolder;
	border-bottom: solid 1px #CCCCCC;
	background:url(nurse-blue-bar.gif) repeat-x;
}


.jobCount {
	background: #FFFFFF;
	border-bottom: solid 1px #DDDDDD;
	padding: 3px 5px;
	display: block;
	font-size: 0.85em;
}
.HotJobs {
	font-size: 11px;
	margin-left: 7px;
	 
}
.Box {
	margin: 0px 0 0 0;
	background: #eeeeff;
	border: solid 1px #b0c4de;
}
.BoxNoBox {
	margin: 0px 0 0 0;
	background: #ffffff;
	text-align: center;
}
.sideCatBox {
	margin: 10px 0 0 0;
	background: #ffffff;
	border: solid 1px #ffffff;
}
.sideCatBoxHead {
	color: #000000;
	font-weight:bold;
	padding-top: 10px;
}
.BoxBody {
	padding: 7px;
}

.FeaturedBox {
	margin: 10px 0 0 0;
	background: #d7efb8;
	border: solid 1px #444444;
	color: #444444;
}

.salCalculator {
	padding-top:8px;
	padding-bottom:8px;
	background: #fff;
	border: solid 1px #cccccc;
	color: #cccccc;
	text-align: center;
}

.salCalculator a {
	font-weight:normal;
	clear: left;
	background: #fff;
}

#SideMenuBar .CatList {
	font-size: 0.85em;
	padding: 7px;
}

#SideMenuBar .textfieldstylesmall {
	width: 140px;
}
#candloginmenu ul {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
#candloginmenu li {
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(list_icon.gif) no-repeat left center;
	list-style: none;
}

/* ===
FEATURED LOGOS IN RIGHT BAR
=== */
#RightSideBar .Box {
	margin: 5px 0;
	background: #FFFFFF;
	border: none;
}
#RightSideBar .Box a {
	display: block;
	clear: left;
	padding: 5px;
	border: solid 1px #CCCCCC;
}
#RightSideBar .Box img {
	display: block;
	margin: 0 auto;
}

/* ===
FOOTER
=== */
#footer	{
	margin: 10px auto 20px auto;
	padding: 5px;
	clear: both;
	font-size: 0.85em;
	color: #999999;
	border-top: dotted 1px #CCCCCC;
}

.footertext_right {
	float: right;
	width: 300px;
	text-align: right;	
}
.footertext_center {
	text-align: center;	
}

#footer a, #footer a:visited{
	text-decoration: underline;
	color: #999999;	
}

#footer a:hover {
	text-decoration: underline;
}


/* ===
Form layout
=== */
div.SubmitBtn {
	padding: 10px 8px 0 8px;
	margin-right: 50px;
	clear: both;
	float:right;
}
.FieldWrap {
	padding: 5px 8px;
	clear: both;
}
#SideMenuBar .FieldWrap, .centralbox .FieldWrap {
	padding-left: 0;
	padding-right: 0;
}
.FieldWrap label {
	font-weight: normal;
}
.FieldLabel label {
	font-weight: normal;
}
.Field {
	margin-left: 190px;
}

.FieldLabel {
	float: left;
	width: 250px;
}
.FieldLabelWide {
	float: left;
}
.FieldLabelWide label {
	font-weight: bold;
	float: left;
	width: 240px;
}
.FieldLabelWide .Field {
	margin-left: 320px;
}
.FieldLabelWide .textfieldstyle {
	width: 180px;
}

.FieldLabelShort {
	float: left;
	width: 130px;
}

.FieldLabelShort label {
	font-weight: bold;
}

.FieldShort {
	margin-left: 150px;
}

fieldset p {
	margin: 2px 0 10px 0;
	padding: 0;
}
#frmJobPowerSearch .tickBox {
	width: 45%;
	float: left;
}
.SalaryDesc {
    padding: 0px 0;
	clear: both;
	width:300px;
}

/* RSS LINKS ON SEARCH PAGE */
#rsslogos {}
#rsslogos img {
	vertical-align: middle;
	margin-bottom: 3px;
}

.recordInfo {
	padding: 3px 0;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	font-size: 0.85em;
}


/* ===
JOBSEARCH RECORDTEMPLATE
=== */
.vacancylong {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: dotted 1px #CCCCCC;
}
.jobtitlelong {
	font-family: Helvetica Neue, Arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}
.rgn_cell {
	font-size: 11px;
}
.jobheaderlong {
	font-size: 0.85em;
	padding: 7px 0;
	clear: right;
}
.jobheaderlong div {
	margin: 5px 0;
}

.positionnumberlong {
	float: left;
	color: #999999;
	margin-right: 8px;
}

.statusiconslong {
	float: right;
}
.jobagencylogo {
	float: right;
	width: 120px;
	text-align: right;
}
.relevancelong {
	float: right;
}
.bottomlinkslong {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.bottomlinkslong li {
	display: inline;
	margin: 0 5px;
	list-style: none;
}

/* ===
VIEW JOB RECORDTEMPLATE
=== */
#JobDescription .Icons {
	margin-top: 10px;
}
.jobtitleview {
	font: 1.3em Helvetica Neue, Arial,sans-serif;
	margin: 0;
	padding: 0;
	background: 0;
	color: #0087be;
}

.joblocationview, .jobrefnoview, .salaryview {
	margin-top: 3px;
	font-size: 0.85em;
}
.joblocationview strong, .jobrefnoview strong, .salaryview strong, .jobheaderlong strong {
	width: 70px;
	display: block;
	float: left;
}
.jobrefnoview {
	margin-top: 15px;
}
.salaryview {
	margin-bottom: 15px;
}
.jobdescview {
	margin: 5px 0 10px 0;
}
.consultantview {
	font-size: 11px;
}
/*Fieldsets on cand_resume_edit.asp*/
#frmEditResume fieldset {
	padding-bottom: 30px;
}


.warningtext {
	color: #FF0000;
	font-weight: bold;
	background: #ffd9d9 url(../../images/icon_warning.gif) no-repeat 5px 4px;
	padding: 3px 10px 3px 25px;
	display: block;
	font-size: 0.85em;
}





/*===
HOMEPAGE CENTRAL BOXES, GENERAL STYLES
=== */

.centralbox {
	background: #eeeeff;
	border: solid 1px #b0c4de;
	border-top: none;
	padding: 7px 10px;
	clear: both;
}

h2.centralboxHeading {
	color: #444444;
	margin: 0;
	border: solid 1px #b0c4de;
	background-color: #b0c4de;
	clear: both;
	font-weight:normal;
}
h2.centralboxHeading_red {
	height:22px;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 0px;
	background-color: #b0c4de;
	background:url(GRNBAR.GIF)  repeat-x;
}
h2.centralboxHeading a, h2.centralboxHeading a:visited {
	color: #444444;
	border: solid 1px #b0c4de;
	padding: 3px 15px;
	background-color: #b0c4de;
	text-decoration: none;
}
h2.centralboxHeading a:hover {
	color: #000000;
}
h2.tabs {
	padding-left: 0;
	background: 0;
	border: 0;
	border-bottom: solid 1px #b0c4de;
}
.centralbox h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.centralbox p {
	margin: 3px 0 18px 0;
}
.uline {
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 0;
	padding-bottom: 3px;
}

/* HOME SEARCH PANEL */
#homesearch .jobcount {
	margin-bottom:10px;
}
#homesearch .left {
	float: left;
	width: 46%;
}
#homesearch .right {
	float: right;
	width: 47%;
}
#homesearch select ,#keywords .input {
	width: 100%;
	border: solid 1px #999999;
	clear: left;
	display: block;
}
#Salary {
	height: 46px;
	padding: 0;
}
#Salary .pad {
	padding-top: 5px;
}
#homesearch .SubmitBtn {
	padding: 18px 0 0 0;
}
#homesearch .SubmitBtn input {
	float: right;
	color: #333333;
	background: #ffffff;
}


/* FEATURED JOBS ON HOMEPAGE */
/* fixes IE 100% width bug */
.JobsView .wrap {
	width: 100%;
}
.JobsView table {
	width: 100%;
}

.JobsView td {
	font-family: Helvetica Neue, Arial,sans-serif;
	line-height: 1.2em;
	color: #444444;
	border-bottom: dotted 1px #CCCCCC;
	padding: 6px;
}

.JobsView .title {
	width: 40%;
}
.JobsView .salary {
	width: 33%;
}
.JobsView .agency {
	width: 22%;
}

.JobsView td a:visited, .JobsView .view a:visited {
}
.JobsView .view {
	float: right;
	padding-top: 0;
}
.JobsView .view a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px;
}
/* RSS LATEST NEWS ON HOMEPAGE */
#LatestNews h2 {
	margin-bottom: 15px;
}


/* Categories and Locations listing panel */
#CatsLocList {
	padding-left: 15px;
}
.off  {
	border: solid 1px #DDDDDD;
	background-color: #EEEEEE;
}
.active0, .active0:visited, #tabLink0:hover, .active1, .active1:visited, #tabLink1:hover {
	background: #eeeeff;
	border-bottom-color: #eeeeff;	
}

#CatsLocList ul {
	margin: 0;
	padding: 0;
}
#CatsLocList li {
	float: left;
	display: inline;
	list-style: none;
	clear: both;
	width: 100%;
}
#CatsLocList li a {
	display: block;
	padding: 3px 0 3px 5px;
	float: left;
	width: 98%;
	text-decoration: none;
}
#CatsLocList li a:hover {
	background: #dcebff;
}
#CatsLocList li a.alt {
}
#ColList0, #ColList1 {
	width: 100%;
}
#ColList0 p, #ColList1 p {
	margin: 0.6em 0 1em 0;	
}
.section2 {
	width: 50%;
	float: left;
}
.section3 {
	width: 32%;
	float: left;
}
.section4 {
	width: 23%;
	float: left;
}
.sectionMid {
	width: 32%;
	float: left;
	margin: 0 5px;
}

/* ===
FEATURED LINKS PAGE
=== */

#FeaturedLinks .float {
	margin: 5px;
}
#FeaturedLinks a {
	display: block;
	width: 120px;
	height: 52px;
	background: #FFF;
}


	
/* ===
PAGE HEADING - H1 - STYLES
=== */

.strapline {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #0055a5;
	margin: 0 0 10px 0;
	padding: 0;
}
h1.noBtmMargin {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}



/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */

.agencylogo {
	float: right;
	width: 130px;
	text-align: right;
}

a.iconbutton:link, a.iconbutton:visited {
	font-size: 10pt;
}
a.iconbutton:hover {
	font-size: 10pt;
}
.iconbutton img {
	vertical-align: middle;
	margin-bottom: 3px;
}
a.pagelinks:link, a.pagelinks:visited
	{
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
	}

a.pagelinks:hover
	{
	font-weight: bold;
	text-decoration: none;
	color: black;
	}

a.pagelinksnorm:link, a.pagelinks:visited
	{
	font-weight: normal;
	text-decoration: none;
	color: #0066CC;
	}

a.pagelinksnorm:hover
	{
	font-weight: normal;
	text-decoration: none;
	color: black;
	}

.btnorange {
	float:left;
	font-size:12px;
	font-family:Arial,sans-serif;
	height:26px;
	width:112px;
	background-color:#FF9900;
	border-style:solid;
	border-width:1px;
	letter-spacing: 0.04em;
	background-image:url(../nurseimages/btn/btn-bg.gif);
	color:#FFFFFF;
	font-weight:900;
	border-color:#FF9900;
	cursor: hand;
}

.buttonstyle, .SubmitBtn input {
	height:26px;
	width:112px;
	border: 1px solid #60B0D7;
	font: bold 1em Helvetica Neue, Arial,sans-serif;
	color: #333333;
	display: block;
	background-image:url(../nurseimages/btn/btn-bg.gif);
	background-color: #3399CC;
}
	
.buttonstyle:focus, #SubmitBtn input:focus {
	border: 1px solid #48B6F7;
	background-color: #f2f8ff;
}

.button, .buttonSmall {
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-weight: bold;
	font-family: Helvetica Neue, Arial,sans-serif;
	color: #444444;
	display: block;
}

.buttonSmall {
	font-size: 0.85em;
	width:144px;
}


.textfieldstyle {
	width: 230px;
	background: #FFFFFF;
	border: solid 1px #AAA;
}
.textfieldstyle:focus, .textfieldstylesmall:focus {
	border: solid 1px #0087be;
	background-color: #f2f8ff;
}

.textfieldstylesmall
	{
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}
	
.textfieldstyleverysmall
	{
	width: 90px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}

.dropdownfixed {
	font-weight: normal;
	background-color: #FFFFFF;
	border: solid 1px #AAA;
	width: 230px;
}

.toprow
	{
	background-color: #EEEEEE;
	}

.charactercounter
	{
	margin-top: 3px;
	font-size: 10px;
	border: solid 1px #444444;
	background-color: #DDE8EE;
	font-weight: bold;
	color: #0066CC;
	}


/* ===
TABLE, ROW AND CELL FORMATS
=== */

.formtable
	{
	margin: 0px;
	font-size: 10px;
	color: #111111;
	font-weight: bold;
	}

.formtable td
	{
	padding: 0px 10px 15px 0px;
	vertical-align: top;
	}

.locationstable
	{
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	width: 95%;
	}

.locationstable td
	{
	padding: 0px 4px 4px 0px;
	}

/* ===
FORMATTED TABLE
=== */

.formattedtable
	{
	width: 98%;
	margin: 0px;
	margin-bottom: 3px;
	border-collapse: separate;
	}

.formattedtable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-bottom: solid 1px #dddddd;
	}

.formattedtable th
	{
	padding: 4px 8px 4px 8px;
	background-color: #f1f1f1;
	vertical-align: top;
	font-weight: bold;
	color: #666666;
	border-bottom: solid 1px #999999;
	text-align: left;
	}

.fieldtitle
	{
	background-color: #f1f1f1;
	vertical-align: top;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	width: 150px;}

.on, .on td {
	background: #FFFFFF;
}

/* ===
INVOICE STYLESHEET
=== */

#Inv_Container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#Inv_centrecolumn {
	width: 650px;
	border-top: none;
	margin: 0 0 0 0;
	text-align:left;
}

.Inv_header {
	width: 680px;
	margin: 0 auto;
	background: #FFFFFF;	
}

.Inv_title	{
	float: left;
	width:300px;
	padding-top:22px;
	padding-left:2px;
}

.Inv_headerimage {
	float: right;
	padding-top:30px;
	width:300px;
}

.Inv_Top1 {
	width: 680px;
	margin: 0 0 0 0;
	background: #FFFFFF;	
}
.Inv_Top2 {
	width: 680px;
	margin: 0 0 0 0;
	background: #FFFFFF;	
}

.Inv_Details {
	width: 680px;
	margin: 0 0 0 0;
	background: #FFFFFF;	
}

.Inv_Middle {
	float: left;
	width:300px;
	padding-left:2px;
}

.Inv_MiddleRight {
	float: right;
	padding-top:3px;
	width:300px;
}

.Inv_table {
    width:300px;
    border-spacing: 0px;
}

.Inv_producttable {
    height:60px;
    width:100%;
    border-spacing: 0px ;
}

.hr1 {
	width: 300px;
	border: solid 1px #444444;
	border-top: none;
	margin: 0 auto;
}

.hr2 {
	width: 680px;
	border: solid 1px #444444;
	border-top: none;
	margin: 0 auto;
}

.download_doc {
	
	text-decoration:underline;
	background:url(uploaded_doc.gif) 0 3px no-repeat;
	padding:0px 0 38px 25px;
}

.download_pdf {
	
	text-decoration:underline;
	background:url(uploaded_pdf.gif) 0 3px no-repeat;
	padding:0 0 38px 25px;
}

.Inv_Payment 
{
   width:660px;
   margin-top:30px;
   margin-left:5px;
   margin-bottom:10px;
   padding:5px 5px 5px 5px;
   border: solid 1px #cccccc;
   height:250px; 
}
/* MSIE hack \*/ * html .Inv_Payment {
    width:670px;
    margin-top:10px;
    margin-left:5px;
}/*ends hack */

.Inv_footer 
{
   width:600px;
   padding:4px 0 0 2px;
   height:700px;  
}

.Inv_payinfo { font-size: 11px; color: #556677; font-weight: normal; }

.joboftheweek {
	background: #ffffff;
	background-color: #ffffff;
}

/* Sitemap */
#SiteMap ul {
	margin: 20px;
	list-style: none;
}
#SiteMap ul ul {
	margin: 5px 10px;
	list-style: none;
}
#SiteMap li a {
	font: bold 12px Helvetica Neue, Arial,sans-serif;
}
#SiteMap ul ul li a {
	font: normal 12px Helvetica Neue, Arial,sans-serif;
}
#SiteMap .arrowList li {
	background: url(bg_ListItem.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 10px;
}
.popedit {
	background-color: #ffff99;
}
.popedit a.link {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
.popedit a.visited  {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
.popedit a.hover  {
	text-decoration: none;
	color: #00ff00;
	font-size: 10px;
}
.emailboxad
{
	font: bold 12px Helvetica Neue, Arial,sans-serif;
    width:100px;
    margin-top:10px;
    margin-left:5px;
}

#maincol h3 {
	width: 670px;
	padding: 5px 0px 14px 20px;
	font-size: 1.7em;
	margin: 0px 0px 20px 0px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../nurseimages/nurses_nav02.jpg);
	}

