/* Job related stylesheet  */

.article_static {
    display: none;
}

.job-filter {
    background-color: #edece7;
    padding: 15px;
    margin-bottom: 16px;
}

.job-filter .float-left {
    margin-right: 10px;
}

.job-filter label {
    font-weight: bold;
}

.job-filter select {
    width: 135px;
}

.job-filter .submit-div {
    padding-top: 5px;
}
.jobs-container {
    padding-top:5px;
    border-top: 1px solid #e8eef3;
}

.jobDiv {
    margin-top: 10px;
}

.jobDiv .job-title {
    margin-right: 15px;
}

#content .jobDiv .job-title p {
    color: #003399;
}

.jobDiv .job-name {
    font-weight: bold;
    font-size: 12px;
}

#content .jobDiv .job-desc {
    color: #000;
}

.jobDiv .location,.jobDiv .closeDate {
    color: #666;
    padding-bottom: 5px;
}
.jobDiv .closeDate {
    border-bottom: 1px solid #e8eef3;
    padding: 15px 0;
}

#content .jobDiv .closeDate p {
    margin-right: 15px;
}

hr.dotted-separator {
    border: none 0;
    border-top: 1px dotted #aaa;
    height: 2px;
}
#content .jobDiv a.btnLink {
    display: block;
    float: right;
    margin-left: 5px;
}

.job-details .closeDate {
    margin: 8px 0;
}

#content .job-details a.btnLink {
    margin: 5px 0;
}

#content .bt-blue {
    margin: 0 0 0 5px;
}

#content .job-details .job-desc {
    margin-bottom: 10px;
}
#content .job-details .job-desc {
    color: #000;
}


/* Job application form */

HR {
    display:none;
}
H3 {
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #e8eef3;
}
FORM TABLE {
    margin:20px 30px 20px 30px;
}
FORM TABLE TD {
    padding:3px 0 3px 0;
}

.job-location {
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 4px 0;
}

.job-location span {
    margin-right: 10px;
}

.job-actions {
	border-top: 1px solid #ccc;
	padding-top:10px;
}
#apply-job FORM DIV.block {
    display:block;
    margin-bottom:20px;
}
#apply-job FORM DIV.row {
    padding: 3px 0;
    overflow: hidden;
    margin:0;
}
#apply-job FORM DIV.row SPAN {
    display:block;
    float:left;
}
#apply-job FORM DIV.row SPAN.lbl {
    width:210px;
}

#apply-job FORM DIV.row SPAN.doc-type {
    margin-left: 210px;
    color: #666;
}

#apply-job SELECT.menu, SPAN.select SELECT, #apply-job TEXTAREA, INPUT.input_text {
    margin-right:5px;
    font-size:11px;
    font-family:Arial, Verdana, Helvetica, Serif;
    color:#666;
    clear:both;
    width:200px;
}

#apply-job FORM DIV.div-radio input, #apply-job FORM DIV.div-radio label {
  /*  float: left;*/
}
INPUT.input_text {
    width:200px;
}
INPUT.error {
    color:red;
}
DIV.error {
    color:red;
    padding-top:15px;
}
DIV.tbox {
    float:left;
    display:block;
    width:282px;
    margin:2px 2px 0 0;
}
DIV.login_box {
    background:#F9F9F9;
    padding:10px;
}

div.center-align {
    text-align: center;
}

#apply-job form div.fileupload {
    margin: 0 0 10px;
}

#apply-job FORM DIV.div-radio {
    padding: 15px 0;
    border-bottom: 1px solid #e8eef3;
    border-top: 1px solid #e8eef3;
}
