.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 11px Tahoma,Verdana,Helvetica,sans-serif;
	color: #333333;
}

a, a:visited {color: #075eb5;}
a:hover	 {color: #444444;}

img	{
	border: 0;
}
img.block {display:block;}

h1 {
	color: #444444;
	font: bold 22px Arial, Helvetica, sans-serif;
	margin: 0 0 30px 0;
	padding-bottom: 5px;
	letter-spacing: -1px;
	background: url(bg_sides.gif) repeat-x bottom left;
}

h2 {
	color: #075eb5;
	font: bold 17px Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
}

h3 {
	color: #999999;
	font: bold 13px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	margin: 15px 0 5px 0;
}

h4 {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 8px 0;
}

hr {
	height: 1px;
	color: #999999;
	background: #999999;
	border-width: 0px;
}

form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	color: #075eb5;
	font: bold 15px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	padding: 0 5px;
	margin: 0 0 0 2px;
}
select, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	border: solid 1px #AAA;
}

input {
	font: normal 11px Arial,Helvetica,Sans-Serif;
}

label {
	font: bold 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;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
}
.float {
	float: left;
}
.right {
	float: right;
}

.currencymenu, .languagemenu {font-weight: normal;  font-size: 10px; background-color: #609AEF; border-color: #508ADF; }

.Icons {
	margin: 1px 5px;
}
.white {color: #FFFFFF;}
.bold {font-weight: bold !important;}

.hline {
	background: url(line_dottedgrey.gif) repeat-x left top;
	height: 1px;
	overflow: hidden;
	display: block;
}

.line {border-bottom:solid 1px #CCCCCC;margin: 10px 0;}

.cursor {
	cursor: hand;
	cursor: pointer;
}
.leftImg img {
	float: left;
	margin-right: 10px;
	border: solid 1px #075eb5;
}

.warnBox {
	background: #DDDDDD;
	border: solid 1px #666666;
	font-weight: bold;
	padding: 5px;
	cursor: hand;
	cursor: pointer;
}


/* ===
MAIN PAGE ELEMENTS
Control various skin elements sit on the page
and what colours, backgrounds, etc. they have
=== */

#Container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#centrecolumn {
	width: 930px;
	border: none;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 930px;
	height: 100px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF;
}

#headerimage {
	float: left;
	width: 450px;
}

#content {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#middlebar {
	width: 550px;
	text-align: left;
	padding: 0;
	float: left;
}

#SideMenuBar {
	float: left;
	width: 180px;
	text-align: left;
	padding: 0 0 10px 0;
	clear: left;
	margin-right: 30px;
}

#rightBar {
	float: right;
	width: 140px;
	text-align: center;
	padding: 0;
	margin-left: 30px;
}
#FeaturedLogos {
	width: 140px;
	padding-top: 10px;
	float: none;
}

#banner	{
	float: right;
	position: relative;
	padding: 20px 0 0 0;
}

#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;
	top: 0px;
	right: 0px;
	padding: 5px 10px;
	color: #999999;
	font-size: 10px;
	}

#searchbar
	{
	padding: 5px 10px 2px 0px;
	}

.slogan {
	font: italic bold 13px Arial, Helvetica, Sans-Serif;
	color: #666666;
	clear: both;
}

/* ===
TEMPLATE HEADER MENU
=== */

#templatemenu
	{
	width: 930px;
	margin: 0 auto;
	clear: both;
	background: url(bg_menu.gif) repeat-x top left;
	height: 30px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

#templatemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
#templatemenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#templatemenu li a {
	padding: 0 12px;
	display: block;
	float: left;
	color: #075eb5;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 31px;
	border-bottom: solid 2px #FFFFFF;
}
#templatemenu li a:hover, #templatemenu li a:active {
	color: #666666;
	border-bottom: solid 2px #075eb5;
}

#templatemenu .first {
	background: url(bg_menu_left.gif) no-repeat top left;
}
#templatemenu .recruiters {
	float: right;
	background: url(bg_menu_right.gif) no-repeat top right;
}
#templatemenu .recruiters a {
	padding: 0 15px;
	border-right: none;
	color: #333333;
}
#templatemenu .recruiters a:hover {
	color: #075eb5;
}


/* ===
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: 2px 0;
	margin: 0;
	color: #075eb5;
}
#SideMenuBar .sub {
	margin-top: 15px;
	background: none;
	color: #444444;
}
#SideMenuBar .HotJobsTotal {
	padding: 2px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 3px 0 8px 0;
	font-size: 10px;
}
#SideMenuBar .sidemenu {
	display: block;
	clear: both;
	padding: 2px;
}
#SideMenuBar .iconbutton {
	margin-top: 5px;
	display: block;
}

.Box {
	margin: 10px 0 0 0;
	background: #FFFFFF;
	border: solid 1px #075eb5;
	color: #444444;
}
.BoxTop {
	background: url(BoxTop_fade.gif) no-repeat left bottom;
	height: 11px;
}
.BoxBody {
	padding: 7px;
}
.BoxBtm {
	background: url(BoxBtm_fade.gif) no-repeat left top;
	height: 11px;
}

#sideCandLogin a {
	color: #444444;
}

#sideCandLogin .BoxTop {
	background: #DDDDDD url(BoxTop_mask.gif) no-repeat left bottom;
	height: 11px;
	font-size:1%;
}

#sideCandLogin .BoxBtm {
	background: #DDDDDD url(BoxBtm_mask.gif) no-repeat left top;
	height: 11px;
	font-size:1%;
}
#sideCandLogin .textfieldstylesmall {
	width: 160px;
}

#LanguageMenu {
	background: url(bg_language_right.gif) no-repeat top left;
	height: 60px;
	margin: 10px 0 0 0;
	text-align: left;
}
#LanguageMenu h3 {
	font-size: 12px;
	padding: 2px 6px;
	margin: 0;
	color: #075eb5;
}

#LanguageMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#LanguageMenu li {
	float: left;
	display: block;
}
#LanguageMenu li a {
	width: 68px;
	padding: 15px 0 8px 0;
	display: block;
	text-align: center;
	text-decoration: none;
}
#LanguageMenu li a:hover {
	background: url(bg_language_bullet.gif) no-repeat center top;
}

#LanguageMenu .border {
	background: url(bg_language_hline.gif) no-repeat right center;
}
#LanguageMenu .active {
	background: url(bg_language_bullet.gif) no-repeat center top;
}


/* ===
ADVERT IN RIGHT BAR
=== */
#RightAds {
	padding: 3px;
}
.adBox {
	background: url(../../images/bg_greyLines.gif) repeat top left;
	display: block;
	font: bold 14px/20px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding: 1px;
}
.adBox:hover {
	color: #075eb5;
}


/* ===
FEATURED LOGOS IN RIGHT BAR
=== */
#FeaturedLogos .Box {
	padding: 0 1px 1px 1px;
	margin: 0;
	background: #075eb5;

}
#FeaturedLogos a {
	margin: 1px 0 0 0;
	height: 52px;
	width: 100%;
	padding: 0;
	background: #FFFFFF;
	display: block;
}
#FeaturedLogos img {
	display: block;
	margin: 0 auto;
	max-height: 52px;
	max-width: 120px;
}


/* ===
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(dotted_line.png);
	background-repeat: no-repeat; 
	margin: 0 auto;
	}

/* ===
FOOTER
=== */
#footer
	{
	width: 930px;
	text-align: left;
	margin: 0 auto 10px auto;
	border-top: solid 1px #FFFFFF;
	clear: both;
	background: url(bg_footer.gif) repeat-x 0px 20px;
	padding-top: 20px;
	}

.footertext_left {
	padding: 0 10px;
	margin: 0;
	color: #FFFFFF;
	line-height: 22px;
	background: url(bg_footerleft.gif) no-repeat left top;
}

.footertext_right {
	float: right;
	width: 500px;
	text-align: right;
	padding: 5px 0 10px 0;
	color: #92b2b7;	
	background: url(bg_footerright.gif) no-repeat right top;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: block;
	float: right;
	padding: 0 5px;
}

#footer a, #footer  a:visited{
	text-decoration: none;
	color: #FFFFFF;	
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF; 
}
.footerlink {
	margin: 0;
}
.footerlink a, .footerlink a:visited {
	color: #999999 !important;
}

/* ===
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 0;
	clear: both;
}

.FieldWrap {
	padding: 5px 0;
	clear: both;
}
.BlockWrap {
	margin-top: 5px;
	display: block;
	padding: 5px 0;
	clear: both;
}
.FieldWrap label, .BlockWrap label {
	font-weight: normal;
}
.FieldLabel label {
	font-weight: bold;
}

.Field {
	margin-left: 190px;
}

.RadioIEFix {
	margin-left: 3px;
}

.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;
}

fieldset p {
	margin: 2px 0 10px 0;
	padding: 0;
}
#frmJobPowerSearch .tickBox {
	width: 45%;
	float: left;
}
.SalaryDesc {
    padding: 0px 0;
	clear: both;
	width:300px;
}


/* ===
JOBSEARCH RECORDTEMPLATE
=== */

.jobtopbarlong
	{
	padding-top: 4px;
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	}

.jobheaderlong
	{
	margin-left: 30px;
	}

.vacancylong
	{
	top: 0px;
	left: 0px;
	background: url(searchresultback.png) repeat-x;
	}

.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;
	}

.joblocationlong
	{
	padding-bottom: 3px;
	font-weight: normal;
	color: #6d9d0c;
	}

.jobtitlelong
	{
	padding-bottom: 3px;
	font-weight: bold;
	font-size:13px;
	}

.salarylong
	{
	padding-bottom: 3px;
	font-weight: normal;
	color: #003399;
	}

.jobdescriptionlong
	{
	margin-left: 30px;
	font-weight: normal;
	color: #444444;
	padding:10px 0 0 0;
	}

.jobagencylogo
	{
	float: right;
	width: 120px;
	text-align: right;
	}

.relevancelong
	{
	float: right;
	}

.bottomlinkslong
	{
	margin-top: 10px;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: normal;
	}

/* ===
VIEW JOB RECORDTEMPLATE
=== */


.joblocationview
	{
	font-weight: normal;
	color: #6d9d0c;
	margin-top: 3px;
	}

.jobrefnoview
	{
	font-weight: normal;
	color: #999999;
	margin-top: 3px;
	}

.jobtitleview
	{
	font-weight: bold;
	margin-top: 3px;
	font-size: 12px;
	}

.salaryview
	{
	font-weight: normal;
	color: #003399;
	margin-top: 3px;
	}
	
.descriptionview
	{
	margin-top: 8px;
	}
	
.consultantview {
    font-size:12px;
    color: #009900;
}

.warningtext {
	color: #FF0000;
	font-weight: bold;
	}

.extradetail		{ font-size: 10px; color: #556677; font-weight: normal; }
.bold			{font-weight: bold; }
.red {color:#CC0000;}

/* ===
Fieldsets on cand_resume_edit.asp
=== */
#frmEditResume fieldset {
	padding-bottom: 30px;
}


/*===
HOMEPAGE CENTRAL BOXES, GENERAL STYLES
=== */

.centralbox {
	border: solid 1px #075eb5;
	padding: 7px 10px 7px 0;
	clear: both;
	margin-top: 15px;
}
.centralbox table {
	margin-left: 10px;
}

.centralbox a {
	color: #444444;
}


/* HOME SEARCH PANEL */

#homesearch {
	background: url(bg_HomeSearch.gif) no-repeat top left;
	width: 550px;
	height: 153px;
	color: #FFFFFF;
	position: relative;
}
#homesearch .adv {
	color: #FFFFFF;
	float: right;
	clear: right;
	padding-top: 10px;
	
}
#homesearch form {
	padding: 15px 15px 0 15px;
	margin: 0;
}
#homesearch h2 {
	margin: 0;
	padding: 0;
	color: #FFF;
}
#homesearch .count {
	float: right;
	position:absolute;
	top: 15px;
	right: 15px;
}

#homesearch .left {
	float: left;
	width: 170px;
}
#homesearch .mid {
	float: left;
	width: 170px;
	padding: 0 0 0 30px;
}
#homesearch .right {
	float: left;
	width: 148px;
	padding: 0 0 0 0px;
}

#homesearch select ,#keywords .input {
	width: 170px;
	border: solid 1px #999999;
	clear: left;
	display: block;
}

#Salary {
	height: 46px;
	padding: 0;
}
#Salary .pad {
	padding-top: 5px;
}

#homesearch .SubmitBtn {
	padding-top:30px;
}
#homesearch .SubmitBtn input {
	color: #075eb5;
	text-transform:uppercase;
	background: #FFFFFF;
	border: solid 1px #075eb5;
}
#homesearch .SubmitBtn .border {
	border: solid 1px #FFFFFF;
	float: right;
}

#keywords .input:focus {
	border: solid 1px #444444;
}
/* ===
FEATURED JOBS ON HOMEPAGE
=== */
	
#FeaturedJobs tr
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #075eb5;
	background: url(line_dottedgrey.gif) repeat-x left bottom;
	}

#FeaturedJobs td a 
{
    color:#075eb5;
	font-weight: bold;
}
#FeaturedJobs .jobDesc {
	width: 260px;
}
#FeaturedJobs .Salary {
	width: 150px;
}
#FeaturedJobs .view {}

/* ===
FEATURED LINKS PAGE
=== */

#FeaturedLinks .float {
	margin: 5px;
	text-align: center;
	padding:3px;
}
#FeaturedLinks a {
	display: block;
	width: 120px;
	height: 52px;
	background: #FFF;
}


/* ===
RSS AND LATEST NEWS ON HOMEPAGE
=== */
#LatestNews h2 {
	margin-bottom: 15px;
}

#LatestNews .story {
	margin-left: 10px;
}

#LatestNews .viewall {
	margin: 20px 0 0 10px;
	text-align: right;
}


/* ===
PAGE HEADING - H1 - STYLES
=== */

.strapline {
	font-size:16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #075eb5;
	margin: 0 0 10px 0;
	padding: 0;
}
H1.noBtmMargin {
	margin-bottom: 0;
	padding-bottom: 0;
}



/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */

.agencylogo
	{
	float: right;
	width: 200px;
	text-align: right;
	}

a.iconbutton:link, a.iconbutton:visited
	{
	font: bold 10px Arial,Helvetica,Sans-Serif;
	text-decoration: none;
	color: #075eb5;
	padding: 0px 12px 1px 4px;
	}

a.iconbutton:hover
	{
	
	font: bold 10px Arial,Helvetica,Sans-Serif;
	text-decoration: none;
	color: #000000;
	padding: 0px 12px 1px 4px;
	}

a.pagelinks:link, a.pagelinks:visited
	{
	font-weight: bold;
	text-decoration: none;
	color: #075eb5;
	}

a.pagelinks:hover
	{
	font-weight: bold;
	text-decoration: none;
	color: black;
	}

.buttonstyle, .buttonnofloat, .buttonskin, .button
	{
	background: url(bg_btnwhite.gif) repeat-x top center;
	border: none;
	border-left: solid 1px #cfd3de;
	border-right: solid 1px #cfd3de;
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #444444;
	padding: 0 5px;
	height: 23px;
	display: block;
	}

.buttonSmall {
	background: url(bg_btnwhite_sm.gif) no-repeat bottom center;
	border: none;
	font: bold 11px Arial,Helvetica,sans-serif;
	color: #444444;
	width: 65px;
	height: 20px;
	display: block;
}


.textfieldstyle
	{
	width: 230px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}

.textfieldstylesmall
	{
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}

.dropdownfixed
	{
	
	font-size : 10px;
	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: #075eb5;
	}


/* ===
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: 11px;
	width: 98%;
	margin: 0px;
	color: #111111;
	margin-bottom: 3px;
	border-collapse: separate;
	}

.formattedtable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #f4faff;
	vertical-align: top;
	border-bottom: solid 1px #AAAAAA;
	}

.formattedtable th
	{
	padding: 4px 8px 4px 8px;
	background-color: #cddff0;
	vertical-align: top;
	font-weight: bold;
	color: #075eb5;
	border-bottom: solid 1px #88AABB;
	text-align: left;
	}

.fieldtitle
	{
	vertical-align: top;
	background: #cddff0 !important;
	font-size: 11px;
	color: #075eb5;
	font-weight: bold;
	width: 150px;
	}

/* LINK PAGE STYLES */

#links .wrap {
	clear: left;
}
#links .wrap_alt {
	clear: left;
	background: #EEEEEE;
}
#links h4 {
	margin: 0 0 5px 170px;
}
#links .description {
	margin: 0 0 0 170px;
	
}

#links .link {
	display: block;
	padding: 5px 5px 0 5px;
}
#links .link a {
	margin: 0 10px 0 0;
	float: left;
	display: block;
	overflow: visible;
	width: 120px;
}
#links .line {
	padding: 5px 0 0 0;
	margin: 0;
	display: block;
	clear: left;
}

/* Sitemap */
#sitemapLinks .section {
	width: 200px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}
#sitemapLinks li {
	padding: 0;
	margin: 8px 0;
	list-style: none;
	font-weight: bold;
}
#sitemapLinks li ul {
	margin: 5px 0 25px 15px;
	list-style: none;
	padding: 0;
}
#sitemapLinks li ul li {
	font-weight: normal;
	background: url(../../images/bullet.gif) no-repeat 5px 5px;
	padding: 0 0 0 20px;
}

#GoogleSearch {
	margin: 10px 0;
}
#GoogleSearch label {
	display: inline;
	font-weight: normal;
}
#GoogleSearch #sbi {
	width: 110px;
}
#GoogleSearch #sbb {
	width: 60px;
}