.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: #666666;
}

a, a:visited {color: #008000;}
a:hover	 {color: #444444;}

img	{
	border: 0;
}
img.block {display:block;}

h1 {
	color: #666666;
	font: bold 22px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
}

h2 {
	color: #008000;
	font: bold 15px Arial,Helvetica,sans-serif;
	margin: 20px 0 10px 0;
}

h3 {
	color: #008000;
	font: bold 12px Arial,Helvetica,sans-serif;
	margin: 15px 0 5px 0;
}

p {
	margin: 10px 0;
}

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: 11px;
	background: #FFFFFF;
	border: solid 1px #AAA;
}

input {
	font: normal 11px Arial,Helvetica,Sans-Serif;
}

label {
	font: bold 11px Arial,Helvetica,Sans-Serif;
}

pre {
	font-family: Courier,Times New Roman,Serif;
}


/* ===
spacer class - use to force a container tag to wrap when it contains floated elements.
=== */
.spacer {
  	clear: both;
	height: 1px;
	overflow: hidden;
}

.gap {height: 15px; clear: both;}


/* ===
Basic classes
=== */
.nowrap {
	white-space: nowrap
}
.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

.float {
	float: left;
}

.none {
	margin-top: 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;
}

#centrecolumn {
	width: 800px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF;
}

#headerimage {
	padding-top:25px;
	margin: 0 auto;
	text-align: center;
}

#contactdetails {
	clear: left;
	display: block;
	text-align: center;
	padding: 5px 0;
	border-bottom: solid 1px #008000;
	background: #cce6cc;
	margin: 0;
	list-style: none;
	font-size: 11px;
}
#contactdetails li {
	display: inline;
	padding: 0 5px;
}

#languagemenu {
	float: right;
	text-align: right;
	border: dashed 1px;
	margin-top: 8px;
	padding: 5px;
}

#content {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
}

#middlebar {
	width: 580px;
	text-align: left;
	padding: 0;
	float: right;
}

#SideMenuBar {
	float: left;
	width: 180px;
	text-align: left;
	padding: 0 0 10px 0;
	clear: left;
	margin-right: 20px;
}

#FeaturedLogos {
	width: 140px;
	float: right;
}

#banner	{
	float: right;
	position: relative;
	padding: 10px 0 0 0;
}

#topofpagelink
	{
	float: right;
	
	font-size: 10px;
	}

.paddingfix
	{
	padding: 6px;
	margin: 0 auto;
	}

.templatesubheading
	{
	padding: 3px;
	width: auto;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	border-bottom: dashed 1px #444444;
	}

#toplinks
	{
	float: right;
	top: 0px;
	right: 0px;
	padding: 5px 10px;
	color: #999999;
	font-size: 10px;
	}

#searchbar
	{
	padding: 5px 10px 2px 0px;
	}

/* ===
TEMPLATE HEADER MENU
=== */

#templatemenu
	{
	width: 180px;
	margin: 0 auto;
}

#templatemenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#templatemenu li {
	margin: 2px 0;
	padding: 0;
	display: block;
	float: left;
	clear: left;
	width: 180px;
}

#templatemenu li a {
	padding: 0;
	text-indent: 12px;
	display: block;
	color: #666666;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	width: 100%;
	text-transform:capitalize;
	border-left: solid 2px #008000;

}
#templatemenu li a:hover {
	color: #666666;
	background: #cce6cc;
}

/* ===
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;
	border-top: solid 1px #008000;
	clear: both;
	padding: 5px 0;
	font-size: 11px;
	color: #999999;
}

.footertext_right a:hover {
	text-decoration: underline;
	color: #008000; 
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}
#footer li {
	display:inline;
	margin: 0 5px;
	padding: 0;
}


/* ===
Homepage
=== */
#home .left {
	float: left;
	width: 200px;
}
#home .right {
	float: right;
	width: 365px;
}
#home .box, #Hours .box {
	background: #cce6cc;
	padding: 0 10px;
	clear: left;
}
#MainImage {
	background: url(../../images/home1.jpg) no-repeat left top;
	width: 200px;
	height: 233px;
}
#Hours {
	font-size: 11px;
	margin: 20px 0 0 0;
}
#Hours p {
	margin: 0 0 10px 0;
}
#Hours h3 {
	margin: 0 0 3px 0;
}
#Hours .box {
	padding: 10px;
}

/* ===
Form layout
=== */
div.SubmitBtn {
	padding: 10px 0 0 0;
	clear: both;
}

.FieldWrap {
	padding: 5px 0;
	clear: both;
}

.FieldWrap label {
	font-weight: normal;
}
.FieldLabel label {
	font-weight: bold;
}

.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;
}

fieldset p {
	margin: 2px 0 10px 0;
	padding: 0;
}
#frmJobPowerSearch .tickBox {
	width: 45%;
	float: left;
}
.SalaryDesc {
    padding: 0px 0;
	clear: both;
	width:300px;
}


/* ===
PAGE HEADING - H1 - STYLES
=== */

.strapline {
	font-size:16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #008000;
	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: none;
	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.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
	{
	background: url(bg_btnwhite.gif) no-repeat center center;
	border: none;
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #444444;
	width: 90px;
	height: 23px;
	display: block;
	}

.button {
	background: url(bg_btnwhite.gif) no-repeat center center;
	border: none;
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #444444;
	width: 90px;
	height: 23px;
	display: block;
}

.buttonSmall {
	background: url(bg_btnwhite_sm.gif) no-repeat center center;
	border: none;
	font: bold 11px Arial,Helvetica,sans-serif;
	color: #444444;
	width: 65px;
	height: 20px;
	display: block;
}


.textfieldstyle
	{
	width: 230px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}

.textfieldstylesmall
	{
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #AAA;
	}

.dropdownfixed
	{
	
	font-size : 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: solid 1px #AAA;
	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: 98%;
	margin: 0px;
	color: #111111;
	margin-bottom: 3px;
	border-collapse: separate;
	}

.formattedtable td
	{
	padding: 4px 8px 4px 8px;
	background-color: #F6F6F6;
	vertical-align: top;
	border-bottom: solid 1px #AAAAAA;
	}

.formattedtable th
	{
	padding: 4px 8px 4px 8px;
	background-color: #DDDDDD;
	vertical-align: top;
	font-weight: bold;
	color: #003399;
	border-bottom: solid 1px #999999;
	text-align: left;
	}

.fieldtitle
	{
	vertical-align: top;
	background: #DDDDDD !important;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	width: 150px;
	}

/* General classes */
.currencymenu, .languagemenu {font-weight: normal;  font-size: 10px; background-color: #609AEF; border-color: #508ADF; }

.Icons {
	margin: 1px 5px;
}
.left {
	float: left;
	clear: left;
}
.floatImg {
	float: left;
	margin: 0 10px 10px 0;
	border: solid 2px #008000;
}

.warning {
	background: #cce6cc;
	padding: 1px 10px;
	margin: 15px 0 0 0;
}


/* Courses Table on Adult Education page */
#CourseTbl {

}
#CoursesTbl td {
	padding: 3px;
	font-size: 12px;
}
#CoursesTbl th {
	background: #666666;
	padding: 2px 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
#CoursesTbl h2 {
	background: #DDDDDD;
	margin: 10px 0 0 0;
	padding: 2px;
	color: #666666;
	border-bottom: solid 2px #cccccc;
	font-weight: bold;
	font-size: 13px;
}
#CoursesTbl .alt {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background: #EEEEEE;
}

#CoursesTbl .type {
	width: 160px;
}
#CoursesTbl .weeks {
	width: 70px;
}
#CoursesTbl .term {
	width:120px;
}

/* Course details Table on Adult Education details page */
#CourseDetails {
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	font-size: 12px;
}
#CourseDetails td {
	padding: 3px 6px;
	background: #EEEEEE;
	border-bottom: solid 1px #BBBBBB;
	width: 250px;
}
#CourseDetails .heading {
	background: #DDDDDD;
	color: #666666;
	font-weight: bold;
	width: 150px;
}

#email {
	visibility: hidden;
	display:none;
}
