﻿    .body
    {
	    font-family: arial, verdana, helvetica, sans-serif;
	    font-size: 12px;
	}
    .menu 
    {
        z-index: 100;
	    text-align: justify;
        text-transform: uppercase;
	    font-size: 12px;
	    font-weight: bold;
	    color: #C0C0C0;
	    height: 18px;
        line-height: 18px;
        margin-left: 20px;
	    width: 980px;
        display: inline-block;
    }
    .reportview
    {
        position: relative;
        z-index: 0;
    }
    .LoginControl
    {
        border: 0px solid Black;
        background-color: White; 
        font-family: Verdana; 
        font-size: 12px;
    }
    .PasswordControl
    {
        border: 1px solid Black;
        background-color: White; 
        font-family: Verdana; 
        font-size: 12px;
    }
    .watermark 
    {
	    padding: 2px 0 0 2px;
	    border: 1px solid #BEBEBE;
	    background-color: #F0F8FF;
	    font-size: small;
        font-style: italic;
	    color: gray;
    }
    .modalPopup
    {
        background-color: #ffffdd;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 340px;
        height: 100px;
    }
    .modalCalPopup
    {
        background-color: #ffffdd;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 500px;
        height: 300px;
    }
    .modalBackground
    {
        background-color: Gray;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        -khtml-opacity: 0.7;
    }
    .popupControl
    {
        background-color: #AAD4FF;
        position: absolute;
        visibility: hidden;
        border-style: solid;
        border-color: Black;
        border-width: 2px;
    }
    .popupMenu 
    {
	    position: absolute;
	    visibility: hidden;
	    background-color: #AAFFFF;
	    opacity: .9;
	    filter: alpha(opacity=90);
    }
    .popupHover 
    {
	    background-image: url(images/header-opened.png);
	    background-repeat: repeat-x;
	    background-position: left top;
	    background-color: #F5F7F8;
    }
    .collapsePanel 
    {
	    width: 980px;
	    height: 0px;
	    background-color: white;
	    overflow: hidden;
    }
    .collapsePanelHeader
    {
        width: 980px;
        height: 20px;
        color: Black;
        background-color: #CCCCCC;
        font-weight: bold;
        float: inherit;
        padding: 5px;
        cursor: pointer;
        vertical-align: middle;
    }
    .Important
    {
        font-size: large;
        color: Red;
    }
    .autocomplete_completionListElement
    {
        margin: 0px!important;
        background-color: White;
        color: windowtext;
        border: buttonshadow;
        border-width: 1px;
        border-style: solid;
        cursor: 'default';
        overflow: auto;
        height: 200px;
        font-family: Tahoma;
        font-size: small;
        text-align: left;
        list-style-type: none;
    }
    .autocomplete_highlightedListItem
    {
        background-color: #ffff99;
        color: black;
        padding: 1px;
    }
    .autocomplete_listItem
    {
        background-color: White;
        color: windowtext;
        padding: 1px;
    }
    .ListSearchExtenderPrompt
    {
        background-color: #99CCFF;
        font-style: italic;
        color: Gray;
        font-weight: bold;
        font-size: small;
    }
    .accordionHeader
    {
        border: 1px solid #2F4F4F;
        color: white;
        background-color: #C0C0C0;
	    font-family: Arial, Sans-Serif;
	    font-size: 12px;
	    font-weight: bold;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
        text-align: left;
    }
    .accordionContent
    {
        background-color: White;
        border: 1px solid #2F4F4F;
        border-top: none;
        padding: 5px;
        padding-top: 10px;
    }
    .accordionLink
    {
        background-color: #C0C0C0;
        color: Black;
    }
    .InfoBox
    {
        background-color: #ffa;
        text-align: center;
        border: solid 1px #333;
        padding: 4px;
        width: 88%;
    }
    .iFrame
    {
        -ms-overflow-style: none;
    }
/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 8px;
    text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.75);
    background-color: #43B3E0;
    padding: 1em 2.35em 1em 2.35em;
    font-size: 1.1em;
    max-width: 24em;
}

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover,
    .button:hover {
        background-color: #43bff0;
        color: #fff !important;
    }

    input[type="button"]:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    button:active,
    .button:active {
        background-color: #3BA8D3;
        top: 1px;
    }

    input[type="button"].large,
    input[type="submit"].large,
    input[type="reset"].large,
    button.large,
    .button.large {
        font-size: 1.5em;
        letter-spacing: -0.025em;
    }

    input[type="button"].alt,
    input[type="submit"].alt,
    input[type="reset"].alt,
    button.alt,
    .button.alt {
        background-color: #444;
        box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2);
    }

        input[type="button"].alt:hover,
        input[type="submit"].alt:hover,
        input[type="reset"].alt:hover,
        button.alt:hover,
        .button.alt:hover {
            background-color: #4f4f4f;
            color: #fff !important;
        }

        input[type="button"].alt:active,
        input[type="submit"].alt:active,
        input[type="reset"].alt:active,
        button.alt:active,
        .button.alt:active {
            background-color: #3f3f3f;
        }
   