span.target_type_0 {
    background-image: url("/site_media/static/images/duration-icon.gif");
}
span.target_type_1 {
    background-image: url("/site_media/static/images/distance-icon.gif");
}
span.target_type_2 {
    background-image: url("/site_media/static/images/day-icon.gif");
}
span.target_status_0 {
    background-image: url("/site_media/static/pinax/images/silk/icons/flag_yellow.png");
}
span.target_status_1 {
    background-image: url("/site_media/static/pinax/images/silk/icons/flag_blue.png");
}
span.target_status_2 {
    background-image: url("/site_media/static/pinax/images/silk/icons/flag_green.png");
}
table.new_table td.period {
    font-weight: bold;
    width: 130px;
    text-align: center;
}
table.new_table td.status {
    width: 80px;
}
table.new_table td.value {
    text-align: right;
}
table.new_table td.progress {
    width: 120px;
    text-align: center;
    font-style: italic;
    color: #999;
}
table.progress_bar {
    width: 100%;
    empty-cells: show;
    height: 12px;
}
table.progress_bar tr{
    margin: 0;
    padding: 0;

}
table.progress_bar tr td{
    margin: 0;
    padding: 0;
    border-left: 0;
    border-bottom: 0;
}

table.progress_bar tbody td.completed {
    width: 50%;
    background-color: #315577;
    opacity: 0.75;
}
table.progress_bar tbody td.todo {
    width: 50%;
    background-color: #387fce;
    opacity: 0.75;
}
table.completed tbody tr td.completed{
    background-color: green;
}
table.completed tbody tr td.todo {
    background-color: #ef6622;
}

table.new_table table.target_value_details tr{
    background: none;

}
table.new_table table.target_value_details tr.done td{
    border-bottom: 1px solid #eee;
}

table.new_table table.target_value_details tr td.plan {
    color: #ef5612;
    font-weight: bold;
    padding-right: 0;
}
table.new_table table.target_value_details tr td.details_label {
    width: 30px;
    padding: 0;
    font-style: italic;
}

table.new_table table.target_value_details tr td.done {
    color: green;
    font-weight: bold;
    padding-right: 0;
}

table.new_table table.target_value_details td{
    background: none;
    border: 0px none;
    border-left: 0px none;
    
}
table.new_table tr td.target_type {
    font-style: italic;
}
table.new_table tr td.target_type span{
    font-style: normal;
    margin-top: 5px;
}
table.new_table tr td.target_completed {
    background-color: #efffcf;
    
}
table.new_table tr td.target_not_completed {
    background-color: #ffeedd;
    
}
