﻿body {
    font-family: Arial,sans-serif;
    font-size: 15px;
line-height: 25px;
font-weight: 500;
letter-spacing: 0px;
color: #626262;
}
/*--------------------- links and buttons -----------------------*/
a.link, a.link:visited, a.link:active, a.link:focus, .pagination > li > a, ul li a, .dropdown a, .apply-link, .back-link {
	color: #000;
}

a.link:hover, .pagination > li > a:hover, .dropdown a:hover, ul li a:hover, .apply-link:hover, .back-link:hover {
	color: #000;
}

.nav > li > a:focus { /* header 3-4  - selected item */
    color: #000;
    font-weight: bold;
}

a.button, a.button:visited, a.button:active, a.button:focus, a.apply-button, a.apply-button:active, a.apply-button:focus, 
a.back-button, a.back-button:active, a.back-button:focus, .button, .button:active, .button:focus, .progress div { 
    color: #fff;
    background-color: #603813;
    font-size: 15px;
    font-weight: bold;
    line-height:33px;
    border-radius: 5px;
    padding: 5px 30px;
}

a.button:hover, .button:hover {
	background-color: #603813;
    color: #fff;
    border-radius: 5px;
}

/*-------------------- job list header ----------------------*/
.job-list-header {
	background-color: #603813;
}

.search-criteria {
    color: #000;
}

.job-list-content-header { /*xx jobs found*/
    border-bottom: 2px solid #c39a6b;
}

.job-list-content-header2 { /*table header 2nd row*/
    border-bottom: 2px solid #c39a6b;
}

.job-list-content-footer {
    border-top: 2px solid #c39a6b;
}

/*-------------------- job list ----------------------*/
.job-list-row {
    border-bottom: 1px solid #c39a6b;
}

.alternate-bg-color {
    background-color: #E8E8E8;
}

.row1-col2 {    /* job title */
    color: #603813;
    font-weight: bold;
    
}

/*---------------- job-detail ----------------*/
.job-detail1, .job-detail2, .job-detail3, .job-detail4 {
    line-height: 28px;
}

.jd-row-1 .jd-description {  /* job title */
    color: #603813;
    font-size: 35px;
}


/* ------------------- job-detail2 ------------------- */

.job-detail2-border {
    border-bottom: 1px solid #c39a6b;
}

/* ------------------- job-detail3 ------------------- */
.job-detail3 .jd-row-1 { /* job title */
                         color: #603813;
                         font-size: 35px;
}

.job-detail3-top-border {
    border-top: 1px solid #c39a6b;
}

.job-detail3-bottom-border {
    border-top: 1px solid #c39a6b;
}

.job-detail3-sidebar {
    border-left: 5px solid #c39a6b;
    background: #F2F2F2;
}

/* ------------------------ job-detail4 ----------------*/
.job-detail4 .jd-row-1 .jd-description {
    color: #575756;
}

/*---------------- job-detail-end ----------------*/