﻿/*********************************************************
	GridView
*********************************************************/
.GridView {
    font-family: Verdana;
    width: 90%;
    background-color: #FFFFFF;
    border-bottom: solid 2px #666666;
    border-right: solid 2px #666666;
    border-top: solid 1px #666666;
    border-left: solid 1px #666666;
    margin: auto;
}

    .GridView .SelectedRow {
    }

    .GridView .HeaderStyle {
        background-color: #6396CE;
        color: #FFFFFF;
    }

    .GridView .AlternatingRowStyle {
        background-color: Moccasin;
    }

    .GridView td {
        padding: 3px;
    }

    .GridView .LinkButton, .Button, .button, input[type="button"], input[type="submit"] {
        background-color: Transparent;
        text-decoration: underline;
        padding: 2px;
        white-space: nowrap;
        font-weight: normal;
        border-style: none;
        color: Blue;
    }

/*********************************************************
	LinkButton
*********************************************************/

.LinkButton:hover, .LinkButton:active {
    background-color: #FB9D2C;
    color: #FFFFFF;
    text-decoration: none;
}

.Button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .Button:active, .button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #FB9D2C;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.Button, .button, input[type="button"], input[type="submit"] {
    border-top: solid 1px #666666;
    border-bottom: solid 2px #666666;
    border-left: solid 1px #666666;
    border-right: solid 2px #666666;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 5px;
    margin: 6px;
    color: #666666;
    font-weight: 600;
    overflow: visible;
}

.ButtonBesideTextBox, .buttonBesideTextBox {
    border-top: solid 1px #666666;
    border-bottom: solid 2px #666666;
    border-left: solid 1px #666666;
    border-right: solid 2px #666666;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 4px;
    margin: 0px 2px 2px 6px;
    color: #666666;
    font-weight: 600;
    overflow: visible;
    vertical-align: top;
}

    .ButtonBesideTextBox:hover, .buttonBesideTextBox:hover {
        background-color: #FB9D2C;
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

.FixedHeader {
    height: 25px;
    position: absolute;
    font-weight: bold;
    top: expression(Sys.UI.DomElement.getBounds(document.getElementById("panelContainer")).y-25);
}

.UploadLinkButton {
    border-top: solid 1px #666666;
    border-bottom: solid 2px #666666;
    border-left: solid 1px #666666;
    border-right: solid 2px #666666;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 5px;
    margin: 6px;
    color: #666666;
    font-weight: 600;
}