@charset "utf-8";
/* CSS Document */
body, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
}
table.progress td
{
	background-color:#900;
	padding:5px;

}

table.progress td.progress
{
	background-color:#0C0;
}

.standard_width
{
	width:500px;	
}

#pager {
width:500px;
position:relative;
padding:10px;

}



#wrap {
width:600px;
background-color:#E9E9E9;
border: 1px gray solid;
position:relative;
padding:10px;
overflow:auto;
min-height: 300px;
overflow-x:hidden;

}


#mlsimage  {
float:right;
/* left:220px; */
}


#details {
	width:250px;
float:left;
}








#socialBar {
    margin:0px;
    padding:0px;
    list-style-type: none;
}
#socialBar ul {
    list-style-type: none;
}
#socialBar li {
    margin:0px;
    padding:0 0 0 20px;
    display:inline;
}


#mlsfooter {
	margin:10 px 0 0 0;
	padding:0;
	clear:both;
/*	left: 10px;
	top: 250px;
	display:block;
	position:absolute;
width: 350px;
*/
}

#tabs {
font-size: 90%;

}


#tabs ul {


position:relative;
margin-bottom:-5px;
background: #ccffff;
padding: 5px;
width: 500px;
padding-top: 4px;
-moz-border-radius: 10px 10px 20px 0px ;

}
#tabs li {

list-style: none;
-moz-border-radius: 10px 10px 0px 0px;
}
* html #tabs li {
display: inline; /* ie6 double float margin bug */
}
#tabs li,
#tabs li a {
position: relative;
padding:5px;
display:inline;
}
#tabs ul li a {
text-decoration: none;
padding: 8px;
color: #0073BF;
font-weight: bold;
}
#tabs ul li.active {
background: #99ccff url(../img/nav-right.gif) no-repeat right top;
}
#tabs ul li.active a {
background: url(../img/nav-left.gif) no-repeat left top;
color: #333333;
}
#tabs div {
background: #99ccff;
clear: both;
padding: 20px;
min-height: 50px;
-moz-border-radius: 10px 10px 10px 10px;
text-align:center;
}
#tabs div h3 {
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 1px;
}
#tabs div p {
	line-height: 150%;
}




.page_item
{
	background-color: #ccd4ff;
	border: 1px solid #8c9eff;
	padding:5px;
	text-align: center;

	
}
.page_selected
{
	background-color: #8c9eff;
	border: 1px solid #e9ecff;
	padding:5px;
	text-align: center;
	font-weight: bold;
}
img {
	border: none;
}
.arrow {
	position: absolute;
	right: 8px;
	top: 4px;
}
#container {

	width:500px;
	

	}
.block {
	//background: #fdfde0 url('contentbg.gif') repeat-x 50% 42px;
	background-color: #e4e6f0;
	position: relative;
	
	}
.content {
	padding-left:10px;
	padding-bottom:3px;
	}
.content_selected {
	display:block;
	
	}
h1 {
	background: url(../img/accordion_header.jpg) repeat-x left top;
	font-weight: bold;
	padding: 6px;
	color: #55564b;
	font-size: 15px;
	//border-top: 1px solid #888;
	}
h2 {
	font-size: 18px;
	background: #5e5e51;
	padding: 10px;
	color: #fff;
	border-bottom: 2px solid #888;
}

h1.active {
	background: url(../img/accordion_selected.jpg) repeat-x left top;
	color: #55564b;
	
	}

