.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: #555555;
}

a, a:visited {color: #1265b9; font-weight: bold; text-decoration: none;}
a:hover, a:visited:hover {color: #444444;font-weight: bold;}

img	{
	border: 0;
}
img.block {display:block;}
.imgCenter {
	display: block;
	margin: 0 auto;
}

h1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}

h2 {
	color: #1f6ebd;
	font: bold 15px Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
	padding: 4px 0 4px 10px;
	background: url(bg_ListItem.gif) no-repeat 0 10px;
	border-bottom: solid 1px #b4cee9;
	text-align: left;
}

h3 {
	color: #1265b9;
	font: bold 13px Arial,Helvetica,sans-serif;
	margin: 15px 0 5px 0;
}
h4 {
	font: bold 12px Arial,Helvetica,sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
}

p {
	margin: 10px 0;
	line-height: 1.4em;
}

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: 12px;
	background: #FFFFFF;
	border: solid 1px #AAA;
}

input {
	font: normal 12px Arial,Helvetica,Sans-Serif;
}

label {
	font: bold 11px Arial,Helvetica,Sans-Serif;
}

pre {
	font-family: Courier,Times New Roman,Serif;
}

ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
}


/* ===
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;}


/* ===
Basic classes
=== */
.nowrap {
	white-space: nowrap
}
.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

.float {
	float: left;
}
.right {
	float: right;
}

/* normal style for UL */
UL.normal {
	margin: 0 20px 20px 20px;
	list-style: disc;
}
UL.normal li {
	list-style: disc;
}

.topIcon {
	background: url(../../images/icon_top.gif) no-repeat 2px 5px;
	padding: 0 0 0 15px;
	display: block;
	color: #1265b9;
	font-weight: normal;
	text-decoration: underline;
}
.topIcon:hover, .topIcon:visited:hover {
	font-weight: normal;
}
.img_vert {
	vertical-align: middle;
	margin-bottom: 2px;
}
.LeftCol {
	width: 45%;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.RightCol {
	width: 45%;
	float: right;
	margin-right: 30px;
	margin-left: 0;
}

/* ===
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;
	background: url(bg_wrapper.gif) repeat-x top center;
}

#centrecolumn {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	width: 780px;
	height: 85px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#headerimage {
	float: left;
	padding: 10px 0 0 0;
}
#headerimage img {
	display: block;
}

h1#siteSlogan {
	letter-spacing: 0;
	color: #999999;
	margin: 0;
	font-size: 14px;
	padding-top: 9px;
	padding-left: 0;
	background: none;
	border: none;
	width: 550px;
	float: left;
}

#SubMasthead {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
#SubMasthead ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	list-style: none;
}

#SubMasthead ul li {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#SubMasthead .right {
	padding-top: 10px;
}

#contentHome {
	width: 780px;
	margin: 10px auto;
	padding: 0;
	background: url(bg_content3Col.gif) repeat-y left top;
}
#content {
	width: 780px;
	margin: 10px auto;
	padding: 0;
	background: url(bg_content2Col.gif) repeat-y left top;
}

#middlebar {
	width: 380px;
	text-align: left;
	float: left;
}
#middlebarwide {
	width: 580px;
	text-align: left;
	float: left;
}

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

#SideMenuBar2 {
	float: left;
	width: 180px;
	text-align: left;
	padding: 0 0 10px 0;
	clear: left;
	margin-right: 20px;
}

#RightSideBar {
	width: 180px;
	float: right;
	text-align: left;
}
#BasicSearch select {
	width: 157px;
}

#WelcomeBox {
	width: 350px;
	height: 26px;
	float: right;
	text-align: right;
}
#WelcomeBox .msg {
	float: right;
	padding: 0 10px 0 0;
	line-height: 20px;
	text-transform:capitalize;
}
#LoginBox {
	background: url(bg_Header_LoginBox.gif) center center;
	width: 135px;
	height: 26px;
	text-align: center;
	color: #FFFFFF;
	float: right;
}
#LoginBox a {
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
}

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


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

#templatemenu
	{
	width: 800px;
	margin: 0;
	clear: both;
	background: #1265B8 url(bg_menu.gif) repeat-x top center;
}

#templatemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
#templatemenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#templatemenu li a {
	padding: 5px 12px;
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	background: url(menu_spacer.gif) no-repeat right center;
}
#templatemenu li a:hover {
	background-color: #1265B8;
}
#templatemenu li.right a {
	background-image: none;
}

/* ===
STYLES FOR SIDE BAR AND CHILD BOX'S
=== */
#SideMenuBar p	{
	font-size: 10px;
	margin: 2px 10px 2px 0px;
}	
#SideMenuBar label {
	font-weight: bold;
	float: left;
}
#SideMenuBar .textfieldstylesmall {
	float: right;
}
#SideMenuBar #FeaturedLinks .wrap {
	margin: 0 0 0 20px !important;
	display: block;
	width: 125px;
}

#SideMenuBar #Broadbean_Logo .wrap {
	margin: 0 0 0 20px !important;
	display: block;
	width: 125px;
}

#SideMenuBar2 p	{
	font-size: 11px;
	margin: 2px 10px 2px 0px;
}	
#SideMenuBar2 label {
	font-weight: normal;
}

#sideCandLogin .buttonSmall {
	margin: 6px 0 0 0;
	padding-top: 3px;
	float: left;
}
#sideCandLogin a {
	color: #444444;
	font-weight: normal;
	padding-left: 2px;
}
#sideCandLogin p {	
	margin: 5px 0 0 0;
	float: right;
	width: 95px;
	border-left: dotted 1px #999999;
	
}

/* ===
BOX CLASSES
=== */
.Box {
	margin: 0 0 10px 0;
	color: #444444;
}

.Box h2 {
	padding: 4px 0 4px 10px;
	margin: 0;
	color: #06529E; /*#1f6ebd*/
	background: #dce8f5 url(bg_Heading.gif) repeat-y left top;
}
.Box .sub {
	margin-top: 15px;
	background: none;
	color: #444444;
}
.BoxBody li {
	background: url(bg_ListItem.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 10px;
	margin: 6px 0;
}
.BoxBody {
	padding: 7px 7px 7px 12px;
}


/* highlighted box */
.Box_HL {
	margin: 0;
	color: #444444;
}
.Box_HL h2 {
	padding: 4px 0 4px 10px;
	margin: 0;
	color: #FFFFFF;
	background: #5894d0;
}
.Box_HL .BoxBody {
	background: #a0c4e8 url(bg_SideSearch_light.gif) repeat-x left bottom;
	padding-right: 8px;
}
.Box_HL li {
	background: url(bg_ListItem_light.gif) no-repeat 0px 5px;
	list-style: none;
	padding-left: 12px;
}

.sectionBox {
	margin: 0 0 20px 0;
	color: #444444;
}
.sectionBox h2 {
	margin: 0;
}

.sectionBox p, .sectionBox form {
	padding-left: 10px;
}


/* ===
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: 780px;
	text-align: left;
	margin: 0 auto 10px auto;
	background: url(bg_Footer.gif) no-repeat left top;
	padding: 8px 0 0 0;
	clear: both;
	}

.footertext_left {
	padding: 0 500px 0 10px;
}
p.footertext_left {
	color: #999999;
}
.footertext_left a,.footertext_left a:visited {
	color: #777777 !important;
	text-decoration: none;
	font-weight: normal !important;
}
#footer ul a, #footer ul a:visited {
	text-decoration: none;
	color: #666666;	
	font-weight: normal;
}

#footer a:hover {
	text-decoration: none;
	color: #444444; 
	font-weight: normal;
}

#footer ul {
	float: right;
	width: 600px;
	text-align: right;
	margin: 0;
}
#footer li {
	margin: 0;
	display: inline;
	padding: 0;
}

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

.loginbox
	{
	margin: 0;
	font: normal 11px 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 0 0;
	clear: both;
}

.FieldWrap label {
	font-weight: normal;
}
.FieldLabel label {
	font-weight: bold;
	display: block;
	background: #EEEEEE;
	padding: 1px 5px;
}

.Field, .SubmitBtn {
	margin-left: 240px;
}


.Terms {
	padding: 15px 0 5px 0;
}

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

}

.FieldLabel {
	float: left;
	width: 230px;
}
.FieldLabelWide {
	float: left;
}
.FieldLabelWide label {
	font-weight: bold;
	display: block;
	background: #EEEEEE;
	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;
}
.radio {
	float: left;
	display: block;
	width: 100%;
}

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

.searchprofilelink {
	padding: 4px 8px;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	border-top: dotted 1px #b4cee9;
	background: #f1f6fb;
}
/* email me link */
.searchprofilelink .emailMe {
	background: url(icon_email.gif) no-repeat left center;
	padding-left: 28px;
	text-decoration: underline;
	float: right;
}
.searchprofilelink .unpublishedVacancies {
	/*background: url(icon_email.gif) no-repeat left center;*/
	/*padding-left: 28px;*/
	/*text-decoration: underline;*/
	float: right;
}
.searchprofilelink .unpublishedVacancies a {
	text-decoration: underline;
}

.matchingRecords {
	color: #333333;
}
#toplinks {
	float: right;
	color: #999999;
	font-size: 10px;
	padding-top: 5px;
}
#JobDescription, .vacancylong {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.jobtopbarlong
	{
	width: 100%;
	margin-bottom: 10px;
	}

.jobheaderlong {
	clear: right;
	margin-left: 30px;
	padding-bottom: 3px;
}

.vacancylong {
	top: 0px;
	left: 0px;
	padding: 10px 0;
	border-top: dotted 1px #b4cee9;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.positionnumberlong {
	float: left;
	width: 15px;
	color: #999999;
	font-size: 10px;
	text-align: center;
	margin-right: 15px;
	}

.datelong {
	font-size: 10px;
	float: right;
}

.statusiconslong {
	float: left;
}
.statusiconslong img {
	margin-bottom: 10px;
	display: block;
}


/* Used to evenly space info labels on search record template */
.infoTitle {
	display: block;
	float: left;
	width: 130px;
	font-weight: bold;
}

.jobtitlelong {
	display: inline;
}

.jobtitlelong a {
	font-size: 11px;
	font-weight: bold;
	color: #1265B8;
	text-decoration: underline;
}

.joblocationlong, .jobagencylong, .salarylong, .jobindustrylong {
	margin: 5px 0;
}

.jobdescriptionlong {
	margin-left: 30px;
	padding: 3px 0 0 0;
	font-weight: normal;
	color: #444444;
	clear: left;
}

.jobagencylogo {
	float: right;
	width: 130px;
	text-align: right;
	display: inline;
}

.relevancelong
	{
	float: right;
	padding: 0 10px 0 0;
	}

.bottomlinkslong
	{
	margin-top: 10px;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: normal;
	}

/* ===
VIEW JOB RECORDTEMPLATE
=== */
.joblocationview, .jobrefnoview, .salaryview {
	font-weight: normal;
	margin-top: 3px;
}

.jobdescview {
	padding: 5px 0;
}

.jobtitleview {
	font-weight: bold;
	margin-top: 3px;
	font-size: 14px;
	letter-spacing: -1px;
	}


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

.notificationtext	
	{
	color: #1265b9;
	font-weight: bold;
	}

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


/*===
HOMEPAGE CENTRAL BOXES, GENERAL STYLES
=== */

.centralbox {
	background: #EEEEEE;
	border: solid 1px #999999;
	padding: 7px 10px;
	clear: both;
	margin-bottom: 15px;
}

.centralbox h2 {
	color: #444444;
	margin: 0;
	padding: 0 5px 0 0;
}

.centralbox a {
	color: #444444;
}


/* HOME SEARCH PANEL */

#homesearch .jobcount {
	margin-bottom:10px;
}

#homesearch .left {
	float: left;
	width: 46%;
}
#homesearch .right {
	float: right;
	width: 47%;
	padding-top:19px;
}

#homesearch select ,#keywords .input {
	width: 148px;
	border: solid 1px #999999;
	clear: left;
	display: block;
}
#Salary {
	height: 46px;
	padding: 0;
}
#Salary .pad {
	padding-top: 5px;
}

#homesearch .SubmitBtn {
	padding-top:18px;
}
#homesearch .SubmitBtn input {
	float: right;
}

#keywords .input:focus {
	border: solid 1px #444444;
}

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

#FeaturedJobs {
	margin-top: 10px;
}

#FeaturedJobs .jobItem {
	padding: 5px 5px 5px 10px;
	background: url(bg_dottedline_h.gif) repeat-x left bottom;
}
#FeaturedJobs .jobLocation {
	padding: 2px 0;
}

/* ===
FEATURED LINKS PAGE
=== */
#FeaturedLinks {
	width: 100%; /* fixes an IE random bottom margin bug */
}

#FeaturedLinks .wrap {
	margin: 2px !important;
}

/* ===
FEATURED LOGOS IN RIGHT BAR
=== */
#FeaturedLogos {
	padding: 10px 0;
}

.wrap a {
	display: block;
	width: 120px;
	height: 52px;
	background: #FFF;
	text-align: center;
	border: solid 1px #CCCCCC;
	margin: 3px 0;
}
.wrap {
	margin: 4px 0px 0 0;
	display: block;
	float: left;
	background: #FFFFFF;
	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: #1265b9;
	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: underline;
	color: #0066CC;
	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.iconbutton2:link, a.iconbutton2:visited
	{
	font: bold 11px Arial,Helvetica,Sans-Serif;
	text-decoration: underline;
	color: #0066CC;
	padding: 0px 12px 1px 4px;
	}
a.iconbutton2:hover {
	font: bold 11px Arial,Helvetica,Sans-Serif;
	text-decoration: none;
	color: #000000;
	padding: 0px 12px 1px 4px;
}

a.iconbuttonLarge:link, a.iconbuttonLarge:visited
	{
	font: bold 11px Verdana,Arial,Helvetica,Sans-Serif;
	text-decoration: underline;
	margin: 0 12px 0 4px;
	padding: 5px 5px;
	color: #1265B8;
	}
a.iconbuttonLarge:hover {
	text-decoration: none;
	color: #000000;
}
.bottomlinkslong img, .Icons img {
	vertical-align: middle;
	margin: 0 0 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, .buttonstyle_long, .button
	{
	background: url(bg_btn.gif) repeat-x center bottom;
	border: none;
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	height: 23px;
	}

.buttonstylelarge
	{
	background: url(bg_btn.gif) repeat-x center bottom;
	border: none;
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	height: 25px;
	}
	
/* used on A tags to look like a button */
.buttonLink, .buttonLink:visited {
	background: url(bg_btn.gif) repeat-x center bottom;
	border: none;
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	line-height: 23px;
	display: inline;
	padding: 6px 7px 4px 7px;
	}
.buttonLink:hover, .buttonLink:visited:hover {
	color: #FFF;
}	

.buttonSmall {
	background: url(bg_btn_sm.gif) repeat-x center bottom;
	border: none;
	font: bold 11px Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	height: 23px;
}


.textfieldstyle
	{
	width: 230px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}
.textfield100
	{
	width: 98%;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}
.textfieldstylesmall
	{
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}

.dropdownfixed
	{
	
	font-size : 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: solid 1px #AAAAAA;
	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	{
	font-size: 11px;
	width: 100%;
	margin: 0px;
	margin-bottom: 3px;
	border-collapse: separate;
	}

.formattedtable td {
	padding: 3px 8px 3px 8px;
	background-color: #FFFFFF;
}
.on, .on td {
	background: #e8f0f8;
}

.formattedtable th {
	padding: 4px 8px 4px 8px;
	background-color: #b4cee9;
	vertical-align: top;
	font-weight: bold;
	color: #06529E; /*#1f6ebd*/
	border-bottom: solid 1px #1f6ebd;
	text-align: left;
}
.formattedtable .price {
	width: 110px;
}

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

.extradetail		{ font-size: 11px; color: #556677; font-weight: normal; }
.bold			{font-weight: bold; }
.currencymenu, .languagemenu {font-weight: normal;  font-size: 10px; background-color: #609AEF; border-color: #508ADF; }

.Icons {
	margin: 1px 5px;
	padding: 5px 0;
}
.Icons a {
	text-decoration: underline;
}
.left {
	float: left;
	clear: left;
}
.inline {
	display: inline;
	padding: 0;
}

.heading {
	background: url(bg_Heading.gif) no-repeat left top;
	height: 21px;
}
.mainImg {
	background: url(../../images/main_.jpg) no-repeat left top;
	display: block;
	height: 200px;
	width: 100%;
}

.homeTitle {
	font: normal 12px Arial,Helvetica,sans-serif;
	letter-spacing: 0;
	margin: 10px 0;
}
.homeHeading_sm {
	margin: 10px 0 0 0;
	color: #666666;
	font-size: 12px;
	letter-spacing: 0;
}

.noTopMargin {
	margin-top: 0;
}
.noTopPadding {
	padding-top: 0;
}

.ClickHere {
	width: 20px;
	display:block;
	padding-top:5px;
}

.normalLink, .normalLink:visited {
	text-decoration: underline;
	font-weight: normal;
}
.normalLink:hover, .normalLink:visited:hover {
	text-decoration: underline;
	font-weight: normal;
}

#BasicSearch .buttonSmall {
	padding: 0 2px;
	height: 20px;
}

/* ===
FRONTEND RECRUITERS HOME - x_default.asp
=== */

#RecLayout .width75 {
	width: 410px;
	float: left;
}
#RecLayout .width25 {
	width: 150px;
	float: right;
}
#RecLayout .width40 {
	width: 190px;
	float: left;
	clear: left;
}
#RecLayout .width60 {
	width: 372px;
	float: right;
}
#RecLayout .width100 {
	clear: both;
}
#RecLayout .Field, #RecLayout .SubmitBtn {
	margin-left: 185px;
}
#RecLayout .FieldLabel {
	width: 175px;
}
#RecLayout .textfieldstyle {
	width: 190px;
}
#RecLayout .wrap {
	margin: 4px 0 0 10px;
	display: inline;
}

#X_LogIn {
	background: #dce8f5;
	padding-bottom: 10px;
	border-bottom: solid 1px #b4cee9;
}
#X_LogIn h2 {
	background-color: #FFFFFF;
}
#X_LogIn label {
	background: #FFFFFF;
}

#X_SignUp ul.BoxBody {
	padding: 0 7px;
	margin: 0 0 0 5px;
}


/* LINK PAGE STYLES */

#links .wrapper {
	clear: left;
	background: #e8f0f8;
}
#links .wrapper_alt {
	clear: left;
}
#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;
}
.line {border-bottom:solid 1px #CCCCCC;margin: 10px 0;}
#links .line {
	padding: 5px 0 0 0;
	margin: 0;
	display: block;
	clear: left;
}


/* Sitemap */
#SiteMap {
	padding-right: 30px;
}
#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;
}
#SiteMap .RightCol {
	margin-right: 0;
}

/* SEO Job Listing section */
.listingSection {
	padding: 10px 0;
}
.listingSection h2, h2.listingSection {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	background: none;
	font-size: 12px;
	color: #444444;
	letter-spacing: normal;
}
h2.listingSection {
	border: none;
}
.dottedline {
	color: #FFFFFF;
	background: url(line_dottedgrey.gif) repeat-x left center;
}
.listingSection h3 {
	padding: 0;
	margin: 0;
	font: normal 11px/17px Arial,Helvetica,Sans-serif;
	color: #444444;
}
.listingSection label {
	font-size: 11px;
}
.filterLeftCol {
	float: left;
	width: 22px;
	height: 20px;
	margin: 0;
	padding: 0;
}
.filterRightCol1 {
	float: left;
	width: 155px;
	height: 20px;
	margin: 0;
	padding: 0;
}
.filterRightCol2 {
	float: left;
	width: 155px;
	height: 20px;
	margin: -2px 0 0 0;
/*	margin: 0;*/
	padding: 0;
}
.filterTickbox {
	margin: -4px 0px 0px -4px;
	padding: 0;
}

/* Job Links list (24 links) */
#jobLinks {
	margin: 10px 0;
}
#jobLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#jobLinks li {
	list-style: none;
	float: left;
	clear: left;
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0;
}
#jobLinks li a {
	color: #999999;
	font-weight: normal;
	display: block;
	width: 100%;
	padding: 3px 0;
	border-bottom: dotted 1px #DDDDDD;
}
#jobLinks .column {
	width: 31%;
	float: left;
	margin: 0 4px 0 3px;
}


.errortext {
	color: #CC0000;
	font-weight: bold;
}
.notificationtext {
	color: #1265b9;
	font-weight: bold;
}

.smallnormalalt {

}
.mednormal {

}
.mednormalhighlight {

}

/* Feedback form */
.rating {
	margin: 0;
	width: 100%;
}
.rating td {
	text-align: center;
}
.rating td.ftd {
	text-align: left;
	vertical-align: top;
	width: 50px;
	font-size: 11px;
}
.rating td.ltd {
	text-align: right;
	vertical-align: top;
	width: 50px;
	font-size: 11px;
}
