

/*
This is the default style for the main body for all pages of the website
*/
body {

	font-family: "Arial", sans-serif;
	font-size: 13px;
	background-color: #EBEBEB;
	background-image:url('images/back_top.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	margin:0px;
	padding:0px;
	
}
/*
This is the default style for the table data for all tables of the site
*/
 td {

	font-family: "Arial", sans-serif;
	font-size: 13px;
	
}
form{
display:inline;
}
/*
form_submit_button is the style for all submit buttons
*/
.form_submit_button {
background-color:#FFFFFF;
color:#000000;
border:1px solid #bfbfbf;
width:160px;
}

/*
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;

}



/*
Heading 1 - general style
*/
H1 {

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


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

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


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

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


}

.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_post TABLE.job_post {


}

/*
#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: #FFFFFF;

}

/* 'go back to the job list' link */
#job_post A.go_back {

	color: #444444;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;

}
#job_post A.go_back:hover {

	color: #F6D400;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;

}
/* 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: #404040;
	font-weight: bold;
	font-size: 14px;

}
/* The 'description' field form the job post, printed at the top of the form */
#job_post .post_description {

font-weight:bold;
padding-bottom:6px;
}




/*
#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: #6B6B6B;
	font-size: 16px;
	padding:6px 6px 6px 6px;
	background-color:#F8F8F8;
	border:1px solid #E5E5E5;
}

/*
#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 .job_posted{
font-size: 13px;
padding:6px 6px 6px 6px;
background-color:#F8F8F8;
width:100%;
margin:0px 0px 10px 0px;
border:1px solid #E5E5E5;
}
/*
############################################################

#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: #F8F8F8;
	border:1px solid #E5E5E5;


}

#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: #F8F8F8;
	border:1px solid #E5E5E5;
	padding:5px 5px 5px 5px;
	width: 100%;
	}

#profile TD.profile_data {
	
}


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


}

/* 
###########################################################
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;


}

/*
############################################################
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, TABLE.dynamic_form {
	width: 100%;
	border-bottom-width: 0px;
	margin:2px 2px 2px 2px;

}
/*
TD.dynamic_form_field -
The name of the field (field label which on the left side)
*/
#dynamic_form TD.dynamic_form_field {
	color: #5D5D5D;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:right;
	width:170px;
	

}
TD.dynamic_form_field {
	color: #5D5D5D;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:right;
	width:170px;
	

}
#dynamic_form TD.dynamic_form_input {
	color: #OOOOOO;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:left;
	width:170px;
	}

	TD.dynamic_form_input {
	color: #OOOOOO;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:left;
	width:170px;
	}
#dynamic_form TD.dynamic_form_2_col_field {
	

}
/*
#dynamic_form TD.dynamic_form_value
The value of the field (on the right from the field label)
*/
#dynamic_form TD.dynamic_form_value {
	
}

/*

*/
.dynamic_form_value textarea{
width:250px;
background-color:#FFFFFF;
color:#000000;
border:1px solid #bfbfbf;
}
#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 {
	width:50px;
}
#dynamic_form INPUT.dynamic_form_date_style {
	width:50px;
	
}

#dynamic_form .date_field {

}

/* Other fields */
#dynamic_form INPUT.dynamic_form_checkbox_style {
	

}

#dynamic_form INPUT.dynamic_form_radio_style {
    width:20px;
	border:0px;
	background-color: #ffffff;
	color: #ffffff;
	

}
#dynamic_form INPUT.dynamic_form_text_style{
width:120px;
background-color:#FFFFFF;
color:#000000;
border:1px solid #bfbfbf;
}
#dynamic_form TEXTAREA {
	background-color: #ffffff;
	

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

}

#dynamic_form .dynamic_form_seperator {

	font-weight: bold;

}

#dynamic_form .is_required_mark {

	font-weight: bold;
	font-size: 12pt;
	color: red;
	vertical-align: middle;

}

.is_required_mark {

	font-weight: bold;
	font-size: 12pt;
	color: red;
	vertical-align: middle;

}
/*
########################################
Search Jobs/Resumes -
Standard Search form

*/

#search_form, TABLE.search {
	width: 100%;
	border-collapse: collapse;
	background-color: #F5F5F5;
	padding:7px 0px 7px 0px;

}


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

/*
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 {
width:120px;
background-color:#FFFFFF;
color:#000000;
border:1px solid #bfbfbf;
}

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

.new_search_link {

	font-weight: bold;
	

}

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

*/

#joblist, TABLE.list {
	background-color: #d9d9d9;
	width: 644px;
	font-size: xx-small;
}
#joblist TABLE.list tr.odd{
	background-color: #000000;
}
#joblist TABLE.list tr.even{
	background-color: #000000;
}

#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;

}

#joblist .job_list_title {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;

}

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

}

/*
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: 13px;
	color: #000000;
	vertical-align:top;
	font-weight:normal;
	padding:8px 8px 0px 8px;
}
#joblist TD.list_data_cell b {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:normal;
}

#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;
	text-align: left;
	font-size: 10pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #ebebeb;
	color: #000000;
	white-space: nowrap;
	height:25px;
	padding:0px 8px 0px 8px;
}



#joblist TD.list_day_of_week {
	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;

}



.job_listing_count {

	margin: 10px;
	text-align: center;
	font-weight: bold;

}

.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;
	width:50px;


}

.post_delete_button {

	font-size: 9pt;
	width:50px;
	margin-top:5px;

}

.post_repost_button {

	font-size: 9pt;
	width:50px;
	margin-top:5px;

}



/*
######################################################
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-family:Arial;
	font-weight: bold;
	font-size: 12pt;

}

.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-size: 10pt;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration:none;

}
A.cat_parent_link:hover{ /* The parent category name */

	
	font-size: 10pt;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration:underline;

}

 .cat_subcategory { /* div generated by JB_display_sub_cats_compact() or JB_display_sub_cats_table() */
	
	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_can.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 12px;
}

.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 {
	padding:8px 0px 8px 0px;
	width:600px;
	
}




/*
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 {
	margin-top:10px;
	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: #3C3C3C;
	white-space: nowrap;

}
#resumelist a.list_header_cell {
	font-family: "Arial", sans-serif;
	
	font-size: 10pt;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #3C3C3C;
	text-decoration:none;
}
#resumelist a.list_header_cell:hover{
	font-family: "Arial", sans-serif;
	
	font-size: 10pt;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #3C3C3C;
	text-decoration:underline;
}
 .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 
*/
TABLE.info_box {
	background-color: #ffffff;
	 margin-bottom:3px;
	border: 0px;

}

TD.info_box_head { /*header foreground, info-box-top.php template  */
	text-align: left;
	font-family:Arial;
font-size:15px;
color:#000000;
	
}
TD.info_box_hed_right, TD.info_box_hed_left { /*top right and top left corners, info-box-top.php template */

}
TABLE.info_box_body { /*The inner table, info-box-top.php template  */
	
	background-color: #ffffff;
	
	
}

/**************
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 {
width:100%;
	color: red;
	font-size:12px;
	font-weight: normal;
	text-align:left;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
	border:0px;

}
.error_msg_label br{
padding-left:10px;
}

.ok_msg_label {
	border: solid; 
	border-color: #33CC00; 
	border-width:2px;
	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: center;
	margin-bottom: 5px;
	
}

A.nav_page_link {
	
}

.nav_page_cur {
	font-weight: bold;


}

/*
Showing an invoice 
*/
#invoice  {

	background-color: #d9d9d9;
	width: 300px;

}

#invoice TD.field {

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

}

#invoice TD.value {

	background-color: #ffffff;

}

.confirm_order_button {
	font-size: 12pt;
	text-align: center;

}

.application_text { /* Apllication text displayed on employers/apps.php and myjobs/apps.php */

	font-size: 10pt;

}

/* Employers / Candidates payment.php page */

.payment_block {
	margin-top:50px;
	margin-bottom:150px;

}
.footer_table{
width:100%;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
border:0px;
background-image:url('images/back_bottom.jpg');
background-repeat:repeat-x;
background-position:bottom left;
}

TABLE.footer_table tr td{
vertical-align:top;
text-align:center;
}
.mainTable{
width:980px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
border:1px;
}
TABLE.middleTable{
width:980px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border:0px;
}
TD.columnLeft{
width:292px;
vertical-align:top;
text-align:center;
}
TD.logo{
width:292px;
height:109px;
background-image:url('images/home_logo.jpg');
background-repeat:no-repeat;
background-position:top left;
}
TD.mascot_fleft{
font-family:Trebuchet-MS, Tahoma, Arial;
font-size:11px;
text-align:left;
padding-left:7px;
padding-bottom:8px;
color:#FFFFFF;
}
TD.mascot_fright{
font-family:Trebuchet MS, Tahoma, Arial;
font-size:11px;
text-align:right;
padding-right:7px;
color:#FFFFFF;
padding-bottom:8px;
}
TD.content{
width:688px;
vertical-align:top;
text-align:center;
}
TD.banner{
width:688px;
height:177px;
background-image:url('images/home_banner.jpg');
background-repeat:no-repeat;
background-position:top left;
vertical-align:top;
text-align:center;
}
TABLE.grayBox{
width:232px;
background-color:#F5F5F5;
margin:0px auto 0px auto;
}
TABLE.statsBox{
width:232px;
background-color:#F6D400;
}
TD.dottedLine{
height:1px;
background-image:url('images/dot.gif');
background-repeat:repeat-x;
background-position:top left;
}
TD.statDottedLine{
height:1px;
background-image:url('images/yellow_dot.jpg');
background-repeat:repeat-x;
background-position:top left;
}
.grayBoxHeading{
width:100%;
text-align:right;
padding-top:6px;
padding-right:6px;
padding-bottom:6px;
color:#F6D400;
font-family:Arial;
font-size:14px;
font-weight:bold;
letter-spacing:0.03em;
}
TD.statBoxHeading{
text-align:right;
padding-top:6px;
padding-right:6px;
padding-bottom:6px;
color:#0C0900;
font-family:Arial
font-size:20px;
font-weight:bold;
letter-spacing:0.03em;
}
A.leftLinks{
color:#444444;
font-family:Arial
font-size:12px;
font-weight:normal;
letter-spacing:0.03em;
text-decoration:none;
}
A:hover.leftLinks{
color:#444444;
font-family:Arial
font-size:12px;
font-weight:normal;
letter-spacing:0.03em;
text-decoration:underline;
}
#search_form TD.field {
	color: #616161;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:left;

	
}
#search_form TD.field_label{
    color: #616161;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:right;
}
TD.field_label{
    color: #616161;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:right;
}
/*
style for the input fields (text)
*/
#search_form, INPUT.search_input_style {
	font-size: 10px;
	color: #000000;
	
	
}
INPUT.search_input_style{
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	border: 1px solid #BFBFBF;
	width:120px;

}
TD.sample{
text-align:right;
}
TABLE.leftWrap{
margin:0px auto 0px auto;
padding:0px 0px 0px 0px;
width:100%;
border:0px;
}
TABLE.leftWrap tr td
{
vertical-align:top;
text-align:center;
}
.headerTable{
width:980px;
height:54px;
background-color:red;
}
/*mascot classes*/
.mascot_wrap{
width:100%;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
background-image:url('images/back_bottom.jpg');
background-position:bottom right;
background-repeat:repeat-x;
border:0px;
}

.mascot_main{
width:980px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
border:0px;
}
.mascot_left{
width:292px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
}
.mascot_right{
width:688px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
background-color:#FFFFFF;
}
.mascot_header{
width:100%;
height:231px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
}
.mascot_leftlogo{
width:292px;
height:109px;
background-image:url('images/home_logo.jpg');
background-position:top left;
background-repeat:no-repeat;
}
.mascot_rightlogo{
width:688px;
height:177px;
background-image:url('images/home_banner.jpg');
background-position:top left;
background-repeat:no-repeat;
}
.mascot_menuleft{
height:44px;
width:21px;
background-image:url('images/left.jpg');
background-position:top left;
background-repeat:no-repeat;
}
.mascot_menuright{
height:44px;
width:21px;
background-image:url('images/right.jpg');
background-position:top left;
background-repeat:no-repeat;
}
.mascot_menuhome{
height:44px;
width:78px;
overflow:hidden;
display:block;
background-image:url('images/home.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;

}
.mascot_menuhome:hover{
height:44px;
width:78px;
overflow:hidden;
display:block;
background-image:url('images/home.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;

}
.mascot_menuhome_active{
height:44px;
width:78px;
overflow:hidden;
display:block;
background-image:url('images/home.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;

}
.mascot_menuseeker{
height:44px;
width:119px;
overflow:hidden;
display:block;
background-image:url('images/job_seek.jpg');
background-position:top left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menuseeker:hover{
height:44px;
width:119px;
overflow:hidden;
display:block;
background-image:url('images/job_seek.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menuseeker_active{
height:44px;
width:119px;
overflow:hidden;
display:block;
background-image:url('images/job_seek.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}

.mascot_menuvacancies{
height:44px;
width:128px;
overflow:hidden;
display:block;
background-image:url('images/job_vacan.jpg');
background-position:top left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menuvacancies:hover{
height:44px;
width:128px;
overflow:hidden;
display:block;
background-image:url('images/job_vacan.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menuvacancies_active{
height:44px;
width:128px;
overflow:hidden;
display:block;
background-image:url('images/job_vacan.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}

.mascot_menuadvertise{
height:44px;
width:109px;
overflow:hidden;
display:block;
background-image:url('images/add.jpg');
background-position:top left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menuadvertise:hover{
height:44px;
width:109px;
overflow:hidden;
display:block;
background-image:url('images/add.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menuadvertise_active{
height:44px;
width:109px;
overflow:hidden;
display:block;
background-image:url('images/add.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}

.mascot_menucontact{
height:44px;
width:110px;
overflow:hidden;
display:block;
background-image:url('images/contact.jpg');
background-position:top left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menucontact:hover{
height:44px;
width:110px;
overflow:hidden;
display:block;
background-image:url('images/contact.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menucontact_active{
height:44px;
width:110px;
overflow:hidden;
display:block;
background-image:url('images/contact.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}

.mascot_menusubscribe{
height:44px;
width:102px;
overflow:hidden;
display:block;
background-image:url('images/subscribe.jpg');
background-position:top left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menusubscribe:hover{
height:44px;
width:102px;
overflow:hidden;
display:block;
background-image:url('images/subscribe.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}
.mascot_menusubscribe_active{
height:44px;
width:102px;
overflow:hidden;
display:block;
background-image:url('images/subscribe.jpg');
background-position:bottom left;
background-repeat:no-repeat;
text-decoration:none;
}
input{
border:1px solid #bfbfbf;
background-color:#FFFFFF;
width:160px;
}
input[type=submit]
{
background-color:#F6D400;
color:#FFFFFF;
border:1px solid #bfbfbf;
}
input[type=button
{
background-color:#F6D400;
color:#FFFFFF;
border:1px solid #bfbfbf;
}
input[type=radio]
{
width:20px;
background-color:#EBEBEB;
color:#000000;
}
input[type=checkbox]
{
width:20px;
background-color:#EBEBEB;
color:#000000;
}
select
{
width:120px;
background-color:#FFFFFF;
color:#000000;
border:1px solid #bfbfbf;
}

.homePageHeading{
font-family:Arial;
font-size:15px;
color:#000000;
font-weight:bold;
}
.homePageText{
width:314px;
font-family:Arial;
font-size:13px;
color:#000000;
font-weight:normal;
display:block;
overflow:hidden;
text-align:justify;
}
.jowHeading{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:232px;
height:22px;
background-color:#3F3F3F;
background-image:url('images/job_ofthe_week.jpg');
background-repeat:no-repeat;
background-position:top right;
display:block;
overflow:hidden;
}
.sample{
width:232px;
height:22px;
background-color:#3F3F3F;
background-image:url('images/job_ofthe_week.jpg');
background-repeat:no-repeat;
background-position:top right;

}
.jowName{
padding:5px;
width:314px;
background-color:#F6D400;
display:block;
overflow:hidden;
text-align:left;
color:#000000;
font-family:Arial;
font-size:16px;
font-weight:bold;
}
a.jowName{
text-align:left;
color:#000000;
font-family:Arial;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
a.jowName:hover{
text-align:left;
color:#000000;
font-family:Arial;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}
.jowDesc{
padding:5px;
width:314px;
background-color:#FEF6CC;
display:block;
overflow:hidden;
text-align:left;
color:#000000;
font-family:Arial;
font-size:12px;
font-weight:normal;
vertical-align:middle;
}
.jowMore{
width:100%;
padding-right:5px;
padding-bottom:5px;
background-color:#FEF6CC;
text-align:right;
}
.jowLocation{
padding:5px;
width:314px;
background-color:#FBEA80;
display:block;
overflow:hidden;
text-align:justify;
color:#000000;
font-family:Arial;
font-size:14px;
font-weight:normal;
}
.mascot_leftWrap{
background-color: #EBEBEB;
}

.mascot_fleft{
font-family:Trebuchet-MS, Tahoma, Arial;
font-size:11px;
text-align:left;
padding-left:7px;
color:#FFFFFF;
vertical-align:middle;
}
.mascot_fright{
font-family:Trebuchet MS, Tahoma, Arial;
font-size:11px;
text-align:right;
padding-right:7px;
color:#FFFFFF;
vertical-align:middle;
}
a.mascot_fright{
font-family:Trebuchet MS, Tahoma, Arial;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}
a.mascot_fright:hover{
font-family:Trebuchet MS, Tahoma, Arial;
font-size:11px;
color:#FFFFFF;
text-decoration:underline;
font-weight:normal;
}
.mascot_content{
width:644px;
background-color:#FFFFFF;
font-family:Arial;
font-size:12px;
color:#000000;
text-align:left;
}
#search_form TD.field {
	color: #616161;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:left;

	
}
#search_form TD.field_label{
    color: #616161;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:right;
}
TD.field_label{
    color: #616161;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial;
	text-align:right;
}
.cat_type{
width:30px;
height:176px;
background-image:url('images/jobtype.jpg');
background-position:bottom left;
background-repeat:no-repeat;
}
.cat_loc{
width:25px;
height:176px;
background-image:url('images/joblocation.jpg');
background-position:bottom left;
background-repeat:no-repeat;
}
.cat_class{
width:28px;
height:176px;
background-image:url('images/jobclass.jpg');
background-position:bottom left;
background-repeat:no-repeat;
}
.mascot_catbox_heading{
background-color:#444444;
background-image:url('images/home_catname.jpg');
background-position:middle left;
background-repeat:no-repeat;
}
.mascot_catbox_comtent{
background-color:#ebebeb;
}
.mascot_postedBy{
font-family:Arial;
font-size:10px;
color:#444444;
text-decoration:none;
}
.mascot_postedBy:hover{
font-family:Arial;
font-size:10px;
color:#444444;
text-decoration:underline;
}
.homePageHeadingAdv{
font-family:Arial;
font-size:15px;
color:#000000;
font-weight:bold;
}
.homePageTextAdv{
font-family:Arial;
font-size:13px;
color:#000000;
font-weight:normal;
overflow:hidden;
text-align:justify;
}
a.homePageTextAdv{
font-family:Arial;
font-size:13px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
a.homePageTextAdv:hover{
font-family:Arial;
font-size:13px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}
.XulMenu{
background-color:#FFFFFF;
vertical-align:top;
width:644px;
display:block;
overflow:hidden;
}
.XulMenu tr td{
width:161px;
vertical-align:top;
text-align:left;
}
.XulMenu a{
color:#444444;
text-decoration:none;
font-size:10pt;
font-family:Arial;
}
.button{
color:#444444;
text-decoration:none;
font-size:10pt;
font-family:Arial;
font-Weight:bold;
}
.item{
color:#444444;
text-decoration:none;
font-size:10pt;
font-family:Arial;
background-image:url('images/arrow_can.gif');
background-repeat:no-repeat;
background-position:center left;
text-align:left;
vertical-align:middle;
padding:0px 0px 0px 11px;
margin:0px 0px 0px 0px;
height:15px;
line-height:15px;
clear:both;
width:151px;
display:block;
overflow:hidden;
}
.section{
width:161px;
}
#bar{
background-color:#FFFFFF;
}
.mascot_item{
color: #616161;
font-size: 12px;
font-weight: normal;
font-family:Arial;
text-align:right;
text-decoration:none;
background-image:url('images/arrow_can.gif');
background-repeat:no-repeat;
background-position:center left;
padding:0px 0px 0px 11px;
margin:0px 0px 0px 5px;
}
.mascot_item:hover{
color: #616161;
font-size: 12px;
font-weight: normal;
font-family:Arial;
text-align:right;
text-decoration:underline;
background-image:url('images/arrow_can.gif');
background-repeat:no-repeat;
background-position:center left;
padding:0px 0px 0px 11px;
margin:0px 0px 0px 5px;
}
.candidateHeading{
font-family:Arial;
font-size:13px;
color:#000000;
font-weight:bold;
}
a{
font-family:Arial;
font-size:11px;
color:#444444;
font-weight:bold;
text-decoration:none;
letter-spacing:0.03em;
}
a:hover{
font-family:Arial;
font-size:11px;
color:#444444;
font-weight:bold;
text-decoration:underline;
letter-spacing:0.03em;
}
.login_links{
font-family:Arial;
font-size:13px;
color:#444444;
font-weight:bold;
text-decoration:underline;
}
.login_links:hover{
font-family:Arial;
font-size:13px;
color:#444444;
font-weight:bold;
text-decoration:none;
}
.candidateHeading a{
font-family:Arial;
font-size:15px;
color:#F57B00;
font-weight:bold;
text-decoration:underline;
}
.candidateHeading a:hover{
font-family:Arial;
font-size:15px;
color:#F57B00;
font-weight:bold;
text-decoration:none;
}
.candidate_error{

}
.candidate_error p{
	color: red;
	font-size:12px;
	font-weight: normal;
	text-align:left;
	padding:0px 0px 20px 190px;
	margin:0px 0px 0px 0px;
}
.candidate_error p b{
	color: red;
	font-size:12px;
	font-weight: normal;
	text-align:left;
	padding:0px 0px 0px 0px;
}
.mascot_catbox_links{
font-family:Arial;
font-weight:normal;
font-size:12px;
color:#000000;
text-decoration:none;
}
.mascot_catbox_links:hover{
font-family:Arial;
font-weight:normal;
font-size:12px;
color:#000000;
text-decoration:underline;
}
.mascot_login_button{
border:0px;
width:85px;
height:22px;
background-image:url('images/login.jpg');
}
.form_search_button{
border:0px;
width:85px;
height:22px;
background-image:url('images/find.jpg');
}
.eServiceBar{
background-color:#EBEBEB;
vertical-align:middle;
height:30px;
}
