﻿/*----------------------------------------------------------
CSS Reset and Default Tags Definitions
----------------------------------------------------------*/
/* Taken from http://www.w3.org/TR/CSS2/sample.html
 clears CSS settings*/

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin:0px 0px  50px 0px}
h1              { font-size:1.6em; margin: .67em 0 }
h2              { font-size:1.3em; margin: .75em 0 }
h3              { font-size:1.0em; margin: .83em 0 }
h4              { font-size:0.8em; margin:0px; padding:0px;}
p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

dl dt{margin-top: 1em; font-weight:bold;}
ol.num { list-style-type: decimal; padding-left: 0;}
/* Alderwood Print Tweaks */
@media print {
  .printer { display:none }
}

/*----------------------------------------------------------
Alderwood Reset Tweaks
----------------------------------------------------------*/
body
{
	font-family:Arial; 
	color:#3f3e3e;
	background-color:#88bc69; 
    background-image:url('/img/common/background.gif');
    background-repeat:repeat-x;  
}

p{margin-top:5px;}
h3{margin-bottom:0px;}

p,dl, li, table
{
	font-size:0.8em;
}

fieldset{
	border-style:none; 
}

hr
{
	height:2px; 
	border-width:0px;
	background-color:#88bc69; 
	padding:0px;
	margin-bottom:5px;
}

form
{
	margin:0px;
	padding:0px; 
}

input[type="text"], input[type="password"],input[type="checkbox"],select
{
	border: solid 1px #78886e;  
	color:#78886e; 
	font-size:0.9em; 
}

input[type="text"], input[type="password"],select
{
	width:200px;
}

input[type="checkbox"]
 {
 	border:none; 
 }
 
input[type="hidden"]
{
	display:none;
}

 
label
{
	font-weight:bold; 
}

a img 
{
	border-style:none; 
}


a:link,a:visited 
{
	color:#448521;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}
.italic {font-style: italic;color:#448521; }
/*----------------------------------------------------------
Core Definitions
----------------------------------------------------------*/
#alderwood_logo
{
	padding:10px;
	float:left; 
}

#menu_outer
{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px 0px 10px 0px; 
	color:#ffffff;
}

#menu_outer div
{
	 display:block;
	 text-align:right;  
}

#menu_outer span
{
	color:#d8d8d8;
	font-size:0.7em; 
	font-weight:bold;
	position:relative;  
	top:-4px;
}
 
#menu_top
{
	float:right; 
	padding-top:20px;
	padding-left:0px; 
	margin-left:0px;
}

#menu_top li
{
	float: left; 
	padding: 8px 18px 0px 15px;
	border-top:solid 4px #efefef;
}

#menu_top a, #menu_left a
{
	color:#5b5b5b;
	text-decoration:none; 
	font-weight:bold;  	
	display:block; 
}

#menu_top .selected
{
	border-top-color:#448521;
}

#menu_help
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display:inline;
}

#menu_top li
{
	list-style-position:outside;
	list-style-image:none;
	list-style-type:none;
}

#menu_help li
{
	display:inline;
	padding:3px; 
}
 
#menu_accessibility
{ 
	display:none;  
}

#menu_left
{
	background-image:url('/img/common/green-corner-light-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left; 
	margin:30px 0px 0px 0px;
	padding:0px;
	width:200px;
}

#related_skill
{
	margin:0px;
}

#menu_left .rounded_box_out
{
	width:190px; 
}

#menu_left li
{
	padding-left:30px; 
 	padding-top:10px;
 	padding-right:5px;
	padding-bottom:10px; 
	border-bottom:solid 1px #ffffff; 
	list-style:none; 
}

#related_skill li
{
	padding-left:30px; 
 	padding-right:5px;
 	padding-top:5px;
	padding-bottom:5px; 
	list-style:none; 
}
 
#related_skill li:first-child
{
	padding-left:10px; 
	padding-top:10px;
	padding-bottom:10px; 
	border-bottom:solid 1px #ffffff; 
} 
 
#menu_left li:first-child
{
	padding-left:5px; 
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside; 
	background-image:url('/img/common/green-corner-dark-top.jpg') !important; 
	background-position: top right !important;
	background-repeat:no-repeat !important; 
}

#menu_left li.selected
{
	color:#C07500;
	background-image: url('/img/icons/menu-leaf.png');
    background-repeat:  no-repeat;
    background-position: left center;
}

#menu_left li:first-child a
{
	color:#ffffff; 
	font-size:1.2em; 
}

#related_jobs, #related_skill,#related_jobs .rounded_box_inside
{
	padding:0px !important;
	margin:0px !important;
}
  
#related_skill li:first-child
{

	font-size:0.9em;  
	font-weight:bold; 
}

#search_bar
{
	background-color:#448521; 		
	padding:6px; 
	margin-top:-3px;
}

#search_bar span
{
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
	padding-right:35px;
	float:left; 
} 

#search_bar label
{
	display:none; 
}


#search_bar_advanced
{
	color:#ffffff;
	padding-top:5px;
	padding-right:5px;
	float:right; 
} 

#search_bar input[type=text],#search_bar select
{
	margin-right:25px;
	padding:5px;
	font-size:0.7em; 
	float:left;  
}

#search_bar input[type=text]
{
	width:165px;
}

#search_bar select
{
	width:130px;
}

#search_bar input[type=image]
{
	padding:0px;
	float:left;  
}

#search_bar a
{
	color:#ffffff;
	font-size:0.7em; 
} 

#page, #menu_outer
{
	width:960px;
	margin-right:auto;
	margin-left:auto; 
	padding:0px;
}

#page_left
{
	width:200px;
}

#page
{
	background-color:#ffffff;  
}

#page_content
{
	padding:1px 30px 30px 230px; 
}
 
#page_left
{
	float:left; 
}
 
#page_footer
{
	padding:1px 30px 30px 30px; 
}

#page_footer
{
	font-size:1em;
	text-align:center;  
	clear:both; 
	
}




#page_footer img
{
	margin-left:25px;	
	margin-right:25px;	
}

#page_footer p
{
	display:inline;
}

#sector_buttons
{
	padding-top:20px;
	padding-bottom:20px;
}

#sector_buttons a
{
	/*margin:5px;*/
	padding:0px;
}

#related_jobs 
{
	padding:5px 0px 0px 10px; 
}

#related_jobs ul
{
	color:#448521;
	font-weight:bold;  
	list-style-type:none; 
	padding-left:0px; 
	margin-left:0px; 
}

#social_icons
{
	width:200px;
	height:25px;
	margin:auto;
	margin-bottom:0px;
}

#social_icons_bar
{
	margin-bottom:5px;
}

#social_icons p
{
	float:left;
	font-size:0.9em;
	font-weight:bold;
}

#social_icons img
{
	padding-left:2px;
	margin:0px;
}

#lnkMore{padding-left:90px}

#lnkMore,#lnkBack
{
	text-decoration:underline;
	font-weight:normal; 
	cursor:pointer;
}

#policies{padding:20px;margin-left:30px;margin-bottom:30px;}
#policies ul{padding-top:10px;padding-left:10px;margin:0px;}
#policies li{padding:5px;}
#policies h2{margin:0px;}

/*----------------------------------------------------------
Radias Search DD Definitions
----------------------------------------------------------*/
.dropdown dd, .dropdown dt, .dropdown ul 
{
	 margin:0px; 
	 padding:0px;
	 z-index:100;
}
.dropdown
{
	margin:0px 35px 0px 0px;
    float:left;
}
.dropdown dd  
{
	position:relative;
    color:#78886e;
}

/* DT styles for sliding doors */
.dropdown dt a 
{
	background:#ffffff url('/img/buttons/select-down-arrow.gif') no-repeat scroll right center; 
	                display:block; padding:5px; border:1px solid #78886E; width:100px;font-weight:normal;color:#78886e !important;font-size:0.85em !important;}
                .dropdown dt a:hover{text-decoration:none;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}

/* UL styles */
.dropdown dd ul { background:#ffffff none repeat scroll 0 0; display:none;
    list-style:none; padding:0px; position:absolute; 
    left:0px; top:2px; width:auto; min-width:110px; border:solid 1px #78886e;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:2px 2px 2px 5px; display:block;color:#78886e !important;
                       font-weight:normal;font-size:1.2em !important;text-decoration:none;}
.dropdown dd ul li a:hover { background-color:#c5e6b2; }

/*----------------------------------------------------------
Other Definitions
----------------------------------------------------------*/

.dark_green_text, h1, h2, h3, h4, #menu_top .selected a
{
	color:#448521;
}

.dark_green_background, #menu_left li:first-child
{
	background-color:#448521;
}

.light_green_background,  #menu_left, .rounded_box_out,.vacancy_result_options
{
	background-color:#c5e6b2;
}

.float_right
{
	float:right;
}

.float_left
{
	float:left;
}

.clear_both
{
	clear:both;
}

.small_text
{
	font-size:0.7em; 
}

#Validation_Summary,#validation_summary,.mandatory
{
	color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-errors ul
{
    font-weight: normal;
    color: #ff0000;
}
.rounded_box_out
{
	background-image:url('/img/common/green-corner-light-top.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	margin-bottom:25px;
}

.rounded_box_inside h3
{
	margin:8px 0px 8px 0px; 
}

.rounded_box_inside
{
	background-image:url('/img/common/green-corner-light-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:1px 15px 2px 15px;
}

.rounded_box_inside_fade
{
	background-image:url('/img/common/green-fade-light.jpg');
	background-repeat:repeat-x;
	background-position:0px 30px;
}

.shadow_box_top, .shadow_box_body, .shadow_box_bottom  
{
	
}

.shadow_box_top, .shadow_box_bottom
{
	height:46px;
}

.shadow_box_top
{
	background-image:url('/img/common/shadow-box-top.png'); 
}

.shadow_box_bottom
{
	background-image:url('/img/common/shadow-box-bottom.png'); 
}

.shadow_box_body
{
	background-image:url('/img/common/shadow-box-body.png'); 
	background-color:#ffffff; 
}

.shadow_box_body_inner
{
	min-height:180px;
	width:606px;
	position:relative;  
	left:16px;
	background-image:url('/img/common/shadow-box-background.png'); 
	background-repeat:repeat-x; 
	padding:1px 30px 1px 30px;
	background-color:#ffffff;
}

#rss_button
{
	margin:15px 0px 10px 0px;
	padding:0px;
}

#social_buttons
{
	float:left; 
	margin:15px 0px 0px 0px;
}
 
      
#vacancy_result_set ul
{
	list-style-type:none;  
	padding:0px;
	margin:0px;
}

.vacancy_result_options
{
	height:40px;
	vertical-align:middle; 
	padding:0px 20px;
}

.vacancy_result_options select
{
	margin:5px 15px 0px 0px;
}


#vacancy_result_set ul li
{
	list-style-type:none;  
	padding:0px;
	margin:10px 0px 10px 0px;
}
 
.vacancy_result
{
	border:solid 1px green;	
	height:40px;
	min-height:40px;
	max-height:40px;
	padding:10px; 
}

.vacancy_result_details
{
float:left;
width:350px;
}

#vacancy_result_nav
{
	float:right; 
}

#vacancy_result_nav p
{
	display:inline;
}

#IncreaseFont{padding-right:50px;}

.signiture_name{font-size:1.0em; font-weight:bold;margin:0px;}
.signiture_jobtitle{font-size:0.8em; font-weight:bold;margin:0px;}
.signiture_company{font-size:0.8em; font-weight:bold;margin:0px;padding-bottom:40px;}

.justified
{
	text-align:justify; 
}

.bold
{
	font-weight:bold; 
}

.warning_bar
{
	background-color:#ba2f2f;
	padding:0px;
	margin:0px;
	top:-5px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;  
	padding:4px; 
	color:#ffffff; 
}


/**********************************
Candidate Home Page Styles
***********************************/
.warning_box
{
	 border:solid 1px #e76f6f;
	 color:#ba2f2f;
	 background-color:#ffdbdb; 
	 padding:10px;
	 width:640px;
	 margin-bottom:25px; 
 }
 
 .warning_box a
{
	 color:#ba2f2f;
}
 
.info_box
{
	margin:0 0 12px 0;	
	border:2px solid #c5e6b2;	
	
	padding:0px 25px 5px 8px;	
}

.info_box_heading
{
	margin-bottom:10px;
	margin-top:5px;
	padding:0px 8px 10px 8px;
	height:1.4em;
	
}

.info_box_heading span
{
	margin-top:4px;
	color:#448521;
	font-size:1em;
	font-weight:bold;
}
  
.info_box fieldset label
{	
	width:200px ;
	margin-top:5px;
	margin-left: 20px;
	display: inline-block;
	line-height:1.2em;		
}
.info_box fieldset img
{
	float:right;
	padding-right:30px;
}

/**********************************
Use: canform template
***********************************/
form.canform fieldset{
	margin-bottom: 10px;
	border:none !important;
	border:0px !important;
}

form.canform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.canform label {
	display: inline-block;
	line-height: 1.2;
	vertical-align: super;
}

form.canform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
	text-align:  left !important;
}

form.canform fieldset dt label {
	white-space:nowrap ;
}

form fieldset fieldset{
	border: none;
	margin: 3px 0 0;
}

form.canform fieldset fieldset legend{
	padding: 0 0 5px;
	font-weight: normal;
}

form.canform fieldset fieldset label {
	display: block;
	width: auto;
}

form.canform label 
{ width: 170px; } /* Width of labels */

form.canform fieldset fieldset label
{ margin-left: 103px; } /* Width plus 3 (html space) */

form.canform label.error, form.canform label.error {
	margin-left: 153px;
	width: 220px;
	color:Red;
	float: left;
	}

form.canform  p {clear: both;}

form.canform label.error { display: none;}	
form.canform input.submit
{
	margin-top:5px;
	margin-left: 103px;
}

.block { display: block; }
  
.jobdate
{
	width:10%;
	vertical-align:top;
}
.options
{
	width:10%;
	text-align:right;
	vertical-align:top;
}
.with100
{width:100%}
table.inset-area tbody tr td input {border: none;}
 
.spanblock
{
	display: inline-block;
}

.floatleft{float:left;}
.floatright{float:right;}
.displaynone{display:none;}

.skillpage
{	text-decoration:underline;
	color:#448521;
	font-size:.8em;		
	cursor:pointer;
}

.noscriptHidden
{
	display:none; 
}

.width250
{
	width:250px;
}
			
.inner_white_box{background-color:#ffffff;padding:5px 5px 5px 5px;margin-bottom:15px;}
.inner_white_box fieldset{margin:0px;padding:0px;}
.inner_white_box ul{margin-left:0px;padding-left:0px;list-style:none;}

#poll{display:none;float:left;margin-top: 30px;}
#poll p{margin:0px;}
#poll p a{font-size:0.8em;}
        
