﻿div#statusLoading
{
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    z-index: 222222;
    text-align: center;
}

    div#statusLoading div.content_statusLoading
    {
        margin: 0 auto;
        width: 50%;
        padding: 10px;
        background-color: #FFFFFF;
        border: 1px solid #7895A2;
    }

label#lblCarregando
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: #353535;
    font-weight: bold;
}

.modalBackground
{
    background-color: #00969B;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ListSearchExtender
{
    color: #F00;
    font-style: italic;
    text-transform: uppercase;
}

input[type=text]
{
    border-bottom: solid #00969B 1px;
    border-top: solid #00969B 1px;
    border-right: solid #00969B 1px;
    border-left: solid #00969B 1px;
}

input[type=submit], input[type=button], span
{
    /*text-transform: uppercase;*/
    font-weight: bold;
}

body
{
    /* 	text-transform: uppercase; 	*/
}

.clshide
{
    display: none;
}

.UpdatePG_Centro
{
    z-index: 101;
    left: 1%;
    width: 150px;
    position: absolute;
    top: 25%;
    height: 17px;
    background-color: #FFFFFF;
}

.overlay
{
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #272258;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

* html .overlay
{
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader
{
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

.btnclk {
    color: azure;
    background-color: #00969B;
    border-color: #00969B;
    border-bottom-color: #00969B
}

* html .loader
{
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
