﻿.banner {
    height: 110px;
    background-image: url('../images/banner.gif');
}

.filler {
    width: 700px;
}

.username {
    width: 200px;
    text-align: right;
}

.logoff {
    width: 50px;
}

    .logoff a {
        text-decoration: none;
    }

.centered {
    text-align: center;
}

.money {
    text-align: right;
}

.numeric {
    text-align: right;
}

.readonly {
    background-color: lightgray;
    color: Blue;
}

.credit {
    background: black;
    color: white;
    font-weight: bold;
    padding-top: 1mm;
    padding-bottom: 1mm;
}

.menuitem {
    text-decoration: none;
    font-weight: bold;
    font-size: larger;
}

.welcomevspacer {
    padding-top: 1cm;
    padding-bottom: 1cm;
}

.inputpanel {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
    background-color: white;
}

    .inputpanel th {
        border-width: 1px;
        padding: 2px;
        border-style: none;
        border-color: gray;
        background-color: lightgray;
    }

    .inputpanel td {
        border-width: 1px;
        padding: 2px 10px 2px 10px;
        border-style: none;
        border-color: gray;
        background-color: lightgray;
    }

.ralabel {
    text-align: right;
}

.ratlabel {
    text-align: right;
    vertical-align: top;
}

.valabel {
    vertical-align: middle;
}

.sectiontitle {
    font-size: 12pt;
    font-weight: bold;
}

    .sectiontitle hr {
        color: black;
        background-color: black;
        height: 3px;
        border: none;
        margin-top: 3px;
    }

.datatable {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.datatable th {
    color: black;
    background-color: lavender;
}

.datatable a {
    text-decoration: none;
}

textarea {
    width: 700px;
    height: 140px;
}

ul {
    margin-top: 20px;
    list-style-type: none;
}

li a {
    font-size: 10pt;
    text-decoration: none;
}

.title {
    padding-top: 20px;
    color: white;
}

#users {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
    background-color: white;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

    #users th {
        border-width: 1px;
        border-style: solid;
        border-color: black;
        border-spacing: 0px;
        background-color: lightgray;
    }

.oddusers {
    border-width: 1px;
    border-style: dotted;
    border-color: gray;
    background-color: white;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
}

.evenusers {
    border-width: 1px;
    border-style: dotted;
    border-color: gray;
    background-color: #dddddd;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
}

.reportheader {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-spacing: 0px;
    background: black;
    color: white;
}

    .reportheader a:link {
        color: cyan;
        text-decoration: none;
    }

    .reportheader a:visited {
        color: cyan;
        text-decoration: none;
    }

    .reportheader a:hover {
        color: yellow;
        text-decoration: none;
    }

    .reportheader a:active {
        color: yellow;
        text-decoration: none;
    }

.reportrow-even {
    border-width: 1px;
    border-style: dotted;
    border-color: gray;
    background-color: #dddddd;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
}

.reportrow-odd {
    border-width: 1px;
    border-style: dotted;
    border-color: gray;
    background-color: white;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
}

#printable {
    text-align: left;
}

.milestone-link {
    font-size: 12pt;
    color: red;
    background-color: lightgoldenrodyellow;
    border: 1px solid red;
    border-radius: 5px;
    padding: 1px 1px 4px 4px;
}

a.milestone-link {
    text-decoration: none;
}

.date-input {
    width: 80px;
}

.milestone-notes {
    max-width: 500px;
    width: 500px;
}

.milestone-table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

    .milestone-table th {
        margin: 0;
        padding: 0 0 0 2px;
    }

    .milestone-table td {
        margin: 0;
        padding: 0 0 0 2px;
    }

.fyselect {
    font-size: large;
    font-weight: bolder;
    padding: 0;
    margin: 0;
}

.arcfyselect {
    font-size: smaller;
    padding: 0;
    margin: 0;
}

#fyselect td {
    text-align: center;
    white-space: nowrap;
}

#arcfyselect td {
    text-align: center;
    white-space: nowrap;
}

.current-fy {
    background-color: lavender;
}