﻿
#pagedimmer
{
    position:fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background-color:#000000;
    filter:alpha(opacity=55);
    -moz-opacity:.55;
    opacity:.55;
    z-index:50;
}

#divmsgbox
{
	position:fixed;
	background-color:#888888; 
	border:1px solid #999999; 
	z-index:1000; 
	left:20%; 
	right:20%; 
	top:20%;
}

#divmsgboxin
{
	margin:5px;
}

.divmsgboxtd
{
    font-family: verdana,sans-serif;
    font-size:11px; 
    font-weight:bold; 
    padding-left:5px; 
    background-image: url("../imagens/msg_title_1.png"); 
    color:#FFFFFF; 
    height:22px;
}

.modalDialog .fundo
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 999;

    /* IE Trash*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";    
    filter: alpha(opacity=70);    
}

.modalDialog .conteudo
{
    background-color: #FFF;
    position:absolute;
    z-index: 1000;
    top:50%;
    left:50%;
    margin:-100px 0 0 -150px;    
}


.ui-autocomplete {
    overflow-y: scroll;
    max-height: 300px;
}