/* Assist Cake global CSS */
/**
 *
 * For specific views see also JS, Empl and Admin css
 *
 */

* {
	margin:0;
	padding:0;
}

/* ================= General Style Info =================*/
body {
	color: #666;
	font-family:verdana,'lucida grande',verdana,helvetica,arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a {
	color: #005e2d;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #005e2d;
	text-decoration:none;
}
a.link_button {
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	background-position: bottom center;
	background-repeat: no-repeat
}
a.link_button:hover {
	color: #333333;
	background-position: top;
}
a.btn75 {
	background-image: url('../img/btn75.jpg');
	width: 75px;
}
a.btn100 {
	background-image: url('../img/btn100.jpg');
	width: 100px;
}
a.btn125 {
	background-image: url('../img/btn125.jpg');
	width: 125px;
}
a.btn150 {
	background-image: url('../img/btn150.jpg');
	width: 150px;
}
a.btn200 {
	background-image: url('../img/btn200.jpg');
	width: 200px;
}
a.btn250 {
	background-image: url('../img/btn250.jpg');
	width: 250px;
}
a.btnright {
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #222222;
	font-size: 120%;
	margin: 0.1em 0;
}
h2 {
	color: #444444;
	font-family:helvetica,'lucida grande',helvetica, arial, sans-serif;
	font-size: 105%;
	font-weight: bold;
	margin: 0.3em 0;
}
h3 {
	color: #666666;
	font-family:helvetica,'lucida grande',helvetica, arial, sans-serif;
	font-size: 80%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
fieldset h3 {
	padding-top: 0;
	margin-top: 0;
}
ul, li {
	margin: 0 12px;
}
p, li {
	color: #444444;
}
p {
	font-size: 75%;
	margin: 0.4em 0;
}
td#center_column li {
	font-size: 75%;
}
div.summary {
	background-color: #ffffff;
	padding: 10px;
}
div.clearfix {
	clear: both;
}
div.grey_box {
	border: 1px solid #cccccc;
	padding: 10px;
}
/* =================== Layout ===================*/

table#page_body {
	border-collapse: collapse;
	background: none;
}

table#page_body td {
	border: 0;
	background: none;
}

td#left_column {
	padding: 0px;
	width: 160px;
	text-align: left;
}

td#center_column {
	padding: 0 0 0 30px;
	font-size: 100%
}

td#right_column {
}

/* ------------------------- Left Column Menu Styles --------------- */
div.leftmenu {
	background: url('../img/control_panel_bg_btm.jpg') bottom center repeat-x;
	padding-bottom: 15px;
}
div.leftmenu ul.control_panel {
	background: url('../img/control_panel_bg_top.jpg') top center repeat-x;
	padding-top: 10px;
}
.leftmenu {
	margin-bottom: 1em;
	background: transparent;
}

.leftmenu * {
	background:transparent;
	margin: 0;
}

.leftmenu h2 {
	padding: 0 5px;
	text-align: center;
	font-size: 100%;
}
.leftmenu h2#control_panel_title {
	color: #ffffff;
	line-height: 28px;
}

.leftmenu h3 {
	margin: 0;
	padding: 3px 6px;
	font-size: 90%;
	color: #444444;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
}

.leftmenu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.leftmenu a {
	display: block;
	padding: 2px;
	font-size: 80%;
	font-weight: normal;
	text-indent: 15px;
}

.leftmenu a:hover {
	background: #cccccc;
}

/* ------------------------- Jobseeker Public Profile ------------ */

#js_avatar {
	margin-right: 1.5em;
	float: left;
	width: 110px;
	text-align: center;
}

#js_avatar .edit {
	text-align: inherit;
	margin: auto;
}

#js_avatar .image {
	padding: 4px;
	border: 1px dotted #bbccbb;
}

#js_avatar img {
	display: block;
}

#js_urgency {
	margin-bottom: .5em;
}

#js_profile_head {
	text-align: left;
	float: left;
	width: 560px;
}

#js_profile_head dd {
	margin-left: 8em;
}
/* ------------------------- Tables ------------------------------ */
fieldset table {
	font-size: 75%;
}

table {
	background: none;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	text-align: left;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: none;
	padding: 4px;
	vertical-align: top;
}
table tr.altrow {
	background: #f2f2f2;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.center {
	text-align: center;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* ================== Paging ==================*/
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* ================ Scaffold View ==============*/
div.clearfix {
	clear: both;
}
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
	text-align: left;
	font-size: 75%;
	color: #333333;
	clear: both;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
	vertical-align: top;
	width: 40%;
	clear: both;
}
dd {
	width: 56%;
	margin-top: -2em;
	vertical-align: top;
	float: right;
}

/* =================== Forms ===================*/
	/* some local styles first*/
	
	div.search_form {
		border: 1px solid #dddddd;
		padding: 10px;
	}
	div.search_form form div.input, div.search_form form div.submit  {
		float: left;
		clear: none;
	}
	div.search_form form div.submit  {
		padding-top: 20px;
		float: right;
	}
	div.search_form form div.input label{
		width: auto;
		text-align: left;
		float: none;
	}
	div.search_form form select {
		font-size: 60%;
	}
	div#promo_code_form {
		display: none;
	}

	div.register form {
		width: auto;
	}
	div.register form label {
		display: inline;
		float: none;
	}
	div.register form div.input {
		display: inline;
	}
	

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
	text-align: center;
}
fieldset {
	border: 0;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	margin-top: 30px;
	margin-bottom: -10px;
	padding: 10px 20px 30px 20px;
	text-align: left;
}
fieldset.noborder {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset legend {
	background:#fff;
	color: #005e2d;
	font-size: 105%;
	font-weight: bold;
	padding: 0 15px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 105%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: .2em 0;
	vertical-align: text-top;
}
form div.divider {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
form div.input {
	clear: none;
	margin-right: 5px;
	color: #333333;
}
form div.date {
	clear: none;
	margin-right: 5px;
	color: #333333;
}
form label {
	text-align: right;
	width: 200px;
}
form div.required {
	color: #333333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	display: inline;
	padding: 10px;
	background-color: #ffffff;
}
form div.textarea {
	clear: both;
	width: 95%;
}
label {
	display: block;
	float: left;
	font-size: 75%;
	padding-right: 20px;
	text-align: left;
}
input, textarea, select {
/*	display: inline; */
	font-size: 75%;
	font-family: "verdana", "lucida grande", "verdana", sans-serif;
	color: #333333;
	padding: 2px;
}
select[multiple=multiple] {
	color: #005e2d;
	width: 100%;
}
option {
	color: #005e2d;
	/*font-size: 75%;*/
	padding: 0 3px;
}

/*input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}*/
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 75%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
#flashMessage, #authMessage {
	clear: both;
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 0.3em;
	margin: 0 0 10px 0;
}
#authMessage.message {
	background: #c00;
}
#flashMessage.message {
	background: green;
}
#flashMessage.error {
	background: #c00;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: normal;
	font-size: 70%;
	margin-left: 220px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 70%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 70%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 70%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* =============== Jobseller Registration Forms ================*/

#JobseekerRegisterForm div.select {
	width: 90%;
}
#JobseekerRegisterForm select {
	margin: 10px 0 0 0;
}

/*================ Related =================*/
div.related {
	clear: both;
	display: block;
}

/*=============== Debugging ================*/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}