/***** Classes used for the employment listings *****/

/* Background color of event window */
.empl-background	{ background-color: #fff; }

/* This set text on add and edit forms */
.empl-small-title	{ color: #2A43FE; font-size:10px; font-weight:bold; }

/* This set the color of the links */
a.empl-link:link	{ color: #0000FF; text-decoration:none }
a.empl-link:visited	{ color: #0000FF; text-decoration:none }
a.empl-link:active 	{ color: #0000FF; text-decoration:none }
a.empl-link:hover	{ color: #FF0000; text-decoration:underline }

/* This set the colors of the buttons */
.button			{ border: 1px solid #21498C; font-size:10pt; background-color:#21498C; color: #FFFFFF; font-weight:normal; }

/* This set the colors of each rows */
.empl-row1-title-color1	{ font-size:11px; background-color:#B3CDE7;}
.empl-row1-title-color2	{ font-size:11px; background-color:#EEFAFF;}

.empl-row1-post-color1	{ font-size:9px; background-color:#B3CDE7;}
.empl-row1-post-color2	{ font-size:9px; background-color:#EEFAFF;}

.empl-row1-loc-color1	{ font-size:9px; background-color:#B3CDE7;}
.empl-row1-loc-color2	{ font-size:9px; background-color:#EEFAFF;}

.empl-row2-color1	{ font-size:11px; background-color:#B3CDE7; border-bottom : solid 1px #000000;}
.empl-row2-color2	{ font-size:11px; background-color:#EEFAFF; border-bottom : solid 1px #000000;}

.empl-line1		{ border-bottom : solid 1px #C0C0C0;}
.empl-line2 		{ border-bottom : solid 1px #000000;}

/* This set the pages and search word display */
.empl-on-page		{ color: #FF0000;}
.empl-find-title	{ color: #FF0000; font-weight:bold;}
.empl-find-desc		{ color: #FF0000; font-weight:bold;}
.empl-not-found		{ font-size:12px; color: #FF0000;}

/* This set all the text box*/
.empl-textbox		{ border: 1px solid #21498C; color: #000000; font-weight:normal; }

/* This set all messages to be displayed within the employment */
.empl-message 		{ color: #FF0000; text-decoration:none }

/* This set the email link */
a.empl-more:link	{ color: #0000FF; text-decoration:none; font-style:normal; font-weight:bold;}
a.empl-more:visited	{ color: #0000FF; text-decoration:none; font-style:normal; font-weight:bold;}
a.empl-more:active 	{ color: #0000FF; text-decoration:none; font-style:normal; font-weight:bold;}
a.empl-more:hover	{ color: #FF0000; text-decoration:underline; font-style:normal; font-weight:bold;}

/* This set all title in the employment profile listing display*/
.empl-listing-display	{ font-size:10px; color: #000000; font-weight:bold; }
.empl-cust-name		{ font-size:17px; font-weight:bold; text-decoration:none;}
.empl-horiz-line	{ height:1px; color:#313131;}
.empl-small-title2	{ color: #000000; font-size:10px; font-weight:bold; }
.empl-height		{ line-height:15px}

.listings td { padding: 2px; line-height: 1.4em; }