.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 12px Arial,Helvetica,sans-serif;
	color: #000000;
}

a {color: #a70000;text-decoration: none;}
a:visited {color: #646464;}
a:hover	 {text-decoration: underline;}

img	{
	border: 0;
}

h1 {
	margin: 0 0 30px 0;
	border-bottom: solid 1px #ababab;
	color: #0074aa;
	font: bold 15px Arial,Helvetica,sans-serif;
	padding: 8px 12px;
}

h2 {
	color: #0074aa;
	font: bold 14px Arial,Helvetica,sans-serif;
	margin: 15px 0 5px 0;
	clear: left;
}

h3 {
	color: #0074aa;
	font: bold 12px Arial,Helvetica,sans-serif;
	margin: 15px 0 5px 0;
}

p {
	margin: 8px 0;
	line-height: 18px;
}

hr {
	height: 1px;
	color: #999999;
	background: #999999;
	border-width: 0px;
}

form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset h2 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

input {
	font: normal 11px Arial,Helvetica,Sans-Serif;
}
select, textarea {
	font: normal 11px Arial,Helvetica,Sans-Serif;
}

label {
	font: normal 11px Arial,Helvetica,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;
}

.gap {height: 15px; 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; margin: 0 !important;}
.bold							{font-weight: bold;}
.normal							{font-weight: normal;}
.block 							{display:block;}
.small							{font-size: 10px;}
.currencymenu, .languagemenu	{font-weight: normal; font-size: 10px; background-color: #609AEF; border-color: #508ADF; }
.Icons							{margin: 1px 5px;}
.btmAlign						{vertical-align: bottom;}
.vertAlign						{vertical-align: middle;}
.LoginLinks						{text-align: right; font-size: 10px; clear: both; padding-top: 3px;}
.bulletLink						{background: url(images/bullet.gif) no-repeat left center; padding-left: 15px;}
.noUline						{text-decoration: none;}
.btn 							{background: url(images/bg_smallBtn_normal.gif) no-repeat left center;display: block; height: 20px; width: 60px; text-align:center; font: normal 10px/20px Arial, Helvetica, sans-serif !important; color: #000000 !important;}
.smallnormal					{font-size: 10px !important;}
.cclogos						{margin: 5px;}
.NoBtmMargin					{margin-bottom: 0;}


/*smaller bullet */
.bulletList {
	margin-right: 15px;
	list-style: none;
}
.bulletList li {
	margin: 2px 0;
	padding: 0 0 0 10px;
	background: url(images/bullet1.gif) no-repeat 0 4px;
}

/* larger bullet */
.bulletList_alt {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bulletList_alt li {
	margin: 4px 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat left top;
}


/* ===
MAIN PAGE ELEMENTS
Control various skin elements sit on the page
and what colours, backgrounds, etc. they have
=== */

#Container {
	width: 100%;
}

#centrecolumn {
	width: 958px;
	margin: 0;
}

#header {
	text-align: left;
	background: #FFFFFF url(images/bg_Header.gif) repeat-x left top;
	height: 106px;
}

#headerimage {
	float: left;
	padding: 13px 0 0 11px;
}
#headerimageTP {
	float: left;
	padding: 34px 0 0 14px;
}
#headerLeft {
	width: 708px;
	float: left;
}
#headerLeft .top {
	height: 106px;
}

#content {
	margin: 0;
	padding: 20px 0 20px 10px;
	clear: both;
}

#middlebar {
	width: 490px;
	text-align: left;
	float: left;
	background: #faf9fa;
	border: solid 1px #ababab;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#middlebar p, #middlebar h2, #middlebar fieldset, .tableWrap {
	/*margin-right: 15px;
	margin-left: 15px;*/
}
#middlebarwide {
	width: 715px;
	text-align: left;
	float: left;
}

#SideMenuBar {
	float: left;
	width: 205px;
	text-align: left;
	padding: 0 0 10px 0;
	clear: left;
	margin: 0 20px 0 0;
}

#RightSideBar {
	width: 218px;
	float: right;
}

#banner	{
	float: right;
	clear: right;
	position: relative;
}

#topofpagelink
	{
	float: right;
	
	font-size: 10px;
	}

.paddingfix
	{
	padding: 6px;
	margin: 0 auto;
	}

.templatesubheading
	{
	padding: 3px;
	width: auto;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	border-bottom: dashed 1px #444444;
	}

#toplinks
	{
	float: right;
	clear: right;
	padding: 10px;
	color: #999999;
	font-size: 10px;
	}

#searchbar
	{
	padding: 5px 10px 2px 0px;
	}

.results {
	padding: 10px 0 0 12px;
}

/* ===
TOP HEADER MENU
=== */
#TopMenu {
	float: right;
	margin: 0;
	padding: 7px 0;
	font-size: 10px;
}
#TopMenu li {
	display: inline;
	margin: 0;
	padding: 0 0 0 7px;
}
#TopMenu a {
	color: #000000;
	text-decoration: none;
}


/* ===
TOP SIGNUP/LOGIN AREA
=== */
#TopSignupArea {
	float: right;
	width: 210px;
	height: 100%;
	background: #FFFFFF url(images/bg_Header_Signup.gif) no-repeat 107px 24px;
	font-size: 9px;
}
#TopSignupArea .left {
	width: 110px;
}
#TopSignupArea .right {
	width: 100px;
}
#TopSignupArea a {
	color: #000000;
}
#TopSignupArea h2 {
	margin: 0;
	padding: 2px 5px 2px 4px;
	background: #0074aa;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0;
}
#TopSignupArea ul {
	margin: 4px 6px 5px 6px;
	padding: 0;
}
#TopSignupArea li {
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 2px;
	padding: 2px 0 0 13px;
	margin-bottom: 1px;
}
#TopSignupArea .btn {
	margin-left: 7px;
}

/* ===
TEMPLATE HEADER MENU
=== */

#templatemenu {
	margin:0;
	clear: both;
}
#templatemenu ul, #SecondaryMenu, #TertiaryMenu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
#templatemenu li, #SecondaryMenu li, #TertiaryMenu li {
	display: inline;
	margin: 0;
	padding: 0;
	
}

#templatemenu li a {
	padding: 5px 0 2px 0;
	width: 87px;
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	background: url(images/bg_MainMenu_Tab.gif) no-repeat center top;
	text-transform: uppercase;
	margin: 0 2px 0 0;
}
#templatemenu li a:hover {
	background: url(images/bg_MainMenu_Tab_Active.gif) no-repeat center top;
	color: #FFFFFF;
}

#templatemenu .recruiters {
	float: right;
}
#templatemenu .recruiters a {
	width: 140px;
	padding: 0;
	border-right: none;
	border-left: solid 1px #FFFFFF;
	background: #5fa700;
}
#templatemenu .recruiters a:hover {
	background: #444444;
	color: #FFFFFF;
}

/* Sub Menus under main menu */
#SubMenus {
	clear: both;
}
#SecondaryMenu {
	background: url(images/bg_SecondaryMenu.gif) repeat-x left top;
	font-size: 10px;
	text-transform: uppercase;
	height: 18px;
}
#SecondaryMenu li {
	line-height: 18px;
}
#SecondaryMenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
	float: left;
	display: block;
}
#SecondaryMenu a:hover, #SecondaryMenu .active {
	background: url(images/bg_SecondaryMenu_Active.gif) repeat-x left bottom;
	color: #000000;
}
#SecondaryMenu .right {
	float: right;
}

#TertiaryMenu {
	font-size: 10px;
	height: 18px;
	background: #88d5ff url(images/bg_SubMenu_btm.gif) repeat-x left bottom;
}
#TertiaryMenu a {
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	padding: 0 6px;
}
#TertiaryMenu a:hover, #TertiaryMenu .active {
	text-decoration: underline;
}
	


/* ===
STYLES FOR SIDE BAR(s)
=== */
#SideMenuBar p {
	font-size: 10px;
}
#SideMenuBar a {
	text-decoration: none;
}
#SideMenuBar h2 {
	margin-top: 0;
}
#SideMenuBar .FieldWrap {
	padding: 5px 0;
}
#SideMenuBar label {
	float: left;
}
#SideMenuBar .textfieldstylesmall {
	width: 130px;
	float: right;
}
#SideMenuBar .SubmitBtn {
	float: right;
	clear: right;
	margin-top: 4px;
	background: url(images/bg_smallBtn_normal.gif) no-repeat left center;
	height: 20px; 
	width: 60px; 
	text-align:center; 
	font: normal 10px/20px Arial, Helvetica, sans-serif !important;
	border: none;
}
#SideMenuBar #candloginmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.LoginLinks label {
	font-weight: normal !important;
	font-size: 10px !important;
	display: inline !important;
	float: none !important;
}
#sideRecruiterLogin {
	border-top: solid 1px #0074aa;
}
#sideRecruiterLogin h2 {
	color: #537370;
}
#QuickSearch {
	margin-bottom: 10px;
}
#QuickSearch h2 {
	background: url(images/bg_HeadingSearch.gif) no-repeat right top;
	height: 45px;
	margin: 0;
	padding: 0;
	line-height: 32px;
	text-transform: uppercase;
	text-indent: 10px;
}
#QuickSearch p {
	font-size: 12px;
	margin-bottom: 0;
}
#QuickSearch label {
	display: block;
}
#QuickSearch .textfieldstylesmall {
	width: 100%;
}
#advSearchLink {
	margin: 5px 0 0 0;
	float: left;
	clear: left;
	background: url(images/bullet.gif) no-repeat left center; 
	padding-left: 15px;
}
#SideMenuBar .Signpost_Emp {
	width: 100%;
}

/* HOT JOBS */
#HotJobs {
	background: #f3fbff;
	border: solid 1px #0074aa;
}
#HotJobs h3 {
	margin: 0;
	padding: 5px 8px;
	border-bottom: solid 1px #0074aa;
}
#HotJobs .jobCount {
	padding: 0 8px;
	line-height: 25px;
	display: block;
	color: #666666;
	font-size: 11px;
}
#HotJobs ul {
	margin: 0 8px 5px 8px;
	padding: 0;
	list-style: none;
}
#HotJobs ul li {
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding: 2px 0 2px 15px;
}


/* ===
RIGHT BAR
=== */
.box {
	margin: 0 0 20px 0;
	clear: both;
}
.box .center {
	margin: 0 auto;
}
.alignCenter {
	width: 120px;
	margin: 0 auto;
	text-align: center;
}

#LatestJobs {
	font-size: 10px;
}
#LatestJobs h2 {
	background: url(images/bg_LatestJobs.gif) no-repeat left top;
	height: 50px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-transform: uppercase;
	text-indent: 10px;
}
#LatestJobs ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
#LatestJobs li {
	padding: 2px 0 2px 15px;
	margin: 0;
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 3px;	
}
#LatestJobs a, #HotJobs a {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	color: #0074aa;
}
#LatestJobs p, #HotJobs p {
	margin: 0;
	padding: 0;
}

#LatestJobs .signup {
	background: url(images/bg_LatestJobs_Signup.gif) repeat-x left top;
	padding: 0 10px;
	margin: 15px 0 0 0;
}
#LatestJobs .signup p {
	padding: 12px 0 5px 0;
	font-weight: bold;
	font-size: 11px;
}
	
#FeaturedEmployers  {
	margin-top: 20px;
}
#FeaturedEmployers a, #FeaturedAgencies a {
	display: block;
	padding: 4px;
}
#FeaturedEmployers .logo, #FeaturedAgencies .logo {
	width: 88px;
	height: 38px;
	float: left;
	text-align: center;
}
#FeaturedEmployers img, #FeaturedAgencies img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
	

/*Ad styles */
.ad {
	width: 214px;
}
.ad .btm {
	background: #fe0300 url(images/Sidebar_RegAd1_btm.jpg) no-repeat left top;
	border: solid 1px #000000;
	border-top: 0;
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0 5px;
}
.ad .btm a {
	background: url(images/bg_smallBtn.gif) no-repeat left center;
	display: block;
	line-height: 27px;
	height: 29px;
	width: 60px;
	float: left;
	text-align: center;
	color: #000000;
	font-size: 10px;
}
.ad .btm span {
	padding: 7px 0;
	font-weight: bold;
	display: block;
	margin-left: 63px;
}

/* Homepage styles and classes */
#hm_TopRight {
	float: right;
	width: 215px;
	font-size: 11px;
}
#hm_TopRight p {
	line-height: normal !important;
}
#hm_TopRight .bold {
	font-size: 14px;
	margin-top: 0;
}
.flashMov {
	background: url(images/bg_homeFlash.gif) no-repeat center top;
	width: 493px;
	height: 217px;
	padding: 5px 0 0 0;
	
}
.flashMov object, .flashMov script, .flashMov noscript {
	margin: 0 0 0 5px;
}
#hm_Center {
	float: right;
	width: 475px;
	padding-top: 20px;
}
#emp_Center {
	float: right;
	width: 460px;
	padding-top: 20px;
}
#middlebarwide #SideMenuBar {
	padding-top: 10px;
	margin-left: 5px;
}
#jobCatListing .columnright {
	padding-left: 240px;
	float: none;
}

/* 
CANDIDATES
pie chart bg
*/
.Signpost {
	border: solid 1px #c8c8c8;
	width: 214px;
	background: #f7f7f7 url(images/bg_Signpost_chart.gif) no-repeat right top;
	margin: 0 0 20px 0;
}

/* 
EMPLOYERS
pie chart bg
*/
.Signpost_Emp {
	border: solid 1px #c8c8c8;
	width: 214px;
	background: #f7f7f7 url(images/bg_Signpost_emp_chart.gif) no-repeat right top;
	margin: 0 0 20px 0;
}
/* plain */
.Emp .Signpost {
	background: #f7f7f7 url(images/bg_Signpost_green.gif) no-repeat right top;
}
/* info icon */
.Emp .Info {
	background: #f7f7f7 url(images/bg_Signpost_emp_info.gif) no-repeat right top;
}

.Emp h2, .Emp h3, .Emp_alt h3, .Emp_alt a {
	color: #567075 !important;
}

/* Red Signpost */
.Red {
	background-image: url(images/bg_Signpost_red.gif);
}
.Red a, .Red h3 {
	color: #fe0302 !important;
}
/* green Signpost */
.Green {
	background-image: url(images/bg_Signpost_green.gif);
}
.Green a, .Green h3 {
	color: #567075 !important;
}
/* Orange Signpost */
.Orange {
	background-image: url(images/bg_Signpost_orange.gif);
}
.Orange a, .Orange h3 {
	color: #fe8601 !important;
}
.Orange .btm {
	color: #fe8601 !important;
}

.Signpost h3, .Signpost_Emp h3 {
	margin: 0;
	padding: 3px 8px;
}
.Signpost p, .Signpost_Emp p {
	padding: 0 50px 0 8px;
	margin-left: 0px !important;
}
.Signpost a.bulletLink, .Signpost_Emp a.bulletLink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top: solid 1px #c8c8c8;
	padding: 4px 0 4px 20px;
	background-position: 5px 6px;
}
.Signpost ul {
	margin: 8px;
}
.Signpost .btm {
	padding: 0 4px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #567075
}
.Signpost .btn {
	float: left;
	margin: 4px 8px 4px 0;
	color: #000000 !important;
}
#emp_Center .bulletList_alt li.narrow {
	margin-right: 20px;
}

.InfoArea {
	width: 210px;
	margin: 0 0 20px 0;
}
.InfoArea h3 {
	background: url(images/bg_headingInfo.gif) no-repeat left top;
	height: 45px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-indent: 5px;
	text-transform: uppercase;
}
.InfoArea h3.Question {
	background: url(images/bg_headingQuestion.gif) no-repeat left top;
}
.InfoArea h3.News {
	background: url(images/bg_headingNews.gif) no-repeat left top;
}


/* ===
WARNING BOX
=== */

.warningbox
	{
	background-color: #DDDDDD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 7px;
	border: 1px;
	}

/* ===
DIVIDING LINE
=== */

.dividingline
	{
	padding: 0px;
	width: 540px;
	height: 17px;
	background-image: url(images/images/dotted_line.png);
	background-repeat: no-repeat; 
	margin: 0 auto;
	}

/* ===
FOOTER
=== */
#FooterLinks {
	text-align: left;
	background: #f8f8f9;
	border: solid 1px #CCCCCC;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 10px;
	list-style: none;
	}
#FooterLinks a {
	text-decoration: none;
	color: #646464;
}
#FooterLinks li {
	display: inline;
	padding: 0 10px;
}
#FooterInfo {
	margin: 20px 0;
	text-align: center;
	font-size: 10px;
}

/* ===
LOGIN BOX
=== */

.loginbox
	{
	margin: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 10px 0;
	}
	
.loginbox .Username {
	float: left;
	width: 290px;
}
.loginbox h3 {
	margin-top: 0;
}


.loginbox .Password {
	margin-left: 300px;
}

/* ===
Form layout
=== */
div.SubmitBtn {
	padding: 10px 0 0 0px;
	clear: both;
}

.FieldWrap {
	padding: 5px 0px;
	clear: both;
}

.FieldWrap label {
	font-weight: normal;
}


/* Fixes IE 3px bug. Used on radio's on powersearch.asp (except the 1st one obviously!) */
.RadioIEFix {
	margin-left: 3px;
}

.FieldLabel {
	float: left;
	width: 220px;
}

/* Wide Form layout */
.Field {
	margin-left: 230px;
	font-size: 11px;
}
.FieldLabel label {
	font-weight: bold;
}
.FieldLabel .Field {
	margin-left: 320px;
}
.FieldLabel .textfieldstyle {
	width: 180px;
}

.FieldLabelShort {
	float: left;
	width: 130px;
}
.FieldLabelWide {
	float: left;
	width: 350px;
}

.FieldLabelShort label {
	font-weight: bold;
}

.FieldShort {
	margin-left: 150px;
}
.FieldNarrow {
	margin-left: 360px;
}

fieldset p {
	margin: 2px 0 10px 0;
	padding: 0;
}
#frmJobPowerSearch .tickBox {
	width: 45%;
	float: left;
}
#frmJobPowerSearch .smallnormal label {
	font-size: 10px !important;
}
#frmJobPowerSearch .smallnormal input {
	vertical-align: middle;
	margin-bottom: 5px;
}
.SalaryDesc {
    padding: 0px 0;
	clear: both;
	width:300px;
}


/* ===
SEARCH RESULTS
=== */
#searchResults p {
	margin-left: 20px;
	margin-right: 20px;
}

#rssLinks {
	float: right;
	clear: right;
	padding: 6px 8px 0 0;
	color: #999999;
	font-size: 10px;
}
#rssLinks img {
	vertical-align: middle;
	margin-bottom: 3px;
}

/* ===
JOBSEARCH RECORDTEMPLATE
=== */

.jobtopbarlong
	{
	padding-top: 4px;
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	}


.vacancylong {
	margin: 0 15px;
	border-bottom: solid 1px #CCCCCC;
	padding: 18px 0;
	clear: both;
}
.positionnumberlong
	{
	float: left;
	width: 15px;
	color: #999999;
	font-size: 10px;
	text-align: center;
	margin-right: 15px;
	}

.datelong
	{
	height: 15px;
	color: #999999;
	font-size: 10px;
	}

.statusiconslong
	{
	float: left;
	height: 50px;
	}

.agencylong, .joblocationlong, .salarylong {
	padding-bottom: 3px;
	font-weight: normal;
}
.agencylong {
	font-weight: bold;
}

.jobtitlelong
	{
	padding-bottom: 3px;
	font-weight: bold;
	font-size:13px;
	background: url(images/bullet.gif) no-repeat 0 4px;
	padding: 2px 0 6px 15px;
	margin: 0;
	}

.jobagencylogo
	{
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	}
.jobdescriptionlong {
	margin:10px 0 0 0;
}
.relevancelong
	{
	float: right;
	}

.bottomlinkslong
	{
	margin-top: 10px;
	font-size: 10px;
	font-weight: normal;
	}

/* ===
VIEW JOB RECORDTEMPLATE
=== */

#JobDescription {
}
#JobDescription .agencylogo {
	margin-right: 0;
}

#JobDescription h2 {
	font-weight: bold;
	margin: 3px 0 10px 0;
	font-size: 12px;
	color: #0074aa;
	}
.addedDate {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
	margin-bottom: 8px;
}
.newJob {
	color: #a70000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	display: inline;
}
.newJob img {
	vertical-align: middle;
	margin: 0 4px 4px 0;
}
.jobrefnoview
	{
	font-weight: normal;
	margin-bottom: 3px;
	}
.agencyview {
	font-weight: bold;
}

.joblocationview
	{
	font-weight: normal;
	margin-top: 3px;
	font-size: 12px;
	}
.salaryview
	{
	font-weight: normal;
	margin-top: 3px;
	font-size: 12px;
	}

.consultantview {
    font-size:11px;
    color: #009900;
}

.jobdescview {
	font-weight: normal;
	margin: 20px 0;
}

.warningtext {
	color: #FF0000;
	font-weight: bold;
	background: #ffd9d9 url(images/icon_warning.gif) no-repeat 5px 4px;
	padding: 3px 10px 3px 25px;
	display: block;
	}

#SendApp {
	margin: 40px 0;
}

#SendApp h2 {
	font-size: 13px;
	font-weight: bold;
	background: url(images/icon_apply.gif) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 21px;
}
fieldset p {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/* ===
Fieldsets on cand_resume_edit.asp
=== */
#frmEditResume fieldset {
	padding-bottom: 30px;
}


/*===
HOMEPAGE CENTRAL BOXES, GENERAL STYLES
=== */
.mainBox {
	background: #faf9fa;
	border: solid 1px #ababab;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#hm_Center p, #hm_Center form, #emp_Center p, #emp_Center form {
	margin-left: 10px;
	margin-right: 10px;
}
#hm_Center h2, #emp_Center h2 {
	border-bottom: solid 1px #ababab;
	color: #0074aa;
	font: bold 14px Arial,Helvetica,sans-serif;
	padding: 8px;
	text-transform:uppercase;
	margin: 0;
}
#hm_Center .bulletList_alt li, #emp_Center .bulletList_alt li {
	margin: 8px 5px;
}


/* HOME SEARCH PANEL */
#homesearch .jobcount {
	margin-bottom:10px;
}

#homesearch #locations {
	float: right;
	padding: 5px 0;
}
#homesearch #keywords {
	padding: 5px 0;
}
#homesearch .FieldWrap {
	clear: none;
}
#homesearch .input {
	font-size: 11px;
	width: 150px;
}

#homesearch .SubmitBtn {
	padding-top:10px;
	padding-left: 60px;
	font-size: 10px;
}
#homesearch .SubmitBtn input {
	display: inline;
	margin-right: 10px;
	vertical-align: middle;
}

/* JOB CATEGORY LISTINGS PANEL */
.columnleft {
	width: 48%;
	float: left;
	clear: left;
	padding: 5px 0 0 0;
	display: inline;
}
.columnleft ul, .columnright ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
.columnleft li, .columnright li {
	padding: 2px 0;
}
.columnleft a, .columnright a {
	text-decoration: none;
}
.columnright {
	padding: 5px 0 10px 0;
}



/* ===
FEATURED JOBS ON HOMEPAGE
=== */

/* fixes IE 100% width bug */
#FeaturedJobs .wrap {
	width: 100%;
}
#FeaturedJobs table {
	width: 100%;
}
	
#FeaturedJobs td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #444444;
	background: url(images/line_dottedgrey.gif) repeat-x left bottom;
	padding: 6px;
}

#FeaturedJobs .title {
	width: 50%;
}
#FeaturedJobs .salary {
	width: 23%;
}
#FeaturedJobs .agency {
	width: 22%;
}

#FeaturedJobs td a {
    color:#444444;
	font-weight: bold;
}
#FeaturedJobs .view {
	float: right;
	padding-top: 0;
}

/* ===
FEATURED LINKS PAGE
=== */

#FeaturedLinks .float {
	margin: 5px;
}
#FeaturedLinks a {
	display: block;
	width: 120px;
	height: 52px;
	background: #FFF;
}


/* ===
EMPLOYERS A-Z PAGE
=== */
.agency {
	width: 60%;
}
.profile {
	width: 15%;
}
.jobs {
	width: 25%;
	text-align: center;
}


/* ===
RSS LATEST NEWS ON HOMEPAGE
=== */
#LatestNews h2 {
	margin-bottom: 15px;
}
	
/* ===
PAGE HEADING - H1 - STYLES
=== */

.strapline {
	font-size:16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #5fa700;
	margin: 0 0 10px 0;
	padding: 0;
}
H1.noBtmMargin {
	margin-bottom: 0;
	padding-bottom: 0;
}



/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */

.agencylogo
	{
	float: right;
	text-align: right;
	margin-right: 20px;
	}

a.iconbutton:link, a.iconbutton:visited
	{
	font: bold 10px Arial,Helvetica,Sans-Serif;
	text-decoration: none;
	padding: 0px 20px 1px 0;
	}

a.iconbutton:hover {
	text-decoration: none;
	}
.iconbutton img {
	vertical-align: middle;
	margin: 0 7px 5px 0;
}
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;
	}

.buttonstyle, .buttonnofloat, .buttonskin, .buttonSmall {
	background: url(images/bg_smallBtn_normal.gif) no-repeat left center;
	height: 20px; 
	width: 60px; 
	text-align:center; 
	font: normal 10px/20px Arial, Helvetica, sans-serif !important;
	border: none;
}


.textfieldstyle
	{
	width: 220px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	font-size: 11px;
	}

.textfieldstylesmall
	{
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #AAA;
}
	
.textfieldstyleverysmall
	{
	width: 90px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}
.textfieldstylewide
	{
	width: 285px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}
	
.dropdownfixed
	{
	font-size : 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: solid 1px #AAA;
	width: 220px;
	}
.input {
	width: 240px;
}
.toprow
	{
	background-color: #EEEEEE;
	}

.charactercounter
	{
	margin: 3px 0 5px 0;
	font-size: 10px;
	border: solid 1px #444444;
	background-color: #DDE8EE;
	font-weight: bold;
	color: #0066CC;
	vertical-align: middle;
	}
label.charCount {
	display:inline;
	font-weight: normal;
}

/* ===
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 {
	margin: 0;
	margin-bottom: 3px;
	width: 460px;
	border-collapse: collapse;
	border: solid 1px #AAAAAA;
	background: #f1f1f1;
	clear: both;
	font-size: 12px !important;
}

.formattedtable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-bottom: solid 1px #AAAAAA;
	}

.formattedtable th
	{
	padding: 4px 8px 4px 8px;
	vertical-align: top;
	font-weight: bold;
	color: #445588;
	text-align: left;
	border-bottom: solid 1px #AAAAAA;
	}
.formattedtable img, .formattedtable input {
	vertical-align: middle;
}

.fieldtitle
	{
	background-color: #f1f1f1 !important;
	vertical-align: top;
	font-weight: bold;
	color: #445588 !important;
	font-size: 11px;
	width: 150px;
	}

.on, .on td {
	background-color: transparent;
}

/* ===
INVOICE STYLESHEET
=== */

#Inv_Container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;
}

#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: 20px 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(images/uploaded_doc.gif) 0 3px no-repeat;
	padding:0px 0 38px 25px;
}

.download_pdf {
	
	text-decoration:underline;
	background:url(images/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 Arial, Helvetica, sans-serif;
}
#SiteMap ul ul li a {
	font: normal 12px Arial, Helvetica, sans-serif;
}
#SiteMap .arrowList li {
	background: url(images/bg_ListItem.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 10px;
}

.gotoLink {
	float: right;
	display: block;
	margin: 5px 15px;
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 12px;
}

.section {
	clear: both;
	padding-top: 10px !important;
}



/* classes for app docs on viewjob.asp */
.docsLayout {
	margin: 20px 0;
	display: block;
	border: solid 1px #bfcdd9;
	background: #f1f1f1;
}
.docsLayout h3 {
	margin: 0;
	padding: 3px !important;
}
.documentrow {
	border-top: solid 1px #bfcdd9;
	padding: 6px 0 2px 0;
	background: #FFFFFF;
}
.docicon {
	float: left;
	width: 30px;
	display: inline;
	margin-left: 5px;
}
.docicon img {
	vertical-align: middle;
}
.doctitle {
	float: left;
	width: 300px;
	display: inline;
	margin: 2px 0;
}
.docdownloadlink {
	float: right;
	display: inline;
	margin: 2px 0;
}
.docdownloadlink a, .docdownloadlink:visited {
	padding: 0 0 0 25px;
	margin: 0 5px 0 0;
	background: url(images/doc_open.png) no-repeat 2px 0;
}
.docdownloadlink a:hover {
	color: #003966;
}


.download_doc {
	
	text-decoration:underline;
	background:url(images/uploaded_doc.gif) 0 3px no-repeat;
	padding:0px 0 38px 25px;
}

.download_pdf {
	
	text-decoration:underline;
	background:url(images/uploaded_pdf.gif) 0 3px no-repeat;
	padding:0 0 38px 25px;
}
