﻿/*########################################################################################################################################################################*/
.cssModalContainerIE
{
    border: 0px none #FFFFFF;
    text-align: center;
    overflow: hidden;
    display: table;                
    height:expression(document.documentElement.clientHeight);
    width:expression(document.documentElement.clientWidth);                
    background-color:gray; 
    filter:alpha(opacity=25);
    position: absolute; 
    right: 0px; 
    bottom: 0px;
    right: auto; 
    bottom: auto;
    z-index: 1000;
    left: expression( ( - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.cssInsideModalContainerIE
{
    vertical-align: middle;
	width:expression(document.documentElement.clientWidth); 
	height:expression(document.documentElement.clientHeight);
    border: 0px none #FFFFFF;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    display: table;
    position: absolute;
    z-index: 1100;
    left: expression( ( - fixme2.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) )/2 + 'px' );
    top: expression( ( - fixme2.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) )/2 + 'px' );                
}       
.cssModalContainerFF
{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color:gray; 
    -moz-opacity:.25;
    opacity:.25;
    overflow: hidden;
    display: table; 
    position: fixed;
    z-index: 1000;
}

.cssInsideModalContainerFF
{
    height:100%;
    width:100%;
    overflow: hidden;
    display: table-cell; 
    position: fixed;
    z-index: 1100;
    vertical-align:middle;
    text-align:center;
}   

.cssInsideModalContainer2
{
	width:480px; 
	height:150px;
    top: 35%;
	margin: 0 auto;
	background-color: #ffffff; 
	border: 1px solid #9BA1A5;
	padding: 0 0 10 0;
	position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 1200;
    display:table;
}         

.cssTableWait
{
	margin: 0 auto;
	/*background-color: #fdfdfd;*/
	background-color: #FFFEF4;
	border: 0px none;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 45 0 0 0;
	azimuth: center;
	padding: 25 0 0 0;
	
}
.cssTextoMensagem
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left:10px;
	height:10px;
	overflow:hidden;
}
.cssFormDefault
{
	margin:15px;	
}

.cssFormDefault TD
{
	/*height:25px;*/
	padding: 3px 3px 3px 3px ;
	text-align:left;
	background-color: #F1EFDB;
}
.cssCelulaDescricao
{
	height:25px;
/*	background-color: #FFFEF4;
	border: 1px solid #D7CDB2;
	padding: 5px 5px 5px 5px ;
*/
}
.cssFieldset
{
    border: solid 1px #DFD8BE;/*#BAC54F*/
}
.cssFieldset LEGEND
{
	font-size:12px;
	color: #727272;
}
