#manager { width: 600px; font-size:9pt; text-align:left; margin-bottom:6px }
#manager span { color:#666; }
#manager a { font-size:10px; }
.task { width: 620px; margin-bottom:20px }
.task h2 { color: white; background: #454545; margin-bottom:2px; padding: 5px }
.task table { width:100%; border-bottom:1px solid #e5e5f5 }
.task a { color:#1a5768 }

.task-place { font-size:9pt; margin:6px 0 4px 0; text-decoration:underline }
.task-cb { float:left; margin:0 8px 2px 0 }

/* Tooltip / popup */
a.awpopup { position: relative; z-index: 4; }
a.awpopup:hover { z-index: 5; text-decoration: none; }
a.awpopup span { display: none }
a.awpopup:hover span { display: block; position: absolute;
                       left: 20px; width: 200px; font-size: 10px;
                       border: 1px solid #888; background-color: #ffffBB;
                       color: black; text-decoration: none; padding: 5px }
