/**
* ----------------------------------------------------------------------------------------------------
* 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:separate;
}
td {
	padding: 2px;
}
fieldset, img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
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.7em Arial,Helvetica,sans-serif;
	color: #333333;
}

a {color: #000000;}
a:hover	 {color: #444444;}

img	{
	border: 0;
}

h1 {
	color: #000;
	font: bold 1.1em/26px Arial,Helvetica,sans-serif;
	margin: 0 0 20px 0 !important;
	padding: 0 0 0 10px;
	background: #639035 url(bg_headerh1.gif) no-repeat left top !important;
}

h2 {
	color: #526f7f;
	font: bold 1.2em Arial,Helvetica,sans-serif;
	margin: 20px 0 10px 0;
}
h2 a, h2 a:visited {
	color: #666666;
}
h3 {
	font: bold 1.1em Arial,Helvetica,sans-serif;
	margin: 15px 0 5px 0;
}
h4 {
	font: bold 1em Arial,Helvetica,sans-serif;;
	margin: 5px 0;
}

p {
	margin: 1.2em 0;
	line-height: 1.5em;
}

hr {
	height: 1px;
	color: #999999;
	background: #999999;
}
ul, ol {
	margin: 15px 15px 15px 35px;
	list-style: disc;
}
ul li {
	margin: 3px 0;
}
ol {
	list-style: lower-roman;
}
ol li {
	margin: 6px 0;
}


/*-------------------------------
FORM ELEMENTS
-------------------------------*/
form, fieldset {border: 0;}

select, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	background: #FFFFFF;
	border: solid 1px #AAA;
}
input {
	font: normal 1em Arial,Helvetica,Sans-Serif;
	padding: 2px 1px;
}
input[type="text"] {
	padding: auto;
}
label {
	font: bold 1em Arial,Helvetica,Sans-Serif;
	color: #666;
}

/* ===
spacer class - use to force a container tag to wrap when it contains floated elements.
=== */
.spacer {
  	clear: both;
	height: 1px;
	overflow: hidden;
}
/* used to wrap a div. */
.wrap {
	display: block;
}
.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.gap {height: 15px; clear: both;}
.smallgap { height: 7px; clear: both;}

/* ===
Basic classes
=== */
.nowrap 						{white-space: nowrap;}
.alignleft 						{text-align: left;}
.alignright						{text-align: right;}
.float 							{float: left;}
.left 							{float: left; clear: left;}
.right 							{float: right;}
.clear 							{clear: both;}
.extradetail					{font-size: 10px; color: #556677; font-weight: normal;}
.bold							{font-weight: bold;}
.normal							{font-weight: normal;}
.block 							{display:block;}
.none							{display: none;}
.Icons							{margin: 1px 5px;}
.smallnormal					{font-size: 0.85em; !important}
.vertAlign, #rsslogos img 		{vertical-align: middle; margin-bottom: 3px;}

/* ===
MAIN PAGE ELEMENTS
Control various skin elements sit on the page
and what colours, backgrounds, etc. they have
=== */
#centrecolumn {
	width: 784px;
	margin: 0 auto;
}

/* Header container */
#header {
	width: 774px;
	margin: 25px 0 0;
}
#logo {
	float: left;
	width: 241px;
	margin: 10px 0 0 10px;
}

#banner	{
	float: right;
	width: 468px;
	text-align: right;
}
#slogan {
	font-size: 0.9em;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	padding: 10px 0 0 10px;
	clear: both;
}
#mastHead {
	background: url(bg_mastHead.gif) no-repeat left top;
	height: 127px;
	position: relative;
	top: 28px;
}
/* ----- */


#content {
	width: 100%;
	padding: 6px 0;
	position: relative;
}
#middlebar {
	width: 373px;
	float: left;
}
#SideMenuBar {
	float: left;
	width: 201px;
	text-align: left;
	padding: 0 0 10px 0;
	clear: left;
	padding-right: 5px;
}
#RightSideBar {
	width: 201px;
	float: right;
}

#topofpagelink {
	float: right;
	font-size: 10px;
}

#toplinks {
	padding: 5px 10px;
	color: #999999;
	font-size: 10px;
	border-bottom: solid 1px #EEE;
	margin-right: 7px;
}
h1.noBtmMrgn {
	margin-bottom: 0 !important;
}

/* ===
TEMPLATE HEADER MENU
=== */
#mainMenu {
	position: relative;
	clear: both;
}
#mainMenu ul {
	clear: both;
	margin: 0;
	background: #243239 url(bg_gradMenu.gif) repeat-x left bottom;
	list-style: none;
	font-size: 1.1em;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
}
#mainMenu li {
	float: left;
	margin: 0;
	padding: 6px 0;
}
#mainMenu li a, #mainMenu li a:visited {
	color: #FFFFFF;
	line-height: 22px;
	display: inline-block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 0 16px;
	border-right: solid 1px #FFF;
}

#mainMenu li.home {
	background: url(bg_cornerTLMenu.gif) no-repeat top left;
}

/** Selected menu links **/
#pHome #navHome, #pSearch #navSearch, #pLinks #navLinks, #pCand #navCand, #mainMenu li a:hover, #mainMenu li a:visited:hover {
	color: #BBB;
}


#topLoginArea {
	z-index: 10;
	position: absolute;
	right: 0;
	top: 13px;
	width: 200px;
	height: 52px;
	background: url(bg_topLogin.gif) no-repeat right top;
}
#topLoginArea a {
	font: bold 1.1em Arial,Helvetica,sans-serif;
	color: #FFF;
	display: inline-block;
	width: 48%;
	line-height: 31px;
	text-align:center;
	text-decoration: none;
}
#topLoginArea .loginLink {
	width: 50%;
	float: left;
}
#topLoginArea .regLink {
	width: 45%;
	float: right;
}

/** GENERAL BOX, HEADERS **/
.header, h1 {
	background: #639035 url(bg_headerGreen.gif) repeat-x left top;
	margin: 0;
	line-height: 26px;
	color: #FFFFFF;
}
.header span {
	background: url(bg_cornerTRGreen.gif) no-repeat right top;
	display: block;
	padding: 0 10px;
}

/* Generic Box */
.Box {
	background: url(bg_boxSide.gif) repeat-y left top;
	margin-bottom: 5px;
	width: 100%;
}
.BoxTop {
	background: url(BoxTop_fade.gif) no-repeat left bottom;
	height: 11px;
}
.BoxBody {
	padding: 10px 10px 0px 10px;
	margin: 0 9px 0 2px;
	position: relative;
	background: url(bg_gradGrey.gif) repeat-x top left;
}
.BoxBtm {
	background: url(bg_boxSideBtm.gif) no-repeat left top;
	height: 22px;
}

/* Color variations */
.BodyGreen {background-image: url(bg_gradGreen.gif);}
.BodyBlue {background-image: url(bg_gradBlue.gif);}

.BoxLightBlue .header {background: #4291cd url(bg_headerLightBlue.gif) repeat-x top left;}
.BoxLightBlue .header span {background-image: url(bg_cornerTRLightBlue.gif);}
.BoxLightBlue .BoxBody {background-image: url(bg_gradBlue.gif);}

.BoxBlue .header {background: #526f7f url(bg_headerBlue.gif) repeat-x top left;}
.BoxBlue .header span {background-image: url(bg_cornerTRBlue.gif);}

#sideBoxLeadersNews {
	background: url(bg_boxLeadersNews.gif) no-repeat left bottom;
	padding-bottom: 40px;
}

.BoxLogin {
	background: url(bg_boxLoginBtm.jpg) no-repeat left bottom !important;
	padding-bottom: 12px !important;
}
.BoxLogin .BoxBody {
	background: none !important;
}

/** LEFT SIDE BAR **/
#sideCandLogin .BoxBody, #sideRecruiterLogin .BoxBody {
	padding: 5px 10px 0px 10px;
}
#SideMenuBar .FieldWrap {
	padding: 3px 0;
}
#SideMenuBar .FieldWrap label {
	width: 60px;
	float: left;
}
#SideMenuBar .textfieldstyleverysmall {
	width: 94px;
	float: right;
}
#SideMenuBar .button {
	clear: both;
	margin-left: 70px;
}

.loginForm div.links {
	margin: 5px 0 0 0 !important;
	line-height: normal !important;
	width: 100%;
}
.loginForm a.chevron {
	font-weight: normal;
	padding-left: 10px;
}

#candloginmenu, .ListAlt {
	margin: 5px 0;
	padding: 0;
}
#candloginmenu li {
	list-style: none;
	margin: 5px 0;
}

#sideHotJobs .BoxBody {
	padding-bottom: 10px;
}


/* ===
RIGHT BAR
=== */
#RightSideBar .Box {
	margin: 0 0 30px 0;
}

#FeaturedLogos .Box {
	background: none;
	padding: 5px;
	border: none;
}
#FeaturedLogos a {
	margin: 10px auto 20px auto;
	display: block;
	width: 120px;
	height: 60px;
	clear: left;
	background: #FFF;
	text-align: center;
	border: solid 1px #DDDDDD;
}
#FeaturedLogos img {
	display: block;
	margin: 0 auto;
}

.sideAd {
	margin: 15px auto 35px auto;
	text-align: center;
}


/* ===
FOOTER
=== */
#footer	{
	margin: 0 auto 10px auto;
	clear: both;
	padding: 0 10px;
}
#footer	p {
	margin: 0 0 1em 0;
}
#footer	a {
	color: #62a61e;
}
#footerLinks {
	float: right;
	width: 40%;
	text-align: right;	
	list-style: none;
	margin: 0;
}
#footerLinks li {
	display: inline;
	list-style: none;
}
#footerLinks li a, #footerLinks li a:visited {
	margin: 0 3px;
}
.copyright {
	float: left;
	width: 48%;
	margin: 0;
}

/* ===
Form layout
=== */
div.SubmitBtn {
	padding: 10px 8px 0 8px;
	clear: both;
	margin: 0 0 0 190px;
}
.noLeftMgn {
	margin-left: 0 !important;
}
.forgottonPW {
	float: right;
	font-size: 0.85em;
	margin: 3px 10px 0 0;
}
.FieldWrap {
	padding: 5px 0;
	clear: both;
}
.centralbox .FieldWrap {
	padding-left: 0;
	padding-right: 0;
}

.FieldWrap label {
	margin-top: 3px;
}
.Field {
	margin-left: 190px;
}

.FieldLabel {
	float: left;
	width: 170px;
}
.FieldLabelWide {
	float: left;
}
.FieldLabelWide label {
	font-weight: bold;
	float: left;
	width: 240px;
}
.FieldLabelWide .Field {
	margin-left: 320px;
}
.FieldLabelWide .textfieldstyle {
	width: 180px;
}

.FieldLabelShort {
	float: left;
	width: 130px;
}

.FieldLabelShort label {
	font-weight: bold;
}

.FieldShort {
	margin-left: 150px;
}

fieldset p {
	margin: 0px 0 10px 0;
}
#frmJobPowerSearch .tickBox {
	width: 45%;
	float: left;
}
.SalaryDesc {
	clear: both;
	width:300px;
}
.recordInfo {
	padding: 3px 0;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	font-size: 0.85em;
}


/* ===
JOBSEARCH RECORDTEMPLATE
=== */
.vacancylong {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: dotted 1px #CCCCCC;
}
.jobtitlelong {
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.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;
	list-style: none;
}
.bottomlinkslong li {
	display: inline;
	margin: 0 5px;
	list-style: none;
}

/* ===
VIEW JOB RECORDTEMPLATE
=== */
#JobDescription .Icons {
	margin-top: 10px;
}
.jobtitleview {
	font: bold 1.3em Arial,Helvetica,sans-serif;
	background: 0;
	margin-top: 20px;
}

.joblocationview, .jobrefnoview, .salaryview {
	margin-top: 3px;
}
.joblocationview strong, .jobrefnoview strong, .salaryview strong, .jobheaderlong strong {
	width: 70px;
	display: block;
	float: left;
}
.jobrefnoview {
	margin-top: 15px;
}
.salaryview {
	margin-bottom: 15px;
}
.jobdescview {
	margin: 5px 0 10px 0;
}
.consultantview {
	font-size: 11px;
}
/*Fieldsets on cand_resume_edit.asp*/
#frmEditResume fieldset {
	padding-bottom: 30px;
}


/* 
Warning/Caution/Info boxes 

warning - red
caution - yellow with caution icon
info - yellow
*/
.warningBox, .infoBox, .cautionBox, .appliedBox {
	display: block;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	border: solid 2px #ffdba2;
	margin-bottom: 10px;
	padding: 8px 8px 8px 55px;
}
.warningBox {
	background: #fcdcd6 url(../../images/icon_warning.gif) no-repeat 8px 8px;
	border-color: #ce0008;
}
.infoBox {
	background: #fdfbd1;
	padding: 10px;
}

.cautionBox {
	background: #fdfbd1 url(../../images/icon_caution.gif) no-repeat 8px 8px;
	min-height: 35px;
}
div.cautionBox p, div.infoBox p {
	margin: 0 6px 10px 6px !important;
}

.appliedBox {
	background: #fdfbd1;
	min-height: 20px;
	padding:8px 8px 8px 20px;
	margin-top: 10px;
}
div.appliedBox p {
	margin: 0 2px 2px 2px !important;
}


/*===
HOMEPAGE CENTRAL BOXES, GENERAL STYLES
=== */
.header {
	background: #639035 url(bg_headerGreen.gif) no-repeat left top;
	margin: 0;
	line-height: 26px;
	color: #FFFFFF;
}
.header span {
	background: url(bg_cornerTRGreen.gif) no-repeat right top;
	display: block;
	padding: 0 10px;
}

.centralBox {
	background: url(bg_boxMain.gif) repeat-y left top;
	margin-bottom: 5px;
}
.centralBox .BoxBtm {
	background-image: url(bg_boxMainBtm.gif);
}

#quickSearch .textBox {
	margin: 0 0 10px 0;
}
#quickSearch .textBox label {
	font-weight: normal;
	margin-right: 5px;
}
#quickSearch .textBox label input {
	vertical-align: middle;
	margin-bottom: 3px;
}

#quickSearch .textBox .textfieldstyle {
	display: block;
	margin-bottom: 2px;
}
#quickSearch .FieldWrap label {
	width: 80px;
	float: left;
	font-weight: bold;
}
#quickSearch input.chevron {
	position: absolute;
	top: 55px;
	right: 40px;
	font-size: 1.1em;
}
#quickSearch a.chevron {
	margin-top: 10px;
	display: inline-block;
}


/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */

.agencylogo {
	float: right;
	width: 130px;
	text-align: 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;
	color: #0066CC;
}

a.pagelinks:hover {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.buttonstyle, .SubmitBtn input, .buttonSmall {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.buttonSmall {
	font-size: 0.85em;
}


.textfieldstyle {
	width: 220px;
	background: #FFFFFF;
	border: solid 1px #AAA;
}
.textfieldstyle:focus, .textfieldstylesmall:focus, .textfieldstylemedium:focus {
	border: solid 1px #0087be;
}

.textfieldstylesmall {
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	padding: 2px;
}
.textfieldstylemedium
    {
    background: #FFFFFF;
	border: solid 1px #AAA;
	padding: 2px;    
    }	
	
.textfieldstyleverysmall {
	width: 90px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	padding: 2px;
}

.dropdownfixed {
	background-color: #FFFFFF;
	border: solid 1px #AAA;
	width: 220px;
}

.toprow {
	background-color: #EEEEEE;
}

.charactercounter {
	margin-top: 3px;
	font-size: 10px;
	border: solid 1px #444444;
	background-color: #DDE8EE;
	font-weight: bold;
	color: #0066CC;
}

/** Chevron Links **/
.chevron, .chevronList li {
	padding: 0 0 0 14px;
	background-position: left 2px;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	font-weight: bold;
}
.chevronGreen {
	background-image: url(chevronGreen.gif);
	color: #62a61e;
}
.chevronBlue {
	background-image: url(chevronBlue.gif);
}

a.chevron {
	text-decoration: none;
}
input.chevron {
	cursor: pointer;
}

.blueChevron li {
	background-image: url(chevronBlue.gif);
	font-weight: normal !important;
}
	

/** List classes **/
.List a {
	font-weight: bold;
}
.List {
	margin: 9px 0 0 0;
	list-style: none;
}
.List li {
	margin: 0 0 9px 0;
}
.List .info {
	color: #666;
}


/* ===
TABLE, ROW AND CELL FORMATS
=== */

.formtable, .frontresumelist {
	margin: 0px;
	width: 100%;
}

.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, .frontresumelist {
	width: 98%;
	margin: 0px;
	margin-bottom: 3px;
	border-collapse: separate;
}

.formattedtable td, .frontresumelist td {
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-bottom: solid 1px #dddddd;
}

.formattedtable th, .frontresumelist 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, .frontresumelist 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;
	font-size: 11px;
	width: 150px;
	padding: 2px;
}
.formattedtable .fieldtitle, .frontresumelist .fieldtitle {
	background: none !important;
}



/* ---RECRUITERS DIRECTORY--- */
#recDirectory {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}
#recDirectory li {
	margin: 0;
	padding: 15px 5px;
	list-style: none;
	border-top: dotted 1px #CCC;
}
#recDirectory h3 {
	margin: 0;
	padding: 0;
	float: left;
	width: 235px;
}
#recDirectory li .viewJobs {
	margin: 0 0 10px 0;
	float: right;
	width: 100px;
	text-align: right;
}
#recDirectory li .viewJobs a {
	float: right;
	clear: right;
	margin-bottom: 3px;
	color: #4291cd;
}

#recDirectory li p {
	clear: both;
}
#recDirectory li p.last {
	margin-bottom: 0;
}
#recDirectory li .logo {
	border: solid 1px #dddddd;
	background: #FFFFFF;
	text-align: center;
	float: right;
	clear: right;
	margin-bottom: 10px;
}
#recDirectory li .logo img {
	display: block;
	margin: 0 auto;
}

/* a-z filters */
.charLinks {
	padding: 0px;
	margin: 0 0 10px 0;
	color: #6b8e10;
	height: 100%;
}
.charLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.charLinks li {
	display: block;
	float: left;
	margin: 0;
	list-style: none;
	line-height: 17px;
}
.charLinks li a, .charLinks li a:visited {
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	color: #6b8e10;
	padding: 0 3px;
}

.charLinks li.active, .charLinks li a:hover, .charLinks li a:visited:hover{
	background: #89a540;
	font-weight: bold;
	padding: 0 3px;
	color: #FFF;
}

/* paging nav */
.pagingLinks {
	clear: both;
	margin: 0 10px 5px 0;
	text-align: right;
	position: relative;
	color: #5D5D5D;
}
.pagingLinks strong {
	color: #999999;
}
.pagingLinks a, .pagingLinks a strong {
	text-decoration: none;
	color: #5D5D5D;
}