/* @override http://www.crownjobs.com.au/Css/All.css */

body
{
	/* font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif; */
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:0.7em;
	color:#3F3D2C;
}

img
{
	border:0px;
}

a
{
	color:#907740;
}

p
{
	margin:0px 0px 14px 0px;
	line-height:1.3em;
}

h2
{
	margin:0px 0px 12px 0px;
	padding:0px;
	color:#483526;
	/* font-family:Georgia; */
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:1.4em;
}

h3
{
	margin:0px 0px 12px 0px;
	padding:0px;
	color:#483526;
	/*font-family:Georgia;*/
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:1.1em;
}

h4
{
	margin:0px;
	font-size:1em;
}

input, select, textarea
{
	/*font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif;*/
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:1em;
	color:#3F3D2C;
}

.InputButton
{
	color:#FFF;
	font-weight:bold;
	background-color:#A6A392;
	background-image:url(../Img/BgNavigation.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-top:1px solid #DCD8D5;
	border-right:1px solid #959281;
	border-bottom:1px solid #6C6B57;
	border-left:1px solid #A6A392;
	padding-top:1px;
	padding-bottom:2px;
	cursor:pointer;
}

.InputButtonSmall
{
	font-size:0.9em;
	padding-top:0px;
	padding-bottom:1px;
}

.InputText
{
	border-top:1px solid #7C7C7C;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	border-left:1px solid #C3C3C3;
	background-image:url(../Img/BgInputText.gif);
	background-repeat:no-repeat;
	padding:2px;
}

span.InputCheckBox input
{
	margin:0px 5px 0px 0px;
}

span.InputRadioList input
{
	margin:0px 5px 3px 0px;
	float:left;
}

* html span.InputRadioList input
{
	margin-top:-4px;
}

span.InputRadioList label
{
	display:block;
	margin-bottom:5px;
	margin-left:20px;
}

* html span.InputRadioList label
{
	height:1px;
	position:relative;
	left:-5px;
}

.AlertMessage
{
	color:#F00;
}

.Mandatory
{
	color:#F00;
	font-weight:bold;
	font-family:Verdana;
	font-size:1.2em;
	line-height:1em;
}

.ValidationMessage
{
	color:#F00;
}

.Notation
{
	color:#A7A8A3;
	font-size:0.9em;
}

.Hidden
{
	position:relative;
	left:-10000px;
}

.FloatClear
{
	height:1px;
	overflow:hidden;
	clear:both;
	width:100%;
}

/***** TABLE STUFF *****/

.JobTableWrapper
{
	background-image:url(../Img/BgTableFormFooter.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.JobTable
{
	width:100%;
}

.JobTable th
{
	text-align:left;
	border-top:1px solid #EDEEE9;
	border-bottom:1px solid #EEEFEA;
	background-color:#F6F7F2;
	background-image:url(../Img/BgJobTableHeader.gif);
	background-repeat:repeat-x;
	padding:5px 6px 7px 6px;
}

.JobTable td
{
	vertical-align:top;
	border-bottom:1px solid #EEEFEA;
	padding:5px 6px 7px 6px;
}

.JobTable th.Centered, .JobTable td.Centered
{
	text-align:center;
	vertical-align:top;
}

.JobTable td div.Info
{
	margin-top:3px;
}

.Pager
{
	padding:5px 6px 3px 6px;
	background-image:url(../Img/BgTableFormFooter.gif);
	background-repeat:repeat-x;
}

/***** FORM STUFF *****/

.CssForm
{
	padding:0px;
	margin:0px;
}

.CssForm h4
{
	margin:0px;
	padding:5px 6px 7px 6px;
	border-top:1px solid #EDEEE9;
	border-bottom:1px solid #EEEFEA;
	background-color:#F6F7F2;
	background-image:url(../Img/BgJobTableHeader.gif);
	background-repeat:repeat-x;
}

.CssForm .FormRow, .CssForm .FormRowFull
{
	border-bottom:1px solid #EEEFEA;
}

.CssForm .FormRowFull
{
	padding:4px 5px;
}

.CssForm .FormLabelCell
{
	float:left;
	padding:7px 5px 4px 5px;
	width:150px;
	clear:both;
}

.CssForm .FormInputCell
{
	margin-left:160px; /* this should be same as .FormLabelCell width + left/right padding */
	padding:4px 5px;
}

* html .CssForm .FormInputCell
{
	/* Ignore Mac IE hack \*/
	margin-left:-3px;
	height:1px;
	/* End hack */
}

.CssForm .FormRow .Mandatory
{
	position:relative;
	float:right;
	left:5px;
}

.CssForm .ValidationMessage
{
	display:block;
	padding-top:3px;
}

.CssForm .MessageRow
{
	border-bottom:1px solid #EEEFEA;
	clear:both;
	padding:8px 5px;
	background-color:#F6F7F2;
	background-image:url(../Img/BgJobTableHeader.gif);
	background-repeat:repeat-x;
}

.CssForm .ContentRow
{
	padding:8px 5px;
	border-bottom:1px solid #EEEFEA;
}

.CssForm .ButtonRow
{
	border-bottom:1px solid #EEEFEA;
	clear:both;
	padding:4px 5px;
	padding-left:165px; /* this should be same as .FormLabelCell width + left padding */
}

.CssForm .ButtonRowRight
{
	clear:both;
	padding:4px 5px;
	text-align:right;
}

.CssForm .Footer
{
	padding:5px 6px 3px 6px;
	background-image:url(../Img/BgTableFormFooter.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	font-size:0.9em;
}

#ContentColumn li
{
	margin-bottom:12px;
}

/***** PAGE-DEPENDENT STUFF *****/

.ContentIntro
{
	font-weight:bold;
}

#JobCategoryNavigation span.NoJobs
{
	color:#7E7C67;
}

#AllPositions span.NoJobs, #CategoryPositions span.NoJobs
{
	color:#C7C8C3;
}

#JobCategoryNavigation span.NoJobs strong, #AllPositions span.NoJobs strong, #CategoryPositions span.NoJobs strong
{
	font-weight:normal;
}

.Pager strong
{
	color:#4A7BC8;
}

#NextPrevious
{
	float:right;
}

#NextPrevious span.PrevNext
{
	color:#CACAC8;
}

.Sorter
{
	color:#3F3D2C;
	white-space:nowrap;
	padding-right:10px;
	background-image:url(../Img/BgSortArrows.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
	text-decoration:none;
}

.Sorter:hover
{
	text-decoration:underline;
}

.ContentSection
{
	margin-bottom:12px;
	clear:both;
}

* html .ContentSection
{
	margin-right:1px;
}


.ContentSection .ContentImage
{
	margin-bottom:9px;
}

.ImageLeft .ContentImage
{ 
	float:left;
	margin-right:10px;
}

.ImageCenter .ContentImage
{ 
	margin:9px auto;
}

.ImageRight .ContentImage
{ 
	float:right;
	margin-left:10px;
}

.ContentClear .ImageClear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

.ContentSection .ContentImage .Caption
{
	font-size:0.9em;
	padding:3px 5px;
}