/* CSS Document */

#body
{
	background-color:#D9E9F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;
	margin:0;
	padding:0;
}

#wrapper
{
	width:760px;
	margin:0 auto 0 auto;
	background-color:#003399;
}

#head
{
	background-color:#2B69EC;
	background-repeat:repeat-x;
	background-image:url(/images/general/head_grad.png);
}

#menu
{
	background-color:#FFFFFF;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	height:32px;
}

.menulink, .menulink:hover, .menulink:visited, .menulink:active, .menulink:link
{
	display:block;
	height:20px;
	padding:7px 0 0 33px;
	color:#000000;
	font-weight:normal;
	background-repeat:no-repeat;
	float:left;
}

#welcomeBox
{
	width:280px;
	border-left:2px solid #399DFF;
	border-right:2px solid #399DFF;
	background-color:#21285C;
	text-align:left;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#findAJob
{
	background-image:url(/images/general/findAJob.png);
	background-color:#5FDDFF;
	width:65px;
}

#findAJob:hover
{
	background-image:url(/images/general/findAJob_o.png);
}

#setAJob
{
	background-image:url(/images/general/setAJob.png);
	background-color:#FED852;
	width:62px;
}

#setAJob:hover
{
	background-image:url(/images/general/setAJob_o.png);
}

#faq
{
	background-image:url(/images/general/faq.png);
	background-color:#A3B3C4;
	width:70px;
	padding-left:25px;
}

#faq:hover
{
	background-image:url(/images/general/faq_o.png);
}

#contact
{
	background-image:url(/images/general/contact.png);
	background-color:#A3B3C4;
	width:54px;
	padding-left:35px;
}

#contact:hover
{
	background-image:url(/images/general/contact_o.png);
}

.sessionlink, .sessionlink:hover, .sessionlink:visited, .sessionlink:active, .sessionlink:link
{
	color:#000000;
	font-weight:normal;
	
}

#content
{
	padding:16px;
}


/*misc styles*/
img
{
	border:0;
}

.message
{
	font-weight:bold;
	color:#00FF00;
}

ol .error
{
	margin-top:0;
	padding-top:0;
}

ul
{
	padding:5px 0 5px 15px;
	margin:0;
}

ul li
{
	padding-top:2px;
	padding-bottom:2px;
}

.clear
{
	clear:both;
}

form
{
	padding:0;
	margin:0;
}

.textfield
{
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100px;
}

textarea
{
	overflow:auto;
}

/*text styles*/
.pageTitle
{
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:140%;
	color:#FFFFFF;
	text-transform:capitalize;
}
.subhead
{
	font-weight:bold;
	margin-bottom:4px;
}

a, a:visited, a:hover, a:link, a:active
{
	text-decoration:none;
	font-weight:bold;
	color:#000066;
}

.h
{
	font-weight:bold;
	text-transform:capitalize;
}

.noteTitle
{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	font-style:italic;
}

#jobMessage label, #advancedSearch label
{
	font-weight:bold;
	color:#000066;
	display:block;
	margin-bottom:5px;
}

#feedbackForm label
{
	font-weight:bold;
	color:#000066;
	margin-bottom:5px;
}

#advancedSearch label
{
	margin-top:5px;
}

#newJob label, #user label
{
	display:block;
	color:#A5511F;
	margin:5px 0 5px 0;
}

#user label
{
	color:#000000;
}

#newJob label.inline, #user label.inline, #advancedSearch label.inline
{
	display:inline;
}

.error, .erro label
{
	font-weight:bold;
	color:#FF0000;
}

.red
{
	color:#FF0000;
}

.lightgrey
{
	color:#666666;
}

.lightgreen
{
	color:#33CC99;
}

.lightorange
{
	color:#FFA824;
}

.normal, #feedbackForm .normal
{
	font-weight:normal;
}

/*content styles*/
.contentBox
{
	margin-bottom:8px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:8px;
	color:#000066;
}

.title
{
	border-bottom:1px solid #CCCCCC;
	color:#FF6600;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:4px;
}

.lbt .title
{
	color:#003FC9;
}

.bt .title
{
	border-bottom:1px solid #CCCCCC;
	color:#003FC9;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:4px;
}

.applicantTable, .messageTable, .feedbackTable
{
	border:1px solid #999999;
	border-width:1px 1px 0 1px;
}



.applicantTableCell, .messageTableCell, .feedbackTableCell
{
	background-color:#FFEFAE;
	border-bottom:1px solid #999999;
	color:#000066;
	padding:5px;
}

.applicantTableCell a, .messageTableCell a, .feedbackTableCell a
{
	color:#000066;
}

.applicantTableCell2, .messageTableCell2, .feedbackTableCell2
{
	background-color:#FFEFAE;
	border-bottom:1px solid #999999;
	color:#000066;
}

.feedbackTable, .feedbackTableCell, .feedbackTableCell2
{
	border-color:#FFEFAE;
}

.new .applicantTableCell, .new .applicantTableCell2, .new .messageTableCell, .new .messageTableCell2, .new .feedbackTableCell, .new .feedbackTableCell2
{
	background-color:#FFFBEB;
}

.over .applicantTableCell, .over .applicantTableCell2, .selected .applicantTableCell, .selected .applicantTableCell2, .selected .messageTableCell, .selected .messageTableCell2, .over .messageTableCell, .over .messageTableCell2, .over .feedbackTableCell, .over .feedbackTableCell2, .selected .feedbackTableCell, .selected .feedbackTableCell2
{
	background-color:#FFFFFF;
}

.listTable
{
	
}

.listTableCell
{
	background-color:#FFFFFF;
	border-bottom:1px solid #70B7FF;
	color:#000066;
	padding:5px;
}

.listTableCell2
{
	background-color:#FFFFFF;
	border-bottom:1px solid #70B7FF;
	color:#000066;
}

.listTableCell a
{
	color:#000066;
}

.listTable td.new
{
	background-color:#66CCFF;
}

.listTable tr.over td
{
	background-color:#EEEEEE;
}

.listTable tr.selected td
{
	background-color:#DDDDDD;
}

.ot .listTableCell, .ot .listTableCell2
{
	border-bottom:1px solid #FFEFAE;
}

.gt .listTableCell, .gt .listTableCell2
{
	border-bottom:1px solid #AFEC9B;
}

.lbt .listTableCell, .lbt .listTableCell2
{
	border-bottom:2px solid #9DDFFF;
}

.prt .listTableCell
{
	border-bottom:0;
	border-right: 1px solid #70B7FF;
	width:33%;
}
.prt .over
{
	border-bottom:0;
	border-right: 1px solid #70B7FF;
	width:33%;
	background-color:#EEEEEE;
	color:#000066;
	padding:5px;
}

.subTable
{
	color:#000066;
	font-weight:bold;
}

.subTable td
{
	padding:4px 4px 0 4px;
}

.detailsTable
{
	margin-bottom:4px;
	border:1px solid #999999;
	border-width:1px 0 0 1px;
	color:#333333;
}

.detailsTable a
{
	color:#333333;
}

.detailsTable td
{
	padding:8px;
	background-color:#F4F4F4;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

.detailsTable .new td
{
	background-color:#FFFFFF;
}

.box
{
	margin-bottom:12px;
}

/*content divs*/
.ct_tl
{
	float:left;
	overflow:hidden;
	width:11px;
	height:11px;
	background-color:#E9F3FD;
	background-image:url(/images/general/ct_tl.gif);
}

.ct_t
{
	overflow:hidden;
	height:11px;
	background-color:#E9F3FD;
	background-image:url(/images/general/ct_t.gif);
}

.ct_tr
{
	float:right;
	overflow:hidden;
	width:13px;
	height:11px;
	background-color:#E9F3FD;
	background-image:url(/images/general/ct_tr.gif);
}

.ct_c
{
	background-color:#E9F3FD;
	padding:5px 16px 3px 16px;
	background-image:url(/images/general/ct_r.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.ct_bl
{
	float:left;
	overflow:hidden;
	width:11px;
	height:13px;
	background-color:#E9F3FD;
	background-image:url(/images/general/ct_bl.gif);
}

.ct_b
{
	overflow:hidden;
	height:13px;
	background-color:#E9F3FD;
	background-image:url(/images/general/ct_b.gif);
}

.ct_br
{
	float:right;
	overflow:hidden;
	width:13px;
	height:13px;
	background-color:#E9F3FD;
	background-image:url(/images/general/ct_br.gif);
}
/*end content divs*/

/*generic rounded table style*/
.t, .th
{
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	text-transform:capitalize;
	padding-left:1px;
}

.tl
{
	height:32px;
	width:14px;
}

.tr
{
	height:32px;
	width:14px;
}

.l
{
	background-position:left;
	background-repeat:repeat-y;
}

.c
{
	padding:0 2px 0 2px;
}

.r
{
	background-position:right;
	background-repeat:repeat-y;
}

.b
{
	background-position:bottom;
	background-repeat:repeat-x;
}

.bl
{
	height:10px;
	width:14px;
}

.br
{
	height:10px;
	width:14px;
	overflow:hidden;
}
/*end generic rounded table styles*/

/*blue table*/
.bt
{
	empty-cells:show;
	margin-bottom:15px;
}

.bt .t
{
	background-image:url(/images/bt/t.gif);
	color:#000066;
}

.bt .tl
{
	background-image:url(/images/bt/tl.gif);
}

.bt .tr
{
	background-image:url(/images/bt/tr.gif);
}

.bt .l
{
	background-color:#70B7FF;
	background-image:url(/images/bt/b.gif);
}

.bt .c
{
	background-color:#70B7FF;
}

.bt .r
{
	background-color:#70B7FF;
	background-image:url(/images/bt/b.gif);
}

.bt .b
{
	background-image:url(/images/bt/b.gif);
	background-color:#70B7FF;
}

.bt .bl
{
	background-image:url(/images/bt/bl.gif);
}

.bt .br
{
	background-image:url(/images/bt/br.gif);
}

/*end blue table*/

/*light blue table*/
.lbt
{
	empty-cells:show;
	margin-bottom:15px;
}

.lbt .t
{
	background-image:url(/images/lbt/t.gif);
	color:#0058B0;
}

.lbt .tl
{
	background-image:url(/images/lbt/tl.gif);
}

.lbt .tr
{
	background-image:url(/images/lbt/tr.gif);
}

.lbt .l
{
	background-color:#9DDFFF;
	background-image:url(/images/lbt/b.gif);
}

.lbt .c
{
	background-color:#9DDFFF;
}

.lbt .r
{
	background-color:#9DDFFF;
	background-image:url(/images/lbt/b.gif);
}

.lbt .b
{
	background-image:url(/images/lbt/b.gif);
	background-color:#9DDFFF;
}

.lbt .bl
{
	background-image:url(/images/lbt/bl.gif);
}

.lbt .br
{
	background-image:url(/images/lbt/br.gif);
}

/*end light blue table*/

/*orange progress table*/
.ot_p
{
	empty-cells:show;
	margin-bottom:15px;
	background-color:#FF6600
}

.ot_p .t
{
	background-image:url(/images/ot_p/t.gif);
	height:6px;
}

.ot_p .tl
{
	background-image:url(/images/ot_p/tl.gif);
	height:6px;
	width:6px;
}

.ot_p .tr
{
	background-image:url(/images/ot_p/tr.gif);
	height:6px;
	width:6px;
}

.ot_p .l
{
	background-image:url(/images/ot_p/l.gif);
	width:6px;
}

.ot_p .c
{
	color: #FFEFAE;
	padding:10px;
}

.ot_p .r
{
	background-image:url(/images/ot_p/r.gif);
	width:6px;
}

.ot_p .b
{
	background-image:url(/images/ot_p/b.gif);
}

.ot_p .bl
{
	background-image:url(/images/ot_p/bl.gif);
	height:6px;
	width:6px;
}

.ot_p .br
{
	background-image:url(/images/ot_p/br.gif);
	height:6px;
	width:6px;
}
/*end orange progress table*/

/*orange table*/
.ot
{
	empty-cells:show;
	margin-bottom:15px;
}

.ot .t
{
	background-image:url(/images/ot/t.gif);
	color:#FF7A0D;
}

.ot .th
{
	background-image:url(/images/ot/th.gif);
	border-left:2px solid #FFB442;
	border-right:2px solid #FFB442;
	color:#FF7A0D;
	padding-left:15px;
}

.ot .tl
{
	background-image:url(/images/ot/tl.gif);
}

.ot .tr
{
	background-image:url(/images/ot/tr.gif);
}

.ot .l
{
	background-color:#FFEFAE;
	background-image:url(/images/ot/b.gif);
}

.ot .c
{
	background-color:#FFEFAE;
}

.ot .r
{
	background-color:#FFEFAE;
	background-image:url(/images/ot/b.gif);
}

.ot .b
{
	background-image:url(/images/ot/b.gif);
	background-color:#FFEFAE;
}

.ot .bl
{
	background-image:url(/images/ot/bl.gif);
}

.ot .br
{
	background-image:url(/images/ot/br.gif);
}
/*end orange table*/

/*green progress table*/
.gt_p
{
	empty-cells:show;
	margin-bottom:15px;
	background-color:#244800;
}

.gt_p .t
{
	background-image:url(/images/gt_p/t.gif);
	height:6px;
}

.gt_p .tl
{
	background-image:url(/images/gt_p/tl.gif);
	height:6px;
	width:6px;
}

.gt_p .tr
{
	background-image:url(/images/gt_p/tr.gif);
	height:6px;
	width:6px;
}

.gt_p .l
{
	background-image:url(/images/gt_p/l.gif);
	width:6px;
}

.gt_p .c
{
	color: #AFEC9B;
	padding:10px;
}

.gt_p .r
{
	background-image:url(/images/gt_p/r.gif);
	width:6px;
}

.gt_p .b
{
	background-image:url(/images/gt_p/b.gif);
}

.gt_p .bl
{
	background-image:url(/images/gt_p/bl.gif);
	height:6px;
	width:6px;
}

.gt_p .br
{
	background-image:url(/images/gt_p/br.gif);
	height:6px;
	width:6px;
}
/*end green progress table*/

/*green table*/
.gt
{
	empty-cells:show;
	margin-bottom:15px;
}

.gt .t
{
	background-image:url(/images/gt/t.gif);
	color:#244800;
}

.gt .tl
{
	background-image:url(/images/gt/tl.gif);
}

.gt .tr
{
	background-image:url(/images/gt/tr.gif);
}

.gt .l
{
	background-color:#AFEC9B;
	background-image:url(/images/gt/b.gif);
}

.gt .c
{
	background-color:#AFEC9B;
}

.gt .r
{
	background-color:#AFEC9B;
	background-image:url(/images/gt/b.gif);
}

.gt .b
{
	background-image:url(/images/gt/b.gif);
	background-color:#AFEC9B;
}

.gt .bl
{
	background-image:url(/images/gt/bl.gif);
}

.gt .br
{
	background-image:url(/images/gt/br.gif);
}
/*end green table*/

.left_col
{
	width:438px;
	margin-right:8px;
	float:left;
}

.right_col
{
	float:left;
	width:218px;
}

/*footer styles*/
#foot
{
	
	background-image:url(/images/general/foot_grad.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:75px;
}

.docs
{
	text-align:center;
	padding:2px;
	color:#E4E4E4;
	font-size:90%;
}

.docs a, .docs a:hover, .docs a:visited, .docs a:active, .docs a:link
{
	color:#E4E4E4;
	font-weight:normal;
}
#welcomeBox .heading {
	font-weight: bold;
	color: #9FDFFF;
	font-size: 120%;
}
#welcomeBox a, #welcomeBox a:hover, #welcomeBox a:visited, #welcomeBox a:active, #welcomeBox a:link
{
	font-weight: bold;
	color:#FFFFFF;
}
.listTableCell2-Hometitle {
	background-color:#FFFFFF;
	border-bottom:1px solid #70B7FF;
	color:#FFFFFF;
	border-right: 18px solid #70B7FF;
}

