﻿body {
}
.DataField
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
}

.DataFieldBold
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
}

.DataFieldSmaller
{
	font-weight: normal;
	font-size: 7pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
}

.DataFieldBackgroundsilver
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: silver;
}

.DataFieldBackgroundwhite
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.DataLabelBold
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.TableHead, .TableHead A, .TableHead A:link, .TableHead A:visited
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: black;
}

BODY.PressRelBody A, BODY.PressRelBody A:link, BODY.PressRelBody A:visited
{
	color:black;
}


.JobPostBody
{
	color: #57606B;
	background-color: White;
	font-size: medium;
	font-family: Arial;
}

.JobPostBody A, .JobPostBody A:link, .JobPostBody A:visited
{
	color: #57606b;
}

.JobPostBody H1
{
	color: #003399;
	font-size: large;
	font-weight: normal;
	text-align:center;
	margin-bottom:15px;
}

.JobPostBody LEGEND
{
	color: #003399; /* #0071BC; */
}

.JobPostBody FIELDSET
{
	border: solid 1px #003399;
	padding-left:10px;
}

.JobPostBody dt /*, .JobPostBody dd*/
{
	display:inline;
}

.SearchLink
{
	font-size:small;
	display:block;
	float:left;
	margin-bottom:10px;
}

.FloatRight
{
	display:block;
	float:right;
	font-size:small;
	font-weight:bold;
}

.JobTable
{
	clear:both;
	width:100%;
}

.JobTable th, .JobTable th A, .JobTable th A:link, .JobTable th A:visited
{
	font-weight: normal;
	font-size: small;
	color: white;
	background-color: #003399;
	text-align:left;
}

.OddRow
{
	font-size: x-small;
	color: black;
	background-color: #EFF2FA;
}

.EvenRow
{
	font-size: x-small;
	color: black;
	background-color: white;
}

.JobInfoTable, .JobInfoTable3
{
	width: 95%;
	font-size:small;
}
.JobInfoTable th
{
	text-align:left;
	width: 15%;
	font-size: small;
	vertical-align:top;
}

PRE
{
	font-size:small;
	font-family: Arial;
	
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.LeftCol, .RightCol
{
	font-size:small;
	margin:0px;
	padding:0px;
}

.LeftCol
{
	font-weight:bold;
	float:left;
	width:15%;	
}

.RightCol
{
	float:right;
	width:84%;
}

.JobInfoTable3 th
{
	text-align:left;
	width: 10%;
	font-size: small;
	vertical-align:top;
}

.JobInfoTable3 td
{
	width: 23%;	
	vertical-align:top;
}

.JobActionButton
{
	font-size: small;
	width:10em;
	height:1.5em;
	padding-top:0.25em;
	border: double 3px #003399;
	background-color: #EFF2FA;
	text-align: center;
	display:block;
	
}

A.JobActionButton, A.JobActionButton:link, A.JobActionButton:visited
{
	color: #003399;
}

