#notice {
font-size: 12px;
color: #000;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
}


a { 
color: #003d81; 
}

a.hover {
color: #003d81; 
}

a.active {
color: #003d81; 
}

a.visited {
color: #003d81;
}



/* SEARCH START ################################################# */

.checkboxspace {
text-align: left; 
width: 200px;
font-family: verdana;
font-size: 10px;
}

.emptyresults {
font-size: 12px;
text-align: center;
display: block;
}


/* SEARCH END ################################################# */
/* JOBSEEKER START ################################################# */

.js_greeting {
font-size: 12px;
font-family: verdana;
text-align: center;
display: block;
padding-bottom: 5px;
}

/* JOBSEEKER END ################################################# */
/* NAVIGATE START ################################################# */

.navcolor {
font-size: 10px;
font-family: verdana;
color: #666666;
text-align: center;
display: block;
padding-bottom: 2px;
}

.navcolor a {
color: #666666;
font-weight:bold;
}


/* NAVIGATE END ################################################# */


.resume_name {
font-size: 20px;
font-family: arial;
font-weight: bold;
color: #003e83;
text-align: left;
display: block;
padding-top: 10px;
}


#forgotpassword {
    background: url(../images/forgotpassword.jpg) no-repeat;
    padding: 10px 0px 0px 10px;   
    height: 30px;
    width: 430px;
}

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

	font-family: "verdana", sans-serif;
	font-size: 10px;
	
}
/*
This is the default style for the table data for all tables of the site
*/
 td {

	font-family: "verdana", sans-serif;
	font-size: 10px;
	
}

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

}



/*
Heading 1 - general style
*/
H1 {

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


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

	font-family: "verdana", sans-serif;
	font-size: 18pt;
	font-weight: bold;


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

	font-family: "verdana", sans-serif;
	font-size: 14pt;
	font-weight: bold;


}



/*
#############################################
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 {
width: 100%;

}

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

	font-size: 10px;
}

/*
#job_post H1.job_title
style for the job post title, used in include/post_display.inc.php
*/
#job_post H1.job_title {
	color: #000;
	font-size: 18px;
}

#job_post TD.job_post_body {
	margin-top:10px;
	background:#ffffff url(../images/jobback.gif) no-repeat top right;
}

#job_post TABLE.job_post_data {
	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: #d9d9d9;
	width: 100%;
	border: 2px;
}


/* 
###########################################################
Resume : Ito po yung file kung saan natin e edit yung looks ng ating mahiwagang resume! wahehehe!
*/

TABLE.resume_data {
	width: 100%;
	border-width: 0px;
	background:#ffffff url(../images/jobback.gif) no-repeat top right;
}
.viewProfileMain{
	margin-top:10px;
	width:100%;
	background:url(../images/jobback.gif) no-repeat top right;
}
.viewProfileBG{
	
	width:300px;
	height:340px;
}
.viewProfileRightPanel{
	float:right;
	width:20%;
}
.viewProfileLeftPanel{
	width:78%;
	float:left;
}


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

/*
TD.dynamic_form_field -
The name of the field (field label which on the left side)
*/
#dynamic_form TD.dynamic_form_field {
	background-color: #d9d9d9;
	font-weight: bold;
	width: 140px;
}

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

}

/*

*/
#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 {
}
#dynamic_form INPUT.dynamic_form_date_style {
}
/* Other fields */
#dynamic_form INPUT.dynamic_form_checkbox_style {
}

#dynamic_form INPUT.dynamic_form_radio_style {
}
#dynamic_form INPUT.dynamic_form_text_style{
}

#dynamic_form TEXTAREA {
}

#dynamic_form SELECT {
}
/*
########################################
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: #000000;
	font-size: 10px;
	font-weight: bold;
}

/*
style for the input fields (text)
*/
#search_form, INPUT.search_input_style {


	}


#search_form, INPUT.search_checkbox_style {
	font-size: 10px;
	color: #000000;
}


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


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

*/

#joblist, TABLE.list {
	background-color: #d9d9d9;
	width: 100%;
	font-size: 10px;
}


#joblist .job_list_small_print {
	font-family: "verdana", sans-serif;
	font-size: 10px;
	color: #000000;

}

#joblist .job_list_title {
	font-family: "verdana", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;

}



#joblist .job_list_cat_name {
	font-family: "verdana", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #339900; 

}

#joblist TD.list_data_cell {
	font-family: "verdana", sans-serif;
	font-size: 10px;
	color: #000000;
	
	
}


#joblist TD.list_header_cell {
	font-family: "verdana", sans-serif;
	text-align: left;
	font-size: 10px;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #E9E9E9;
	color: #000000;

}

#joblist TD.list_day_of_week {
	font-family: "verdana", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #E9E9E9;

}


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

*/

.cat_heading {

	font-family: "verdana", sans-serif;
	font-size: 10px;
	color: #003d81; 
}

 a.cat_heading:visited {
 color: #003d81; 
 }
 
 a.cat_heading:active {
 color: #003d81; 
 }
 
 
 

 .cat_subcategory {
	font-family: "verdana", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-left: 5px;
	

}

TABLE.cat_table {

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


}
/*


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

*/

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


#resumelist TD.list_data_cell {
	font-family: "verdana", sans-serif;
	font-size: 8pt;
	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: "verdana", sans-serif;
	
	font-size: 8pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #000000;

}




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

*/

/*
###########################################################
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%;
	color: #ffffff;
	padding: 8px;

}

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




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

}

TD.info_box_head { /*header foreground */
	background-color: #003e83; /*default #003e83 light blue color*/
	color: #ffffff;
	text-align: center;
	
}
TD.info_box_hed_right, TD.info_box_hed_left { /*top right and top left corners*/
	background-color: #003e83;

}
TABLE.info_box_body { /*The inner table */
	
	background-color: #ffffff;
	border-collapse: collapse; 
	border-style: solid;
	border-color: #003e83;
	
	
}

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

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

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

}

.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 {
}



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

*/
#advertiser_signup,  TABLE.advertiser_signup_form {

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


}
.viewLabel{
	color:#fff;
	background-color:#1f7197;
	padding:2px 5px 2px 5px;
	border-bottom:1px #fff solid;
}
.viewValue{
	padding:2px 5px 2px 5px;
	border-bottom:1px #b8b9ba solid;
	font-size:11px;
}
.viewSeparator{
	border-bottom:1px #b8b9ba solid;
	background-color:#044b8b;
	padding:5px 5px 5px 5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.viewOuterBorder{
	border-bottom:1px #8d8d8d solid;
	border-top:1px #8d8d8d solid;
	border-right:1px #8d8d8d solid;
	border-left:1px #8d8d8d solid;
	padding-left:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-top:2px;
}
.buttonBG{
	padding-left:2px;
	padding-bottom:4px;
	padding-right:2px;
	padding-top:4px;
	background-color:#3974aa;
}
.buttonPad{
	padding-left:2px;
	padding-bottom:4px;
	padding-right:2px;
	padding-top:4px;
}
.viewResumeLabel{
	font-size:11px;
	color:#fff;
	background-color:#286195;
	padding:8px 5px 8px 5px;
	border-bottom:1px #b8b9ba solid;
}
.viewCandidateLabel2{
	color:#fff;
	background-color:#000000;
	padding:8px 5px 8px 5px;
}
.viewBorderBottom{
	border-bottom:1px #b8b9ba solid;
}
