/* Shared */
html, body, h1, h2, h3, h4, h5, h6, form, p  {padding:0; margin:0;}
body{
	font-family:Verdana,Tahoma,Arial;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6{
	color:#007FC6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1{ font-size:18px; }
h2{ font-size:15px; }
h3{ font-size:14px; }
strong{ color:#007FC6; }
strong.nocolor { color:#000000; }
a { color:#007FC6; text-decoration:none; } 
a:hover{ text-decoration:underline; }

/* Shared Classes */
.error{
	color:red;
}
.asterik{
	color:red;
}
.bold_headline{
	color: #333333;
	font-weight:bold;
}
.content_padding{
	padding-left:10px;
	padding-right:10px;
}

/* Homepage */
#homepageContent{
	height:380px;
	text-align:center;
}
#homepageLeftContent{
	width: 205px;
	position:absolute;
	left:0px;
}
#homepageCenterContent{
	background-color:#F0F0F0; 
	border:1px solid #D8D8D8;
	width: 347px;
	padding-bottom:10px;
	position:absolute;
	left:213px;
}
#homepageRightContent{
	width: 205px;
	position:absolute;
	right:0px;
}

/* State */
#state_city_list{
	float:left;
	width:510px;
}
#state_featured_list{
	float:right;
	width:210px;
	overflow:hidden;
}

/* User Account */
#setupForm{
	padding:5px;
}
.tab-container {
width: 640px;
height:34px;
font-size:10px;
border-bottom:1px solid #DDDDDD;
}
.tab {
background: #6FB0DB;
color: #FFFFFF;
cursor: pointer;
float: left;
width: 140px;
margin-right: 2px;
text-align: center;
font-weight: bold;
}
.tab p {
	padding-top:3px;
}
.tab-selected {
background: #CCCCCC url(../pages/account/tab-gradientgray.gif) repeat-x;
color:#333333;
height: 34px;
}
.tab-unselected {
margin-top: 4px;
height: 30px;
background: #66A3E3 url(../pages/account/tab-gradientblue.gif) repeat-x;
}
.tab-unselected strong {
color:#05619A;
}

/* Property Search */
.search_result{
	float: right; 
	background-color: #FFFFFF; 
	width: 550px; 
	height: 180px; 
	padding: 10px; 
	padding-top:0px;
}
.search_detail_container{
	width:250px; 
	float:right; 
	font-size: 10px;
}
.search_detail_1{
	float:left; 
	width: 45px; 
	margin-right:3px; 
	border-bottom: 3px solid #2C82DC; 
	color: #2C82DC;
	text-align:center;
}
.search_detail_2{
	float:left; 
	width: 45px; 
	margin-right:3px; 
	background-color: #EEEEEE;
	text-align:center;
}
.search_title{
	float:left;
	width:290px; 
}
.search_title strong{
	color: #2C82DC; 
	font-size: 12px;
}

.page_number{
	float:left;
	width:20px;
	height:22px;
	margin-right:2px;
	text-align:center;
	cursor:pointer;
}
.page_number p{
	padding:0px;
	margin:0px;
	padding-top:3px;
	font-size:10px;
}
.page_number_selected{
	background-color:#66A3E3;
	font-weight:bold;
	color:#FFFFFF;
}
.page_number_selected a{
	color:#FFFFFF;
}
.page_number_hover{
	background-color:#66A3E3;
	font-weight:bold;
	color:#FFFFFF;
}
.page_number_unselected{
	background-color:#EEEEEE;
}
.page_number_unselected a{
	color:#999999;
}

	

