/*
This is the default style for the main body for all pages of the website
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;	
}
/*
This is the default style for the table data for all tables of the site
*/
td {

}

/*
This is the style for the table containing loging and search
*/
.log_search {
	
}

/*
form_submit_button is the style for all submit buttons
*/
.form_submit_button {
	background-color: #0054A4;
	border: 1px solid #C8C8C8;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-size: 12px;
}

/*
form_cancel_button is the style for all submit buttons
*/
.form_cancel_button {
	background-color: #929497;
	border: 1px solid #C8C8C8;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-size: 12px;
}

/*
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: #0054A4;
	border: 1px solid #C8C8C8;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-size: 12px;

}



/*
Heading 1 - general style
*/
H1 {

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


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

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


}
/*
Heading 3 - general style
*/
H3 {
	font-size: 14px;
	font-weight: bold;
	color: #0054A4;
	line-height: 1em;
}

/*
small - general style
*/
SMALL {

	font-size: 11px;


}

HR {
	color: #C8C8C8;

}

A {
	color: #0054A4;
}

A:hover {
	color: #303030;
}

/*
P
*/

P {
	color: #303030;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.employer_listing {
	color: #0054A4;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.line_message {
	color: #303030;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

.status_count {
	color: #0054a4;
	font-weight: bold;
}

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

.status_nok {
	color: #FF6633;
	font-weight: bold;
}

UL {
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
#############################################
The following set of styles are for header
*/

.header {
	background-color: #FFFFFF;
}

.header_logo {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #929497;
	border-right-color: #929497;
	border-bottom-color: #929497;
	border-left-color: #929497;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.header_advertising {
	background-color: #0054A4;
}

.header_menu {
	background-color: #929497;
	margin-top: 0px;
	padding-right: 2px;
}

.header_area {
	font-size: 13px;
	font-weight: bold;
	color: #202020;
}

/*
#bar - menu bar.

*/
#bar {
	margin: 0px;
	cursor: default;
}

/*
#############################################
The following set of styles are for Displaying a job post
Most of styles are used in the HTML code in include/post_display.inc.php 

#job_post TABLE.job_post - general style for the post displaying table
*/

#job_post, TABLE.job_post {
	border: 1px solid #c8c8c8;
	background-color: #FFFFFF;
	margin-top: 3px;
}

/*
#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: #0054A4;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

#job_post TD.header A{
	color: #FFFFFF;
}

#job_post TD.header A:hover{
	color: #000000;
}

/*
#job_post TD.top_links
style for the row at the top of the job post. Used in include/post_display.inc.php
*/

#job_post TD.top_links {
	background-color: #ffffff;
	font-size: 12px;
}

#job_post TD.top_links_2 {
	background-color: #ffffff;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*
#job_post H1.job_title
style for the job post title, used in include/post_display.inc.php
*/
#job_post H1.job_title {
	color: #0054A4;
	font-size: 18pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/*
#job_post TD.job_post_body
The style for displaying the job description cell, used in include/post_display.inc.php
*/
#job_post TD.job_post_body {
	background-color: #ffffff;

}

#job_post TD.job_post_body_header {
	background-color: #ffffff;
	padding: 5px;
}

/*
#job_post TD.job_post_body
The table for dsiplaying the job post data, used in include/post_display.inc.php
*/
#job_post TABLE.job_post_data {
	width: 100%;
	background-color: #ffffff;

}

#post_form {
	width: 100%;
}

/* 
####################################################
Employer's profile:
This style is for the table that shows the employer's profile in detail.
HTML located in: profiles.inc.php
*/

#profile,  TABLE.profile_data {
	background-color: #FFFFFF;
	width: 100%;
	border: 0px;
	font-size: 12px;
	color: #303030;
	margin-top: 3px;
}

#profile_header,  TABLE.profile_header {
	background-color: #FFFFFF;
	width: 100%;
	border: 0px;
	font-size: 12px;
	color: #303030;
}

#profile_header,  TD.logo {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

#profile_header,  TD.about {
	width: 100%;
	font-size: 12px;
	color: #303030;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}


/* 
###########################################################
Posts :
This style is for the table that displays a resume in detail.
HTML code is located in posts.inc.php
*/

TABLE.job_post_data {
	background-color: #ffffff;
	width: 100%;
	border-width: 0px;
	margin-top: 3px;
	font-size: 12px;
	color: #303030;


}

/* 
###########################################################
Resume :
This style is for the table that displays a resume in detail.
HTML code is located in resumes.inc.php
*/

TABLE.resume_data {
	background-color: #ffffff;
	width: 100%;
	border-width: 0px;
	margin-top: 3px;
	font-size: 12px;
	color: #303030;


}

/*
############################################################
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: #c8c8c8;
	
	width: 100%;
	border-bottom-width: 0px;

}
/*
TD.dynamic_form_seperator -
The name of the field separator 
*/
#dynamic_form TD.dynamic_form_seperator {
	font-weight: bold;
	font-size: 12px;
}

/*
TD.dynamic_form_field -
The name of the field (field label which on the left side)
*/
#dynamic_form TD.dynamic_form_field {
	background-color: #e9e9e9;
	font-weight: bold;
	width: 170px;
	font-size: 12px;
	text-align: right;
	

}

#dynamic_form TD.dynamic_form_2_col_field {
	background-color: #ffffff;
	font-size: 12px;

}

#dynamic_form TD.dynamic_form_3_col_field {
	background-color: #ffffff;
	font-size: 12px;
	text-align: center;

}
/*
#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;
	font-size: 12px;
	
}

/*

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

}

/*

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

}
#dynamic_form TEXTAREA {
	

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

}

/*
############################################################
Email alert
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.

*/

#email_alert, TABLE.email_alert {
	background-color: #c8c8c8;
	
	width: 100%;
	border-bottom-width: 0px;

}
/*
TD.email_alert_field -
The name of the field (field label which on the left side)
*/
#email_alert TD.email_alert_field {
	background-color: #e9e9e9;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	width: 50%;	

}

#email_alert TD.email_alert_2_col_field {
	background-color: #ffffff;
	font-size: 12px;
	

}
/*
#dynamic_form TD.dynamic_form_value
The value of the field (on the right from the field label)
*/
#email_alert TD.email_alert_value {
	background-color: #ffffff;
	font-size: 12px;
	
}

/* Other fields */
#email_alert INPUT.email_alert_checkbox_style {
	background-color: #ffffff;
	

}

#email_alert INPUT.email_alert_radio_style {
	background-color: #ffffff;
	color: #ffffff;
	

}
#email_alert INPUT.email_alert_text_style{
	background-color: #ffffff;
	

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

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

}

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

*/

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

}


/* 
cell for the search field
*/
#search_form TD.field_title {
	background-color: #FFFFFF;
	color: #303030;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

#search_form TD.field {
	background-color: #FFFFFF;
	color: #303030;
	font-weight: bold;
}

#search_form TD.field_submit {
	background-color: #FFFFFF;
	text-align: center;
}

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

/*
style for the input fields (check)
*/
#search_form, INPUT.search_checkbox_style {
	background-color: #EDF8FC;
	color: #000000;
	
	
}

/*
style for the input fields (radio)
*/
#search_form, INPUT.search_radio_style {
	background-color: #FFFFFF;
	color: #303030;
	
	
}
/*
Select box (drop down / multiple select)
*/
#search_form SELECT.search_input_style {
	background-color: #ffffff;
	color: #303030;
	font-size: 12px;
}

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

/*
style for the bottom of the form
*/
#search_form TR.bottom {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	text-align: center;
	padding: 2px;
	margin: 2px;
}


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

*/

#joblist, TABLE.list {
	background-color: #C8C8C8;
	width: 100%;
	font-size: xx-small;
	clear: both;
}


#joblist .job_list_small_print {
	font-size: xx-small;
	color: #303030;

}

#joblist .job_list_title {
	font-weight: bold;
	color: #0000FF;
	font-size: 13px;

}

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




#joblist .job_list_cat_name {
	font-size: xx-small;
	font-weight: bold;
	color: #0054A4; 

}

#joblist TD.list_data_cell {
	color: #303030;
	font-size: 12px;
	
	
}

#joblist TD.list_data_cell_views {
	color: #303030;
	text-align: center;
	font-size: 12px;
	
}

#joblist TD.list_data_cell A {
	color: #303030;
}

#joblist TD.list_data_cell A:hover {
	color: #0054A4;
}

#joblist TD.list_header_cell {
	text-align: center;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #0054A4;
	color: #FFFFFF;
	font-size: 13px;
	height: 25px;

}

#joblist TD.list_day_of_week {
	font-weight: bold;
	color: #303030;
	font-size: 12px;
	text-align: center;
	background-color: #d9d9d9;
	height: 24px;

}

.joblist_text {
	font-weight: bold;
	color: #303030;
	font-size: 12px;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;

}


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

*/

#joblist_premium, TABLE.list {
	background-color: #C8C8C8;
	width: 100%;
	font-size: xx-small;
	clear: both;
}


#joblist_premium .job_list_small_print {
	font-size: xx-small;
	color: #303030;

}

#joblist_premium .job_list_title {
	font-weight: bold;
	color: #0000FF;
	font-size: 13px;

}

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



#joblist_premium .job_list_cat_name {
	font-size: xx-small;
	font-weight: bold;
	color: #0054A4; 

}

#joblist_premium TD.list_data_cell {
	color: #303030;
	font-size: 12px;
	
	
}

#joblist_premium TD.list_data_cell A {
	color: #303030;
}

#joblist_premium TD.list_data_cell A:hover {
	color: #0054A4;
}

#joblist_premium TD.list_data_cell_views {
	color: #303030;
	text-align: center;
	font-size: 12px;
	
}



#joblist_premium TD.list_header_cell {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #0054A4;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	height: 25px;

}

#joblist_premium TD.list_day_of_week {
	font-weight: bold;
	color: #303030;
	text-align: center;
	font-size: 12px;
	background-color: #d9d9d9;
	height: 24px;

}

.joblist_text_premium {
	color: #303030;
	font-size: 12px;
	float: left;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

/*
####################################################
Applications list

*/

#applist, TABLE.list {
	background-color: #C8C8C8;
	width: 100%;
	font-size: xx-small;
	clear: both;
}


#applist .app_list_small_print {
	font-size: xx-small;
	color: #303030;

}

#applist .app_list_title {
	font-weight: bold;
	color: #0000FF;
	font-size: 13px;

}

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




#applist .app_list_cat_name {
	font-size: xx-small;
	font-weight: bold;
	color: #0054A4; 

}

#applist TD.list_data_cell {
	color: #303030;
	font-size: 12px;
	
	
}


#applist TD.list_data_cell A {
	color: #303030;
}

#applist TD.list_data_cell A:hover {
	color: #0054A4;
}

#applist TD.list_header_cell {
	text-align: center;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #0054A4;
	color: #FFFFFF;
	font-size: 13px;
	height: 25px;

}

#applist TD.list_day_of_week {
	font-weight: bold;
	color: #303030;
	font-size: 12px;
	text-align: center;
	background-color: #d9d9d9;
	height: 24px;

}

.applist_text {
	font-weight: bold;
	color: #303030;
	font-size: 12px;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;

}

/*
############################################################
Send email to friend
*/

#taf_email, TABLE.taf_email {
	background-color: #ffffff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*
############################################################
Send apps
*/

#send_apps, TABLE.send_apps {
	background-color: #ffffff;
	width: 100%;
}

#send_apps TD.send_apps_field {
	background-color: #ffffff;
	font-weight: bold;
	width: 170px;
	font-size: 12px;
	text-align: right;
}

#send_apps TD.send_apps_value {
	background-color: #ffffff;
	font-size: 12px;
}

#send_apps_2, TABLE.send_apps_2 {
	background-color: #ffffff;
	width: 100%;
	margin: 5px;
}

#send_apps_2 TD.send_apps_field {
	background-color: #ffffff;
	font-weight: bold;
	width: 170px;
	font-size: 12px;
	text-align: right;
}

#send_apps_2 TD.send_apps_value {
	background-color: #ffffff;
	font-size: 12px;
}
/*
####################################################
Credit list

*/

#creditlist, TABLE.list {
	width: 100%;
	background-color: #c8c8c8;
}

#creditlist TD.list_data_cell {
	color: #303030;
	font-size: 12px;
	background-color: #FFFFFF;	
	
}

#creditlist TD.list_data_cell A {
	color: #303030;
}

#creditlist TD.list_data_cell A:hover {
	color: #0054A4;
}

#creditlist TD.list_header_cell {
	text-align: center;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #d9d9d9;
	color: #303030;
	font-size: 13px;
	height: 25px;

}


/*
####################################################
Order

*/

#order, TABLE.list {
	width: 100%;
	background-color: #c8c8c8;
}

#order TD.list_data_cell {
	color: #303030;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 3px;	
}

#order TD.list_data_cell A {
	color: #303030;
}

#order TD.list_data_cell A:hover {
	color: #0054A4;
}

#order TD.list_header_cell {
	text-align: right;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #d9d9d9;
	color: #303030;
	font-size: 13px;
	height: 25px;
	white-space: nowrap;
}


/*
####################################################
Payement list

*/

#payementlist, TABLE.list {
	width: 100%;
	background-color: #c8c8c8;
}

#payementlist TD.list_data_cell {
	color: #303030;
	font-size: 12px;
	padding: 5px;	
}

#payementlist TD.list_data_cell A {
	color: #303030;
}

#payementlist TD.list_data_cell A:hover {
	color: #0054A4;
}

#payementlist TD.list_header_cell {
	text-align: center;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #d9d9d9;
	color: #303030;
	font-size: 13px;
	height: 25px;
}


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

*/

.cat_heading {

	font-weight: bold;

	

}

A.cat_heading:visited {


 }

.cat_subcategory {
	font-weight: normal;
	margin-left: 5px;
	

}

.cat_subcategory TD{
	padding-left: 12px;
	padding-top: 1px;
	vertical-align: top;
	background-position: left center;
	background-repeat: no-repeat;
}

TABLE.cat_table {
	border-style:solid;
	border-color: #C8C8C8;
	border-width:1px;
	background-color: #FFFFFF;
	margin-top: 3px;
	


}

.cat_table A {
	color: #303030;
	font-size: 12px;
	font-weight: bold;
}

.cat_table A:hover {
	color: #0054A4;
}

.cat_table_title {
	background-color: #0054A4;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	height: 25px;
}

.cat_table_title_left {
	background-color: #0054A4;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
	height: 25px;
	padding-left: 5px;
}

.cat_table_title_left A {
	color: #FFFFFF;
	font-size: 13px;
}

.cat_table_title_left A:hover {
	color: #929497;
}

.cat_table_cat TD {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
}

/*


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

*/

#resumelist, TABLE.resumelist {
	background-color: #c8c8c8;
	width: 100%;
	
}




#resumelist TD.list_data_cell {
	color: #303030;
	font-size: 12px;
	
	
}

#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 {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #0054A4;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;

}

#resumelist TD.list_header_cell A{
	color: #FFFFFF;
}

#resumelist TD.list_header_cell A:hover{
	color: #000000;
}


/*
######################################################
Pages navigator
*/
.nav_pages_bottom {
	font-size: 12px;
	color: #929497;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.nav_pages_bottom A {
	color: #303030;
}

.nav_pages_bottom A:hover {
	color: #0054A4;
}

.nav_pages_top {
	font-size: 12px;
	color: #929497;
	float: right;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.nav_pages_top A {
	color: #303030;
}

.nav_pages_top A:hover {
	color: #0054A4;
}

.nav_pages_current {
	color: #0054A4;
	font-weight: bold;
}

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

}
/*
################################
*/

.hotlist_heading {

	width: 100%;
	background-color: #808080;
	color: #ffffff;
	padding: 8px;

}

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




/*
Changes the notice box styles, look in functions.php function render_box_top($width=100, $label='') 
*/
TABLE.info_box {
	border-style:solid;
	border-color: #C8C8C8;
	border-width:1px;
	background-color: #FFFFFF;
	margin-top: 3px;

}

TD.info_box_head { /*header foreground */
	background-color: #0054A4; /*default #C8D7E8 light blue color*/
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 13px;
	height: 25px;
	
}
TD.info_box_hed_right, TD.info_box_hed_left { /*top right and top left corners*/
	background-color: #0054A4;

}
TABLE.info_box_body { /*The inner table */
	background-color: #ffffff;
	margin-top: 5px;
	
	
}
TD.info_box_cell {
	padding: 2px;
}
/**************
Request History
*/
TABLE.request_history {
	background-color: #c8c8c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD.request_history_head { /*table heading cells*/
	background-color: #d9d9d9;
	font-weight: bold;
	font-size: 13px;
	color: #303030;
	text-align: center;
	height: 25px;
}

TD.request_history_data {
	background-color: #ffffff;

}

.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 {
	font-size: 12px;
	font-weight: bold;
	color: #339900;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}



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

*/
#advertiser_signup,  TABLE.advertiser_signup_form {

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


}

/*
*********************************************
Advertising section
*/
.advertising {
	border: 1px solid #C8C8C8;
	margin-top: 3px;
	width: 100%;
}

.banner_150_100 {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.advertising_table_title {
	background-color: #0054A4;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	height: 25px;
}

/*
Footer
*/

.footer_nav {
	color: #FFFFFF;
	background-color: #929497;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	margin-top: 3px;
}

.footer_button {
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
}

.footer_button:hover {
	color: #202020;
}

/*
Login
*/

TABLE.login_table {
	border-style:solid;
	border-color: #C8C8C8;
	border-width:1px;
	margin-top: 3px;
	font-size: 12px;
	color: #303030;	


}

.login_table A {
	color: #0054A4;
	font-size: 12px;
	margin-right: 2px;
	margin-left: 2px;
}

.login_table A:hover {
	color: #303030;
}

.login_table_title {
	background-color: #0054A4;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	height: 25px;
}

.login_table_field_title {
	color: #303030;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

/*
Resume status
*/

TABLE.resume_status_table {
	font-size: 12px;
	color: #303030;	
}

.resume_status_table_field_title {
	color: #303030;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
