/* Page CSS Styles */
body, a, table, input, .whiteLink
{
	font-family: verdana;
	font-size: 9pt;
	vertical-align: middle;
	font-weight: bold;
	color: #036;
}

body
{
	/* Centers screen in IE */
	text-align: center;
}

/* Hidden Link on Jobs Page */
.hiddenImage
{
   height: 32px;
   width: 48px;
}
.hiddenLink
{
   border: solid 1px white;
   height: 32px;
   width: 48px;
}
.hiddenLink:hover
{
   border: dashed 1px black;
}

.whiteLink
{
	text-decoration: none;
	color: White;
	line-height: normal;
}

#searchFooter
{
   padding: 5px;
   margin: 5px 20% 0px auto;
   text-align: right;
}

#searchNoJobs
{
   color: #666;
	line-height: 15pt;
	font-weight: normal;
}

.jobLinkLineHeight
{
	line-height: 27pt;
}

a
{
	text-decoration: none;
	font-size: 8.5pt;
}

a:hover
{
	text-decoration: underline;
}

/* BOLD */
.b
{
   font-weight: bold;
}

.highlight
{
	color: #036;
   font-weight: bold;
   text-align: left;
   padding: 0px 3px;
   background-color: #D6E2EC;
}

.jobUpdate
{
	text-indent: 0;
   padding: 3pt 15pt 3pt 15pt;
}

input, .jobUpdate
{
   font-family: Courier New;
	font-weight: lighter;
}

input#sbmtButton
{
   font-weight: bold;
}

.inputType, .inputFlat
{
	border: inset 2px #006699;
	background-color: #f0f0f0;
	text-indent: 3px;
	text-align: left;
}

.inputFlat
{
   background-color: Transparent;
   border-width: 0px;
	text-indent: 0px;
}

select#jobListBox
{
	font-weight: bold;
	height: 278px; /* 315px; */
	width: 200pt;
	font-size: 10pt;
	color: #ffffff;
	background-color: #006699;
	vertical-align: top;
	border-width: 0px;
	border-top-width: 2px;
}

.floatLeft, select#jobListBox
{ float: left; }

.whitebox
{ border: inset thin white; }

.alignLeft
{
   text-align: left;
}

.alignRight
{
   text-align: right;
}

.alignCenter
{
   text-align: center;
}

.autoHeight
{
   height: auto;
}

.autoWidth
{
   width: auto;
}

.pad2px
{
   padding: 2px;
}

.pad5px
{
   padding: 5px;
}

.pad10px
{
   padding: 10px;
}

.padExtra1
{
   padding: 5px;
   padding-top: 15px
}

td
{
   height: auto;
   text-align: right;
   white-space:nowrap;
}

td.vtop
{
   vertical-align: top;
}

td.vmid
{
   vertical-align: middle;
   /* height: 35px; */
}

td.vbottom
{
   vertical-align: bottom;
   height: 15px;
}

.title
{
	color: #006633;
	font-size: 18px;
}

.jobsPageLink
{
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #036;
	z-index: 0; /* Make it behind everything */
}

.bottomCornerLink
{
	position: absolute;
	margin-top: 30px;
}

.topCornerLink
{
	position: absolute;
	top: 0;
	left: 0;
}

.trueBody
{
   position: relative;
   z-index: 200;
	height: auto;
	text-align: center;
	margin: 15px auto 0px auto;
}

.jobListItemHighLight
{
   background-color: #0088bb;
}

.jobListItemWhiteLight
{
   background-color: #ffffff;
   color: #000000;
}

.jLCheckBox
{
   border: none;
   width: 82px;
   height: 20px;
}

.jobValidator
{
   padding: 0 0 0 0;
   font-size: 8pt;
}

/* Login Page */
.jobsTable
{
   width: auto;
	color: #036;
   text-align: left;
   background-color: #D6E2EC;
   border: solid 2px #069;
}

.jobsTableBorder
{
   background-color: #006699;
   color: #fff;
   vertical-align: middle;
	text-indent: 8px;
	text-align: left;
   border: solid 1px black;
}

.inputButtonDark
{
   background-color: #006699;
   color: #fff;
   border-color: black;
}

.inputButtonLight
{
   background-color: #D6E2EC;
   color: #003366;
   border-color: white;
}

input#userName, input#passWord
{
   width: 275px;
}

.sortNote
{
   vertical-align: middle;
   text-align: center;
   text-indent: 5pt;
   height: 20px;
   font-size: 0.8em;
}

