﻿.clear
{
    clear: both;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
}
.bold
{
    font-weight: bold;
}
.joblistContainer
{
    width: 785px;
    margin-top: 0px;
}
.joblistContainer li
{
    padding-bottom: 20px;
    border-bottom: 6px solid #0E5B6E;
    margin-bottom: 22px;
}
.joblistContainer li h3
{
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}
.joblistContainer li h3 span
{
    font-weight: normal;
    font-size: 12px;
    color: #6C8E90;
}

.shortDescription
{
    margin: 10px 20px 5px 0px !important;
    border-left: 3px solid #0E5B6E;
    font-weight: bold;
    padding-left: 10px !important;
}
.jobDates
{
    padding: 10px 0px;
    font-weight: bold;
    border: 1px solid #6C8E90;
    border-width: 1px 0px;
    padding-bottom: 10px;
    margin: 12px 0px;
}
.jobDates span
{
    width: 193px;
    float: left;
    display: block;
    text-align: center;
}

.jobDownloads
{
    clear: both;
}
.JobsDownloadPDF
{
    float: left;
    margin-left: 120px;
}

.jobApplyContainer
{
    float: left;
    margin-left: 120px;
}
a.jobApply
{
    background: url(../images/job-apply.gif) no-repeat top left;
    display: block;
    height: 24px;
    margin-top: 10px;
    width: 198px;
}
a:hover.jobApply
{
    background-position: bottom left;
}

.notListedJobs { display:block; }
.notListedJobs li a { color:#666; font-size:12px; text-decoration:none; }
.notListedJobs li a:hover { background-color:#fff; color:#0E5B6F; text-decoration:underline;}
    
/* Appply */
.jobAplyForm
{
    display: block;
}
.fieldContainer
{
    padding-bottom: 15px;
}
.fieldContainer label
{
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 10px;
    line-height: 17px;
    display: block;
    font-weight: bold;
}
.fieldContainer input, .fieldContainer textarea
{
    width: 240px;
    color: #666;
    height: 16px;
    line-height: 16px;
    float: left;
    margin-right: 5px;
}
.fieldContainer input.short
{
    width: 150px;
}
.fieldContainer input.upload, .fieldContainer label.upload
{
    height: 24px;
    line-height: 24px;
}
.fieldContainer span
{
    color: #6C8E90;
    line-height: 17px;
}
.fieldContainer textarea
{
    height: 63px;
    width: 500px;
}
.submitButtons
{
    padding: 10px 0px 20px 500px;
}

.jobPosition
{
    background-color: Transparent !important; color: #0E5B6E; text-decoration: underline;
}

.jobsValidation { padding:6px; display:block;  margin:auto auto 20px;
 font-size:13px; text-align:center; }
