  /* tables */
table.tablesorter {
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 10pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 5px;
}
table.tablesorter thead tr .header {
    background-image: url(/pathways/images/bg.html);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(/pathways/images/asc.html);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(/pathways/images/desc.html);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

/* Ribbon */
.topboxContainer {
    padding-top: 20px;
    margin-bottom: 30px;
}

.topBox {
    width: 95%;
    padding: 0 0 25px 50px;
    margin: 0 auto;
    background-color: #f2f2f2;
    border-radius: 3px;
}

.topBox h2 {
    position: relative;
    width: auto;
    font-size: 1.8em;
    padding: 10px 50px 10px 50px;
    margin: 0 0 0 -70px;
    color: #fff;
    text-shadow: 0 0 2px #242424;
    letter-spacing: .5px;
    background: linear-gradient(to bottom, #3b3b3b 0%,#575757 100%);
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px #888;
    top: -18px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-align: center;
}

.topBox h2:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #666 #666 transparent transparent;
}

.topBox .boxContent {
    padding-right: 50px;
    padding-top: 10px;
    height: auto;
}

.topBox h3 {
    text-align: center;
}

/* Pagination */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background: linear-gradient(to bottom, #3b3b3b 0%,#575757 100%);
    color: white;
    border: 1px solid #575757;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.topBox .jobCountStatement {
    border-top: 1px solid #999999;
    height: auto;
    margin-bottom: 25px;
    padding-top: 5px;
}

.jobCountStatement p {
    margin: 10px 0;
    font-size: 1em;
}

#search #loc, #search #radius {
    display: inline-block;
    float: left;
    padding: 0 10px 0 0;
}

#search #submit {
    display: inline-block;
    float: right;
    padding: 20px 0 0 6px;
}

#search input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius : 3px;
    moz-border-radius : 3px;
    -webkit-box-shadow : 2px 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow : 2px 2px 5px rgba(0,0,0,0.1);
    box-shadow : 2px 2px 5px rgba(0,0,0,0.1);
    font-size : 1em;
    color : #000000;
    padding : 7px 20px;
    background : #dedede;
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#f0f0f0));
    background : -moz-linear-gradient(top, #dedede 0%, #f0f0f0 100%);
    background : -webkit-linear-gradient(top, #dedede 0%, #f0f0f0 100%);
    background : -o-linear-gradient(top, #dedede 0%, #f0f0f0 100%);
    background : -ms-linear-gradient(top, #dedede 0%, #f0f0f0 100%);
    background : linear-gradient(top, #dedede 0%, #f0f0f0 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f0f0f0',GradientType=0 );
}

.boxContent .newSearch {
    font-size: .9em;
    padding-top: 10px;
}

#jobList .opening {
    width: 45%;
    position: relative;
    float: left;
    display: inline;
    margin: 2.5%;
    background-color: #f2f2f2;
    height: 220px;
    border-radius: 3px;
    overflow: hidden;
}

.opening .divider {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.opening .jobInfo {
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    height: 100px;
}

.jobInfo p:first-of-type {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jobInfo p {
    margin: 0 0 .5em;
}

.opening .url {
    text-align: center;
}

.opening .url .btn {
    font-size: 1.2em;
}

.careerPageLinks {
    text-align: center;
}