.toolbar {
    border-top: 1px solid #9BB786;
    border-bottom: 1px solid #9BB786;
}

.toolbar table {
    width: 100%;
}

.toolbar table td {
    width: 20%;
    text-align: center;
    border-left: 1px solid #9BB786;
}

.toolbar table td.first {
    border-left: none;
}

.toolbar table td {
    cursor: pointer;
    height: 30px;
    padding: 10px 0px;
    background: #acdba2 url("img/toolbar.png") top left repeat-x;
    color: #2a6600;
    text-decoration: none;
    font-weight: bold;
}

.toolbar table td.hover {
    background: #acdba2 url("img/toolbar-hover.png") top left repeat-x;
    color: #fff;
}

.toolbar table td.active {
    background: #acdba2 url("img/toolbar-hover.png") top left repeat-x;
    color: #fff;
}

.homeTab {
}

.homeTab .tab-image {
    float: left;
}

.homeTab .tab-content {
    position: relative;
    height: 280px;
    margin-left: 400px;
    color: #636363;
}

.homeTab .tab-content-header {
    font: bold 1.7em Georgia;
}

.homeTab .tab-content-body {
    margin: 10px 0px;
    font: normal 1em Verdana;
}

.homeTab .tab-content-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font: bold 1.7em Georgia;
    line-height: 35px;
}

.homeTab .tab-content-footer .button {
    float: right;
    cursor: pointer;
}