.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
=== */

* { margin: 0; padding: 0 }

body	{
	padding: 0;
	
	font: normal 0.8em Arial,Helvetica,sans-serif;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:visited {color: #0087be;}
a:hover	 {color: #444444;}

img	{
	border: 0;
}

h1 {
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0px;
	background: url(h1_background.gif);
	height: 30px;
	padding-top: 10px;
	text-align: center;
	text-transform:uppercase;
	margin-top:10px;
}

h2 {
	color: #666666;
	font: bold 1.1em Arial,Helvetica,sans-serif;
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	background: #eeeeee;
}
h2 a, h2 a:visited {
	color: #666666;
}
h3 {
	color: #3264c5;
	font: bold 0.9em Arial,Helvetica,sans-serif;
	margin: 15px 0 5px 0;
	padding: 0 6px;
}
h4 {
	font: bold 0.9em Arial,Helvetica,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: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	background: #FFFFFF;
	border: solid 1px #AAA;
}

input {
	font: normal 0.9em Arial,Helvetica,Sans-Serif;
	margin-bottom: 4px;
}

label {
	font: bold 0.9em Arial,Helvetica,Sans-Serif;
	vertical-align:middle;
}

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;
}
/* used to wrap a div. */
.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;}
.smallnormal					{font-size: 0.95em;}

/* ===
MAIN PAGE ELEMENTS
Control various skin elements sit on the page
and what colours, backgrounds, etc. they have
=== */

#Container {
	width: 100%;
	background: url(page_background.gif);
}

#centrecolumn {
	width: 920px;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	background: #333333;
}

#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #333333;
}
.header {
	color: #ff6609;
}
.header a {
	color: #ff6609;
	text-decoration:none;
}
.header a:hover {
text-decoration:underline;
}

#headerimage {
	float: left;
	padding-top:5px;
	padding-bottom:0px;
}

#languagemenu {
	float: right;
	text-align: right;
	border: dashed 1px;
	margin-top: 8px;
	padding: 5px;
}

#content {
	width: 900px;
	text-align:center;
	margin: 0 auto;
	background: #ffffff;
	padding: 0px 10px 10px 10px;
}

#middlebar {
	width: 540px;
	text-align: left;
	padding: 0px 0 0 0;
	float: left;
}

#SideMenuBar {
	float: left;
	width: 164px;
	text-align: left;
	padding: 0 0 10px 0;
	clear: left;
	margin-right: 10px;
}

#RightSideBar {
	width: 174px;
	float: right;
}

#banner	{
	float: right;
	position: relative;
	padding: 20px 0 0 0;
}

#topofpagelink {
	float: right;
	font-size: 10px;
}

#toplinks {
	float: right;
	top: 0px;
	right: 0px;
	padding: 5px 10px;
	color: #999999;
	font-size: 10px;
}
.featuredlogo {
    padding: 10px 0 10px 0;
}


/* ---------
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 !important;
	margin-right: 0 !important;
}



/* ===
TEMPLATE HEADER MENU
=== */



/* #templatemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
#templatemenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#templatemenu li a {
	padding: 4px 12px;
	line-height: 30px;
	display: block;
	float: left;
	color: #ffffff;
	background: #cccccc;
	font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
}
#templatemenu li a:hover {
	text-decoration: underline;
}*/

#templatemenu .recruiters {
	float: right;
}
#templatemenu .recruiters a {
	width: 150px;
	padding: 0;
	border-right: none;
	border-left: solid 1px #FFFFFF;
	/*background: #666666;*/
	text-align: center;
	line-height:30px;
	padding: 5px 4px;
}
#templatemenu .recruiters a:hover {
	text-decoration: underline;
	padding: 5px 4px;
}


/* ===
STYLES FOR SIDE BAR AND CHILD BOX'S
=== */
#SideMenuBar p	{
	font-size: 10px;
	margin: 2px 10px 2px 0px;
}

#SideMenuBar label {
	display: block;
	font-weight: bold;
}

#SideMenuBar h3 {
	padding: 12px 6px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:28px;
	margin: 0;
	color: #ffffff;
	/*border-bottom: solid 1px #CCCCCC;*/
	background: /*#aecff4;*/ url(side_bar_header_background.gif) no-repeat;
	text-transform:uppercase;
}

#SideMenuBar .sub {
	margin-top: 10px;
}
/* Hot Jobs */

.jobCount {
	background: #FFFFFF;
	padding: 4px 8px;
	font-size: 0.85em;
	border-bottom: solid 1px #d3e9b6;
}

#HotJobs ul {
	font-size: 0.85em;
	margin: 0 0 5px 0;
	list-style: none;
	padding: 0;
}

#HotJobs li {
	margin: 0;
	list-style: none;
	padding: 0;
	border-bottom: dotted 1px #cccccc;
}

#HotJobs li a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

#HotJobs li a:hover {
	background-color: #FFFFFF;
}

#RightBoxMenu h3 {
	padding: 12px 10px 0px 10px;
	margin: 0px 0 0px 0;
	color: #ffffff;
	height:40px;
	/*border-bottom: solid 1px #CCCCCC;*/
	background: /*#aecff4;*/ url(side_bar_header_background.gif) no-repeat;
	width:154px;
	float:right;
	clear:both;
	text-align:left
}
.recruiterlogin h3 {
	padding: 12px 10px 0px 10px;
	color: #ffffff;
	height:40px;
	/*border-bottom: solid 1px #CCCCCC;*/
	background: /*#aecff4;*/ url(side_bar_header_background.gif) no-repeat;
	width:154px;
	float:right;
	clear:both;
	text-align:left;
}
.recruiterBox {
	padding: 40px 5px 0px 6px;
	background: #eeeeee;
	border-bottom:solid 4px #989898;
	border-left:solid 4px #989898;
	border-right:solid 4px #989898;
	margin-bottom:10px;
	text-align:left;
	
}
.Box {
	margin: 0px 0 10px 0;
	background: #eeeeee;
	border-bottom:solid 4px #989898;
	border-left:solid 4px #989898;
	border-right:solid 4px #989898;
	
}
#BoxRight {
	width:174px;
	margin: 0px 0px 0 0;
	padding: 10px 0px 0px 10px;
	float:right;
}
.BoxRight {
	margin: 0px 0 0 0;
	text-align:center;
	line-height: 40px;
	padding-bottom:20px;
}
.BoxTop {
	background: url(side_bar_header_background.gif);
	height: 22px;
}
.BoxBody {
	padding: 7px;
	text-align:left;
	
}
.BoxBtm {
	background: url(BoxBtm.gif) no-repeat left top;
	height: 11px;
}

.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:bold;
	clear: left;
	background: #fff;
}

#SideMenuBar a {
	color: #444444;
}

#SideMenuBar .textfieldstylesmall {
	width: 140px;
}
#SideMenuBar .textfieldstylemedium {
	width: 160px;
}
#candloginmenu ul {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
#candloginmenu li {
	padding-left: 10px;
	background: url(list_icon.gif) no-repeat left center;
	list-style: none;
	margin: 2px 0;
}

/* Email me job alerts box */
.EmailMeBox {
	font-size: 0.95em;
}
.EmailMeBox h3 {
    background: #FFFFFF url(bg_emailMe.gif) no-repeat 3px 7px;
	padding: 5px 0 5px 33px;
	margin: 0;
	border-bottom: solid 1px #DDDDDD;
}
.EmailMeBox input {
	margin: 2px 0;
	padding: 3px;
}
.EmailMeBox .textfieldstylemedium {
	width: 94%;
}
.btnWrap {
	margin-right: 6px;
}
.EmailMeBox .btn {
	background: url(icon_arrow.gif) no-repeat right center;
	border: none;
	padding-right: 16px;
	font-weight: bold;
	text-align: right;
	width: 100%;
}
#ajaxJobAlert {
	padding: 3px;
}
#ajaxJobAlert p {
	margin: 3px;
	font-size: 0.9em;
}


/* ===
FEATURED LOGOS IN RIGHT BAR
=== */
#RightSideBar .Box {
	margin: 0px 0;
}
#RightSideBar .Box a {
	display: block;
	clear: left;
	padding: 5px;
	border: solid 1px #DDDDDD;
}
#RightSideBar .Box img {
	display: block;
	margin: 0 auto;
}

/* ===
FOOTER
=== */
#footer	{
	margin: 10px auto 10px auto;
	padding: 5px;
	clear: both;
	font-size: 0.85em;
	color: #ffffff;
	background: url(footer_bar.gif) no-repeat;
	height:40px;
}
#footerLinks {
	float: right;
	width: 50%;
	text-align: right;	
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerLinks li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 2px 0 0;
}
#footer a, #footer a:visited {
	color: #ffffff;	
}
.copyright {
	float: left;
	width: 48%;
	margin: 0;
}

/* ===
Form layout
=== */
div.SubmitBtn {
	padding: 10px 8px 0 8px;
	clear: both;
	/*margin: 0 0 0 190px;*/
}
.noLeftMgn {
	margin-left: 0 !important;
}
.forgottonPW {
	float: right;
	font-size: 0.85em;
	margin: 3px 10px 0 0;
}
.FieldWrap {
	padding: 5px 8px;
	clear: both;
}
.FieldWrap1 {
	padding: 5px 0 5px 0;
	clear: both;
}
.Fieldlink a:link a:visited {
	font-size: 0.85em;
}
#SideMenuBar .FieldWrap, .centralbox .FieldWrap {
	padding-left: 0;
	padding-right: 0;
}
.FieldWrap label {
	font-weight: bold;
}
.FieldLabel label {
	font-weight: bold;
}
.Field {
	margin-left: 190px;
}

.FieldLabel {
	float: left;
	width: 170px;
}
.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: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.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: bold 1.3em Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	background: 0;
	color: #000000;
}

.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;
}


/* 
Warning/Caution/Info boxes 

warning - red
caution - yellow with caution icon
info - yellow
*/
.warningBox, .infoBox, .cautionBox, .appliedBox {
	display: block;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	border: solid 2px #ffdba2;
	margin-bottom: 10px;
	padding: 8px 8px 8px 55px;
}
.warningBox {
	background: #fcdcd6 url(../../images/icon_warning.gif) no-repeat 8px 8px;
	border-color: #ce0008;
}
.infoBox {
	background: #fdfbd1;
	padding: 10px;
}

.cautionBox {
	background: #fdfbd1 url(../../images/icon_caution.gif) no-repeat 8px 8px;
	min-height: 35px;
}
div.cautionBox p, div.infoBox p {
	margin: 0 6px 10px 6px !important;
	padding: 0;
}

.appliedBox {
	background: #fdfbd1;
	min-height: 20px;
	padding:8px 8px 8px 20px;
	margin-top: 10px;
}
div.appliedBox p {
	margin: 0 2px 2px 2px !important;
	padding: 0;
}



/*===
HOMEPAGE CENTRAL BOXES, GENERAL STYLES
=== */

.centralbox {
	background: #eeeeee;
	border: solid 4px #989898;
	/*border-top: none;*/
	padding: 7px 10px;
	clear: both;
	margin-bottom: 15px;
}

h2.centralboxHeading {
	padding: 12px 6px 0px 10px;
	text-transform:uppercase;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 28px;
	margin: 0;
	/*border: solid 1px #DDDDDD;*/
	clear: both;
	background: /*#aecff4;*/ url(side_bar_header_background.gif) repeat-x;
	
}
h2.centralboxHeading a, h2.centralboxHeading a:visited {
	color: #444444;
	border: solid 1px #DDDDDD;
	padding: 3px 15px;
	background-color: #EEEEEE;	
	font-size: 0.85em;
	text-decoration: none;
}
h2.centralboxHeading a:hover {
	color: #000000;
}
h2.tabs {
	padding-left: 0;
	background: 0;
	border: 0;
	border-bottom: solid 1px #DDDDDD;
}
.centralbox a {
	color: #444444;
}
.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;
	margin-bottom:4px;
}
#Salary {
	height: 46px;
	padding: 0;
}
#Salary .pad {
	padding-top: 5px;
}
#homesearch .SubmitBtn {
	padding: 18px 0 0 0;
}
#homesearch .SubmitBtn input {
	float: right;
}

/* FEATURED JOBS ON HOMEPAGE */
/* fixes IE 100% width bug */
.JobsView .wrap {
	width: 100%;
}
.JobsView table {
	width: 100%;
}

.JobsView td {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #444444;
	border-bottom: solid 1px #cccccc;
	padding: 6px;
}

.JobsView .title {
	width: 45%;
}
.JobsView .salary {
	width: 25%;
}
.JobsView .agency {
	width: 25%;
}

.JobsView td a {
    color:#333333;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
}
.JobsView td a:visited, .JobsView .view a:visited {
	color: #777777;
}
.JobsView .view {
	float: right;
	padding-top: 0;
}
.JobsView .view a {
	display: block;
	background-color:#ff6633;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px;
	color:#FFFFFF;
}
/* 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: #F5F5f5 !important;
	border-bottom-color: #F5F5F5 !important;	
}

#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;
	font-size: 0.85em;
	float: left;
	width: 100%;
	text-indent: 10px;
}
#CatsLocList li a:hover {
	background: #FFFFFF;
}
#CatsLocList li a.alt {
}
#ColList0, #ColList1 {
	width: 100%;
}
#ColList0 p, #ColList1 p {
	font-size: 0.85em;
	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 !important;
}

/* ===
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;
	color: #000000;
	margin: 0 0 10px 0;
	padding-top: 10px;
}
H1.noBtmMargin {
	margin-bottom: 0;
	margin-top:10px;
	padding: 12px 6px 0px 10px;
	height: 28px;
	text-align:left;
	vertical-align:middle;
}



/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */

.agencylogo {
	float: right;
	width: 130px;
	text-align: right;
}

a.iconbutton:link, a.iconbutton:visited {
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.iconbutton:hover {
	text-decoration: none;
}
.iconbutton img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.viewApply {
	font-weight: bold;
}
a.pagelinks:link, a.pagelinks:visited
	{
	font-weight: bold;
	text-decoration: none;
	color: #e1e1e1;
	}

a.pagelinks:hover
	{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

.buttonstyle, .SubmitBtn input {
	background: #f1f1f1 url(bg_submitBtn.gif) repeat-x left bottom;
	border: solid 1px #CCCCCC;
	font: bold 1em Arial,Helvetica,sans-serif !important;
	color: #444444;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.button, .buttonSmall {
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-weight: bold;
	color: #444444;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}

.buttonSmall {
	font-size: 0.85em;
}


.textfieldstyle {
	width: 240px;
	background: #ffffff;
	border: solid 1px #AAA;
}
.textfieldstyle:focus, .textfieldstylesmall:focus, .textfieldstylemedium:focus {
	border: solid 1px #0087be;
}
.textfieldstylesmall
	{
	width: 150px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}
.textfieldstylemedium
    {
    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: 240px;
}

.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
	{
	font-size: 0.85em;
	width: 100%;
	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;
	}
.formattedtable label {
	font-size: 1em;
}
/* search results table (short format only) columns */
.formattedtable .title {
	width: 45%;
}
.formattedtable .location {
	width: 30%;
}
.formattedtable .salary {
	width: 25%;
}
tr.over, tr.over td {
	background: #fdfbd1;
	cursor: pointer;
}
.on, .on td {
	background: #FFFFFF;
}

.fieldtitle
	{
	background-color: #f1f1f1 !important;
	vertical-align: top;
	font-weight: bold;
	color: #666666 !important;
	font-size: 11px;
	width: 150px;}



/* ===
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 ;
}

.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; }

.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;
}

.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 Arial, Helvetica, sans-serif;
}
#SiteMap ul ul li a {
	font: normal 12px Arial, Helvetica, sans-serif;
}
#SiteMap .arrowList li {
	background: url(bg_ListItem.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 10px;
}

/* Job Listing page */
.section {
	margin: 10px 0;
	width: 100%;
	
}
.section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.85em;
}
.section li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 50%;
}
.section li a {
	padding: 4px;
	margin: 0 7px;
	display: block;
	text-decoration: none;
	border-bottom: dotted 1px #999999;
	font-weight: bold;
}
.section li a:visited {
	color: #777777;
}
.section li a:hover {
	background: #fdfbd1;
}
/* navtable */
.navtabletd {
border-top:dotted #999999 thin;
text-align:left;
padding-left:10px;
font-size: 0.90em;
height:30px
}

.navtabletd a {
color:#000000;
text-decoration: none;
font-weight: bold;
padding-top:10px;
}
.navtablelinkstd {
border-top:dotted #999999 thin;
text-align:left;
padding-left:10px;
font-size: 0.90em;
height:30px
}
.navtablelinkstd a {
color:#666666;
text-decoration: none;
font-weight: normal;
padding-top:10px;
}

/* menu */

#v_mnu_01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: bold 11px Arial,Helvetica,sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	}

#v_mnu_01 {
	width: 156px;
	border-top: 4px solid #808080;
	border-right: 4px solid #808080;
	border-bottom: 4px solid #808080;
	border-left: 4px solid #808080;
	margin-bottom:10px;
	margin-top:10px;
	}

#v_mnu_01 li a {
	text-decoration: none;
	border-bottom: 1px dotted #C0C0C0;
}
#v_mnu_01 .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#v_mnu_01 li a:link, #v_mnu_01 li a:visited {
	color: #666666;
	display: block;
	background-color: #eeeeee;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#v_mnu_01 li a:hover {
	color: #333333;
	background:  #C0C0C0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

<!--[if IE]>
<style type="text/css" media="screen">
#v_mnu_01 ul,#v_mnu_01 ul li a{ height: 1%}
</style>
<![endif]-->
/* Footer Navigation */
#footerNav {
	clear: both;
	margin-top: 30px;
	background-color: #fff;
	text-align:left;
	margin-left:20px;
}

#footerNav .nav li {
	list-style-type: none;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	text-align:left;
}
#footerNav .nav li.root {
	width: 860px;
	clear: both;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
	#footerNav .nav li .first-item {
		width: 120px;
		clear: left;
		float: left;
	}

	#footerNav .nav li.root li {
		display: inline;
		font-weight:normal;
		text-transform:none;
		text-decoration:none;
	}
	#footerNav .nav ul.depth-1 {
		background: url(footer_nav_arrow.gif) no-repeat left center transparent;
		height: 40px;
		margin-left: 100px;
	}
	#footerNav .nav  ul.depth-1 ul {
		display:inline; /* Catch any menu items that make it above level 2 */
	}
	#footerNav .nav ul.depth-1 li {
		padding-left: 20px;
	}
	#footerNav li.root {
	border-top: dotted 1px #ccc;
}

#footerNav .nav li.root,
#footerNav .nav li.root a {color:#000; text-decoration:none;}
#footerNav .nav li.child,
#footerNav .nav li.child a {color:#666; text-decoration:none;}
/*#footerNav .nav li.current-item a {color:#ff6609;}*/


#catLinkBack {
	line-height: 5em;
	display: block;
	text-align: right;
	position: relative;
	z-index: 10;
}
.copyright1 {
	margin-right: 2em;
	color: #666;
}
#footer1 {
	margin-top:1px;
	clear:both;
	padding: 20px 10px 10px;
	width: 880px;
}
#footL{
	width: 760px;
	float: left;
	padding-top: 22px;;
}

#footR {
	width: 100px;
	margin-left: 780px;
}
.JobBasketPadding {
padding-left:10px;
}

/*
	Navigation bar ".over" is assigned by jQuery for ie6 only.
*/

#templatemenu{
	height: 40px;
	clear: both;
	background: #FFFFFF;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-bottom: -10px;
}

#navigationBar {
	position:relative;
	z-index: 10;
	width: 900px;
	font-weight:bold;
}

#navigationBar .nav {
	text-transform:uppercase;
	width: 690px;
}
#navigationBar .nav .first-item {
	padding: 0 14px
}
#navigationBar .nav li {
	line-height:40px;
	float:left;
	margin-right:1px;
	position:relative;
	z-index: 10;
	width:auto;
	white-space:nowrap;
	list-style-type:none;
	background-color:transparent;
}
#navigationBar .nav li li a {
	width: 100%;
}
#navigationBar .nav li li {
	position:relative;
	padding:15px 0 0 15px;
	width:130px;
	margin: 0;
	line-height:1.4em;
	overflow:hidden;
	white-space:normal;
}

/* Hide until hover */
#navigationBar .nav li ul {
	display:none
}

#navigationBar .nav li.over ul,
#navigationBar .nav li:hover ul {
	display:block;
	position:absolute;
	left: 0;
	top: 40px;
	z-index:10;
	padding-bottom:15px;
	width:150px;
}
/* Objects higher than level 2 will show as level 2 */
#navigationBar .nav li.over ul ul,
#navigationBar .nav li:hover ul ul {
	position:static;
	padding: 0;
}
#navigationBar .nav li li li {
	padding-left: 0;
}

/* Colours */
#navigationBar,
#navigationBar .nav,
#navigationBar .nav li {
	background-color: #333;
	color: #fff;
}
#navigationBar .nav li li {
	background-color: #222;
	color: #fff;
}

#navigationBar .nav a {
	color:white;
	text-decoration:none;
	display:inline-block;
}

#navigationBar .nav li a:focus,
#navigationBar .nav li a:active,
#navigationBar .nav li a:hover {
	color: #FF6609;
}

/* Active colour */
#navigationBar .nav li.item-parent,
#navigationBar .nav li.current-item,
#navigationBar .nav li.over,
#navigationBar .nav li:hover,
#navigationBar .nav li ul {
	background-color:#222;
	/*color:#ff6609;*/
}

#navigationBarSearch {
	height: 26px;
	width: 220px;
	position: absolute;
	right: 7px;
	top: 7px;
}

#navigationBarSearch .searchSubmit {
	position: absolute;
	right: 0;
	top:0;
	width:30px;
	height:30px;
	background-color:#FF6600;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	}

#navigationBarSearch .searchInput {
	border: 0 none;
	position:absolute;
	top:1px;
	right:34px;
}
.searchInput {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 8pt;
	padding: 5px 5px 0 5px;
	height: 19px;
	width: 160px;
	margin-right: 0.5em;
}
</style>
