/* 
CSS Document  Tritone Início: 20/06/2007 Bradesco Imóveis
*/ 

html,body {
	height:100%; /* needed for container min-height */
}

.container {
	position:relative; /* needed for footer positioning*/
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


* { font:11px Verdana; margin:0; padding:0; list-style:none; }
img { border:0; }

body { margin:0; height:100%; }
/* Início do Tableless  Div´s fundamentais */

a:link		{ text-decoration:none; color:#666666;}
a:visited   { text-decoration:none; color:#666666;}
a:hover		{ text-decoration:underline; color:#666666;}
a:active	{ text-decoration:none; color:#666666;}
a:focus 	{ outline:none;}

/* Barra Bradesco UP */
.barrabradesco { height:27px; width:100%; background:url(../imagens/barrabradesco/bg_top.gif) repeat-x; overflow:hidden; }
.barrabradesco ul { margin:0; padding:0; }
.barrabradesco ul li { width:100%; height:27px; display:block; float:left; background:url(../imagens/barrabradesco/top_usuario.gif) no-repeat left top;}
.barrabradesco ul li.usuario, li.senha input { margin:4px 3px 0px 3px; }
.barrabradesco ul li.espaca { margin-left:2px; margin-right:2px; }
.barrabradesco ul li a { padding-left:680px;}
.barrabradesco ul li a img { margin-top:3px;}


/* Rodapé Bradesco */
.rodape { clear:both; background:url(../imagens/rodape/bg_inferior.gif) repeat-x; height:28px; width:100%; bottom:0;}


/*Modal Popup*/

.modalBackground
{
      background-color: Gray;
      filter: alpha(opacity=70);
      opacity: 0.7;
}

.modalPopup
{
      background-color: #F2F2F2;
      border-style: solid;
      border-width: 1px;
      border-color: black;
      padding: 25px;
      width: 250px;
      text-align: center;
      font-family: Verdana, Arial;
      font-size: 10px;
}
