﻿table.tblJobDescription
{
	margin-left: auto; 
	margin-right: auto;
	border-collapse: collapse;	
}

table.tblJobDescription span.TitleLabel
{
	color: #003c5a;
	font-family: Verdana, Helvetica;
	font-size: 22px;
	font-weight: bold;
	
	margin-left: 5px;
}

table.tblJobDescription span.DescriptionLabel
{
	color: #94b5ca;
	font-family: Verdana, Helvetica;
	font-size: 17px;
	font-weight: bold;	
	
	margin-left: 5px;
}

table.tblJobDescription div.jobDescriptionContent
{
	margin: 15px 5px 5px 5px;
	font-size: 12px;
}

table.tblJobDescription td.PathLabel
{
	height: 30px;
	vertical-align: top;
}

span.PathLabel,
span.PathLabel a:hover,
span.PathLabel a:link,
span.PathLabel a:visited
{
	margin-bottom: 50px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

span.PathLabel,
span.PathLabel a:link,
span.PathLabel a:visited
{
	color: #AAAAAA;
}

span.PathLabel a:hover
{
	color: #003c5a !important;
}


table.dynJobDescription
{
	width: 100%;
	border-width: 0px;
}

table.dynJobDescription td
{
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 2px;
	background-color: #003c5a;
	color: #FFFFFF;
}

table.dynJobDescription td.KeyWordColumn
{
	border-top-color: #003c5a;
	width: 100px;
	font-weight: bold;
	vertical-align: top;
	color: #003c5a;
	background-color: Transparent;
}

.BtnApplyJob
{
	background-color: #003c5a;
	color: #FFFFFF;
}

div.ApplyJob
{
	margin-top: 20px;
	border: solid;
	border-color: #003c5a;
	border-width: 1px;
	padding: 5px;
	background-color: #E0E7EA;
	text-align: right;
}

div.ApplyJobForm
{
	margin-top: 20px;
	border: solid;
	border-color: #003c5a;
	border-width: 1px;
	padding: 5px;
	background-color: #E0E7EA;
	text-align: right;
	display: none;
	vertical-align: top;
}

div.ApplyJobForm table.JobParameters
{
	width: 100%;
	font-size: 12px;
	color: #003c5a;
	font-family: Verdana, Helvetica;
	text-align: left;	
}

div.ApplyJobForm table.JobParameters td.TitleRow
{
	padding-bottom: 20px;
	background-color: Transparent;
}

div.ApplyJobForm table.JobParameters td.ParamTitle
{
	background-color: #003c5a;
	color: #FFFFFF;
	width: 40%;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 2px;
	vertical-align: top;
}

div.ApplyJobForm table.JobParameters td.ParamValue
{
	background-color: #FFFFFF;
	width: 60%;
}
