﻿/* Standard menu items */
.MenuList
{
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	list-style-type: none;
}

.MenuList a
{
	text-decoration: none;
}

.MenuList a:hover
{
	text-decoration: none;
}

.MenuList li.activemenuitem a
{
	font-weight: bold;
}

/* Content list specific changes */
#ContentList
{
	width: auto;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	list-style: none none outside;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;	
	vertical-align: middle;
}
#ContentList li a
{
	height: 17px;
	background-image: url(image/ContentButtonBG.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	width:169px;
}

#ContentList li a:hover 
{
	background-image: url(image/ContentButtonBGRollover.gif);
}

html>body #ContentList li a 
{
     width: auto;
}

#ContentList li,
#ContentList li a 
{
	text-decoration: none;
	color: #000000;
}

#ContentList li:hover,
#ContentList li a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

#ContentList li.activemenuitem a
{
	color: #cc0000;
}

#ContentList li.activemenuitem a:hover
{
	color: #ff0000;
}
#ContentList .ShareThis
{
	background-image: url(image/ContentButtonBG.gif);
}
#ContentList .ShareThis:hover
{
	background-image: url(image/ContentButtonBG.gif);
}

/* Feature menu specific changes */
#FeatureMenu
{
    margin: 15px 0px 0px 0px;
}

/* Agent menu specific changes */
#AgentMenu
{
    /*
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: auto;
*/
}

#ClientInfo
{
	position: absolute;
	left: 0px;
	top: 230px;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ClientInfo #Content
{
	vertical-align: top;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 10px 0px;
}

#ClientInfo #ContentExtended
{
    height: 120px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.AgentName,
.CompanyName,
.AgentPhone
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	text-align: center;
}

.AgentPortrait
{
	border-right: solid 1px white;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	float: right;
}

.OpenHouseSection
{
    width: auto;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.OpenHouse
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
}

.OpenHouseTimes
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none none outside;
    line-height: 10px;
}

