﻿.loading
{
    position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;

    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.loading div
{
    position: absolute;
    width: 100%;
    margin-top:300px;
    margin-left: auto;
    margin-right: auto;
}

.messagebox
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.messagebox .content
{
    width: 500px;
    margin: 0 auto;
    margin-top: 250px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
    background: #EEEEEE;
    border: 1px solid #606060;
    text-align: center;
}
/* ***************************** */

.paging a,
.paging a:active,
.paging a:visited
{
    color: #323232;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.paging a:hover
{
    text-decoration: underline;
}

/* ***************************** */
.search_results
{
    color: #202020;
    background: #FFFFFF;
}


.gvSelectItem
{
    color: #00FF00;
}

.gvHeader
{
    font-size: 10pt;
    text-align: left;
}

.gvItem
{
    text-align: left;
    font-size: 9pt;
}

.gvFooter
{
    margin-left: 4px;
    font-weight: bold;
}

.gvFooter a,
.gvFooter a:active,
.gvFooter a:visited
{
    color: #2020DD;
    text-decoration: none;
}

.gvFooter a:hover
{
    text-decoration: underline;
}
/* ***************************** */

div.centered
{
    text-align: center;
}

.search_crit
{
    background: #EEEEEE;
    border: 1px solid #909090;
    padding: 10px;
    margin-left: 22px;
}
