span.row-1 {
    background-color: #d8d8d8;
    color: #000000;
}

span.row-2 {
    background-color: #e8e8e8;
    color: #000000;
}

div.project, div.category {
    border: 1px solid #000000;
    margin-bottom: 4px;
}

div.project {
}

div.category {
}

div.bug {
    margin-bottom: -5px;
}

div.content-list {
    margin-left: 20px;
}

a.subtle:link, a.subtle:visited, a.subtle:active {
    color: #000000;
    text-decoration: none;
}

a.subtle:hover {
    color: #999999;
    text-decoration: none;
}

a.invisible:link, a.invisible:visited, a.invisible:active {
    color: black;
    text-decoration: none;
}

a.invisible:hover {
    color: black;
    text-decoration: none;
}

span.progress-total-section {
    display: inline-block;
    width: 100%;
}

span.progress-text-section {
    border-right: 2px solid #FFFFFF;
    display: inline-block;
    width: 12%;
}

span.progress-bar-section {
    display: inline-block;
    width: 87%;
    vertical-align: top;
}

div.resource-section {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0px;
    margin-bottom: 2px;
}

span.resource-name-section {
    display: inline-block;
    min-width: 10%;
    max-width: 19%;
    border-right: 2px solid #FFFFFF;
}

span.resource-progress-section {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

span.title-section {
    font-weight: bold;
    background: #c8c8e8;
}

span.category {
    background: #c8c8e8;
}

span.progress, span.bar, span.filler {
    display: inline-block;
    height: 14px;
    vertical-align: top;
    border-spacing: 0px;
    border-collapse: collapse;
}

span.progress {
    border: 1px solid #4D994D;
    background: #C8FFC8;
}

span.bar {
    background: #4D994D;
    text-align: center;
    font-size: 8pt;
    color: #333;
}

span.bar-overdue {
    background: #666600;
}

span.bar-na {
    background: #BBBBBB;
}

span.progress a, span.progress :link, span.progress :visited, span.progress :link:hover, span.progress :visited:hover {
    border: none;
    display: inline-block;
    width: 100%;
    height: 14px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

td.target-date-overdue {
    background-color: #ff4438;
}

td.target-date-notice {
    background-color: #ffcb52;
}

span.overdue {
    color: #ff0000;
}

tr.progress-row {
    line-height: 14px;
}

tr.progress-row td {
    padding: 1px;
}

.description-info {
    float: left;
    position: absolute;
    opacity: 0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
}

div.center75 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

input.modified {
    background-color: #fff5b1;
}

input[type="text"].small-textbox {
    width: 20px;
    padding-left: 4px;
}

input[type="text"].large-textbox {
    width: 75%;
    min-width: 500px;
    padding-left: 4px;
}