﻿/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ucmodalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 1px;
    bottom: 1px;
}
.ucmodalPopup
{
    background-position: center;
    width: 350px;
    position: absolute;
    top: 30%;
    left: 35%;
}
.ucmodalPopupTrocaSenha
{
    background-position: center;
    width: 450px;
    position: absolute;
    top: 20%;
    left: 25%;
}

/*.modalPopup
{
	width: 300px;
	background-color: Transparent;
}
*/
.sampleStyleA
{
	background-color: #FFF;
}

.sampleStyleB
{
	background-color: #FFF;
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
}

.sampleStyleC
{
	background-color: #ddffdd;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.sampleStyleD
{
	background-color: Blue;
	color: White;
	font-family: Arial;
	font-size: 10pt;
}

/*Popup Control*/
.popupControl
{
	background-color: White;
	position: absolute;
	visibility: hidden;
}

/*Inicio Estilos tabela modalPopup*/
.TabelaPai
{
	width: 100%;
	height: 100%;
}

.ImgBordaTopEsquerda
{
	background-image: url( '../images/skinModalPopup/RadWWrapperHeaderLeft.gif' );
	background-repeat: repeat-x;
	width: 6px;
	height: 30px;
}
.TopImagem
{
	background-image: url( '../images/skinModalPopup/RadWWrapperHeaderCenter.gif' );
	background-repeat: repeat-x;
	text-align: left;
	height: 27px;
	font-weight: bold;
}
.ImgBordaTopDireita
{
	background-image: url( '../images/skinModalPopup/RadWWrapperHeaderRight.gif' );
	background-repeat: repeat-x;
	width: 6px;
	height: 30px;
}
.LinhaBordaEsquerda
{
	border-left: solid 1px #3b5a82;
	width: 3px;
	font-size: 1px;
	background: white;
}
.LinhaBordaDireita
{
	border-right: solid 1px #3b5a82;
	width: 3px;
	font-size: 1px;
	background: white;
}
.ImgBordaRodapeDireita
{
	background-image: url( '../images/skinModalPopup/RadWWrapperFooterLeft.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 23px;
	top: -1px;
}

.ImgRodapeCentro
{
	background-image: url( '../images/skinModalPopup/RadWWrapperFooterCenter.gif' );
	background-repeat: repeat-x;
	top: -1px;
}
.ImgBordaRodapeEsquerda
{
	background-image: url( '../images/skinModalPopup/RadWWrapperFooterRight.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 23px;
	top: -1px;
}

.TabelaFilho
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
.TabelaFilhoImagem
{
	width: 65px;
}
.TabelaFilhoMensagem
{
	height: 100%;
	text-align: left;
}
.AlingDireita
{
	height: 100%;
	text-align: right;
}
.divAguardeBackGround
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: auto;
	text-align: center;
	line-height: 30px;
	filter: alpha(opacity=90);
	opacity: 0.7;
}
.divTextAguarde
{
	margin-top: 10%;
	background-color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
}
/*Fim Estilos tabela modalPopup*/