@import url("../default.css");

html {
}

body {
    color: rgb(68, 68, 68);
    line-height: 1.5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
    background-color: darkorange;
    color: white;
    padding: 5px;
    font-size: x-large;
}

#content {
    padding: 5px;
}

nav {
}

a:link {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #ff8888;
    text-decoration: none;
}

footer {
    background-color: darkorange;
    color: white;
    padding: 5px;
}

    footer a:link {
        color: yellow;
        text-decoration: none;
    }

    footer a:visited {
        color: yellow;
        text-decoration: none;
    }

    footer a:hover {
        color: lightyellow;
        text-decoration: none;
    }

th {
    font-weight: normal;
}

td.character {
    font-size: x-large;
}

h2 {
    font-size: medium;
}

input {
    font-family: inherit;
}

/**********************************/

table.gridview {
    border: none #e7e7ff 0px;
    margin-top: 15px;
    color: black;
}

    table.gridview th, table.gridview td {
        padding: 5px;
        margin: 1px;
    }

    table.gridview caption {
        text-align: left;
        font-weight: bold;
        padding: 30px;
    }

    table.gridview .header-style th {
        color: white;
        background-color: darkorange;
        text-align: center;
    }

    table.gridview .row-style {
        background-color: white;
        text-align: center;
    }

    table.gridview .alternating-row-style {
        background-color: ghostwhite;
        text-align: center;
    }

    table.gridview .selected-row-style {
        background-color: lightpink;
        text-align: center;
    }

    table.gridview .edit-row-style {
        background-color: whitesmoke;
        text-align: center;
    }

    table.gridview .pager-style {
        color: white;
        background-color: #aaaadd;
        text-align: left;
    }

    table.gridview .footer-style {
        color: #4a3c8c;
        background-color: #b5c7de;
        text-align: center;
    }
