﻿body {
    background-color: #eeeeee;
    margin: 0;
    font-family: Arial, Sans-Serif;
    font-size: small;
}

#OuterHeader {
    background: White url(/Content/Images/heading.jpg) repeat-x top left;
    color: White;
    cursor: default;
    font-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    overflow: hidden;
    z-index: 2;
}

#Header {
    overflow: hidden;
    padding: 15px;
}

#OuterContent {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 40px;
    overflow: auto;
    padding: 0 5px 0 5px;
    z-index: 2;
}

#OuterFooter {
    cursor: default;
    background-color: White;
    color: Black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    overflow: hidden;
    z-index: 2;
}

#Footer {
    overflow: hidden;
    padding: 10px;
    font-size: 90%;
    width: 300px;
}

#MenuBar {
    visibility: hidden;
}

    #MenuBar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 200px;
    }

        #MenuBar ul li {
            padding: 0 0 2px 0;
            width: auto;
        }

            #MenuBar ul li a {
                display: block;
                text-align: center;
                width: auto;
                padding: 10px 15px 10px 15px;
            }

#Content {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    overflow: auto;
}

#Comments {
    visibility: hidden;
}

/*@media (min-width: 768px) {*/
#MenuBar {
    visibility: visible;
    position: absolute;
    left: 10px;
    top: 0;
    width: 200px;
    bottom: 0;
}

    #MenuBar ~ #Content {
        left: 215px;
    }
/*}*/

/*@media (min-width: 1024px) {*/
#Comments {
    visibility: visible;
    position: absolute;
    right: 10px;
    top: 0;
    width: 400px;
    bottom: 0;
}

    #Comments ~ #Content {
        right: 415px;
    }
/*}*/

h1 {
    font-size: 100%;
    font-style: normal;
    padding: 0;
    margin-bottom: 9px;
}

a.button, input[type=button], input[type=submit], button, div.title {
    background: #05473b url(/Content/Images/title.jpg) repeat-x top left;
}

a.button {
    color: White;
    border: 2px solid #05473b;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
}

    a.button:hover {
        background-color: #58837c;
        background-image: none;
    }

.validation-summary-errors {
    border: solid thick #cb842e;
    border-radius: 10px;
    background-color: #d49768;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 1em;
    overflow: hidden;
}

    .validation-summary-errors:hover {
        height: auto;
    }

/* ================================================================================================================= *\
   div.title
\* ================================================================================================================= */
div.title {
    border: thin solid #05473b;
    color: White;
    font-weight: bold;
}

/* ================================================================================================================= *\
   div.formdata
\* ================================================================================================================= */
/*div.formdata {}*/

    div.formdata td span {
        padding-left: 5px;
    }

    div.formdata table {
        border-spacing: 2px;
        border-collapse: separate;
    }

/* ================================================================================================================= *\
   div.index
\* ================================================================================================================= */
/*.index {}*/

table {
    border-collapse: collapse;
    width: 100%;
}

thead th {
    background-color: #05473b;
    color: White;
    padding: 5px 3px;
    margin: 0;
}

tbody th {
    color: #05473b;
    margin: 0;
    text-align: right;
    font-weight: normal;
    padding-right: .5em;
}

td {
    padding: 0;
    margin: 0;
}

/*th ~ td {}*/

table table {
    border-collapse: collapse;
    font-size: 1em;
    margin: 0;
}

    table table td {
        border-style: none;
    }

tr.listItem {
    color: #05473b;
}

    tr.listItem td {
        border-top: 1px solid #05473b;
        border-bottom: 1px solid #05473b;
        padding: 3px;
        margin: 0;
        cursor: default;
    }

    tr.listItem:Hover {
        background-color: #58837c;
    }

        tr.listItem:Hover td {
            color: White;
        }

p, span {
    padding: 0;
    margin: 0;
}

input[type="text"], input[type="password"], textarea, select {
    padding: 3px;
    margin: 0;
    border: 2px solid #05473b;
}

    input[readonly="readonly"], textarea[readonly="readonly"] {
        background-color: #dddddd;
    }

input[type=button], input[type=submit], button {
    color: White;
    border: 2px solid #05473b;
    font-weight: bolder;
    padding: 3px 15px 3px 15px;
    width: auto;
    overflow: visible;
}

    input[type=button]:active, input[type=submit]:active, button:active {
        background-color: #58837c;
        background-image: none;
    }

.module {
    width: 200px;
    padding: 10px 15px 10px 15px;
}

.message {
    border: 2px solid #05473b;
    background-color: #ffffff;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: Red;
    font-weight: bolder;
}

.listItem {
    color: #05473b;
    border-top: 1px solid #05473b;
    border-bottom: 1px solid #05473b;
    padding: 3px;
    margin: 0 0 0 0;
    cursor: default;
}

    .listItem table, div.title table {
        margin: 0;
    }

.Hover {
    color: White;
    background-color: #58837c;
}

.listItemHover {
    color: White;
    background-color: #58837c;
    border-top: 1px solid #05473b;
    border-bottom: 1px solid #05473b;
    padding: 3px;
    margin: 0 0 0 0;
    cursor: default;
}

    .listItem + .listItem, .listItem + .listItemHover, .listItemHover + .listItem, .listItemHover + .listItemHover {
        border-top: none;
    }

    .listItemHover table {
        margin: 0;
    }

.memo {
    color: Black;
    background-color: #dddddd;
    padding: 5px;
    margin-bottom: 10px;
    border: 2px solid #05473b;
    overflow: auto;
}

.ui-dialog { z-index: 1000 !important; }
