﻿/* CSS for ManageManualTask */
.roundSummaryTD {
    width: 11%;
    text-align: left;
    padding-left: 1%;
    padding-right: 1%;
}

.roundSummaryTD2 {
    width: 21%;
}

.roundSummaryTDInnerTableLabel {
    width: 9%;
    text-align: left;
    padding-left: 1%;
}

.roundSummaryTDInnerTableControl {
    width: 21%;
    padding-left: 2%;
}

.redstar {
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    padding-left: 2%;
}

.myiconApproved {
    background: url('../../Content/images/statusA.gif') no-repeat;
}

.myiconNeedsClarification {
    background: url('../../Content/images/statusQ.gif') no-repeat;
}

.myiconCompleted {
    background: url('../../Content/images/statusC.gif') no-repeat;
}

.myiconOmitted {
    background: url('../../Content/images/statusO.gif') no-repeat;
}

.myiconMissed {
    background: url('../../Content/images/statusM.gif') no-repeat;
}

.myiconReactivate {
    background: url('../../Content/images/StatusS.gif') no-repeat;
}

.headerstatusicon {
    background: url('../../Content/images/statusblank.gif') no-repeat;
}

.attachwithasterikicon {
    background: url('../../Content/images/attach.jpg') no-repeat;
}

.myiconPending {
    background: url('../../Content/images/statusP.gif') no-repeat;
}
