p.jobdescription {
    padding: 10px 30px;
}
.title {
    font-weight: bold;
    cursor: pointer;
}
div.department {
    /*background: url(/images/careers/divider.png) no-repeat bottom center;*/
    margin: 10px 0;
    padding:10px 5px;
    border-bottom: 1px solid #A81B29;
}
div.department.research {
    border-top: 1px solid #A81B29;
}
div.department .positions .title {
    margin-right: 1em;
    font-weight: bold;
}
div.department .title .descriptionLink {
    color: #A81B29;
    text-decoration: none;
    font-weight: normal;
    margin-left: 1em;
}
div.department .title.over .descriptionLink {
    color: #174284;
    text-decoration: underline;
    font-weight: normal;
    margin-left: 1em;
}
div.department .positions li {
    margin: 8px 0;
}
div.department .positions li div.description {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding-top: .25em;
    padding-right: 2px;
    padding-left:2px;
    background: #F6F6F6;
}
/* research */
/*div.department.research h2 { color: #A81B29; }*/
/*div.department.research .positions li div.description {
    background: url(/images/careers/red-middle.png) repeat-y left;
}
div.department.research .positions li div.description div.descriptionOuter {
    background: url(/images/careers/red-top.png) no-repeat top left;
}
div.department.research .positions li div.description div.descriptionInner {
    background: url(/images/careers/red-bottom.png) no-repeat bottom left;
}*/
/* engineering */
/*div.department.engineering h2 { color: #174284; }*/
/*div.department.engineering .positions li div.description {
    background: url(/images/careers/red-middle.png) repeat-y left;
}
div.department.engineering .positions li div.description div.descriptionOuter {
    background: url(/images/careers/red-top.png) no-repeat top left;
}
div.department.engineering .positions li div.description div.descriptionInner {
    background: url(/images/careers/red-bottom.png) no-repeat bottom left;
}*/
/* sales */
/*div.department.sales h2 { color: #CE7900; }*/
/*
div.department.sales .positions li div.description {
    background: url(/images/careers/red-middle.png) repeat-y left;
}
div.department.sales .positions li div.description div.descriptionOuter {
    background: url(/images/careers/red-top.png) no-repeat top left;
}
div.department.sales .positions li div.description div.descriptionInner {
    background: url(/images/careers/red-bottom.png) no-repeat bottom left;
}*/
