

/*
This is the default style for the main body for all pages of the website. CSS for home page at end of this css
*/
body {

	font-family: "Arial", sans-serif;
	font-size: 10px;
color: #666666;
		background: #e5e5e5 url(http://www.northernnevadajobs.com/images/blue_background.png);
	background-repeat: repeat-x;
margin-top: 5px;
	}
a {
color: #666666;
}
TD.grayscale_jobseeker {
		background-image: url(http://www.northernnevadajobs.com/images/jobseeker_grayscale.jpg);
	background-repeat: no-repeat;
}
TD.grayscale_employer {
		background: #ffffff url(http://www.northernnevadajobs.com/images/employer_grayscale.jpg);
	background-repeat: no-repeat;
}


TD.footer {

	font-family: "Arial", sans-serif;
	font-size: 10px;
color: #ffffff;
		background: #e5e5e5 url(http://www.northernnevadajobs.com/images/footer_blue.png);
	background-repeat: no-repeat;
width: 850px;
}
TD.footer a{
text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: 10px;
color: #ffffff;

}
TD.footer a:hover {
text-decoration: underline;
	font-family: "Arial", sans-serif;
	font-size: 10px;
color: #ffffff;

}

html { min-height: 101%; margin-bottom: 1px; margin-top: 0px; }

#wrapper_main {
width: 862px;
background: url(http://www.northernnevadajobs.com/images/background_shadow.png);
	background-repeat: repeat-y;
}

/*
This is the default style for the table data for all tables of the site
*/
 td {

	font-family: "Arial", sans-serif;
	font-size: 12px;
	
}
 .posting_credit_font {

	font-family: "Arial", sans-serif;
	font-size: 12px;
	
}

/*
form_submit_button is the style for all submit buttons
*/
.form_submit_button {
padding : 0px 0px 0px 0px;
		background: #537598 url(http://www.northernnevadajobs.com/images/jobseekers_submit.jpg);
	background-repeat: no-repeat;
border: 0;
color: white;

 width : 80px;
 height : 21px;
cursor: pointer;
}
/*
form_reset_button is the style for all reset buttons
*/
.form_reset_button {
padding : 0px 0px 0px 0px;
		background: #537598 url(http://www.northernnevadajobs.com/images/jobseekers_reset.jpg);
	background-repeat: no-repeat;
border: 0;
color: white;

 width : 80px;
 height : 21px;
cursor: pointer;
}

/*.form_reset_button {
	background-color: #537598;
color: white;
cursor: pointer;
}*/

/*
form_OK_button is the style for all OK buttons
*/
.form_OK_button {
padding : 0px 0px 0px 0px;
			background: #537598 url(http://www.northernnevadajobs.com/images/jobseekers_ok.jpg);
	background-repeat: no-repeat;
border: 0;
color: white;
 width : 30px;
 height : 18px;
cursor: pointer;
}



/*
form_apply_button is the style for the apply button
*/
/* .form_apply_button {
	background-color: #537598;
color: white;

} */
.form_apply_button {
 width : 100px;
 height : 28px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/include/themes/default/images/form_apply_button.gif);
 background-repeat: no-repeat;
 border : 0;
}



/*
Heading 1 - general style
*/
H1.lightblue {

	font-family: "Arial", sans-serif;
	font-size: 14pt;
	font-weight: bold;
color: #547699;

}
H1 {

	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
color: #666666;

}
/*
Heading 2 - general style
*/
H2 {

	font-family: "Arial", sans-serif;
	font-size: 11pt;
	font-weight: bold;
color: #666666;

}
/*
Heading 3 - general style
*/
H3 {

	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
color: #666666;

}
H5.lightblue {

	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
color: #537598;

}
H5.gray {

	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
color: #666666;

}


.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: #808080; */
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: #E8E8E8;
	font-weight: bold;

}
/* 'please mention JB_SITE_NAME when replying to this ad ' */
#job_post .mention_us_msg {

	color: #cccccc;
	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: #931b16;
	font-size: 16pt;

}

/*
#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) ; */
	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;

}

/* 
####################################################
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: #ffffff;

}


.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: #e7ecf0; 
	
	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; */
	background-color: #ffffff; 
	font-weight: normal;
	width: 120px;
	white-space: nowrap;

}
#dynamic_form TD.dynamic_form_field_wide {
/*	background-color: #efefef; */
	background-color: #ffffff; 
	font-weight: normal;
	
	white-space: nowrap;

}

#dynamic_form TD.dynamic_form_2_col_field {
	background-color: #ffffff;
	

}
/*
#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;
	
}

/*

*/
#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;
	font-family: "Arial", sans-serif;
	font-size: 12px;

}
#dynamic_form SELECT {
	background-color: #ffffff;

}

#dynamic_form .dynamic_form_seperator {

	font-weight: bold;
	background-color: #e7ecf0;
	font-size: 10pt;
	color: #808080;
}

#dynamic_form .is_required_mark {

	font-weight: bold;
	font-size: 9pt;
	color: red;
	vertical-align: middle;

}

/*
########################################
Search Jobs/Resumes -
Standard Search form

*/

#search_form, TABLE.search {
	width: 100%;
	border-collapse: collapse;
	background-color: #e7ecf0;

}


/* 
cell for the search field
*/
#search_form TD.field {
	background-color: #e7ecf0;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

/*
style for the input fields (text)
*/
#search_form, INPUT.search_input_style {
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	
	
}

/*
style for the input fields (check)
*/
#search_form, INPUT.search_checkbox_style {
	background-color: #e7ecf0;
	font-size: 10px;
	color: #000000;
	
	
}

/*
style for the input fields (radio)
*/
#search_form, INPUT.search_radio_style {
	background-color: #e7ecf0;
	font-size: 10px;
	color: #000000;
	
	
}
/*
Select box (drop down / multiple select)
*/
#search_form SELECT.search_input_style {
	background-color: #ffffff;
	font-size: 10px;

}

/*
Date field 
*/
#search_form SELECT.search_date_style {
	background-color: #ffffff;
	font-size: 10px;
}
#search_form INPUT.search_date_style {
	background-color: #ffffff;
	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: 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;

}

#joblist .job_list_title {
	font-family: "Arial", sans-serif;
	font-size: 11pt;
text-decoration: none;
	color: #000000;

}

#joblist .job_list_title_premium {
	font-family: "Arial", sans-serif;
	font-size: 11pt;
text-decoration: none;	
	color: #000000;

}

/*
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: normal;
	color: #ff9900; 

}

#joblist .job_list_cat_name_premium {
	font-family: "Arial", sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #ff9900; 

}

#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;
	font-size: 9pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #E9E9E9;
	color: #000000;
	white-space: nowrap;
}



#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;

}

.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%;
	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: 9pt;
	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: 10pt;

}

.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: 8pt;
	font-weight: bold;
	color: #666666;

}

 .cat_subcategory { /* div generated by JB_display_sub_cats_compact() or JB_display_sub_cats_table() */
	font-family: "verdana", sans-serif;
	font-size: 8pt;
	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: 8pt;
	font-weight: normal;
	color: #666666;

}
 

.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: #ff9900;
	font-weight: bold;

}

#resumelist .days_ago {
	color: #ff9900;
	font-weight: bold;
}

#resumelist .days_ago2 {
	color: #C0C0C0;
	font-weight: bold;
}

#resumelist TD.list_header_cell {
	font-family: "Arial", sans-serif;
	
	font-size: 9pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #000000;
	white-space: nowrap;

}
#resumelist A.list_header_cell {
	font-family: "Arial", sans-serif;
	
	font-size: 9pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #000000;
	white-space: nowrap;

}

 .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: #333333;
	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: #C8D7E8;
	
	
}

/**************
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: #ff9900; 
	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-family: "Arial", sans-serif;
	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;

} */
.confirm_button {
 width : 100px;
 height : 28px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/include/themes/default/images/confirm.gif);
 background-repeat: no-repeat;
 border : 0;
}
.send_email_button {
 width : 100px;
 height : 28px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/include/themes/default/images/send_email_button.gif);
 background-repeat: no-repeat;
 border : 0;
}
.edit_button {
 width : 31px;
 height : 22px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/include/themes/default/images/edit.gif);
 background-repeat: no-repeat;
 border : 0;
}
.delete_button {
 width : 54px;
 height : 22px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/include/themes/default/images/delete.gif);
 background-repeat: no-repeat;
 border : 0;
}
.repost_button {
 width : 66px;
 height : 22px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/include/themes/default/images/repost.gif);
 background-repeat: no-repeat;
 border : 0;
}
.c_signup_continue {
 width : 100px;
 height : 28px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/include/themes/default/images/c_signup_continue.gif);
 background-repeat: no-repeat;
 border : 0;
}
.employer_signup_continue {
 width : 100px;
 height : 28px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/include/themes/default/images/employer_signup_continue.gif);
 background-repeat: no-repeat;
 border : 0;
}

.application_text { /* Apllication text displayed on employers/apps.php and myjobs/apps.php */

	font-size: 10pt;

}
/* This is the table border style */





TABLE.sample {



	border-width: 2px 2px 2px 2px;

	border-spacing: 10px;

	border-style: solid solid solid solid;

	border-color: #cccccc #cccccc #cccccc #cccccc;

	/*border-collapse: separate;*/

	/*background-color: ;*/

	

}

TH.sample {

	border-width: 1px 1px 1px 1px;

	padding: 5px 5px 5px 5px;

	border-style: solid solid solid solid;

	border-color:  #e0e0e0 #e0e0e0 #e0e0e0 #e0e0e0;

	/*background-color: ;*/

	

}

TD.sample {

	border-width: 1px 1px 1px 1px;

	padding: 15px 15px 15px 15px;

	border-style: solid solid solid solid;

	border-color:  #e0e0e0 #e0e0e0 #e0e0e0 #e0e0e0;

	/*background-color: ;*/

	



}
DIV.sample  {

	border-width: 1px 1px 1px 1px;

	border-spacing: 10px;

	border-style: solid solid solid solid;

	border-color: #cccccc #cccccc #cccccc #cccccc;

	



}
TABLE.rightline {



	border-width: 0px 1px 0px 0px;

	border-spacing: 0px;

	border-style: solid solid solid solid;

	border-color: #ebebeb #ebebeb #ebebeb #ebebeb;

	/*border-collapse: separate;*/

	/*background-color: ;*/

	

}
TABLE.thin {



	border-width: 1px 1px 1px 1px;

	border-spacing: 0px;

	border-style: solid solid solid solid;

	border-color: #ebebeb #ebebeb #ebebeb #ebebeb;

	/*border-collapse: separate;*/

	/*background-color: ;*/

	

}
TD.thin {



	border-width: 1px 1px 1px 1px;

	border-spacing: 0px;

	border-style: solid solid solid solid;

	border-color: #ebebeb #ebebeb #ebebeb #ebebeb;

	/*border-collapse: separate;*/

	/*background-color: ;*/

	

}

/* css for home page content */

#wrapper {
background: #fff;
/*border-width: 0px 1px 0px 1px;
border-color: #D5D6E1;
border-style: solid;*/
position: absolute;
left: 50%;
margin: 0 0 0 -390px;
width: 780px;
height: 100%;
}
.jobseekers_lightblue_font {
color: #537598;
}
.employers_darkblue_font {
color: #003366;
}
.jobseekers_orange_font {
color: #FF9900;
}
.employers_orange_font {
color: #FF9900;
}
.employers {
font-family: "Arial", sans-serif;
	font-size: 20px;
font-weight: bold;
color: #003366;
}
.featured_employers {
font-family: "Arial", sans-serif;
	font-size: 18px;
font-weight: bold;
color: #0c6086;
}
.jobseekers {
font-family: "Arial", sans-serif;
	font-size: 20px;
font-weight: bold;
color: #537598;
}
.welcome {
font-family: "Arial", sans-serif;
	font-size: 14px;
font-weight: bold;
color: #cc0000;
}
.employer_login_title {
font-family: "Arial", sans-serif;
	font-size: 12px;
font-weight: bold;
color: #003366;
}
.jobseeker_login_title {
font-family: "Arial", sans-serif;
	font-size: 12px;
font-weight: bold;
color: #537598;
}
.login_label {
font-family: "Arial", sans-serif;
	font-size: 9px;
font-weight: bold;

}
.always_free_label {
font-family: "Arial", sans-serif;
	font-size: 12px;


}
.forgot_label {
font-family: "Arial", sans-serif;
	font-size: 9px;
font-weight: bold;
color: #993300;
}
.contact_heading {
font-family: "Arial", sans-serif;
	font-size: 16px;
font-weight: bold;
color: #003366;
}

.customSubmit {
 width : 30px;
 height : 18px;
 cursor: pointer;
 padding : 0px 0px 0px 0px;
 background: url(http://northernnevadajobs.com/images/jobseekers_ok.jpg);
 background-repeat: no-repeat;
 border : 0;
}
input.buttonok { background-image: url(images/jobseekers_ok.jpg); width: 30px; }

textarea {
	background-color: #ffffff;
	font-family: "Arial", sans-serif;
	font-size: 12px;

}
