.imagetext {
    position: relative;
    margin: 3px;
}

.imagetext p {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    background-color: #FFF;
    color: #D33;
    font-weight: bold;
    padding: 3px;
    opacity: 0.8;
}
/* Tables */
table {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 690px;
}

th {
    background-color: #f4f4ff;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    text-align: center;
}

th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}

th a:hover {
    background-color: #ccc;
    color: #333;
    text-decoration: none;
}

table tr td {
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}

table tr.altrow td {
    background: #f4f4ff;
}

table tr.focusrow td {
    background: #CCF;
}

td.actions {
    text-align: center;
    white-space: nowrap;
}

td.actions a {
    display: inline;
    margin: 0px 0px;
}