/* ******** RESET STYLESHEET ******** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color:#3F3F3F;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:#2F2F2F;
	background:#FFFFFF;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input { vertical-align:middle; }
img { display:block; }


/* ******** END RESET STYLESHEET ******** */


html
{
background:#FFF;
}

/*
This is the default style for the main body for all pages of the website
*/
body 
{
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:0;
	margin:0;
	background:#F5F6F7;
	line-height:21px;
}

/*
a: Link Styles
*/
a:link, a:visited, a:active
{
color:#1690A8;
text-decoration:underline;
}

a:hover
{
text-decoration:none;
}

/*
P - general styles
*/
p
{
color:#000000;
margin-bottom:10px;
}

.sml_info_text
{
color:#696969;
}

/* UL/LI Styling */

ul
{
padding:0 40px 0 0;
list-style-type:disc;
list-style-position:outside;
margin:0 0 10px 10px;
}
	
li
{
display:list-item;
}

li#special_highlight
{
background:#7F0F14;
padding:5px 10px;
color:#FFFFFF;
font-size:105%;
font-weight:bold;
display:block;
}

.special_highlight a
{
color:#FFFFFF;
text-decoration:underline;
}

/*
Heading 1 - general style
*/
H1 {

	font-family: "Arial", sans-serif;
	font-size: 24pt;
	font-weight: bold;


}
/*
Heading 2 - general style
*/
H2 {

	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#01141F;
	margin:0 0 5px 0;


}
/*
Heading 3 - general style
*/
H3 {

	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin:1em 0;
	line-height:110%;
	}

/*
Heading 4 - general style
*/

h4
{
clear:both;
font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
line-height:110%;
margin:0.6em 0 0 0;
color:#000000;
}

/*
Heading 5 - general style
*/
h5
{
	color:#000;
clear:both;
font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
line-height:110%;
margin:0.5em 0;
}

/*
Page Content Wrapper styling
*/
#content_wrapper
{
margin:0 auto;
padding:0;
width:900px;
overflow:auto;
}

/*
Content styling
*/
strong { font-weight:bold; }

#content
{
background:#FFF;
padding:10px;
overflow:auto;
}

#content img.imglft
{
float:left;
margin:5px 10px 0px 0;
border:1px solid #CCC;
}

#content img.imgrgt
{
float:right;
margin:5px 10px 25px 0;
border:1px solid #CCC;
}

/*
Masthead styling
*/
#masthead_wrapper
{
margin:0 0 0 0;
background:#FFFFFF;
border-bottom:1px solid #CCC;
}

#masthead
{
margin:0 auto;
padding:0;
width:900px;	
}


.top_mast_login_bar
{
width:900px;
position:relative;
text-align:right;
font-size:0.95em;
min-height:5px;
margin:0 0 10px 0;
}

#candidate_login
{
padding-right:130px;
}

.employertab, .jobseekertab
{
position:absolute;
right:0;
top:0;
}

.employertab
{
right:125px;
}

.seekerlinks
{
margin:0 130px;
/*background: #FFF url(images/seek_tab_long.gif) top right no-repeat;*/
padding:0px 7px 2px 0; 
font-size:12px;
}

span.seekertitle
{
color:#7F7F7F;

}

/*a#employer_login
{
	
display:block;
position:absolute;
background:#FFF url(images/emp_top_tab1.gif) no-repeat 0% 0%;
font-size:0.8em;
margin:-2px 0 0 0;
width:126px;
height:20px;
text-indent:-9999px;
right:0;
top:0;
}

a#employer_login:hover
{
background-position: 0 -19px;
} */


/*
footer styling / layout
*/
#footer_wrapper
{
margin:0 0 0 0;
border-top:1px solid #CCC;
background:#FFF;
clear:both;
height:1%;
}

#footer
{
width:900px;
margin:0 auto;
padding:10px 0;
}

#footer p
{
font-family:arial,sans-serif;
position: relative;
color:#222222;
font-size:11px;
line-height:160%;
margin-bottom:5px;
margin-top:0;	
}

.webotany-logo
{
display:inline;
position:absolute;
top:0;
right:10px;
}

.hp-mini-links a:link, .hp-mini-links a:visited, .hp-mini-links a:hover
{
	color:#FFFFFF;
	font-size:3px;
	text-decoration: none;
}
/*
homepage layout styling
*/
#wel_search_row
{
overflow:auto;
display:block;
margin:5px 0 0 0;
}

ul#button_links_bar
{
overflow:auto;
display:block;
margin:5px 0 0 0;
list-style-type:none;
padding:0;
}

#lft_col
{
width:450px;
float:left;
margin:0;
padding:0;
}

#rgt_col
{
width:428px;
float:left;
margin:0 0 0 5px;
}

.index_welcome_text
	{
	border:1px solid #CCC;
	padding:5px;
	margin:5px 0px 0 0;
	background:#FFF;

	}

.index_welcome_text p
	{
	color:#000000;
	margin:5px 0 0 0;
	}

	
		.welcome_text p
		{
		font-size:13px;
		line-height:145%;
		padding:0px 0 0 0;
		margin-bottom:0px;
		}
	
	.index_welcome_content img
	{
	border:1px solid #CCC;
	padding:4px;	
	background:#FFF;
	}

	.index_welcome_text ul
	{
	padding: 3px 14px;
	}
	
		.index_welcome_text ul li
	{
	margin: 5px 0;
	}

p.special_highlight, .special_highlight
{
padding:5px 75px;
background:#7F0F14;
color:#FFFFFF;
margin:5px auto;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:105%;
font-weight:bold;
}

span.special_highlight
{
padding:5px;
display:inline;
}

#button_links_bar ul li
{
display:block;
list-style-type:none;	
}

ul#button_links_bar li.advertise-promo-bar, ul#button_links_bar li.nqt-promo-bar
{
display:inline;
}

ul#button_links_bar li.advertise-promo-bar a
{
display:block;
background: #f5f6f5 url(images/advertiser_bar_clipboard.gif) no-repeat 0% 0%;
width:385px;
height:57px;
padding:15px 0 0px 65px;
text-decoration:none;
color:#000;
float:left;
}

	ul#button_links_bar li.advertise-promo-bar a:hover
	{
	background-position: 0 -74px;
	}


ul#button_links_bar li.nqt-promo-bar a
{
margin:0 0 0 5px;
display:block;
width:380px;
height:57px;
background: #f5f6f5 url(images/nqt_bar.gif) no-repeat 0% 0%;
padding:15px 0 0px 65px;
text-decoration:none;
color:#000;
float:left;
}

	ul#button_links_bar li.nqt-promo-bar a:hover
	{
	background-position: 0 -75px;
	}
	
.jobseeker-promo-bar a
{
margin:5px 0 0 0px;
display:block;
width:380px;
height:57px;
background: #f5f6f5 url(images/jobseeker_bar.gif) no-repeat 0% 0%;
padding:15px 0 0px 65px;
text-decoration:none;
color:#000;
float:left;
}

	.jobseeker-promo-bar a:hover
	{
	background-position: 0 -75px;
	}


.promo_title
{
color:#000;
font-size:16px;
font-weight:bold;
display:block;
}

#logo-bar { margin:10px 0; height:1%; padding:0; width:898px; clear:left; overflow:auto; }
	#logo-bar ul { list-style: none; margin: 0; padding: 0; border: none; display: inline; }
		#logo-bar ul li {margin:0 10px 0 0; padding:0; border: none; list-style: none; display: block; float:left; }
			#logo-bar ul li a { display: block; }

#index_job_search
{
width:428px;
padding:5px 5px 3px 10px;
border:1px solid #CCC;
background:#FFF;
margin:0 0 0 0;
min-height:301px;
height:auto !important;
height:301px;
}

	#index_job_search form
	{
	
	}
	
	#index_job_search #search_form
	{
	margin:0 0 0 0;	
	}
		#index_job_search #search_form input.search_input_style,#index_job_search #search_form select.search_input_style
		{
		border:1px solid #CCC;
		width:250px;
		padding:3px
		}
	
		#index_job_search #search_form td.field
		{
		font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
		background-color:#FFF;
		margin:0 0;
		padding:10px 0 10px 0;
		font-size:11px;
		}
	
	#index_job_search #search_form tr
	{
	
	}

/*
Advertise With Us stylings
*/

.logo_text
{
font-weight:bold;
font-size:160%;
display:block;
color:#1690A8;
}

.main-col
{
width:570px;
float:left;
overflow:auto;
}

.main-col strong
{
font-weight:bold;
font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.main-col ul
{
line-height:130%;
margin:1em 0 1em 2em;
} 

.main-col ul li
{
padding:0 0 10px 0;
}

.cta_highlight
{
overflow:auto;
margin:5px 0;
}

.cta_highlight img
{
float:left;
margin:5px 20px;
}

.cta_highlight_content
{
font-size:110%;
}

.cta_highlight_content ul
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
}

.sub-col
{
width:288px;
float:right;
display:inline;
background:#DFFAFF /*url(images/rdtop_lightb_whbg.gif) no-repeat 0% 0%;*/
}

.sub-content
{
font-size:95%;
padding:0 15px 15px 15px;
border-bottom:1px solid #CEEBEB;
border-top:1px solid #FFFFFF;
}

.sub-content img
{
float:left;
padding: 0 5px 5px 0;
}

.info-panel p
{
padding:5px 0 0 0;
}

.sub-content h4
{
font-size:13px;
margin:0;
color:#000000;
}

.sub-content1
{
padding:15px 60px;
border-bottom:1px solid #CEEBEB;
}

.free-note
{
margin:-10px 10px;
color:#7F0F14;
display:block;
font-size:95%;
}

.calc-panel
{
padding:10px 0;
}

.calc-panel label
{
padding-left:5px;
}

#calc-output
{
display:none;
color:#7F0F14;
padding:5px;
border:1px solid #CEEBEB;
background:#FFF;
font-size:110%
}

a.reg_now_btn
{
margin:0 0 0 15px;
background:transparent url(images/buttons/reg_now_teal_whbg.gif) no-repeat 0 0;
display:block;
height:43px;
text-indent:-9999px;
width:167px;
}

a.emp_login_btn, a.ac_signup_btn
{
margin:10px 0px;
background:transparent url(images/buttons/login_lgreen_whbg.gif) no-repeat 0 0;
display:block;
height:43px;
text-indent:-9999px;
width:167px;
}

a.ac_signup_btn
{
background:transparent url(images/buttons/ac-free-registration-btn.gif) no-repeat 0 0;
}


/*
NQT SIGNUP STYLING
*/

/*
This is the default style for the table data for all tables of the site
*/

.disabled_field
{
display:none;
}

 td {

	font-family: "Arial", sans-serif;
	font-size: 13px;
	
}

/*
form_submit_button is the style for all submit buttons
*/
.form_submit_button 
{
margin:5px 0;
font-size:12px;
padding:1px;
}

/*
form_reset_button is the style for all reset buttons
*/
.form_reset_button {

}

/*
form_apply_button is the style for the apply button
*/
.form_apply_button {
	background-color: #33FF00;

}


.available_langs {


}

/*
#############################################
The following set of styles are for Displaying a job post
corresponding template file: display-post.php
#job_post TABLE.job_post - general style for the post displaying table

*/
.job_top_links, .job_bottom_links
{
background: #ffffff url(images/top_job_link_bar.gif) no-repeat 0% 0%;
padding:2px 5px 0px 5px;
min-height:26px;	
}

.can_job_links
{
float:right;
font-size:0.9em
}

.can_signup_link
{
text-align:right;
font-size:0.9em;
font-style: italic;
} 	

.job_bottom_links
{
clear:both;
}

#job_post
{
background:#FFF;
padding:10px;
overflow:auto;
}

#job_post .job_intro_text
{
	float:none;
	text-transform: capitalize;
}

#post_summary, #employer_summary, #post_logo, #post_photo, #job_downloads, #employer_downloads
{
float:right;
clear:right;
border:1px solid #A4E2EF;
background:#EFFCFF;
padding:10px;
margin:0 0 10px 10px;
}

#post_summary, #employer_summary
{
background:#FFE2BF;
border:1px solid #FFC47F;
}

#post_logo, #post_photo, #job_downloads
{
width:320px;
padding:0;
}

#job_downloads
{
width:300px;
padding:10px;
}

#post_logo img, #post_photo img
{
margin:0 auto;
padding:10px;
}

#job_downloads ul
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

#job_downloads ul li
{
background: transparent url(images/download_icon.gif) no-repeat 0 100%; 
padding: 0px 20px;
margin:6px;
}


a.doc_downloads_btn
{
background:#F5F6F5 url(images/doc_download_bg.gif) no-repeat scroll 0 0;
color:#3F3F3F;
display:block;
height:32px;
text-decoration:none;
width:255px;
padding:10px 0 0 45px;
}

#doc_downloads .slide-content
{
display: none; 
padding:10px;
}

#doc_downloads .slide-content li
{
	list-style-position: inside;
}

.job_info_summary, .employer_info_summary, .employer_contact_summary
{
overflow:auto;
margin:0 0 20px 0;
}

.job_info_summary, .employer_contact_summary
{
margin:0;
}

.job_info_summary dl, .employer_info_summary dl, .employer_contact_summary dl
{
width:300px;
overflow:auto;
}

.job_info_summary dt, .employer_info_summary dt, .employer_contact_summary dt
{
float:left;
clear: left; 
text-align: left; 
color:#8F8F8F;
width:110px; 
margin:0 7px 5px 0;
}

.job_info_summary dd, .employer_info_summary dd, .employer_contact_summary dd
{ 
float:left;
margin: 0 0 5px 0; 
padding: 0 0 0 0;
width:180px;
}

#employer_summary p.form_note, #job_downloads p.form_note
{
	font-size:0.75em;
}

.job_info_summary
{ 
padding:10px 0 0 0;
}

.apply_description h3
{
clear:left;
}

#employer_details
{
clear:right;
background: #ffffff url(images/page_sep_grad.gif) repeat-x 0% 0%;
margin:20px 0 0 0;
padding:10px 0 0 0;
}

#employer_details h2
{
color:#878787;
font-weight:normal;
}

#employer_details h3
{
font-size:20px;
clear:none;
}

#employer_description
{
overflow:auto;
}

.job_intro_text p
{
color:#7F0F14;
margin:0 0 0px 2px;
}

.employer_short_desc, .job_intro_text
{
font-weight:bold;
font-size:16px;
font-family:Georgia,serif;
margin:-10px 0 20px 0;
color:#7F0F14;
}

.body_closing_date
{
font-family:Georgia,serif;
font-size:14px;
font-weight:bold;
}

/*
#job_post TD.header - the top of the job post table, where the 'go back to job list' 'Save job', and 'email to friend' links are located.

*/
#job_post TD.header {

	background-color: #808080;

}

/* 'go back to the job list' link */
#job_post A.go_back 
{
float:left;
font-size:0.9em;
}
/* this post is expired message */
#job_post .expired_msg {

	color: #E8E8E8;
	font-weight: bold;

}
/* 'please mention JB_SITE_NAME when replying to this ad ' */
#job_post .mention_us_msg {
color:#45929F;
line-height:120%;
font-weight:bold;
padding:5px 0px;
}
/* The 'description' field form the job post, printed at the top of the form */
#job_post .post_description 
{
}

/*
#job_post TD.top_links
style for the row at the top of the job post.
template: display-post.php
*/

#job_post TD.top_links {
	background-color: #ffffff;
	font-size: 10pt;
}

/*
#job_post H1.job_title
style for the job post title,
template: display-post.php
*/
#job_post H1.job_title

{
color:#1F1F1F;
display:block;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
font-size:2.1em;
line-height:120%;
margin:10px 0 10px 0;
}

/*
#job_post TD.job_post_body
The style for displaying the job description cell,
template: display-post.php
*/
#job_post TD.job_post_body 
{
background:#ffffff url(images/background.gif) ;
}


/*
############################################################

#job_post TD.job_post_body
The table for dsiplaying the job post data,
template: posting-form.php
*/
#job_post TABLE.job_post_data {
	width: 100%;
	background-color: #ffffff;

}

#job_post TD.job_post_data {
	width: 100%;
	background-color: #ffffff;

}

/* 
####################################################
Employer's profile:
This style is for the table that shows the employer's profile in detail.
Template: profile-form.php
*/

#profile,  TABLE.profile_data {

	background-color: #ffffff;
	width: 100%;
	border: 2px;


}

#profile TD.profile_data {
	
	background-color: #Efefed;

}


.profile_list_no_result {
	text-align: center;
	font-weight: bold;


}

/* 
####################################################
Employer specific job list page:
Template: index-employer.php
*/
h3.employer_jobs_page_title {

font-size: 34px;

}



.home_menu_items
{
	display:none;
}
/* 
###########################################################
Resume :
This style is for the table that displays a resume in detail.
Template: resume-form.php
*/

TABLE.resume_data {

	background-color: #ffffff;
	width: 90%;
	border-width: 0px;


}

/*
############################################################
Tool TIP STYLING

*/

.tooltip, .tooltip a:link, .tooltip a:hover, .tooltip a:link, .tooltip a:visited, .tooltip a:active
{
padding:2px;
line-height:120%;
font-size:0.8em;
display:inline-block;
text-decoration:none;
color:#1690A8;
}


.mktipmsg 
{
padding: 5px; 
background-color: #D1E6EF;  
border: 1px solid #83AEBF; 
width:350px;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
color: #6b6b6b; 
display:none; 
position:absolute;
left:0px;
top:0px; 
}

.mktipmsg ul
{
margin:0;
margin-left:12px;
}

.mktipmsg li
{
font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
color: #6b6b6b;
}

/*
############################################################
Static forms
This set of styles control the display of static forms - Most of these forms can be found in the files in the theme folder eg. employer-login, candidate-login
*/
TD.static_form_field
{
	background-color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	white-space: nowrap;
	text-align:right;
}


TD.static_form_value input, TD.static_form_value select
{
border:1px solid #CCC;
padding:0.25em;
}

td.static_form_field, td.static_form_value 
{
padding:0 0 10px 10px;
}


/*
############################################################
Dynamic forms
This set of styles control the display of dynamic forms - forms which can be edited from the Administartion Panel.
The forms are: Job Posts, Resumes and Employer's profiles.

*/

#dynamic_form
{
padding:0;
background:#ffffff;
}

#dynamic_form img
{
display:inline;
}

#dynamic_form TD.dynamic_form_field, #dynamic_form TD.dynamic_form_value
{
padding:0 0 10px 10px;
}

#dynamic_form TD.dynamic_form_value input, #dynamic_form TD.dynamic_form_value select
{
border:1px solid #CCC;
padding:0.25em;
}

#dynamic_form, TABLE.dynamic_form 
{
background-color: #FFFFFF;
width: 100%;
border-bottom-width: 0px;
}
/*
TD.dynamic_form_field -
The name of the field (field label which on the left side)
*/

.form_note
{
color:#9F9F9F;
font-size:0.9em;
margin:0;
}
#dynamic_form TD.dynamic_form_field {
	background-color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	width:30%;
	text-align:right;
}

#dynamic_form TD.dynamic_form_2_col_field {
	background-color: #FFFFFF;
	padding:0 0 10px 0;
	
}


/*
#dynamic_form TD.dynamic_form_value
The value of the field (on the right from the field label)
*/
#dynamic_form TD.dynamic_form_value li
{
	margin:0 0 0 15px;
}

#dynamic_form TD.dynamic_form_value {
	background-color: #FFFFFF;
	
}

/*

*/
#dynamic_form .dynamic_form_image_label {
	
	font-weight: bold;

}

/*
.dynamic_form_input_label - used for the <label> for radio buttons and check boxes
*/

#dynamic_form .dynamic_form_input_label {
	
	

}

/*

*/
#dynamic_form .dynamic_form_file_label {

	font-weight: bold;
	

}
/*
The following style controls the LABEL type fields
*/
#dynamic_form .dynamic_form_note_label {


}

/*
Date field 
*/
#dynamic_form SELECT.dynamic_form_date_style {
	background-color: #ffffff;
	
}
#dynamic_form INPUT.dynamic_form_date_style {
	background-color: #ffffff;
	
}
/* Other fields */
#dynamic_form INPUT.dynamic_form_checkbox_style {
	background-color: #ffffff;
	

}

#dynamic_form INPUT.dynamic_form_radio_style {
	background-color: #ffffff;
	color: #ffffff;
	

}
#dynamic_form INPUT.dynamic_form_text_style{
	background-color: #ffffff;
	

}
#dynamic_form TEXTAREA {
	background-color: #ffffff;
	

}
#dynamic_form SELECT {
	background-color: #ffffff;

}

#dynamic_form .dynamic_form_seperator 
{
font-size:1.3em;
font-weight: bold;
background:#FFFFFF;
padding:10px 0;
color:#000000;
}

#dynamic_form .is_required_mark, .is_required_mark {

	font-weight: bold;
	font-size: 16px;
	color: red;
	vertical-align: middle;

}


/*
######################################################
Candidate Area

*/
.candidate_content .info_box_body 
{
	padding:0;
}

.candidate_content #dynamic_form td.dynamic_form_field, #dynamic_form td.dynamic_form_value
{
	padding:5px;
}

.c_filter input
{
	margin:0;
}

.c_filter
{
	font-weight:bold;
	padding:5px 10px 0px 0;
	margin:0;
}
/*
########################################
Search Jobs/Resumes -
Standard Search form

*/

.search-result-info
{
font-size:0.9em;
font-style:italic;
padding:5px 0;
border-bottom:1px solid #CCC;
}

#search_form, TABLE.search {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;

}

#search_form
{
	background:none;
}

/* 
cell for the search field
*/
#search_form TD.field {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

/*
style for the input fields (text)
*/
#search_form, INPUT.search_input_style {
	font-size: 10px;
	color: #000000;
	
	}

/*
style for the input fields (check)
*/
#search_form, INPUT.search_checkbox_style {
	font-size: 10px;
	color: #000000;
	
	
}

/*
style for the input fields (radio)
*/
#search_form, INPUT.search_radio_style {
	font-size: 10px;
	color: #000000;
	
	
}
/*
Select box (drop down / multiple select)
*/
#search_form SELECT.search_input_style {
	font-size: 12px;
	padding:2px;
	border:1px solid #CCCCCC;
	margin:0 0 1px 0;
	width:300px;
}

/*
Date field 
*/
#search_form SELECT.search_date_style {
	font-size: 10px;
}
#search_form INPUT.search_date_style {
	font-size: 10px;
}
/*
The labels for the check boxes and radio buttons
*/
#search_form .search_input_sel_label {
	font-size: 10px;
	white-space: nowrap;
}

.new_search_link {
	display:none;
	font-weight: bold;
	

}

/*
####################################################
Job list

*/

.highlight
{
font-weight:bold;
color:#000000;
line-height:110%;
}

.result-search-pane
{
padding:10px 5px;
background: #ffffff url(images/search_pane01_bg.gif) no-repeat 0% 0%;
min-height:100px;
}


.search_results_job_summary
{
clear:left;
border-bottom:1px solid #DFDFDF;
margin:5px 0;
padding:5px;
overflow:auto;
}

.search_results_job_summary img
{
margin:10px 30px;
border:1px solid #DFDFDF;
float:right;
}

/* Hides from IE5-mac */
* html .search_results_job_summary {height: 1%;}
/* End hide from IE5-mac */ /*Ñ Holly Hack for IE 6 Ñ*/

.search_results_job_summary .job_intro_text
{
margin:0;
text-transform: capitalize;
}

.job_list_title, .job_intro_text, .result_job_details, .search_results_job_summary p
{
}

#joblist, TABLE.list {
	background-color: #FFFFFF;
	width: 99%;
	font-size: xx-small;
}


#joblist .job_list_small_print {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	color: #000000;

}

#joblist .job_list_small_print_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	color: #000000;

}

a.job_list_title
{
text-decoration:underline;
color:#000000;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
font-size:0.9em;
line-height:120%;
margin:5px 0;
}

a.job_list_title:hover
{
text-decoration:none;
}

a.job_list_title:visited
{
color:#4F4F4F;
}

#joblist .job_list_title_premium {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0000FF;

}

tr#joblist
{
margin:5px 0;
border:1px red solid;
}

.result_job_details
{
font-size:0.9em;
}



/*
green_grad and blue_grad define styles for the premium posts
*/

#joblist .green_grad {
	background:#fff url(images/green-gradient.gif) repeat-x;
}
#joblist .blue_grad {
	background:#ffffff url(images/blue-gradient.gif) repeat-x;
}

#joblist .standard {
	background-color:white;

}


#joblist .job_list_cat_name {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #339900; 

}

#joblist .job_list_cat_name_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #339900; 

}

#joblist TD.list_data_cell {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	padding:5px;
	border-bottom:1px solid #E9E9E9;
	
	
}

#joblist TD.list_data_cell_premium {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	
	
}


#joblist TD.list_header_cell {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding:0 3px;
	font-weight: bold;
	border-bottom:2px solid #99ACAF;
	color: #000000;
	white-space: nowrap;

}



#joblist TD.list_day_of_week {
	display:none;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #DDEAF7;

}

#joblist TD.list_day_of_week_premium {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #DDEAF7;

}

#joblist td input
{
margin:4px;
}

/*
When a mouse moves over a standard job post

#joblist TR:hover {
	background-color: #FEFEED;
	
}
*/



.job_listing_count {

	margin-bottom: 10px;
	text-align: left;
	float:left;

}

.post_list_no_result {
	font-weight: bold;
	text-align: center;
}

.post_list_premium {
	font-weight: bold;
	text-align: center;

}

.post_edit_button {
	font-size: 9pt;

}

.post_delete_button {

	font-size: 9pt;

}

.post_repost_button {

	font-size: 9pt;

}
dynamic


/*
######################################################
Premium Jobs List 

*/

#joblist_premium, TABLE.list_premium {
	background-color: #d9d9d9;
	width: 99%;
	font-size: xx-small;
}


#joblist_premium .job_list_small_print_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	color: #000000;

}

#joblist_premium .job_list_title_premium {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0000FF;

}

#joblist_premium .green_grad {
	background:#fff url(images/green-gradient.gif) repeat-x;
}
#joblist_premium .blue_grad {
	background:#FFFFFF url(images/blue-gradient.gif) repeat-x;
}

#joblist_premium .standard {
	background-color:white;

}



#joblist_premium .job_list_cat_name_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #339900; 

}

#joblist_premium TD.list_data_cell_premium {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	
	
}




#joblist_premium TD.list_header_cell {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #E9E9E9;
	color: #000000;
	white-space: nowrap;

}



#joblist_premium TD.list_day_of_week_premium {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ECF8F9;
}

/* 
####################################################
Categories

*/

/*
category_name and category_path are displayed above the categories.
category name is in big bold letters
category_path has an indent on the left
*/
.category_name { /* The name of the current category*/
	font-weight: bold;
	font-size: 14pt;

}

.category_path { /* eg. Job Classification -> Public School -> Middle */
	margin-left: 2em;
	

}

.category_index { /* The div element showing the categories, category-index.php template */

	float: none;
	margin: 2em;
	
}

A.cat_parent_link { /* The parent category name */

	font-family: "verdana", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;

}

 .cat_subcategory { /* div generated by JB_display_sub_cats_compact() or JB_display_sub_cats_table() */
	font-family: "verdana", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-left: 1em;
	margin-bottom: 1em;
	

}

A.cat_subcategory_link { /* style for the sub category links*/


}
 

.cat_arrow { /* The little arrow displayed next to the cat_heading */
	background:  url(images/arrow.gif) no-repeat 0% 50% ;
	padding-left: 8px;
}

.cat_small_count { /* Shows number of records in the category. enclosed in a <small> </small> block */

}

.cat_more_link { /* The link to show more categories*/
	font-weight: bold;


}

/*
categoty table produced by display_table() function
*/
TABLE.cat_table {
	
	
}




/*
Category box on side bar on the front page
template: category-list-box.php
*/

.cat_list_box {
	background-color: #F2F2F2;
	border-style:solid; 
	border-color: #C8C8C8; 
	border-width:1px; 
	padding: 0px;
	margin: 0px;
}

.cat_box_title {

	font-weight: bold; 

}

/*
###################################################
template: index-sidebar.php

*/

.index_sidebar {


}
/*
####################################################
Resume list

*/

#resumelist, TABLE.resumelist {
	background-color: #d9d9d9;
	width: 99%;
	
}




#resumelist TD.list_data_cell {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	
	
}

#resumelist .today {
	color: #ff0000;
	font-weight: bold;

}

#resumelist .days_ago {
	color: #339900;
	font-weight: bold;
}

#resumelist .days_ago2 {
	color: #C0C0C0;
	font-weight: bold;
}

#resumelist TD.list_header_cell {
	font-family: "Arial", sans-serif;
	
	font-size: 10pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #000000;

}

 .resume_list_no_result {
	font-weight: bold;
	text-align: center;
}


/*
###########################################################
Skill Matrix
*/
.skill_matrix_table {

	border-style:solid; 
	border-color: #C8C8C8; 
	border-width:1px; 
	background-color: #d9d9d9;
	

}

.skill_matrix_header { 

	background-color: #FFFFff;
	font-weight: bold;

}

.skill_matrix_row { 

	background-color: #FFFFff;

}


/*
Changes the notice box styles, look in functions.php function JB_render_box_top($width=100, $label='') 
info-box-top.php template 
*/
.info_box {
	background-color: #ffffff;
	border: 0px;

}

TD.info_box_head { /*header foreground, info-box-top.php template  */
	background-color: #C8D7E8; /*default #C8D7E8 light blue color*/
	color: #330066;
	text-align: center;
	
}
TD.info_box_hed_right, TD.info_box_hed_left { /*top right and top left corners, info-box-top.php template */
	background-color: #C8D7E8;

}

.info_box_body { /*The inner table, info-box-top.php template  */
	
	background-color: #FFFFFF;
	padding:10px;
	
	
}

/**************
Request History
*/
TABLE.request_history {
	background-color: #d9d9d9;
}

TD.request_history_head { /*table heading cells*/
	background-color: #EAEAEA;
	font-weight: bold;
	font-size: 13px;
}

TD.request_history_data {
	background-color: #ffffff;
	font-size: 13px;

}

.request_label_requested {
	color: #3300CC;
	font-weight: bold;
}

.request_label_granted {
	color: #336600;
	font-weight: bold;
}

.request_label_refused {
	 color: #ff0000;
	 font-weight: bold;

}

/********************/

.error_msg_label {
	color: #FF0000;
	font-weight: bold;


}

.ok_msg_label {
	border: solid; 
	border-color: #93BF83; 
	border-width:1px;
	background:#E7FFDF;
	padding:5px;
	}



/*
...................................

*/
#advertiser_signup,  TABLE.advertiser_signup_form {

	background-color: #d9d9d9;
	width: 100%;
	border: 2px;


}

/*****************

Application form (template: application-form.php)

*/

#app_form_table, TABLE.app_form_table {

	background-color:#BEEA9D;
	width: 100%;
	border-width: 0px;
	 

}

.app_form_table  .field_label {
	background-color:#F0F7F1;
	width: 150px;
	border-width: 0px;
	font-weight: bold;
}

.app_form_table  .field_data {
	background-color:#F0F7F1;
	border-width: 0px;
	
}

/*****************

Employer's Email form (template: employer-email-form.php)

*/

#email_form_table, TABLE.email_form_table {

	background-color:#BEEA9D;
	width: 100%;
	border-width: 0px;
	 

}

.email_form_table  .field_label {
	background-color:#F0F7F1;
	width: 150px;
	border-width: 0px;
	font-weight: bold;
}

.email_form_table  .field_data {
	background-color:#F0F7F1;
	border-width: 0px;
	
}

/*****************

Employer's request form (template: employer-request-form.php)

*/

#request_form_table, TABLE.request_form_table {

	background-color:#BEEA9D;
	width: 100%;
	border-width: 0px;
	 

}

.request_form_table  .field_label {
	background-color:#F0F7F1;
	width: 150px;
	border-width: 0px;
	font-weight: bold;
}

.request_form_table  .field_data {
	background-color:#F0F7F1;
	border-width: 0px;
	
}

/*

Navigation pages: <-Previous 1 | 2 | 3 | 4 | 5 Next -> 

*/

.nav_page_links {
	text-align: right;
	margin-bottom: 5px;
	}

A.nav_page_link {
	
}

.nav_page_cur {
	font-weight: bold;


}


