.Overview tbody td {
    border-right: 1px dotted #CCC;
}

.Overview tbody td.Flags {
    width: 29px;
}

.Overview tbody tr:hover td {
    background: rgba(102, 86, 208);
}

.Overview tbody tr:hover td,
.Overview tbody tr:hover a {
    color: white !important; 
    text-shadow: none;
}

.Overview thead th.Age {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.Overview thead th.Title {
    padding: 0px;
}

.Overview tbody tr:hover .Title div h2 {
    color: white !important;
    text-shadow: none;
}

.Overview tbody .Flags {
    line-height: 11px;
    padding-top: 2px;
    padding-left: 5px;
}

.Overview tbody .Flag {
    background: transparent url(../img/flag_shadow.png) no-repeat scroll 0 0;
    height: 18px;
    width: 24px;
    box-shadow: none;
}

.Overview tbody .Flag.Small {
    width: 17px;
    height: 10px;
    background-position: bottom right;
    position: relative;
}

.Overview tbody .Flag span {
    display: block;
    height: 16px;
    margin-right: 2px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}

.Overview tbody .Flag.Small span {
    height: 8px;
}

.Overview tbody .Flag span.PriorityID-1 {
    background-color:#15d100;/*24D906*/
}
.Overview tbody .Flag span.PriorityID-2 {
    background-color:#a6fc00;/*68D04D*/
}
.Overview tbody .Flag span.PriorityID-3 {
    background-color:#f2f200;
}
.Overview tbody .Flag span.PriorityID-4 {
    background-color:#ff9000;/*E56B68*/
}
.Overview tbody .Flag span.PriorityID-5 {
    background-color:#fa0700;/*F80800*/
}
