﻿#MyProperties
{
	font-size: 0.8em;
	line-height: normal;
	/*
	border: 1px solid #FED63A;
	background-color: #FFFF8C;
	*/
}
#SavedPropertyCountMsg
{
	font-size: 14px;
	color: #770B01;
	text-align: center;
	padding: 4px;
}
#SavedPropertyCount { font-weight: bold; }

.InfoMsg { font-size: 14px; margin-top: 50px; text-align: center; vertical-align: middle; padding: 8px;}

/*----------------------------
	Tab Header Buttons
-----------------------------*/
.TabContainer
{
	/*background-color: #5A5135;*/
}
#MyProperties .Tab
{
	display: block;
	color: Black;
	float: left;
	font-size: 10px;
	width: 76px;
	height: 28px;
	text-align: center;
	line-height: normal;
}
#MyProperties a.Tab, #MyProperties a:link.Tab, #MyProperties a:visited.Tab
{
	color: Black;
	background: transparent url('images/bg_tab_sidebar_off.jpg');
}
#MyProperties a.Active, #MyProperties a:link.Active, #MyProperties a:visited.Active
{
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	background: transparent url('images/bg_tab_sidebar.jpg');
}
/*--------------------------
	Tabs/Panes
--------------------------*/	
.Pane
{
	width: 190px;
	height: 200px;
	float: left;
	font-size: 10px;
}
.scroll-pane
{
	background-color: #363739;
	color: White;
		
	width: 190px;
	height: 200px;
	padding-right: 12px;
	overflow: auto;
	/*float: left;*/
	position: relative;
}
.scroll-pane a, .scroll-pane a:link, .scroll-pane a:visited
{
	/*display: block;*/
	color: White;
	text-decoration: none;
}

.SidebarProperty
{
	font-size: 10px;
	color: White;
	vertical-align: top;
	padding: 3px;
}

div.CurrentPropertyDetail
{
	color: Black;
	background-color: #FFFF8C;
	border: 1px solid #FED63A;
}
div.CurrentPropertyDetail .SidebarViewLink { display: none; }

#SearchResultsPane .CurrentPropertyDetail a,
#SearchResultsPane .CurrentPropertyDetail a:link,
#SearchResultsPane .CurrentPropertyDetail a:visited
{
	color: Black;
}