﻿body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #666;
    font-weight: 300;
}
/*--------------------- links and buttons -----------------------*/
a.link, a.link:visited, a.link:active, a.link:focus, .pagination > li > a, .apply-link, .back-link {
	color: #005daa;
}

a.link:hover, .pagination > li > a:hover, .dropdown a:hover, ul li a:hover, .apply-link:hover, .back-link:hover {
color: #00335e;
text-decoration: underline;
}

ul li a, .dropdown a {
    color: #005daa;
}

.nav > li > a:focus { /* header 3-4  - selected item */
color: #00335e;
text-decoration: underline;
}

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 { 
text-transform: uppercase;
font-weight: 700;
font-size: .7em;
color: rgba(255,255,255,.8);
background-color: #005daa;
border: none;
    line-height:33px;
    /*font-family: "Open Sans";*/
    border-radius: 6px;
}

a.button:hover, .button:hover {
	background-color:#0079dd;
	color:#fff
}

/*-------------------- job list header ----------------------*/
.job-list-header {
	background-color: #eeeeee;
}

.search-criteria {
    color: #000;
}

.job-list-content-header { /*xx jobs found*/
    border-bottom: 2px solid #eeeeee;
}

.job-list-content-header2 { /*table header 2nd row*/
    border-bottom: 2px solid #eeeeee;
}

.job-list-content-footer {
    border-top: 2px solid #eeeeee;
}

/*-------------------- job list ----------------------*/
.job-list-row {
    border-bottom: 1px solid #eeeeee;
}
.table-header {
     background-color: #ec3225;
     color: #fff;
}
.alternate-bg-color {
    background-color: #eeeeee;
}

.row1-col2 {    /* job title */
    color: #000;
    font-weight: bold;
}

/*---------------- job-detail ----------------*/
.job-detail1, .job-detail2, .job-detail3, .job-detail4 {
    line-height: 28px;
}

.jd-row-1 .jd-description {  /* job title */
    color: #000;
}


/* ------------------- job-detail2 ------------------- */

.job-detail2-border {
    border-bottom: 1px solid #eeeeee;
}

/* ------------------- job-detail3 ------------------- */
.job-detail3 .jd-row-1 { /* job title */
    color: #000;
}

.job-detail3-top-border {
    border-top: 1px solid #eeeeee;
}

.job-detail3-bottom-border {
    border-top: 1px solid #eeeeee;
}

.job-detail3-sidebar {
    border-left: 5px solid #ec3225;
    background: #eeeeee;
}

/* ------------------------ job-detail4 ----------------*/
.job-detail4 .jd-row-1 .jd-description {
    color: #000;
}

/*---------------- job-detail-end ----------------*/