body { background: #f0eeef; font-family: Arial }

header {
    height: 130px;
    width: 100%;
    background: transparent url(../pic/bg_header.gif) repeat-x 0 0;
    z-index: 1001;
    position: relative;
}
header h1 {
    clear: both;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    font-weight: normal;
}
.workerContainer {
    float: left;
    width: calc(16.6% - 20px);
    width: -webkit-calc(16.6% - 20px);
    width: -moz-calc(16.6% - 20px);
    min-width: 190px;
    margin: 0 20px 20px 0;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    color: #555;
    padding: 10px 0;
    cursor: pointer;
    height: 300px;
    overflow: hidden;
}
.workerContainer span.workerName {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 10px 0 2px 0;
    color: #416E87;
    font-size: 16px;
}
.workerContainer span.workerIdentifier {
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    clear: both;
    color: #525051
}
.workerContainer span.noRunningtask { font-weight: bold; color: #525051; font-size: 13px; }

.workerContainer span.pauseTimer,
.userTable span.pauseTimer,
.workerContainer span.startTimer,
.userTable span.startTimer {
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url(../pic/pause_small.gif) no-repeat 0 0;
    cursor: pointer;
    text-indent: -10000px;
    float: left;
    margin: 0 5px 0 0;
}
.workerContainer span.startTimer { background: transparent url(../pic/play.gif) no-repeat 0 0 }

.userTable span.startTimer { background: transparent url(../pic/play_header.png) no-repeat 0 0 }
.userTable span.pauseTimer { background: transparent url(../pic/pause_header.png) no-repeat 0 0 }

.workerContainer span.taskName {
    display: table-cell;
    color: #416E87;
    vertical-align: middle;
    height: 32px;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
}

.workerContainer img {
    width: 170px;
    height: 170px;
}
.workerContainer div.bottom {
    width: 100%;
    padding: 0 10px;
    display: table;
    float: left;
}
section { padding: 20px; float: left; width: 100% }
.workerContainer:nth-child(6n) { margin-right: 0 }

hr {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
    background: #d7d7d7;
    border: 0;
    color: #d7d7d7;
    height: 1px;
}
.backToDashboard {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(../pic/bg_backtodash.gif) no-repeat 20px 16px;
    display: block;
    height: 80px;
    padding: 0 20px 0 82px;
    width: 168px;
    border-left: 1px solid #f1f1f1;
    color: #416E87;
    font-weight: bold;
    font-size: 14px;
    padding-top: 25px;
}
.backToProjects {
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    padding-left: 20px;
    background: transparent url(../pic/bg_back.gif) no-repeat 0 15px;

}
.userTable {
    position: absolute;
    top: 0;
    right: 168px;
    border-right: 1px solid #cecdcd;
    border-left: 1px solid #cecdcd;
    height: 80px;
    table-layout: fixed;
    border-spacing: 0;
}
.userTable td:first-of-type {
    position: relative;
    border-left: 1px solid #fff;
    width: 80px;
}

.userTable td img {
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
}
.userTable td:last-of-type {
    vertical-align: middle;
    padding: 0 20px 0 10px;
}
.userTable span.username {
    color: #416E87;
    font-weight: bold;
    font-size: 14px;
}
.userTable span.runningTaskTitle { color: #9d979d }
.userTable span.runningTaskName { color: #555 }

.userTable span.pauseTimer,
.userTable span.startTimer {
    position: absolute;
    top: 24px;
    left: 34px;
    margin: 0;
    float: none;
}

/**
    projectContainer
                        **/

table.projectContainer {
    float: left;
    width: calc(16.6% - 20px);
    width: -webkit-calc(16.6% - 20px);
    width: -moz-calc(16.6% - 20px);
    min-width: 190px;
    margin: 0 20px 20px 0;
    background: #fff url(../pic/bg_projekt.gif) no-repeat top center;
    text-align: center;
    color: #555;
    cursor: pointer;
    height: 300px;
    overflow: hidden;
    table-layout: fixed;
    border: 10px solid #d4d4d4;
    border-top: 3px solid #d4d4d4;
    border-radius: 9px;
}
table.projectContainer:nth-child(6n) { margin-right: 0 }

table.projectContainer tr:first-of-type td {
    color: #416E87;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 35px 10px 0 10px;
    height: 82px;
    vertical-align: bottom;
}
table.projectContainer tr:first-of-type td span {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
table.projectContainer tr:last-of-type td {
    text-align: left;
    vertical-align: top;
    padding: 10px;
}
table.projectContainer span.taskName {
    color: #979797;
    font-size: 11px;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
}
table.projectContainer span.taskName:before {
    display: inline-block;
    content: "";
    border: 1px solid #979797;
    margin: 0 5px 0 0;
    width: 10px;
    height: 10px;
    float: left;
}
table.projectContainer span.taskName i {
    font-style: normal;
    display: block;
    float: left;
    width: calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: -webkit-calc(100% - 17px);
}

/**
    tasksContainer
                    **/

table.tasksContainer {
    width: calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    background: #f0eeef;
    border-spacing: 0;
    margin: -20px -20px 0 -20px;
}
table.tasksContainer td {
    height: 80px;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 20px;
}
table.tasksContainer tr.actuallyRunningTask td {
    background: #fff;
}
table.tasksContainer tr td:last-of-type {
    text-align: right;
    font-size: 16px;
    color: #979797;
}
table.tasksContainer tr td span.taskName {
    font-size: 18px;
    color: #416E87;
}
table.tasksContainer tr td span.taskPath {
    font-size: 13px;
    content: #a79b9b;
}
table.tasksContainer tr td span.startTimer,
table.tasksContainer tr td span.stopTimer,
table.tasksContainer tr td span.pauseTimer {
    text-indent: -10000px;
    width: 27px;
    height: 28px;
    display: inline-block;
    background: transparent url(../pic/play.png) no-repeat 0 0;
    cursor: pointer;
}
table.tasksContainer tr td span.stopTimer,
table.tasksContainer tr td span.pauseTimer {
    width: 26px;
    height: 26px;
    background: transparent url(../pic/stop.png) no-repeat 0 0;
}
table.tasksContainer tr td span.pauseTimer { background: transparent url(../pic/pause.png) no-repeat 0 0; margin-right: 15px }
table.tasksContainer tr td.buttons {
    text-align: center;
}