html, body {
    font: normal 12px/15px Tahoma, Helvetica, Arial, sans-seriff;
    color: #4c4c4c;
}

a {
    color: #788e14;
    text-decoration: none;
}

table {
    width: 100%;
}

h2 {
    font-size: 18px;
    color: #000;
}

.page_header {
    font-size: 25px;
    font-weight: normal;
    color: #404041;
    margin: 0 0 20px 0;
}

.newslist_container,
#searchpage .eventlist_container {
    padding: 0 0 20px 0;
}

.table {
    border-spacing: 0;
}

.table tr th {
    text-align: left;
    background-color: #9DB421;
    padding: 8px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.table tr td {
    padding: 5px 3px;
    color: #666;
}

.table tr.odd td {
    background-color: #ddd;
}

.table tr td {
    border-bottom: 1px solid #666;
    cursor: pointer;
}

.table tr td:last-child,
.table tr th:last-child {
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid #666;
}

.table tr td:first-child,
.table tr th:first-child {
    padding-left: 5px;
    border-left: 1px solid #666;
}

.table tr.selected td {
    background-color: #333;
    color: #fff;
}

.submit-button {
    border: 0;
    height: 24px;
    text-align: center;

    background-image: url(/images/buttons/button_red.jpg);
    background-color: transparent;
    background-position: left;
    background-repeat: no-repeat;

    cursor: pointer;
}

.submit-button span {
    display: block;
    color: #fff;
    height: 24px;
    line-height: 24px;

    position: relative;
    padding: 0 10px;

    background-image: url(/images/buttons/button_red_right.jpg);
    background-color: transparent;
    background-position: right;
    background-repeat: no-repeat;
}
