.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.
* ----------------------------------------------------------------------------------------------------
**/


/* ===
HYPERLINKS
=== */
a:link		{color: #0066CC; }
a:hover		{color: #000000; text-decoration: underline; }

/* ===
FUCTIONAL TAGS - USED TO ACHEIVE SOME FORMATTING RESULTS IN CSS
=== */

div.prop {
    height:500px;
    float:right;
    width:1px;
  }

div.spacer 
	{
  	clear: both;
	height: 1px;
	overflow: hidden;
  	}
div.gap
	{
  	clear: both;
	height: 10px;
	overflow: hidden;
  	}

/* newer way of getting a container tag to wrap. */
.wrap {
	display: block;
}
.wrap:after, .FieldWrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ===
MAIN PAGE ELEMENTS
Control various skin elements sit on the page
and what colours, backgrounds, etc. they have
=== */


	
img		{border: 0px;}


.formtable, .buttonstyle, #jobDetailsInfo {
	margin: 0 10px;
}

#toplinks {
	font-size: x-small;
	margin: 25px 40px 7px 10px;
	float: right;
	display: inline;
	color: #666666;
}
#toplinks a {
	color: #666666;
}


/* ===
JOBSEARCH RECORDTEMPLATE
=== */
.vacancylong {
	margin: 10px;
	
}

.jobtopbarlong {
	padding: 0 0 3px 0;
	width: 100%;
	background: #FFFFFF;
	font-size: 11px;
}

.datelong {
	float: right;
	width: 73%;
	background: #f2f5fa;
	border-left: solid 1px #a9b6d4;
	color: #000000;
	line-height: 25px;
	text-indent: 5px;
	font-size: 11px;
}

.statusiconslong
	{
	float: left;
	height:50px;
	}
	
.statusiconslong img
	{
	margin-top:6px;
	}
	
.joblocationlong, .salarylong {
	padding: 3px 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.vacancylong em {
	color: #666666;
	font-style:normal;
}


.jobtitlelong
	{
	padding: 8px 5px;
	font-weight: bold;
	color: #113388;
	background: #e6ebf5;
	border-top: solid 1px #819ccc;
	font-size: 11px;
	margin-bottom: 5px;
	}
.jobtitlelong a {
	color: #113388;
	text-decoration: none;
}
.jobtitlelong a:visited {
	color: #113388;
	text-decoration: none;
}

.jobdescriptionlong {
	font-size: 13px !important;
	font-weight: normal;
	line-height: 130%;
	color: #666666;
	margin: 5px;
}

.jobagencylogo
	{
	float: right;
	width: 200px;
	text-align: right;
	display: none;
	}

.relevancelong
	{
	float: right;
	}

.bottomlinkslong {
	margin: 10px 0 0 5px;
	padding-bottom: 10px;
	line-height: 25px;
}
.bottomlinkslong img {
	vertical-align: middle;
	margin-left: 5px;
}
.bottomlinkslong a {
	font-size: 12px;
	font-weight: bold;
	color: #113388;
	text-decoration: none;
}

/* ===
VIEW JOB RECORDTEMPLATE
=== */
.jobDetailsInfo {
	background: #FFFFFF;
	border: solid 1px #b7c7e2;
	padding: 10px;
	margin: 0 10px;
}
.jobDetailsInfo .fieldtitle {
	padding: 0;
	float: left;
	clear: left;
	width: 23%;
	text-indent: 5px;
	margin-right: 10px;
	margin-bottom: 1px;
}
.jobDetailsInfo .wrap {
	margin: 1px 0;
}
.jobDetailsInfo .wrap input {
	margin-top: 3px;
	margin-bottom: 3px;
}
.jobDetailsInfo p, .jobDetailsInfo .formtable {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.salaryview, .closingdateview, .jobdepartmentview, .joblocationview, .jobrefnoview {
	font-size: 11px;
	font-weight: normal;
	clear: left;
	line-height: 21px;
}

.jobtitleview
	{
	font-size: 14px;
	font-weight: bold;
	color:#000066;
	margin: 12px 10px;
	}
	
.jobDescription {
	margin: 10px 0;
}
.viewJob h2 {
	margin: 0 10px 5px;
	padding: 0;
}

#uploaderboxsection {
	width: 430px;
	overflow: hidden;
}


/* ===
BASIC CLASS TAGS
=== */

.warningtext	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	}

.smallnormal		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #111111; font-weight: normal; }
.fieldlabel		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #111111; font-weight: bold; }
.extradetail		{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #336699; font-weight: normal; }
.formtable .extradetail, .fieldtitle .extradetail	{margin-top: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #757b8a; font-weight: normal; }
.bold			{font-weight: bold; }
.smallbold		{font-family: Verdana,Arial,Helvetica, sans-serif; font-size: 11px; font-weight: bold}

/* ===
MENUS, BUTTONS AND TEXT FIELDS
=== */

.agencylogo
	{
	display: none;
	}

a.iconbutton:link, a.iconbutton:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
	padding: 0px 12px 1px 4px;
	}

a.iconbutton:hover
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 0px 12px 1px 4px;
	}
a.iconbutton img {
	vertical-align: middle;
	margin-bottom: 3px;
}

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
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #113388;
	border: none;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px; 
}

.buttonnofloat
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #113388;
	background: none;
	border: none;
	margin-top: 5px;
	margin-left: 147px;
	}

.buttonskin
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border: none;
	margin-top: 5px;
	margin-left: 0px;
	padding: 1px 3px;
	}

.textfieldstyle
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: black;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	width: 235px;
	padding-top: 3px;
	padding-bottom: 3px;
}


.textfieldstylesmall
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: black;
	background-color: #FFFFFF;
	border: solid 1px #000066;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.dropdownfixed
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: black;
	background-color: #FFFFFF;
	border: solid 1px #000066;
	width: 245px;
	}

.toprow
	{
	background-color: #cccccc;
	color: black;
	}

select
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: black;
	background-color: #FFFFFF;
	border: solid 1px #000066;
	}

.charactercounter
	{
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: solid 1px #444444;
	background-color: #DDE8EE;
	font-weight: bold;
	color: #0066CC;
	}


/* ===
TABLE, ROW AND CELL FORMATS
=== */

.formtable {
	font-size: 11px;
	width: 450px;
}

.formtable .fieldtitle {
	vertical-align: top;
	width: 160px;
}
	
.formtable label, .wrap label /* used on my account layout */
	{
	float: left;
	width: 140px;
	margin-right: 2px;
	}
.formtable .wrap /* used on my account layout */
	{
	margin: 5px 0;
	clear: both;
	}
.field /* used on my account layout */{
	margin-left: 157px;
}
.formtable .field .textfieldstyle {
	width: 265px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formtable .field .extradetail {
	width: 265px;
}
.viewJob .buttonstyle {
	margin: 0;
}

.locationstable
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 95%;
	}

.locationstable td
	{
	padding: 0px 4px 4px 0px;
	}
	
td.padding {
	padding: 7px;
}

label.normal {
	background: none;
	width: 48%;
	margin: 0 !important;
	padding: 1px 0 !important;
}
label.normal input {
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
	vertical-align: middle;
}
label.col3 {
	width: 32% !important;
}
.topSpace {
	border-top: solid 1px #dfe6f2; 
	padding-top: 10px;
}


/* ===
FORMATTED TABLE
=== */

.formattedtable
	{
	margin: 0 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
	width: 450px;
	border-collapse: separate;
	}

.formattedtable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
	vertical-align: top;
	}

.formattedtable th
	{
	padding: 4px 8px 4px 8px;
	background-color: #dfe6f2;
	vertical-align: top;
	color: #445588;
	text-align: left;
	}

.fieldtitle, .wrap label
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #113388;
	background: #dfe6f2;
	padding: 7px;
	}

.nowrap
	{
	white-space: nowrap
	}

.alignright
	{
	text-align: right;
	}
.floatright {
	float: right;
	padding-right: 10px;
}

form					{border: 0; margin: 0;}
label 					{font-size: 11px; color: #113388;background: #819CCC; padding: 3px 2px;}
hr					{height: 1px; color: #999999; background-color: #999999; border-width: 0px; }
pre					{font-family: Courier,Times New Roman,Serif; font-size: 11px; }
select.currencymenu			{font-weight: normal; font-size: 10px; color: #000000; background-color: #609AEF; border-color: #508ADF; }
select.languagemenu			{font-weight: normal; font-size: 10px; color: #000000; background-color: #609AEF; border-color: #508ADF; }

.mednormalhighlight			{color: #426BB3;}
.block {display: block;}


/* EMAIL ME MODULE */
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#EmailMeBox {
	background: #dedfe0;
	margin: 2px 0;
	padding: 7px;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#EmailMeBox h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4B4B4B;
}
#EmailMeBox input {
	font-size: 11px;
}
#EmailMeBox .textfieldstylemedium {
	width: 98%;
	padding: 2px 0;
}
#EmailMeBox .btn {
	width: 98%;
	background: url(btn_emailMe.gif) no-repeat -30px center;
	text-align: right;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	border: 0;
	margin: 5px 0 0 0;
	padding: 0;
	cursor: pointer;
}