﻿/*** Common Styling ***/
body {
    margin: 0;
    font-family: Verdana;
    font-size: 10pt;
    color: #2d689d;
}

input, textarea, select {
    color: #2d689d
}

a {
    color: #00f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.logo {
    height: 52px;
    width: 100%;
    vertical-align: top;
    background-color: white;
}

.logoDiv {
    background-image: url(../images/Banner_Background.png);
}

div.logotext {
    position: relative;
    height: auto;
    width: 100%;
    top: 18px;
    color: #800080;
    font-family: Verdana;
    font-size: 16pt;
    text-align: center;
}

.menu {
    position: absolute;
    right: 10px;
    top: 8px;
    font-family: Verdana;
}

.menu-item {
    color: #800080;
    text-decoration: none;
    margin-right: 10px;
    font-size: 100%;
}

.menu-item:hover {
    text-decoration: underline;
}

.headertext {
    font-size: 130%;
    font-weight: normal;
    margin: 0 0 10px 0;
    color: #404040 ;
    font-family: Verdana;
}

.filterback {
    background-color: white;/*#ffffef;*/
}

.alert {
    color: #8b0000;
}

.info {
    color: #008b00;
}


/*** Grids ***/
.grid th {
    border-width: 0;
    border-bottom: 1px solid #999;
    vertical-align: bottom;
    padding: 4px 5px
}

.grid td {
    padding: 4px 5px;
    border-width: 0;
    vertical-align: top;
}

.even {
}

.odd {
    background-color: #ddd;
}

.oddlt {
    background-color: #eee;
}

.instruct {
    font-size: 85%;
    color: #666;
    font-style: italic;
}

.no-results {
    margin: 10px;
    text-align: center;
    font-style: italic;
    color: #333;
}

.actions {
    white-space: nowrap;
}

.actions a {
    margin-right: 5px;
    font-size: 85%;
}

/*** Submenus ***/
.submenu {
    margin: 0 auto 25px;
    padding: 10px;
    width: 500px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e6f4f3
}

    .submenu a {
        display: inline-block;
        margin: 5px 10px;
        font-size: 90%;
    }

/*** Form Sections ***/
.sec-header {
    padding: 10px;
    border: solid 1px #ccc;
    border-bottom-width: 0;
    background-color: #e6f4f3;
    font-weight: bold;
    text-align: left;
}

.field {
    padding: 10px;
    border: solid 1px #ccc;
    border-bottom-width: 0;
    background-color: #ffffe2;
    text-align: left;
}

    .field label {
        display: inline-block;
        margin-right: 10px;
        text-align: right;
    }

.header-button {
    float: right;
    font-weight: normal;
}

.search-button {
    margin-left: 10px;
    font-weight: normal;
}

/*Button Class*/
.sec-buttons {
    background-color: #D3D3D3;
    color: #404040;
    text-align: center;
    font-weight: bold;
    font-family: Verdana;
    Width: 150px;
    Height: 23px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sec-buttons input {
    float: right;
    margin-left: 5px;
}

/*TextBox Class*/
.textbox-style {
    Width: 170px;
    Height: 20px;
    text-align: left;
    color: #708090;
    font-family: Verdana;
    border-radius: 4px;
    border-color: #D3D3D3;
    border: solid 1px #ccc;
}

/*TextBox Class Numeric*/
.textbox-style-numeric {
    Width: 170px;
    Height: 20px;
    text-align: left;
    color: #708090;
    font-family: Verdana;
    border-radius: 4px;
    border-color: #D3D3D3;
    border: solid 1px #ccc;
}

/*Label Class*/
.label-style {
    background-color: white;
    Height: 20px;
    text-align: right;
    color: #708090;
    font-family: Verdana;
    border-radius: 4px;
}

/*DropDown Class*/
.dropdown-style {
    Height: 20px;
    color: #404040;
    font-family: Verdana;
    Width: 170px;
}

