@CHARSET "ISO-8859-1";

/* HERE IS LOCATED GENERAL CSS THAT IS USED ON ALL WEBSITE PAGES AND INTERFACES */

html, body 
{	
	/* height: 100%; */
	margin: 0; padding: 0;
	background: #003399;
	color: #FFF;
	font-family: sans-serif, arial, verdana;
	font-size: 14px;
	text-align: left;
}

h1, h2, h3, h4, h5 
{
	padding-left: 20px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	font-variant: small-caps;
	text-align: center;
}
h1 
{
	font-size: 22px;				
}
h2 
{
	font-size: 20px;
	color: #1E90FF;
}
/*
h3 
{
	font-size: 14px;
	color:#000;
}
*/
h3
{
	text-align: left;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	border-bottom: 1px solid #FFF;
}	

h4 
{
	font-size: 10px;
	color: #1E90FF;
	font-weight: bolder;	
}
h5 
{
	font-size: 18px;		
	color: #1E90FF;
	font-weight: bolder;
}
h6 
{
	font-size: 10px;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

a img 
{
	border: 0;
}

a 
{ 
	color: #FFD700;
	text-decoration: none;
}
a:hover 	
{
	text-decoration: underline;
}

form
{
	margin: 0;
	padding: 0;
}

p
{
	text-align: left;
	margin: 0;
	padding:  6px 0px 6px 0px;
}		

/* ======= TABLE STYLE =============================== */
.table
{
	border-collapse: collapse;
	background: #0044AA;
	border: 2px solid #002288;
	font-weight: normal; 
}

.table thead,
.table tfoot	
{
	background: #002288;
	font-weight: bold;
}

.table tbody td
{
	border-bottom: 1px solid #002288;
}

.table tr.odd
{
	background: #003399;	
}

.table tr.highlight
{
	background: #0066cc;
}

.table caption
{
	text-align: left;
	padding: 0 0 4px 8px;
}
	
/* =================================================== */	


/* a box that display a text with informational text */
.box,
#box	
{
	margin: 0 auto;
	color: #ffffff;
	width: 550px;
	padding: 10px 20px 15px 20px;
	text-align: left;
	background: #064AD2;
	font-size: 14px;    
}

.box p,
#box p
{
	padding: 0;
	margin: 0;
}		

.box .sb-inner,			/* useful for round corner js */ 
#box .sb-inner	
{	
	background: #064AD2;	
	color: #ffffff;	
}


/* style for action messages, errors etc. */
.msg
{
	margin-left: 20%; 
	margin-right: 20%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	color: #FFD700;
	background: #064AD2; 
	border: 2px solid #002288;
}	

.msg-small
{
	color: #FFD700; 
	padding-bottom: 8px; 
	font-size: 11px; 
	font-weight: bold; 
	text-align: center;
}


.text
{
	color: #FFF;	
}

.bold
{
	font-weight: bold;
}		

.center
{
	text-align: center;
}	

.right
{
	text-align: right;
}		

.left
{
	text-align: left;
}		

.clear
{
	clear: both;	
}

.small
{
	font-size: 10px;
}

.big
{
	font-size: 16px;
	font-weight: bold;	
}

.large
{
	font-size: 20px;
	font-weight: bold;	
}

.huge
{
	font-size: 26px;
	font-weight: bold;	
}


/* shows user indication for current page */
.info
{
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 10px;
	color: #ddd;
}


/* accepted client indicator */
.approved
{	
	background: url(../images/icons/client_accept.png) no-repeat top left;
	padding-left: 14px;
	color: #FFF;
	font-weight: bold;	
}

.accepted
{	
	background: url(../images/icons/accepted.png) no-repeat top left;
	padding-left: 14px;
	color: #FFF;
	font-weight: bold;	
}



.blocked,
.rejected	
{
	padding-left: 14px;
	background: url(../images/icons/blocked.png) no-repeat left;
	color: #AAA;		
	font-weight: bold;	
}

.time
{	
	background: url(../images/icons/clock_little.png) no-repeat left center;
	padding-left: 17px;
	color: #FFF;
	font-weight: bold;	
}

/* ============ FORM ELEMENTS CSS ==============  */

.form .label
{
	background: url(../images/form/label.gif) right repeat-y;
	text-align: right;
	padding: 4px;
	padding-right: 8px;
	width: 260px;
	white-space: nowrap;
	vertical-align: top;	
}		

.form .field
{
	background: url(../images/form/field.gif);	
	width: 400px;
	padding: 4px;	
	text-align: left;
}		

.form .label2
{
	vertical-align: top;
	padding-top: 4px;
	padding-right: 8px;	
	text-align: right;
	color: white;
}		

.form2 .label
{
	text-align: right;
	padding: 4px;
	padding-right: 8px;
	vertical-align: top;		
	font-weight: bold;	
}

.form2 .field
{
	padding: 4px;	
	text-align: left;
	vertical-align: top;		
}

.textbox
{
	border: 1px solid #000;
	width: 200px;
	font-size: 12px;
}	

.button
{
	cursor: pointer;
}

.button.accept
{
	padding-left: 16px;
	background-image: url(../images/icons/client_accept.png);
	background-repeat: no-repeat; 
	background-position: left;	
}

select,
select.textbox	
{
	border: 1px solid #000;	
	width: auto;
}	

textarea
{
	font-family: sans-serif;	
}		

.form .spacer
{
	height: 8px;
}

input[type=checkbox],
input[type=radio],
label
{
	cursor: pointer;	
}

caption
{
	text-align: left;
	padding-left: 20px;
}	
/* ============================================= */


/* ================ PAGINATION start ============================= */

.paging
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}		

.paging a
{
	padding: 2px 4px 1px 4px;
	border: 1px solid transparent;	
	line-height: 30px;	
}		
.paging a:hover
{
	border: 1px solid #FFF;
	text-decoration: none;	
}		

.paging a.selected
{
	background: #000065;
	color: #FFF;
	border: 1px solid #AAA;	
}		

/* ================ PAGINATION end   ============================= */



/* ========================== Style to present the Employers RESUME ============== */

table.resume
{
	font-size: 13px;	
}		

table.resume .table
{
	margin-left: 30px;
}	

table.resume td.label
{
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
	vertical-align: top;	
}



/* =============================================================================== */



.tabularData 
{
	background-color: White;
	color: #001D49;
	border: 1px solid #1B4178;
	border-bottom: Black;
	border-top: #889EBD;
	font-size: 15px;
		text-align: left;
}
.tabularData td
{
	padding: 0 3px 0 3px;				
}
.tabularData thead td 
{
	background-color: #052F6D;
	color: White;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	padding: 3px;
}
.tabularData .altRow
{
	background-color: #D0E2FF;
}
.tabularData a
{
	color:#CC0000;
}
.tabularData img
{
	margin: 5px;
}













/* ==== JOBS SECTION START ==== */

#jobs .table td
{
	font-size: 13px;
	padding: 6px 3px;
}	

#jobs .category
{
	background: url(../images/icons/folder.png) no-repeat left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	margin: 3px 5px 3px 5px;
}

#jobs .job-title
{
	font-size: 13px;
	font-weight: bold;
	margin-left: 30px;
	padding-left: 20px;
	background: url(../images/icons/arrow.png) no-repeat left;
}		

#jobs a.category
{
	font-size: 12px;
	font-weight: bold;
	background: url(../images/icons/folder.png) no-repeat left;	
}

#job-details
{
	margin-left: 70px;
	font-size: 14px;
	text-align: left;
}

#job-details .label
{
	width: 30%;
	float: left;
	font-weight: bold;
	padding: 10px 15px 4px 30px;		
	vertical-align: top;
	color: #EEE;	
	text-align: right;
}

#job-details .field
{
	width: 500px;
	float: left;
	text-align: left;
	padding: 10px 4px 4px 4px;		
	vertical-align: top;	
}

#job-details .row td
{
	border-bottom: 1px dotted #AAA;				
}	
	
#job-details .options
{
	width: 800px;
	text-align: right;		
}	

#job-details h3
{
	border-width: 2px;
}		

#job-approve-form 
{
	color: #FFF;
}


/* ==== JOBS SECTION END   ==== */
















/* ==== TRAINING SECTION START ==== */

#training .table td
{
	font-size: 13px;
	padding: 6px 3px;
}	

#training .category
{
	background: url(../images/icons/folder.png) no-repeat left;
	font-size: 15px;
	font-weight: bold;	
	padding-left: 20px;
	margin: 3px 5px 3px 5px;
}

#training .job-title
{
	font-size: 13px;
	font-weight: bold;
	margin-left: 30px;
	padding-left: 20px;
	background: url(../images/icons/arrow.png) no-repeat left;
}		

#training a.category
{
	font-size: 12px;
	font-weight: bold;
	background: url(../images/icons/folder.png) no-repeat left;	
}

#training-details
{
	margin-left: 70px;
	font-size: 14px;
	text-align: left;
}

#training-details .label
{
	width: 30%;
	float: left;
	font-weight: bold;
	padding: 10px 15px 4px 30px;		
	vertical-align: top;
	color: #EEE;	
	text-align: right;
}

#training-details .field
{
	width: 500px;
	float: left;
	text-align: left;
	padding: 10px 4px 4px 4px;		
	vertical-align: top;	
}

#training-details .row td
{
	border-bottom: 1px dotted #AAA;				
}	
	
#training-details .options
{
	width: 800px;
	text-align: right;		
	margin-top: -25px;
}	

#training-details h3
{
	border-width: 2px;
}	

/* ==== TRAINING SECTION END   ==== */





/* ==================================================== *
* 			JOB ORDERS
* ===================================================== */

																/* ========== JOB ORDER PROFILE =========== */

#job-orders .profile
{
	margin-left: 10px;
	font-size: 14px;
}

#job-orders .profile .label
{
	width: 34%;
	float: left;
	font-weight: bold;
	border-top: 1px dotted #AAA;		
	padding: 10px 15px 4px 30px;		
	vertical-align: top;
	color: #EEE;	
	text-align: right;
}

#job-orders .profile .field
{
	width: 500px;
	float: left;
	text-align: left;
	border-top: 1px dotted #AAA;
	padding: 10px 4px 4px 4px;		
	vertical-align: top;	
}

#job-orders .profile .options
{
	width: 800px;
	text-align: right;		
}	

																			/* ====== JOB ORDER NOTES ===== */

#job-orders a.notes-edit
{
	background: url(../images/icons/notes_edit.png) no-repeat left;
	padding-left: 12px;
	font-size: 11px;				
}

#job-orders a.notes-delete
{
	background: url(../images/icons/notes_delete.png) no-repeat left;
	padding-left: 13px;			
	color: #DC2F11;
	font-size: 11px;
}

#job-orders a.client-notes			/* small link to client notes pop-up */
{	
	background: url(../images/icons/notes_client.png) no-repeat left;
	padding-left: 16px;	
}

#job-orders .notes-wrapper
{
	width: 800px;
	padding-top: 4px;	
}

#job-orders .notes-title
{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-left: 47px;
	padding-bottom: 8px;
	background: url(../images/icons/notes.png) no-repeat; 
	background-position: top 15px;
	border-bottom: 2px solid #FFF;
}		

#job-orders .notes-info
{
	margin-top: 14px;		
	border-bottom: 1px dotted #FFF;
	margin-left: 15px;
	padding-left: 10px;
	margin-right: 20px;	
}		

#job-orders .notes-description
{	
	margin-top: 3px;		
	margin-left: 110px;	
	margin-right: 100px;	
	color: #DDD;
}

#job-orders .notes-add-wrapper
{
	top: -25px; 
	position: relative; 
	float: right; 
	padding-right: 8px;
}

#job-orders .notes-options-wrapper
{
	top: -17px; 
	position: relative; 
	float: right; 
	padding-right: 30px;	
}

#job-orders .notes-heading
{
	background: url(../images/icons/notes_big.png) no-repeat;
	background-position: 10px;
	padding-left: 55px;	
	height: 40px;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	margin-left: 4px;
	margin-right: 4px;
	border-bottom: 2px solid #AAA;	
}

#job-orders .notes-msg
{
	position: relative;
	top: 10px;
	text-align: center;
	color: #FFD700;
	font-weight: bold;
}

#job-orders .note-form
{
	margin: 0 10px 0 20px; 
}

#job-orders .note-form .label
{
	font-weight: bold;
	color: #EEE;
}
																			/* =========================== */



																			/* ====== APPLICANT NOTES ===== */
#job-orders.applicant-notes .heading
{
	background: url(../images/icons/notes_big.png) no-repeat;
	background-position: 10px;
	padding-left: 55px;	
	height: 40px;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	margin: 0 4px;	
	border-bottom: 2px solid #AAA;
}


#job-orders.applicant-notes .stamp
{
	text-align: right; 
	padding-right: 15px; 
	position: relative; 
	top: -21px; 
	color: #CCC;	
}

#job-orders.applicant-notes .msg
{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: -10px;
	font-size: 11px;
}

#job-orders.applicant-notes table.list
{
	font-size: 11px;
	border-collapse: collapse;
	margin-top: 8px;
}

#job-orders.applicant-notes table.list td
{
	padding: 4px 6px;
}

#job-orders.applicant-notes table.list td.title
{
	background: #002288;
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 10px;
	color: #CCC;	
}

#job-orders.applicant-notes table.list td.date
{
	width: 18%;
	font-size: 10px;	
	background: #002288;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #002288;	
}

#job-orders.applicant-notes table.list td.note
{
	border-right: 1px dotted #AAA;
	border-bottom: 1px solid #002288;
	background: #0044AA;
	width: 70%;			
}

#job-orders.applicant-notes table.list td.options
{
	border-bottom: 1px solid #002288;	
	background: #0044AA;		
}

																	/* ================================ */



																	/* ======== TIME TRACKER ========== */
#job-orders a.time-tracker
{
	display: block;
	background: url(../images/icons/clock.png) no-repeat;
	padding-left: 26px;
	font-size: 16px;
	font-weight: bold; 
	float: right;
	line-height: 24px;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	top: -12px;
}

#job-orders #time-tracker
{
	min-height: 340px;		/* so [Close Window] link would appear at the bottom of the page */	
}

#job-orders #time-tracker .heading
{
	background: url(../images/icons/clock_big.png) no-repeat;
	padding-left: 55px;	
	height: 50px;
	font-weight: bold;
	font-size: 24px;
	line-height: 48px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 2px solid #AAA;
}		

#job-orders #time-tracker .stamp
{
	text-align: right; 
	padding-right: 15px; 
	position: relative; 
	top: -21px; 
	color: #CCC;	
}	

#job-orders #time-tracker table.list thead td		/* table with time entries */
{
	font-weight: bold;
	color: #FFF;
	border-bottom: 2px solid #AAA;
	padding: 2px 4px;
}

#job-orders #time-tracker table.list tbody td
{
	padding: 2px;	
	border-bottom: 1px dotted #AAA;
	font-size: 12px;
}

#job-orders #time-tracker table.list tr.add
{
	background: #002288;		
}

#job-orders #time-tracker table.list tbody tr.odd
{
	background: #0044AA;
}	

#job-orders #time-tracker .msg
{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 11px;	
	position: relative;
	top: -10px;
}

																		/* =========================== */


/* pop-up page where enrollment steps are setup */
#job-orders.enrollment-setup tr.category td
{
	font-size: 14px;
	font-weight: bold;	
	background: #002288;
	padding: 3px 8px;
}

#job-orders.enrollment-setup tr.step td
{
	padding: 3px 8px;
	background: #053CAB;		
}

#job-orders.enrollment-setup tr.step td:first-child
{
	padding-left: 25px;
}

#job-orders.enrollment-setup tr.add td
{
	border-bottom: 2px solid #002288;	
}

/* ========================== JOB ORDERS END ============================== */





