.date {
    border:1px solid #00457c;
    color:#ffffff;
    height:32px;
    text-align:center;
    float:left;
}
.po-name {
    font-size:14px;
}
.po-name:visited {
    color:#90b2e2;
}   
.member {
    background-color:#eff4fc;
}
.jobFilter-title {
    padding-left: 4px;
    border-bottom: 1px dashed #e0e0e0;
    font-size:8pt;
}
.jobFilter-title:hover {
    background-color:#d0d0ff;
}
.jobFilterGroup-title {
    margin: 4px 0px;
    font-weight:bold;
    
}
.jobFilterGroup {
    max-height:200px;
    max-width:204px;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:12px;
}

.jobFilterGroup .filter {
    color: #2e78df;
    position:relative;
    padding-left: 4px;
    border-bottom: 1px dashed #e0e0e0;
    font-size:8pt;
    cursor:pointer;
    max-height:16px;
    width:183px;
    overflow:hidden;
}
.jobFilterGroup .filter .filter-label {
    width:150px;
    overflow:hidden;
    white-space:nowrap;
}
.jobFilterGroup .filter:hover {
    background-color:#d0d0ff;
}
.jobFilterGroup .filter .count {
    color: #808080;
    position:absolute;
    top:0px;
    right:3px;
    
}