﻿
.Vetites a:link {
    color: #222222;
    text-decoration: none;
}

.Vetites a:visited {
    color: #222222;
    text-decoration: none;
}

.Vetites a:hover {
    color: #ffffff;
    text-decoration: none;
}

.Vetites a:active {
    color: #222222;
    text-decoration: none;
}

.FilmTitle {
    color: #ffffff;
    background-color: #666666;
    padding: 10px;
}

.FilmTitle a {
    color: #ffffff;
}

.Label {
    color: #333333;
    text-align: right;
    width: 25%;
    vertical-align: top;
    padding: 5px;
}

.Data {
    background-color: #ffffff;
    color: #666666;
    width: 75%;
    padding: 5px;
}

/* form-table: 2 column - title + data */
table.FormTable td {
    padding: 4px;
}

    table.FormTable td.Title:first-child {
        padding: 5px;
        background-color: #ACACAC;
        text-align: center;
        color: white;
        font-size: 1.25em;
        font-weight: normal;
    }

table.FormTable tr {
    border-top: 1px solid #aaaaaa;
}

    table.FormTable tr:last-child {
        border-bottom: 1px solid #aaaaaa;
    }

table.FormTable td:first-child {
    background-color: #DCDCDC;
    text-align: right;
    vertical-align: top;
    border-left: 1px solid #aaaaaa;
}

table.FormTable td {
    border-right: 1px solid #aaaaaa;
}

/* grid-table: optional headers */

table.GridTable td {
    padding: 4px;
}

    table.GridTable td.Title {
        padding: 5px;
        background-color: #ACACAC;
        text-align: center;
        color: white;
        font-size: 1.25em;
        font-weight: normal;
    }

table.GridTable tr {
    border-top: 1px solid #aaaaaa;
}

    table.GridTable tr:last-child {
        border-bottom: 1px solid #aaaaaa;
    }

table.GridTable tr.Header {
    background-color: #DCDCDC;
}

table.GridTable td:first-child {
    border-left: 1px solid #aaaaaa;
}

table.GridTable td {
    border-right: 1px solid #aaaaaa;
}
