



/*

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: white;
	min-width:1350px!important;

	

}



A {

	color:#263567;

	text-decoration:none;

}

A:HOVER {

	color:#263567;

	text-decoration:underline;

}



/*

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_submit_button is the style for all submit buttons

*/

.form_submit_button {



}



/*

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: #5EA143;



}







/*

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: 18pt;

	font-weight: bold;





}

/*

Heading 3 - general style

*/

H3 {



	font-family: "Arial", sans-serif;

	font-size: 14pt;

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



}

/* this post is expired message */

#job_post .expired_msg {



	color: #700424;

	font-weight: bold;

	font-size:12px;



}

/* 'please mention JB_SITE_NAME when replying to this ad ' */

#job_post .mention_us_msg {



	color: #E8E8E8;

	font-weight: bold;

	font-size: 12pt;



}

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

	font-size: 14pt;

	font-weight:bold;



}



/*

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



}





/*

############################################################



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



}


.bluehd_botstip {
	background:url(/JobBoard/images/bluehd_botstip.gif) top left repeat-x;
}



/* 

####################################################

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;





}



/* 

###########################################################

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 {

	/*background-color: #d9d9d9;*/

	width: 100%;

	border-bottom-width: 0px;



}



/*

TD.dynamic_form_field -

The name of the field (field label which on the left side)

*/

#dynamic_form TD.dynamic_form_field {

	/*background-color: #efefef;*/

	font-weight: bold;

	width: 120px;

}



.newer #dynamic_form TD.dynamic_form_field {

	/*background-color: #97b1ca;*/

	font-weight: bold;

	width: 150px;

	/*border-bottom:1px solid #163351;

	border-right:1px solid #163351;*/

	padding:2px 7px;

}



#dynamic_form TD.dynamic_form_2_col_field {

	/*background-color: #ffffff;*/

	



}

#dynamic_form TD.dynamic_form_2_col_field_1 {

	background-color: #7ad2f6;



}

/*

#dynamic_form TD.dynamic_form_value

The value of the field (on the right from the field label)

*/

#dynamic_form TD.dynamic_form_value {

	/*background-color: #ffffff;*/

	

}



.newer #dynamic_form TD.dynamic_form_value {

	/*background-color: #ffffff;

	border-bottom:1px solid #163351;*/

	padding:2px 7px;	

}



/*



*/

#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-weight: bold;



}



#dynamic_form .is_required_mark {



	font-weight: bold;

	font-size: 18pt;

	color: red;

	vertical-align: middle;



}





/*

########################################

Search Jobs/Resumes -

Standard Search form



*/



#search_form, TABLE.search {

	width: 100%;

	border-collapse: collapse;



}





/* 

cell for the search field

*/

#search_form TD.field {

	color: #ffffff;

	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 {

	font-size: 10px;

}



/*

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 {



	font-weight: bold;

	



}



/*

####################################################

Job list



*/



#joblist, TABLE.list {

	background-color: #d9d9d9;

	width: 100%;

	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;



}



#joblist .job_list_title {

	font-family: "Arial", sans-serif;

	font-size: 12pt;

	font-weight: bold;

	color: #263567;

	text-decoration:none;



}

#joblist .job_list_title:HOVER {

	text-decoration:underline;



}



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



}

/*

When a mouse moves over a standard job post

*/

#joblist TR.standard:hover {

	background-color: #E9E6CB;

	

}



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

	

	

}



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

	text-align:left;

	font-size: 10pt;

	margin: 0px;

	padding: 3px;

	border-right:1px solid #d9d9d9;

	font-weight: bold;

	background-color: #E9E9E9;

	color: #000000;



}







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

	font-size: 14pt;

	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;

	font-size: 14pt;

}



.post_edit_button {

	font-size: 9pt;



}



.post_delete_button {



	font-size: 9pt;



}



.post_repost_button {



	font-size: 9pt;



}







/*

######################################################

Premium Jobs List 



*/



#joblist_premium, TABLE.list_premium {

	background-color: #d9d9d9;

	width: 99.95%;

	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;

	border-right:1px solid #d9d9d9;

	font-weight: bold;

	background-color: #E9E9E9;

	color: #000000;



}







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

	text-decoration:none;



}

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



	text-decoration:underline;



}



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



	font-family: "verdana", sans-serif;

	font-size: 9pt;

	color: #263567;

	text-decoration:none;



}



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



	text-decoration:underline;



}

 



.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: #163351; 

	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 

*/

TABLE.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;



}

TABLE.info_box_body { /*The inner table, info-box-top.php template  */

	

	background-color: #ffffff;

	border-collapse: collapse; 

	border-style: solid;

	border-color: #163351;	

}



TABLE.info_bckcol {

	background-color:#dce2e8;

}



.txt_seelog {

	height:19px; 

	padding-top:2px; 

	background-color:#163351; 

	font-family:Arial, Helvetica, sans-serif; 

	font-size:12px; font-weight:bold; 

	color:#FFFFFF; text-align:center;

}



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

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: #1F304E; 

	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;



}



img {

	border:none;

}



/* --------------------- Start Custom New style --------------------------- */



.bcn1 {

	background:url(/JobBoard/include/themes/gravy/images/bcn1.gif) top left no-repeat;

}



.bcn2 {

	background:url(/JobBoard/include/themes/gravy/images/bcn2.gif) top right no-repeat;

	height:32px;

}



.bcn2n {

	background:url(/JobBoard/include/themes/gravy/images/jobsnapshot.gif) top right no-repeat;

	height:32px;

}



.bcn12 {

	background:url(/JobBoard/include/themes/gravy/images/bcn12.gif) top left repeat-x;

}


.gcn1 {
	background:url(/JobBoard/include/themes/gravy/images/gcn1.gif) top left no-repeat;
}

.gcn2 {
	background:url(/JobBoard/include/themes/gravy/images/gcn2.gif) top right no-repeat;
	height:32px;
}


.gcn12 {
	background:url(/JobBoard/include/themes/gravy/images/gcn12.gif) top left repeat-x;
}



.bcn4 {

	background:url(/JobBoard/include/themes/gravy/images/bcn4.gif) top left no-repeat;

}



.bcn3 {

	background:url(/JobBoard/include/themes/gravy/images/bcn3.gif) top right no-repeat;

	padding-top:7px;

}



.bcn34 {

	background:url(/JobBoard/include/themes/gravy/images/bcn34.gif) top left repeat-x;

}





.lbc1 {

	background:#ebf6f8 url(/JobBoard/include/themes/gravy/images/lbc1.gif) top left no-repeat;

}



.lbc2 {

	background:url(/JobBoard/include/themes/gravy/images/lbc2.gif) top right no-repeat;

}



.lbc3 {

	background:url(/JobBoard/include/themes/gravy/images/lbc3.gif) bottom right no-repeat;

}



.lbc4 {

	background:url(/JobBoard/include/themes/gravy/images/lbc4.gif) bottom left no-repeat;

	padding:7px 12px;

}





.dog_head {

	background:url(/JobBoard/include/themes/gravy/images/dog_top.gif) bottom center no-repeat;

}



.dog_foot {

	background:url(/JobBoard/include/themes/gravy/images/dog_bot.gif) top left no-repeat;

}



.bcn_bor {

	border:1px solid #163351;

	border-top:none;

}

.gcn_bor {

	border:1px solid #016525;

	border-top:none;

}



.flt_L {

	float:left;

}



.flt_R {

	float:Right;

}



.bcn_hd {

	font-family:Arial, Helvetica, sans-serif;

	font-size:16px;

	font-weight:bold;

	color:#FFFFFF;

	padding:6px 0px 0px 14px;

}



.bcn_hd_opt {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:bold;

	color:#FFFFFF;

	padding:9px 12px 0px 0px;

}



.sm_txt {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:bold;

	color:#000000;

	padding:0px 0px 0px 5px;

	height:15px;

}



.grey_dot {

	background-image:url(/JobBoard/include/themes/gravy/images/grey_dot.gif);

	background-position: top right;

	background-repeat: repeat-y;

}



.grey_dot {

	background-image:url(/JobBoard/include/themes/gravy/images/grey_dot.gif);

	background-position: top right;

	background-repeat: repeat-y;

}



.grey_col {

	background-color:#e9e9eb;

}



.bcn_bor_bot {

	border-bottom:1px solid #163351;

}



.grn_shd {	

	background-image:url(/JobBoard/include/themes/gravy/images/grn_bckgrnd.gif);

	background-position: top left;

	background-repeat: repeat-x;

}



.dt_pad {

	padding:0px 8px;

}



.txt_black {

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight:normal;

	color:#000000;	

}



.txt_black_L {

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:bold;

	color:#000000;

}



.lnkblue {

	font-family:Arial, Helvetica, sans-serif;

	font-size:17px;

	font-weight:bold;

	color:#0a08e6;

}



.lnkblue a:link, .lnkblue a:active, .lnkblue a:visited {

	color:#0a08e6;

	text-decoration:none;

}



.lnkblue a:hover {

	color:#0a08e6;

	text-decoration:underline;

}



/******************** button menu style *************************/



.btn_mnu_bg_top {

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_bg.gif) top left repeat-x;

	height:39px;

	/*width:780px;*/

}



.btn_mnu_bg_bot {

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_bg.gif) top left repeat-x;

	height:39px;

	/*width:685px;

	margin-left:30px;*/

}



.btn_mnu_bgG {

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_bgG.gif) top left repeat-x;

	height:39px;

}



.btn_mnu_bgO {

	background:url(/JobBoard/include/themes/gravy/images/org_mbg.gif) top left repeat-x;

	height:37px;

}



.btn_mnu_ltG {

	background:url(/JobBoard/include/themes/gravy/images/gm_left.gif) top left no-repeat;

	height:39px;

}



.btn_mnu_lt {

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_lt.gif) top left no-repeat;

	height:39px;

}



.btn_mnu_ltO {

	background:url(/JobBoard/include/themes/gravy/images/org_mlt.gif) top left no-repeat;

	height:37px;

}



.btn_mnu_rt {

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_rt.gif) top right no-repeat;

	height:39px;

}



.btn_mnu_rtO {

	background:url(/JobBoard/include/themes/gravy/images/org_mrt.gif) top right no-repeat;

	height:37px;

}



.btn_mnu_rtG {

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_rtG.gif) top right no-repeat;

	height:39px;

}



#btn_menu {

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight:bold;

	color:#FFFFFF;

	padding:0px 19px 0px 14px;

}



#btn_menu a:link, #btn_menu a:active, #btn_menu a:visited {

	color:#FFFFFF;

	text-decoration:none;

}



#btn_menu a:hover {

	color:#a8cef4;

	text-decoration:none;

}



#btn_menu .menuG a:link, #btn_menu .btn_mnu_bgG a:active, #btn_menu .btn_mnu_bgG a:visited {

	color:#FFFFFF;

	text-decoration:none;

}



#btn_menu .menuG a:hover {

	color:#c0ffdb;

	text-decoration:none;

}



#btn_menu .menuO a:link, #btn_menu .btn_mnu_bgG a:active, #btn_menu .btn_mnu_bgG a:visited {

	color:#FFFFFF;

	text-decoration:none;

}



#btn_menu .menuO a:hover {

	color:#e8c2af;

	text-decoration:none;

}



#btn_menu .btn_mnu_bgG a:link, #btn_menu .btn_mnu_bgG a:active, #btn_menu .btn_mnu_bgG a:visited {

	color:#FFFFFF;

	text-decoration:none;

}



#btn_menu .btn_mnu_bgG a:hover {

	color:#c0ffdb;

	text-decoration:none;

}





#btn_menu .pad {

	padding-top:8px;

}



#bot_menu  {

	margin-left:30px;

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_bg.gif) top left repeat-x;

	height:39px;	

}



#bot_menu ul {

	margin:0px;

	padding:0px;

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_lt.gif) top left no-repeat;

}



#bot_menu ul li {

	float:left;

	height:39px;

}



.bot_menu_sep {

	background:url(/JobBoard/include/themes/gravy/images/btn_mnu_sep.gif) top right no-repeat;

	height:39px;

}





/* --------------------- End Custom New style --------------------------- */



/* ------------------ Start New Custom Search Form --------------- */



/*

########################################

Search Jobs/Resumes -

Standard Search form



*/



#search_form1, TABLE.search {

	width: 100%;

	border-collapse: collapse;



}





/* 

cell for the search field

*/

#search_form1 TD.field {

	color: #132f44;

	font-size: 12px;

	font-weight: bold;

}



/*

style for the input fields (text)

*/

#search_form1, INPUT.search_input_style {

	font-size: 10px;

	color: #000000;

	height:23px;

	width:210px;

	border:#1d3247 2px solid;

	

	

}



/*

style for the input fields (check)

*/

#search_form1, INPUT.search_checkbox_style {

	font-size: 10px;

	color: #000000;

	

	

}



/*

style for the input fields (radio)

*/

#search_form1, INPUT.search_radio_style {

	font-size: 10px;

	color: #000000;

	

	

}

/*

Select box (drop down / multiple select)

*/

#search_form1 SELECT.search_input_style {

	font-size: 10px;

	height:23px;

	width:210px;

	border:#1d3247 2px solid;

}



/*

Date field 

*/

#search_form1 SELECT.search_date_style {

	font-size: 10px;

}

#search_form1 INPUT.search_date_style {

	font-size: 10px;

}

/*

The labels for the check boxes and radio buttons

*/

#search_form1 .search_input_sel_label {

	font-size: 10px;

	white-space: nowrap;

}



/* ------------------ Start New Custom Search Form --------------- */



/* ------------------ Start New Custom Subscription Table --------------- */



TABLE.order_table1 {



	background-color: #d9d9d9;

	width: 100%;





}



TD.order_col_head1 {



	background-color: #E9E9E9;

	font-weight: bold;



}



TD.order_col_data1 {



	background-color: #ffffff;

	



}



TD.order_col_data2, div.order_col_data2 {



	background-color: #ADCCEC;

	



}



TD.order_col_data_small1 {



	background-color: #ffffff;

	font-size: 7pt;

}

/* ------------------ End New Custom Subscription Table --------------- */



.lbltxt {

color:#22384f;

font-size:12px;

font-weight:bold;

}



.datatxt {

color:#000000;

font-size:12px;

font-weight:bold;

}

.divspace {

padding:3px 2px;

}


#em {
	font-weight:bold;
	color:#016525;
	padding:5px;
}


#bord img {
	border:1px solid #000000 !important;
}

/*custom*/
#topp a, #topp img {
text-decoration:none;
border:none;
}

#topp a:hover {
text-decoration: underline;
}
#topp

{
	height:112px;
	margin-top:8px;
	width:1012px;
	overflow:hidden;
}
.logo
{
	float:left;
	width:375px;
}
.top_right
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:475px;
}
.follow
{
	float:left;
    margin: 3px 0 0 12px;
}
.top_nav
{
	float:right;
	color:#fff;
	margin:6px 23px 0 0;
}
.top_nav span
{
	padding:4px 5px;
	float:left;
}
.top_nav_l
{
	float:left;
	background:url(images/top_nav_l.jpg) no-repeat;
	width:16px;
	height:21px;
}
.top_nav_m
{
	float:left;
	background:url(images/top_nav_m.jpg) repeat-x;
	height:21px;
}
.top_nav_r
{
	float:left;
	background:url(images/top_nav_r.jpg) no-repeat;
	width:16px;
	height:21px;
}
.top_nav a
{
	text-decoration:none;
	color:#fff;
}
.top_nav a:hover
{
	text-decoration:underline;
}
.top_search
{
	float:right;
	margin-right:23px;
	margin-top:25px;
	width:400px;
}

.top_search input
{
	float:left;
	width:177px;
	border:1px solid #3182C6;
	height:26px !important;    
        padding-top:0 !important;
	/*height:30px;
	padding-top:5px;*/
}

.top_search input.btn
{
	width:65px;
	margin-right:18px;
	height:30px !important;    
	margin-right: 18px;
}

.main_nav
{
margin-top:-12px;
margin-left:-7px;
height:39px;
padding:0 0px;
position:relative;
}
.nav
{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 5px;
padding:0;
}
.main_nav .nav li {
color:#333333;
font-weight:bold;
float:left;
font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-size:13px;
line-height:35px;
position:relative;
/*white-space:nowrap;*/
padding:0 6px;
}

.main_nav .nav li a{
color:#333333;
font-weight:bold;
display:block;
float:left;
font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-size:13px;
line-height:35px;
margin:1px 0 0;
text-decoration:none;
white-space:nowrap;
width:110%;
}
.main_nav .nav li a:hover{
	color:#333333;
	font-weight:bold;
display:block;
float:left;
font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-size:13px;
line-height:35px;
margin:1px 0 0;
text-decoration:none;
white-space:nowrap;
}
.main_nav .nav li span {
	padding:1px 9px;
width:auto;
}
.main_nav .nav li:hover, .main_nav .nav li.hover {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	-moz-box-shadow:0 3px 10px #888888;
	background:#FFFFFF none repeat scroll 0 0 !important;
	border:1px solid #808080;
}
.main_nav .nav li ul:hover, .main_nav .nav li ul.hover {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
/*	-moz-box-shadow:0 3px 10px #888888;*/
	background:#FFFFFF none repeat scroll 0 0 !important;
/*	border:1px solid #808080;*/
}
.main_nav .nav li .subnav li:hover {
	-moz-box-shadow:none;
	background:#FFFFFF none repeat scroll 0 0 !important;
	border:none;
}
.main_nav .nav li:hover span, .main_nav .nav li.hover span {
	padding:0 8px;
}
.main_nav .nav li .hover span {
	background-color:#FFFFFF;
	position:relative;
	z-index:10;
}

.main_nav .nav li ul
{
background-color:white;
border:1px solid;
display:none;
float:left;
margin:37px 0 0;
padding:0;
position:absolute;
/*white-space:nowrap;*/
width:auto;
}
.main_nav .nav li:hover ul
{
	list-style-type:none;
	display:block;
	padding:5px;
}
.main_nav .nav li .subnav li {

font-size:13px;
line-height:1;
position:relative;
width:85%;
border:none;
moz-box-shadow:none;
}
.main_nav .nav li .subnav li a:hover {
moz-box-shadow:none;
border:none;
background-color:#808080;
color:#FFFFFF ;
text-decoration:none;
}
.main_nav .nav .subnav{ 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-box-shadow:0 6px 10px #888888;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #808080;
display:none;
left:-1px;
padding:5px 0;
position:absolute;
z-index:4;
}



