.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 80%;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
}

.datagrid table td, .datagrid table th {
    padding: 3px 5px;
}

.datagrid table thead th {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D));
    background: -moz-linear-gradient(center top, #8C8C8C 5%, #7D7D7D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color: #8C8C8C;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #A3A3A3;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #5C5C5C;
    border-left: 1px solid #DBDBDB;
    font-size: 12px;
    border-bottom: 1px solid #E1EEF4;
    font-weight: normal;
}

.datagrid table tbody .alt td {

    color: #5C5C5C;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

.odd {
    background-color: #EBEBEB;
}

.even{
    background-color: #ffffff;
}


textarea.f3-form-error {
    background-color: #FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color: #FF9F9F;
    border: 1px #FF0000 solid;
}

.typo3-messages .message-error {
    color: red;
}

.typo3-messages .message-ok {
    color: green;
}

