/**
* ----------------------------------------------------------------------------------------------------
* stylesheet.css
* Parodia Recruitment Job Board Software, Cactusoft Ltd - www.cactusoft.com
* Copyright (c) 1998 - 2009. All rights reserved.
* ----------------------------------------------------------------------------------------------------
**/

/** ---Reset all--- **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	margin: 15px 15px 15px 35px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {border:0;}


/** ---PRE DEFINED TAGS--- **/
body {
	font: normal 0.725em "Lucida Grande", "Lucida sans unicode", Arial, Helvetica, sans-serif;
	color: #444444;
}

a {color: #7b1d20; text-decoration: none;}
a:visited {color: #a26062;}
a:hover	 {color: #444444;}

h1 {
	color: #444444;
	font-weight: bold;
	font-size: 1.7em;
	margin: 0 0 20px;
	letter-spacing: -1px;
	text-align: center;
}

h2 {
	color: #222;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
}
h3 {
	color: #7b1d20;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 0;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	margin: 5px 0;
}

p {
	margin: 12px 0;
	line-height: 1.6em;
}

hr {
	height: 1px;
	color: #999999;
	background: #999999;
}

li {
	margin: 3px 0;
	line-height: 1.6em;
}

blockquote {
	padding: 20px 20px 20px 30px;
	margin: 0 0 0 10px;
	line-height: 1.8em;
	border-left: solid 2px #ffd149;
	background: #fffaec;
}
strong {font-weight: bold;}
em {font-style: italic;}

ul.noBullet {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
/** ---FORM ELEMENTS--- **/
select, textarea {
	font: normal 1em "Lucida Grande", "Lucida sans unicode", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border: solid 1px #AAA;
	padding: 2px;
}
input {
	font: normal 1em "Lucida Grande", "Lucida sans unicode", Arial, Helvetica, sans-serif;
	color: #444;
	padding: 2px 1px;
}
input[type="text"] {
	padding-top: 2px;
	padding-bottom: 2px;
}
label {
	font-weight: bold;
}

/* ===
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;
}



/* ===
Basic classes
=== */
.gap 							{height: 15px; clear: both;}
.nowrap 						{white-space: nowrap;}
.alignLeft 						{text-align: left;}
.alignRight						{text-align: right;}
.alignMiddle					{margin: 0 auto; display: block;}
.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.85em; !important}
.vertAlign, #rsslogos img 		{vertical-align: middle; margin-bottom: 3px;}
.large							{font-size: 1.2em;}

/* ===
MAIN PAGE ELEMENTS
Control various skin elements sit on the page
and what colours, backgrounds, etc. they have
=== */

#container {
	height: 100%;
	background: #f2f2f2 url(bg_body.jpg) repeat-x left bottom;
}
#centrecolumn {
	width: 940px;
	margin: 0 auto;
}
#header {
	width: 100%;
	padding-bottom: 20px;
}
#logo {
	float: left;
	width: 302px;
	margin: 10px 0 0;
}
#content {
	width: 696px;
	float: left;
	padding-bottom: 15px;
}
#middlebar {
	width: 516px;
	float: right;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.innerWrap {
	padding: 10px;
}

#sideMenuBar {
	float: left;
	width: 170px;
	text-align: left;
	padding: 5px 0 10px 0;
	clear: left;
	margin-right: 10px;
	background: #FFF;
}
#rightSideBar {
	width: 234px;
	float: right;
	background: #FFF;
	overflow: hidden;
}

#bnrTop {
	padding: 10px 0;
}
#bnrTop a {
	width: 728px;
	margin: 0 auto;
	text-align: center;
}

#bnrLeft {
	padding: 10px 0;
}
#bnrLeft a img {
	margin: 10px auto;
	display: block;
}

#bnrRight {
	padding: 10px 0;
}
#bnrRight a {
	padding: 20px 0;
}
#bnrRight a img {
	margin: 0 auto;
	display: block;
}

/** ---LANGUAGE MENU--- **/
#langMenu {
	float: right;
	padding: 5px 0;
	background: #FFFFFF;
	width: 234px;
	font-size: 0.95em;
	text-align: right;
}
#langMenu ul {
	display: inline;
	line-height: 22px;
	margin: 0 10px 0 5px;
}
#langMenu li {
	display: inline;
	margin: 0px 2px;	
	background-position: left center;
	background-repeat: no-repeat;
}
#langMenu li a {
	padding-left: 28px;
}
#langMenu #lang_uk {
	background-image: url(flag_uk.gif);
	padding-left: 28px;
}
#langMenu #lang_fr {
	background-image: url(flag_fr.gif);	
}


/** ---LOGIN BAR--- **/
#welcome {
	width: 234px;
	float: right;
	clear: right;
	line-height: 1.5em;
	font-size: 0.95em;
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 0;
	list-style: none;
}
#welcome li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#welcome li a {
	font-weight: bold;
	color: #7b1d20;
}

#welcome .signOut a {
	text-decoration: none;
	color: #666666;
	background: #EEEEEE;
	display: block;
	padding: 0 7px;
}
#welcome .signOut a:hover {
	text-decoration: none;
	color: #666666;
	background: #E5E5E5;
}

/** ---TEMPLATE HEADER MENU--- **/
#templatemenu {
	clear: both;
	background: #ac373b url(bg_mainMenu.gif) repeat-x left bottom;
	margin-bottom: 10px;
	width: 696px;
}
#templatemenu ul {
	margin: 0;
	list-style: none;
	display: block;
}
#templatemenu li {
	display: inline;
	float: left;
	margin: 0;
	text-align: center;
	border-right: solid 1px #bd5f62;
}
#templatemenu li a {
	padding: 7px 8px;
	display: inline-block;
	color: #FFF;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#templatemenu li a:hover {
	color: #ffd55c;
}

/* active and hover states for menus */
#templatemenu li a:hover, #templatemenu li a.active {
	background: #b54c4e url(bg_mainMenu_active.gif) repeat-x left bottom;
	color: #ffd55c;
}

li#m_Resources {
	border: none;
}


/** ---SIDE BAR--- **/
.Box {
	margin: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCC;
}
#sideMenuBar h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 0 5px 5px;
}
#sideMenuBar h3.sub {
	margin-top: 10px;
}
.Box p {
	margin: 0 0 8px;
	line-height: 1.5em;
}
.Box .FieldWrap {
	padding: 2px 0;
}

.linkBox {
	margin:5px 0;
	border-top: dotted 1px #CCC;
}
.linkBox a {
	display: block;
	margin: 5px;
}

.bgMagGlass .BoxBody, .bgForum .BoxBody {
	padding-right: 50px;
}
.bgMagGlass {
	background: url(bg_magGlass.jpg) no-repeat right center;
}
.bgForum {
	background: url(icon_forum.gif) no-repeat right center;
}

.Advert {
	height: 60px;
	background: url(advert.gif) no-repeat top center;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.Advert2 {
	height: 60px;
	background: url(advert_2.gif) no-repeat top center;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.Box h3 a {
	color: #333;
	text-decoration: none;
}
.Box h3 a:hover {
	color: #7b1d20;
}

#candloginmenu ul { 
	width: 100%;
	font-size: 0.95em;
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#candloginmenu ul, #candloginmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#candloginmenu li {
	float: left;
	clear: both;
	width: 100%;
}
#candloginmenu li a {
	padding: 5px;
	display: block;
	border-bottom: solid 1px #E6E6E6;
	color: #666;
}
#candloginmenu li a:hover {
	color: #333;
}

/** ---SIDE BAR FORMS--- **/
#sideMenuBar .textfieldstylesmall {
	width: 99%;
}
#sideMenuBar .textfieldstyleverysmall {
	width: 76%;
	float: left;
}
.Box .textfieldstyleverysmall {
	width: 170px;
	float: left;
}
.Box .buttonSmall {
	float: right;
}

/** ---Hot Jobs--- **/
#HotJobs p {
	margin: 5px 0 0;
}
.jobCount {
	padding: 4px 5px;
	font-size: 0.95em;
	border: solid 1px #E6E6E6;
	border-width: 1px 0;
	background: #F5F5F5;
}
#HotJobs ul {
	font-size: 0.95em;
	margin: 0 0 5px 0;
	list-style: none;
	padding: 0;
}
#HotJobs li {
	margin: 0;
	list-style: none;
	padding: 0;
	border-bottom: dotted 1px #E6E6E6;
}
#HotJobs li a {
	text-decoration: none;
	display: block;
	padding: 5px;
}
#HotJobs li a:hover {
	background-color: #FFFFFF;
}

/* Email me job alerts box */
.EmailMeBox {
	padding-bottom: 8px;
}
.EmailMeBox input {
	margin: 2px 0;
	padding: 3px;
}

#ajaxJobAlert p {
	margin: 3px;
	font-size: 0.95em;
}

/** ---ADVERTISERS LOGOS--- **/
#sideFeaturedLinks a {
	height: 58px; /* this is the MAX height set in the config + 10px for margin  on the image */
	margin: 10px auto;
	border: solid 1px #DDD;
	width: 98%;
	text-align: center;
	display: block;
}
#sideFeaturedLinks img {
	display: block;
	margin: 3px auto;
}


/* ===
FOOTER
=== */
#footer	{
	width: 100%;
	margin: 10px 0 30px 0;
	padding: 5px 0;
	clear: both;
	background: #ac373b url(bg_mainMenu.gif) repeat-x left bottom;
	color: #FFFFFF;
	font-size: 0.95em;
	line-height: 1.8em;
}
#footerLinks {
	float: right;
	width: 48%;
	text-align: right;	
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}
#footerLinks li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;;
}
#footer a, #footer a:visited {
	color: #FFFFFF;	
	text-decoration: none;
	margin: 0 3px 0;
}
p.copyright {
	float: left;
	width: 48%;
	margin: 0;
	text-indent: 10px;
}

/* ===
Form layout
=== */
div.SubmitBtn {
	padding: 10px 8px 0 0px;
	clear: both;
	margin: 0 0 0 165px;
}
.noLeftMgn {
	margin-left: 0 !important;
}
.forgottonPW {
	float: right;
	font-size: 0.85em;
	margin: 3px 10px 0 0;
}
.FieldWrap {
	padding: 5px;
	clear: both;
}
#SideMenuBar .FieldWrap, .centralbox .FieldWrap {
	padding-left: 0;
	padding-right: 0;
}
.FieldWrap label {
	font-weight: normal;
}
.FieldLabel label {
	font-weight: bold;
}
.Field {
	margin: 0 40px 0 160px;
}

.FieldLabel {
	float: left;
	width: 150px;
	text-align: right;
	padding-top: 3px;
}
.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;
}

.recordInfo {
	padding: 3px 0;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	font-size: 0.85em;
}


/** ---MAIN CONTENT AREA--- **/
.contentBox {
	border-top: dotted 1px #CCC;
	padding: 12px 2px;
}
.contentBox .right {
	margin: 0 0 0 15px;
}
.contentBox .content {
	width: 76%;
}
.contentBox h3 {
	margin: 0 0 5px;
}
.contentBox p {
	margin: 0 0 10px;
}

/* ===
JOBSEARCH RECORDTEMPLATE
=== */
#toplinks {
	border: solid 1px #E1E1E1;
	padding: 5px;
	font-size: 0.95em;
	background: #F3F3f3;
}

/* ===
JOBSEARCH RECORDTEMPLATE
=== */
.vacancylong {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: dotted 1px #CCCCCC;
}
.jobtitlelong {
	font-family: Verdana,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;
}
.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;
	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
=== */
.moduleWrap {
	background: #F2F2F2;
	padding: 5px 5px 0;
	height: 100%;
}
.centralbox {
	background: #FFF;
	padding: 6px 10px;
	clear: both;
	margin: 0 0 5px;
	height: 100%;
}
.centralbox h2 {
	margin: 0;
}
.centralbox h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.centralbox p {
	margin: 3px 0 18px 0;
}
.uline {
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 0;
	padding-bottom: 3px;
}

/* HOME SEARCH PANEL */
#homesearch .jobcount {
	margin-bottom:10px;
}
#homesearch .left {
	float: left;
	width: 46%;
}
#homesearch .right {
	float: right;
	width: 47%;
}
#homesearch select ,#keywords .input {
	width: 100%;
	border: solid 1px #999999;
	clear: left;
	display: block;
}
#Salary {
	height: 46px;
	padding: 0;
}
#Salary .pad {
	padding-top: 5px;
}
#homesearch .SubmitBtn {
	padding: 18px 0 0 0;
	margin: 0;
}
#homesearch .SubmitBtn input {
	float: left;
}
#homesearch .SubmitBtn a {
	float: right;
	line-height: 30px;
}

/* FEATURED JOBS ON HOMEPAGE */
/* fixes IE 100% width bug */
.JobsView .wrap {
	width: 100%;
}
.JobsView table {
	width: 100%;
}

.JobsView td {
	font-size: 0.95em;
	line-height: 1.2em;
	color: #444444;
	border-bottom: dotted 1px #CCCCCC;
	padding: 6px;
}

.JobsView .title {
	width: 45%;
}
.JobsView .salary {
	width: 25%;
}
.JobsView .agency {
	width: 22%;
}


.JobsView .view {
	float: right;
	padding-top: 0;
}
.JobsView .view a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px;
}
/* RSS LATEST NEWS ON HOMEPAGE */
#LatestNews h2 {
	margin-bottom: 15px;
}


/* Categories and Locations listing panel */
#CatsLocList {
	clear: both;
	background: #FFF url(bg_2col.gif) repeat-y left center;
	width: 100%;
	margin-bottom: 5px;
}
#CatsLocList h3 {
	margin: 0;
	padding: 0;
}
#CatsLocList ul {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.95em;
}
#CatsLocList li {
	float: left;
	display: inline;
	list-style: none;
	clear: both;
	width: 100%;
	margin: 1px 0;
}
#CatsLocList li a {
	display: block;
	padding: 3px 0;
}
#CatsLocList li a:hover {
	background: #FFFFFF;
}

#ColList0, #ColList1 {
	width: 220px;
	padding: 10px;
}
#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;
}


/** ---HIGHLIGHTS SECTION--- **/
.HdHighlight {
	background: #ffd55b url(bg_headingYellow.gif) repeat-x left bottom;
	color: #222;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#Highlights li {
	border-top: dotted 1px #CCC;
	padding: 7px 2px;
	line-height: 1.8em;
}

/** ---SUB SECTIONS--- **/
#subSections {
	clear: both;
	margin-top: 10px;
	background: #FFF;
}
#subSections .HdHighlight {
	text-align: center;
	margin-bottom: 0;
}
#subSections h3 img {
	margin: 5px 0 0;
	display: block;
}
#subSections .Box {
	width: 222px;
	float: left;
	margin: 0 10px 0 0;
	border: none;
}
#subSections .noRightMgn {
	margin-right: 0;
}
#subSections .boxFirst {
	margin-left: 10px;
}
#subSections .Box p {
	font-size: 0.95em;
}


/* ===
FEATURED LINKS PAGE
=== */
#FeaturedLinks .float {
	margin: 5px;
}
#FeaturedLinks a {
	display: block;
	width: 120px;
	height: 52px;
	background: #FFF;
	border: solid 1px #DDD;
}


/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */
.agencylogo {
	float: right;
}

a.iconbutton:link, a.iconbutton:visited {
	font-size: 0.85em;
	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;
	}

a.pagelinks:hover
	{
	font-weight: bold;
	text-decoration: none;
	color: black;
	}

.buttonstyle, .SubmitBtn input, .buttonLarge, .button {
	background: url(btn_submit.gif) no-repeat 0 0;
	border: none;
	font: bold 1em/1.6em "Lucida Grande", "Lucida sans unicode", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	height: 28px;
	width: 103px;
}
.buttonstyle:hover, .SubmitBtn input:hover, .buttonLarge:hover, .button:hover, .buttonSmall:hover {
	background-position: 0 -28px;
	cursor: pointer;
}
.buttonstyle:active, .SubmitBtn input:active, .buttonLarge:active, .button:active, .buttonSmall:active {
	background-position: 0 -56px;
}

.buttonSmall {
	background: #ffd55b url(bg_headingYellow.gif) repeat-x left bottom;
	border: none;
	font: bold 1em/1.6em "Lucida Grande", "Lucida sans unicode", Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 2px 3px;
}

.buttonLarge {
	font-size: 1.2em !important;
}

.buttonSmall {
	font-size: 0.85em !important;
}


.textfieldstyle {
	width: 98%;
	background: #FFFFFF;
	border: solid 1px #AAA;
}
.textfieldstyle:focus, .textfieldstylesmall:focus, .textfieldstylemedium:focus {
	border: solid 1px #222222;
}

.textfieldstylesmall
	{
	width: 100px;
	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: 99%;
}

.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: normal 0.95em Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	margin-bottom: 3px;
	border-collapse: separate;
}

.formattedtable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
	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 li {
	margin: 10px 0;
	list-style: none;
	background: url(icon_bullet.gif) no-repeat left 6px;
	padding-left: 12px;
}
#SiteMap ul ul {
	margin: 10px 0;
	list-style: none;
}
#SiteMap ul ul li {
	margin: 4px 0;
	list-style: none;
	padding: 0px;
}
#SiteMap .arrowList li {
	background: none;
}
#SiteMap ul li a {
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
}
#SiteMap ul ul li a {
	font-weight: normal;
	font-size: 1em;
	color: #7b1d20;
}

/* 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;
}

/* Default two columns */
.leftCol {
	width: 50%;
	float: left;
	clear: left;
}
.rightCol {
	width: 50%;
	float: right;
	clear: right;
}

/*****
RECIPES - ADD
*****/
#frmAddEditRecipe h3 {
	margin: 5px 0 15px 0;
}