﻿/* ----[ Style Main #01 ]--------------- */

body
{
	margin: 0px 0px 0px 0px; 
	background-color: #6e77bb;
	font-family: Arial, Helvetica, sans-serif;
}

* { margin: 0px; padding: 0px; }

/* ----[ LINKS ]------------------------ */

a:link {color:#fff; text-decoration:none;}
a:visited {color:#fff; text-decoration:none;}
a:hover {color:#fff; text-decoration: underline;}
a:active {color:#fff; text-decoration:none;}

a.linkDefault:link {color:#000000; text-decoration: none;}
a.linkDefault:visited {color:#000000; text-decoration:none;}
a.linkDefault:hover {color:#000000; text-decoration: underline;}
a.linkDefault:active {color:#000000; text-decoration:none;}

a.linkHighlight:link {color:#2e3463; text-decoration: none;}
a.linkHighlight:visited {color:#2e3463; text-decoration:none;}
a.linkHighlight:hover {color:#2e3463; text-decoration: underline;}
a.linkHighlight:active {color:#2e3463; text-decoration:none;}



/* ----[ BASE LAYOUT ]------------------ */

div#divWrapper
{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div.TopBar 
{
	width: 100%;
	height: 45px;
	background-image: url(../images/topbar_bg.gif); 
	background-repeat: repeat-x;
	float: left;
}

div.SubBar 
{
	width: 100%;
	height: 17px;
	background-image: url(../images/subbar_bg.gif); 
	background-repeat: repeat-x;
	float: left;
}

div#ImageLogo
{
	width: 100%;
	height: 160px;
	float: left;
}

div#divBody
{
	width: 100%;
	float: left;
  	border: 0px solid #333333;
  	clear: both;
  	background: #626fba;
}

div#Footer 
{
	width: 100%;
	height: auto;
	float: left;
}

div#FooterImage 
{
	width: 900px;
	height: 236px;
	background-image: url(../images/bottom_bg.jpg); 
	background-repeat: no-repeat;
	float: left;
}

div#FooterBar 
{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/bottombar_bg.gif); 
	background-repeat: repeat-x;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	color: #6e77bb;
}

div#LeftContent
{
	float: left;
	clear: left;
	width: 900px;
	height: auto;
}

div#RightContent
{
	float: right;
	clear: right;	
	width: 145px;
	height: auto;
	margin-right: 1px;
}

div.divMenu
{
	width: 890px;
	height: 25px;
	line-height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	text-align: left;
}

div#divNews
{
	width: 100%;
	height: auto;
	line-height: 15px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #f1f0eb;
	border-bottom: 1px solid #000000;
}

div#divPager
{
	width: 100%;
	height: 25px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

div#divNewsContainer 
{
	width: 880px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 10px;
}

div.L { float: left; clear: left; }
div.R { float: right; clear: right; }

div.NewsBox
{
	width: 365px;
	height: 280px;	
}

.NewsBoxTop
{
	width: 100%;
	height: 50px;
	background-image: url(../images/arrow_bar_bg.gif); 
	background-repeat: repeat-x;
	float: left;
}

/* ----[ RIGHT CONTENT ]------------- */

div.divChat
{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

div.divAds
{
	width: 142px;
	height: auto;
	float: left;
	background-color: #fff;
	color: #ffffff;
	margin-top: 5px;
	text-align: center;
}

div.divAd
{
	width: 120px;
	height: auto;
	text-align: center;
	color: #ffffff;
	margin: 10px auto 10px auto;
}

/* ----[ INSIDE PAGE TEMPLATE ]------------- */

div#divBodyContainer 
{
	width: 880px;
	height: auto;
	background-color: #fff;
	float: left;
	margin: 10px 0px 0px 10px;
}

div.divPageTitle 
{
	width: 100%;
	height: 50px;
	background-image: url(../images/arrow_bar_bg.gif); 
	background-repeat: repeat-x;
	float: left;
}

div.divPageTitleImage
{
	width: 63px;
	height: 50px;
	background-image: url(../images/arrow.gif); 
	background-repeat: no-repeat;
	float: left;
	clear: left;
}

div.divPageTitleContent
{
	width: auto;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2e3463;
	margin: 22px 0px 0px 5px;
}

div.divPageTitleSubContent
{
	width: auto;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2e3463;
	margin: 22px 0px 0px 5px;
}

div.divPageBody
{
	width: 100%;
	height: auto;
	float: left;
	background-image: url(../images/arrow_bg.gif); 
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #707fc4;
}

div.divPageNav
{
	width: 100%;
	height: auto;
	float: left;
	background-image: url(../images/arrow_bg.gif); 
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #707fc4;
}

div.divPageNewsBoxBody
{
	width: 100%;
	height: 230px;
	float: left;
	background-image: url(../images/arrow_bg.gif); 
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #707fc4;
}

td.divNewsletterText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2e3463;
	width: 350px; 
	padding: 2px;
	padding-bottom: 20px;
	margin: 5px 0 0 5px;
}

div#divGadgetContainer 
{
	width: 880px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 10px;
}

.divGadgetL
{
	float: left;
	clear: left;
	height: auto;
	width: 350px;
}

.divGadgetR
{
	float: right;
	clear: right;
	height: auto;
	width: 350px;
}

/* Carousel Data */

.carouselTitle
{
    width: 140px; 
    font-size: 11px; 
    font-weight: bold;
}

.carouselSubTitle
{
    width: 140px; 
    font-size: 10px; 
}

/* ----[ SLIDER GADGET LAYOUT ]------------- */

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
    left: 0;
}

#s3slider1,#s3slider2,#s3slider3 { 
   width: 245px; /* important to be same as image width */ 
   height: 245px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border: 1px solid #707fc4;
}

#s3slider1Content, #s3slider2Content, #s3slider3Content {
   width: 245px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3slider1Image, .s3slider2Image, .s3slider3Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3slider1Image span, .s3slider2Image span, .s3slider3Image span {
   position: absolute; /* important */
   font: 10px Arial, Helvetica, sans-serif;
   padding: 10px 10px 10px 10px;
   width: 225px;
   background-color: #000;
   filter: alpha(opacity=70); 
   -moz-opacity: 0.7; 
   -khtml-opacity: 0.7; 
   opacity: 0.7; 
   color: #fff;
   display: none; 

}

.s3slider1Image img, .s3slider2Image img, .s3slider3Image img 
{
	height: 245px;
	width: 245px;
}

.clear {
   clear: both;
} 

/* ----[ HIGHLIGHTS ]------------- */

.item h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2e3463;
}

.item h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color: #000;
}

.item img
{
	margin: 5px 0 5px 0;
	border: 1px solid #fff;
}

.item span
{
	font-size: 12px;
}

/* ----[ LOGIN BOX LAYOUT ]------------- */

p.LoginForm {
	width: 170px;
	clear: left;
	text-align: left;
	margin: 0px 5px 0px 20px;
	padding: 5px 0 5px 0;
	height: 1%;
}

label.LoginForm {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	float: left;
	margin-left: 0px; 
	width: 100px; 
}

.divLoggedIn 
{
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	line-height: 20px;
}


/* ----[ TEXT LAYOUT ]------------------ */

h2.foo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	position:relative;
	height: 30px;
	padding: 0px;
	margin: 0px;
	text-indent: 5px;
}

.textValidator
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

span.HighlightText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2e3463;
}

span.ImovelOptText
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2e3463;
}



/* ----[ HOME SCROLLING ]------------------ */


#mainScroll 
{     
	position:relative;
	overflow:hidden;
	height: 480px;
}  

/* root element for pages */ 
#pages 
{     
	position:absolute;     
	height:20000em;
} 

.page {
	padding:0 5px 0 5px;
	height: 480px;
	background:#f8f9fc url(../images/arrow_bg.gif) repeat-x;
	background-position: bottom;
	width:730px;
}

/* root element for horizontal scrollables */ 
.scrollable 
{     
	position:relative;     
	overflow:hidden;     
	width: 510px;     
	height: 480px; 
}  

/* root element for scrollable items */ 
.scrollable .items 
{     
	width:20000em;     
	position:absolute;     
	clear:both; 
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:710px;
	height:450px;
	padding:5px;
}

#main_navi {
	float:left;
	padding:0px !important;
	margin:0 !important;
}

#main_navi li {
	background-color:#44509c;
	border-bottom:1px solid #707fc4;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:50px;
	list-style-type:none;
	padding:10px;
	width:120px;
	cursor:pointer;
}

#main_navi li:hover {
	background-color:#3e498d;
}

#main_navi li.active {
	background-color:#364080;
}

#main_navi img {
	float:left;
	margin-right:10px;
	width: 75px;
	height: 75px;
}

#main_navi strong {
	display:block;
}

#main div.navi {
	margin-left:250px;
	cursor:pointer;
}


/* ----[ NEWS MENU ]------------------ */

.listNews
{
	width: 100%;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}

.listNews li
{
	width: auto;
	line-height: 18px;
	padding: 4px 2px 4px 2px;
	list-style-type: none;
	list-style-position:outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 0px solid #FF9C00;
}

.listNews li a 
{
	color: #2e3463;
	display: block;
	padding: 1px;
}

.listNews li a:hover 
{
	background-color: #2e3463;
	text-decoration: none;
	color: #fff;
	border: 0px;
}

.listNews li.footer
{
	border: 0px;
	font-size: 10px;
	text-align: right;
}

.listNews li.footer a 
{
	display: inline;	
}

.listNews li.footer a:hover 
{
	background-color: Transparent;
	text-decoration: underline;
	color: #2e3463;
}

/* ----[ TABLE CADASTRO ]------------------ */

td.CellProperty
{
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

td.CellValue
{
	width: 330px;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

td.CellTitle
{
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

td.CellRow
{
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* ----[ TABLE GALLERY ]------------------ */

table.Gallery
{
	padding: 0px;
	margin: 0px;
	width: 548px;
}

table.Gallery td.CellPicture
{
	width: 80px;
	height: 75px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #000000;
}

table.Gallery td.CellValue
{
	width: 468px;
	height: 75px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #000000;
}

table.Gallery td.CellTitle
{
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

/* ----[ TABLE NEWS ]------------------ */

table.News
{
	padding: 0px;
	margin: 0px;
	width: 840px;
}

table.News td
{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #3d488b;
}

/* ----[ TABLE PAGE ]------------------ */

table.PageContent
{
	padding: 0px;
	margin: 10px auto 0 auto;
	width: 840px;
}

td.PageRow
{
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

td.PageRowThumb
{	
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	line-height: 20px;
}

td.PageRowDate
{
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: left;
}

td.PageNav
{
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-top: #3d488b 1px solid;
}

td.BlankRow
{
	height: 5px;
}

td.PageRowTitle
{
	height: 25px;
	line-height: 25px;
	color: #2e3463;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.imageThumbnail
{
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	padding: 0;
}

div.DivRowContainer
{
	width: 440px;
	height: auto;
	background-color: #edeef6;
	/*border: 1px solid #3d488b;*/
	border: 1px solid #fff;
	float: right;
	text-align: left;
	padding: 5px;
}


div.DivRow
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: left;
}

div.DivRow strong
{
	color: #2e3463;
	font-size: 11px;
}

#imovelOpt
{
	list-style-type: none;
	height: auto;
	padding: 0;
	margin: 0;
}

#imovelOpt li
{
	height: 16px;
	line-height: 16px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 3px 0 3px 0;

}

/* ----[ BUSCA ]------------------ */

table.ImovelList
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #3d488b;
	width: 860px;
}

table.ImovelList tr th
{
	text-align: left;
	background-color: #3d488b;
	color: #FFF;
	border: 0px;
	padding: 2px 20px 2px 2px;
	font-size: 10px;
}

table.ImovelList tr td
{
	border-bottom: 1px solid #3d488b;
	border-top: 0px;
	color: #000;
	padding: 2px 10px 2px 2px;
	text-align: left;
	line-height: 16px;
}

table.ImovelList tr 
{
	background-color: #fff;
	height: 20px;
	border: 0px;
}

.ImovelListFooter *
{
	background: #3d488b;
	color: #dbb009;
	font-size: 10px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
	
}

.ImovelListFooter a
{
	color:#FFFFFF; 
	text-decoration: none;
}

.ImovelListFooter a:active
{
	color:#FF9C00; 
	text-decoration: none;
}

.ImovelListFooter a:hover
{
	color:#FF9C00; 
	text-decoration: underline;
}

.ImovelListFooter a:visited
{
	color:#FFF; 
	text-decoration: underline;
}

td.FormBusca
{
	width: 180px;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

td.Empty
{
	height: 10px;
}

/* ----[ FORMS ]------------------ */

.formTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	padding: 2px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #3d488b;
	color: #000000;
}

.formTextBoxLogin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	height: 15px;
  	line-height: 15px;
  	padding: 2px;
	font-weight: normal;
	background-color: #E5E5E5;
	border: 0px solid #484848;
	color: #000000;
}

/* ----[ FORM NEWSLETTER ]------------- */

.formTextBoxNewsletter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 15px;
  	padding: 4px 2px 0 2px;
	font-weight: 600; 
	background-color: #626fba;
	border: 1px solid #3d488b;
	color: #fff;
	width: 220px;
	height: 25px;
}

.formButtonNewsletter
{
	border: 1px solid #395a8a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	height: auto;
	font-weight: bold;
	color: #000000;
	background:#eeeeee;
}

.formButtonNewsletter:hover
{
	background-color: #626fba;
	color: #fff;
}