body {
 scrollbar-3d-light-color: #8AA8E6;
 scrollbar-arrow-color: #000000;
 scrollbar-base-color: #000000;
 scrollbar-dark-shadow-color: #f5f5f5;
 scrollbar-face-color: #f5f5f5;
 scrollbar-highlight-color: #f5f5f5;
 scrollbar-shadow-color: #000000
 }

.Caixa{
font-family: verdana, arial;
font-size: 12;
width: 100px;
border-color: black;
border-width: 1;
border-style: solid;
height: 21px;


}

.font_menu{
	Font-Family: Verdana, Arial;
	Font-Size: 10pt;
	Color: #000000;
}

.font_menu1{
	Font-Family: Verdana, Arial;
	Font-Size: 10pt;
	Color: #ffffff;
}

.font01{
	Font-Family: Verdana, Arial;
	Font-Size: 8pt;
	Color: #000000;
}

/* CSS IMOVEIS TEMPLATE */

td {color : #000000 ; Font-Family:Arial, Helvetica, sans-serif; Font-Size: 12px ; Line-height:16px; text-decoration: none;}
.txt		{ font-weight: bold; font-size: 12px; font-family: arial; color: #666666; }
.title      { font-weight: bold; font-size: 13px; font-family: arial; color: #ffffff; Line-height:20px;}
.txt1		{ font-size: 11px; font-family: arial; color: #ffffff; }
.txt2		{ font-size: 11px; font-family: arial; color: #ffffff; }		

/* menutop */
a.menutop:link		{ font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; font-family: arial }
a.menutop:visited	{ font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; font-family: arial }
a.menutop:hover		{ font-weight: bold; font-size: 12px; color: #cccccc; text-decoration: none; font-family: arial }

/* lista_imoveis */
a.lista:link		{ font-size: 12px; color: #666666; text-decoration: none; font-family: arial }
a.lista:visited		{ font-size: 12px; color: #666666; text-decoration: none; font-family: arial }
a.lista:hover		{ font-size: 12px; color: #999999; font-family: arial; text-decoration: none;}

/* paginacao */
a.paginacao:link		{ font-size: 12px; color: #666666; text-decoration: none; font-family: arial }
a.paginacao:visited		{ font-size: 12px; color: #666666; text-decoration: none; font-family: arial }
a.paginacao:hover		{ font-size: 12px; color: #333333; font-family: arial; text-decoration: none;}

/* clique */
a.clique:link		{ font-size: 12px; color: #FF0000; text-decoration: none; font-family: arial }
a.clique:visited	{ font-size: 12px; color: #FF0000; text-decoration: none; font-family: arial }
a.clique:hover		{ font-size: 12px; color: #333333; font-family: arial; text-decoration: none;}

/* Form */
input     { font-size: 11px;color: #000000; background-color: #ffffff;font-family: arial; border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select { BORDER-RIGHT: #003399 1px solid; BORDER-TOP: #003399 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #003399 1px solid; WIDTH: 126px; COLOR: #000000; BORDER-BOTTOM: #003399 1px solid; FONT-FAMILY: Tahoma, Helvetica, Arial, Verdana, sans-serif; HEIGHT: 20px; BACKGROUND-COLOR: #ffffff}


/****** MENU ************/


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}