.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

h5
{
	font-size:13px;
	font-weight:bold;
}

em
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
}

#tooltip
{
	opacity: 1.0 !important;
	text-align:left;
}

.InfoStatusBox
{
	border:solid 1px #056caf;
	font-size:10px;
	color:Black;
	padding:10px 15px 10px 80px;
	background: #E3F1FB url(images/BigInfoIcon.png) no-repeat scroll 10px center;
	margin-top:10px;
	margin-left:10px;
}

.InfoStatusBox strong
{
	white-space:nowrap;
	color:#1D92C3;
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.InfoStatusBox p 
{
	display: block;
	color: black;
	margin: 3px 0px 1px;
	padding:5px 0px 0px 0px;
	text-align:left;
}


.WarningStatusBox
{
	border:solid 1px #fc9;
	font-size:10px;
	color:Black;
	padding:10px 15px 10px 80px;
	background: #fcf8e3 url(images/big-warning.gif) no-repeat scroll 10px center;
	margin-top:10px;
	margin-left:10px;
}

.WarningStatusBox strong
{
	white-space:nowrap;
	color:#bf7c07;
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.WarningStatusBox p 
{
	display: block;
	color: black;
	margin: 3px 0px 1px;
	padding:5px 0px 0px 0px;
	text-align:left;
}

.ErrorStatusBox
{
	border:solid 1px #f99;
	font-size:10px;
	color:Black;
	padding:15px 15px 15px 75px;
	background: #f9f6f6 url(images/big-warning.gif) no-repeat scroll 5px -10px;
}
.ErrorStatusBox strong
{
	white-space:nowrap;
	color:red;
	display:block;
	font-size:18px;
	font-weight:bold;
}
.ErrorStatusBox p,
.ErrorStatusBox li
{
	font-size:10pt;
	margin-top:0;
	margin-bottom:0;
}
.ErrorStatusBox a
{
	font-size:8pt;
}

.small-warning {
	background-image: url(images/warning-small.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding: 10px 5px 10px 30px;
}

/* style for page titles */
.Page .Title {    
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#FDAB00 1px solid;
	padding-bottom:3px;
    margin-bottom: 5px;    
}

/* style for underlined subtitles */
.Page .SmallTitle {    
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	/*border-bottom:#ffcc00 2px solid;*/
	border-bottom:#000000 1px solid;
	padding-bottom:0px;    
}

/* style for module titles */
.Page .Module .Title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#ffffff 1px solid;
	padding-bottom:0px;             
}

.Page .Panel .Title, .Page .Point2PagePanel .Title{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#f5f5f5 0px solid;
	padding-bottom:0px;             
}

.RSS, .KML
{
       border: 1px solid; 
       border-color:#FC9 #630 #330 #F96; 
       padding: 0 3px; 
       font: bold 10px verdana, sans-serif; 
       color: #FFF; 
       background: #D08335; 
       text-decoration:none; 
       margin:0;
}

/* style for page subtitles */
.Page .SubTitle {
    color: #0080D6;
    font-size:11px;
    font-weight: bold;         
}

/* style for 2px blue underlined subtitles size 14*/
.SmallTitle1 {    
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#056CAF 2px solid;
	padding-bottom:0px;    
}

/* style for 2px blue underlined subtitles size 13*/
.SmallTitle2 {    
    color: #000000;
    font-size: 13px;
    font-weight: bold;
	border-bottom:#056CAF 2px solid;
	padding-bottom:0px;    
}

/* style for thin black underlined subtitles */
.SmallTitle3 {    
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	border-bottom:#000000 1px solid;
	padding-bottom:0px;    
}

/* style for subtitles 12px bold, no underline */
.SmallTitle4 {    
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	padding-bottom:0px;    
}
 
HR.TitleLine {
	 COLOR: #ffcc00;
	 HEIGHT: 2px 
 }
 
.TitleLine {
	 border-bottom: solid 2px #056CAF;
 }
 
 .TitleLine2 {
	 border-bottom: solid 1px #000000;
 }

p label, 
.Label {
	font-weight: bold;
	COLOR: #000000;	
}
 
.InfoLabel
{
	font-size: 11px;
	font-weight: bold;
	COLOR: #000000;
	text-align: right;	
}
 
.DataLabel
{
	font-size: 11px;
	font-weight: normal;
	COLOR: #000000;
	text-align: left;	
}
 
.ViewLeadPanel .DisplayContactInfoPanel .Label,
.ViewLeadPanel .DisplayContactInfoPanel .Text
{
    font-size:10px;	
} 
  
.Input {
		background: #F1EFE0;
		color: #000000 ;
		font-size:11px;
}

/* style used for textboxes */

.TextBox,input,select,textarea {
    font-size:11px;
	color:#000000;    
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;  
}

 .ReadOnly {
 	background: #f5f5f5;
	color: #000000 ;
	font-family : Arial, Helvetica, sans-serif;
	text-align:right;
}

/* style for error messages */
.Error {
    font-size: 11px;
    font-weight: normal;
    color: red;
}

.ErrorBold {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.Warning {
    font-size: 11px;
    font-weight: normal;
    color: red;
}

.BedroomsDataGrid .Header
{
	text-align: left;
}

.ClientGroupDataGrid a {
	font-weight:bold;
}

/* style for ascii arrow */
.Bullet {
	font-size:12px;
	font-weight:bold;
	color:#990000;
}

/* style for Edit DripEmail */
.EditDripEmailPanel 
{
	border-top:#000000 1px solid;
	border-left:#000000 1px solid;	
	border-right:#000000 1px solid;	
	border-bottom:#000000 1px solid;	
}	

/* style for Edit DripEmail - single drip panel */
.EditDripEmailPanel td{
	background-color:#f6ecd6;
	border:#f6ecd6 1px solid;
}

.TaskCell {
	background-image: url(http://www.robertsheldon.com/PortalOfficeShared/images/background.gif);
	WIDTH:150px;
	BACKGROUND-COLOR:#f5f5f5;
}

.TopCell {
	background-image: url(http://www.robertsheldon.com/PortalOfficeShared/images/background-top.gif);
	BACKGROUND-COLOR:#f5f5f5;
}		
	
.Seperator {
	BORDER-RIGHT:#000000 1px solid;
	BORDER-TOP:#ffffff 1px outset;
	BORDER-LEFT:#ffffff 1px outset;
	BORDER-BOTTOM:#000000 1px solid;
	BACKGROUND-COLOR:#f5f5f5;
	height:3px;
}

TEXTAREA {
    font-size:11px;
	color:#000000;    
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;  
}

.PhotoPanel input.NormalPhoto,
.PhotoPanel .ZoomPhoto img
{
	border: 1px #000000 solid;
}

.PhotoPanel .ZoomPhoto {
	border: 1px #000000 solid;
	FILTER: progid:DXImageTransform.Microsoft.Glow(color=#F1C49D,strength=7); 
}

.PhotoPanel img 
{
	border: 1px #000000 solid;
}

.PhotoGalleryPanel  .Item{
	background-color:#ffffff;
}


/* style for input buttons */

.CommandPanel { text-align: right;
	padding-right:10px; }

.MortgageCalculator .CommandButton { 
	width:120px;
}

div.ButtonSection
{
	margin:15px 0 !important;
	padding:5px !important;
}

.ActivityTable  input.CommandButton { 
	background-color: #3F85BF;
	border-bottom: #000000 2px outset; 
	border-left: #8CCBFF 2px outset; 
	border-right: #000000 2px outset; 
	border-top: #8CCBFF 2px outset;
	font-weight: 600;
	font-size: 11px;
	color:#ffffff;
	cursor:hand;
	width:35px;		  
}

/* style for link buttons */
.CommandButton2     {
    font-size: 12px;
    font-weight: normal;
}

a.CommandButton2:link,
a.CommandButton2:visited,
a.CommandButton2:active   {
    text-decoration:    underline;
    font-weight: normal;
    color: #000000;
}

a.CommandButton2:hover    {
    text-decoration: underline;
    font-weight: normal;
    color: #0080D6;
}

.CommandButton     {
    font-size: 11px;
    font-weight: normal;
}

a.CommandButton:link,
a.CommandButton:visited,
a.CommandButton:active   {
    text-decoration:    underline;
    font-weight: normal;
    color: #000000;
}

a.CommandButton:hover    {
    text-decoration: underline;
    font-weight: normal;
    color: #0080D6;
}


/* this is the Site navigation link controls for details*/

.SiteNavigationPanel a.CommandButton:hover {
    text-decoration:  none;
    color: #ffcc00;
    font-size:9px;         
}


/* view details subsections*/
.BathroomsDataGrid .Header 
{
	background-color:#cc9900;
	color:#000000;
	font-weight:bold}

.BedroomDataGrid .Header 
{
	background-color:#cc9900;
	color:#000000;
	font-weight:bold}
	
/* color of the subtitle in the rooms page*/	
.FloorPanel .SubTitle span {
    font-size: 12px;
    font-weight: bold;
    color: purple;
}
		

/* style for title on ListingDetailsPanel module */
.ListingsDetailsPanel .SubTitle {
	background-color: #ebebeb;
	text-align:center;
	border-left: #ffffff 2px outset;
 	border-bottom:#000000 1px outset;
	border-right: #000000 1px outset;
 	border-top: #ffffff 2px outset; 
}

.ListingsDetailsPanel td.ListingDetailsSubtitle .SubTitle
{
	border-width:0px;
}

/* style for title on ListingDetailsHeaderPanel module */

.ListingDetailsHeaderPanel {
    border-left: #ffffff 2px solid;
 	border-bottom:#000000 1px outset;
	border-right: #000000 1px outset;
 	border-top: #ffffff 2px solid;
}

.ListingDetailsHeaderPanel span
{
	white-space:nowrap;
}


/* style for DropPanel */
.DropPanel .Title {
    font-size: 11px;
    font-weight: bold;
    color: #990000;
}

.DropPanel {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align:left;
    border: 1px #AEAEAE solid;
	background-color:#FFFFCC;
	margin-left:5px;
	margin-top:5px;
	width:225px;
	visibility: hidden;	
	position: absolute;
	z-index:100;
	top: 88px;
}

.DropPanel TD 
{
	border-bottom: solid 1px #AEAEAE;
	height: 20px;
}

.DropPanel A:link  
{
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanel A:visited  {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanel  A:active   {
	text-decoration:none;
    color:#cc0000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanel  A:hover    {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}


/* this is the header style control for the CommonDropDownPanel*/
.DropPanelHeader {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    margin-left:5px;
    margin-right:5px;
	cursor:hand;
}

A.DropPanelHeader:link   {
    text-decoration: none;
    color: #000000;
    font-size:10px;  
    font-weight: bold;  
}

A.DropPanelHeader:visited   {
    text-decoration: none;
    color: #000000;
    font-size:10px;   
    font-weight: bold;        
}

A.DropPanelHeader:active    {
    text-decoration: none;
    color: #000000;
    font-size:10px;      
    font-weight: bold;     
}

A.DropPanelHeader:hover {
    text-decoration: none;
    color: #000000;
    font-size:10px;    
    font-weight: bold;    
}

#dropMyListings
{
	position:absolute;
	left:86px;
	width:144px;
}

#dropMyClients
{
	position:absolute;
	left:187px;
	width:200px;
}

#dropMyJournal
{
	position:absolute;
	left:280px;
	width:160px;
}

#dropMyWebsite
{
	position:absolute;
	left:381px;
	width:207px;
}

#dropMyStatistics
{
	position:absolute;
	left:481px;
	width:194px;
}

#dropMyAccount
{
	position:absolute;
	left:596px;
	width:144px;
}

/* style for OnscreenHelpPanel */
.OnscreenHelpPanel .Title {
    font-size: 11px;
    font-weight: bold;
    color: #990000;

}

.OnscreenHelpPanel {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align:left;
    border: 1px #000000 solid;
	background-color:#FFFFCC;
	padding:4px;
	margin-left:5px;
	margin-top:5px;
	width:350px;
}

.OfficeWorkspaceContainer
{
	text-align:center;
}

/* style for DropPanel */
.DropPanelSmall .Title {
    font-size: 11px;
    font-weight: bold;
    color: #990000;
}

.DropPanelSmall {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align:left;
    border: 1px #000000 solid;
	background-color:#FFFFFF;
	margin-left:5px;
	margin-top:5px;
	width:85px;
	/*visibility: hidden;	*/
	/* position: absolute; */
	/* z-index:100; */
}

.DropPanelSmall TD 
{
	border-bottom: solid 1px #AEAEAE;
	height: 20px;
}

.DropPanelSmall A:link  
{
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanelSmall A:visited  {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanelSmall  A:active   {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanelSmall  A:hover    {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

/* DataList HomeSearchProfileSummaryPanel */
.DataList .HomeSearchProfileSummaryPanel Item
{
	background-color: #ffffff;
	text-indent: 5px;
}

.NavTrail
{   
    color: #000000;
    font-size: 10px;
    font-weight: bold;
	background-color: lemonchiffon;
	border-bottom: solid 1px #AEAEAE;
	
}

.NavDividerMyListings
{
    color: #cc9900;
}

.NavDividerMyClients
{
    color: #3399cc;
}

.NavDividerMyJournal
{
    color: #ff9900;
}

.NavDividerMyWebsite
{
    color: #99cc00;
}

.NavDividerMyStatistics
{
    color: #ff3300;
}

.NavDividerMyAccount
{
    color: #ffcc00;
}

/* styles for index-card labels */
.ViewJournalIndexTabLabel,
.ViewAccountIndexTabLabel,
.ViewUserIndexTabLabel,
.ViewLeadIndexTabLabel,
.ViewClientIndexTabLabel,
.ViewGroupIndexTabLabel
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #000000;
}

/* The address title in manage and edit listings */
.ViewListingIndexTabLabel
{
	FONT-WEIGHT:bold; 
	FONT-SIZE: 16px; 
	COLOR: #000000;
	text-align:center;
}

/* The address title comment in manage and edit listings */
.ViewListingIndexTabCommentLabel
{
	FONT-SIZE: 16px; 
	COLOR: #000000;
	text-align:center;
}

/* Office Banner styles*/
.OuterOB
{
	border-top: solid 2px white;
	border-bottom: solid 3px white;
}

.OBNLS
{
	border-top: solid 4px #080C5A;
	border-bottom: solid 4px #080C5A;
}

.OfficeBanner td
{
	background-color:#ffffff;
}

/* Subscription table styles */

.SubscriptionDataGrid
{
	border-top:1px solid black;
	border-left:1px solid black;
}

.SubscriptionDataGrid  td
{
	/* height: 20px;*/
	border-bottom:1px solid black;
	border-right:1px solid black;
	padding-left: 10px;
}

.SubscriptionDataGrid .Item {
    background-color:#ffffff;
}

.SubscriptionDataGrid.AlternatingItem {
    background-color:#f5f5f5;
}

.SubscriptionDataGrid .DataCell {
    width:80px;
}

.CurrentMaps 
{
	width:300px;
	border-top:1px solid black;
	border-left:1px solid black;
}

.CurrentMaps  td
{
	height: 20px;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

.CurrentMaps tr.StateProvRow 
{
	background-color:#f5f5f5;
}

.CurrentMaps tr.LocationRow 
{
}

.CurrentMaps td.MapLevel_Country 
{
	font-size: 12px;
	font-weight:bold;
	padding-left: 10px;
}

.CurrentMaps td.MapLevel_StateProv
{
	font-weight:bold;
	padding-left: 30px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}

.CurrentMaps td.MapLevel_Location 
{
	padding-left: 50px;
}

.Callout 
{
	font-size: 9px;
	color:#000000;
}

a:link.Label
{
	text-decoration:none;
}

/* .NET-based custom classes */
#OfficeBanner1_UploadLogoPanel, 
#OfficeBanner1_UploadAgentPhotoPanel 
{
	padding-top:2px;
}

.AgencyLabel  
{
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}

.GetDomain.Text 
{
	font-weight:normal;
	font-size:12px;
	color: #000000;
}

.FAQSubTitle
{
	font-weight:bold;
	font-size:14px;
	color: #000000;
	white-space:nowrap;
	padding-left: 10px;
}

.ExclusiveTabstrip td
{
	text-decoration:none;
	color:#000000;
    font-weight: bold;
	font-size:11px; 
}

.ExclusiveTabstrip td a:link font,
.ExclusiveTabstrip td a:active font,
.ExclusiveTabstrip td a:visited font
{
	text-decoration:none;
	color:#000000;
}

.ExclusiveTabstrip td a:hover font
{
	text-decoration:none;
	color:#0080D6;
}

.ExclusiveTabstripSublinks td a:link font,
.ExclusiveTabstripSublinks td a:active font,
.ExclusiveTabstripSublinks td a:visited font
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.ExclusiveTabstripSublinks td a:hover font
{
	font-weight:bold;
	text-decoration:underline;
	color:#0080D6;
}

#NotifierDetailsTable textarea {
    width: 95%;
    max-width: 430px;
    height: 88px;
}

.OfficeDefault2 a:link,
.OfficeDefault2 a:visited
{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	font-size: 11px;
}

.OfficeDefault2 a:hover,
.OfficeDefault2 a:active
{
	text-decoration:underline;
	font-weight:bold;
	color:#0080D6;
	font-size: 11px;
}

.OfficeIndexText
{
	color:#000000;
	font-size: 15px;
}

.BoldOfficeIndexText,
td.BoldOfficeIndexText span
{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
}

.OfficeDefault a:link,
.OfficeDefault a:visited
{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	font-size: 15px;
}

.OfficeDefault a:hover,
.OfficeDefault a:active
{
	text-decoration:underline;
	font-weight:bold;
	color:#0080D6;
	font-size: 15px;
}

/* PortalSupportIssueViewDetails.ascx */

.PortalSupportIssueViewDetails
{
	border-style:none;
}

.PortalSupportIssueViewDetails td
{
	border-style:none;
}

.FAQGeneral
{
	font-size:12px;
}

/* filter links at the top of Select Listings, Handshake pages etc */

.FAQGeneral,
td span.SelectedLink,
td a.SelectedLink:link,
td a.SelectedLink:visited,
td a.SelectedLink:active,
td a.SelectedLink:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#CC6600;
	font-size:14px;
}

.IndexSubhead
{
	font-size:12px;
	font-weight:bold;
	color:#CC6600;
}

.PortalIssueSummaryPanel  a:link,
.PortalIssueSummaryPanel  a:visited,
.PortalIssueSummaryPanel a:active    {
    text-decoration:    underline;
    font-weight:bold;    
}

.PortalIssueSummaryPanel a:hover {
    text-decoration:  none;
    font-weight:bold; 
    color:#cc9900;
}

.UnselectedThemeLink  a:link,
.UnselectedThemeLink  a:visited,
.UnselectedThemeLink a:active    {
    text-decoration:    none;
}

.UnselectedThemeLink a:hover {
    text-decoration:  underline;
    color:black;
}

/* styling for PUFLITE */
.PhotoList TD { vertical-align:top }
.PhotoList TD IMG { CURSOR: hand }
COLPA\:InputImage { BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 130px; CURSOR: hand; BORDER-BOTTOM: gray 1px solid; HEIGHT: 98px; BACKGROUND-COLOR: black; text-align:center }


td.TotalCell
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


.CreateBrochurePage .Label 
{
	padding-top: 5px; 
}

.CreateBrochurePage .SubLabel 
{ 
	color: #808080; 
}

.PortalSupportIssueViewDetails
{
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

.PortalSupportIssueViewDetails td
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.PortalSupportIssueViewDetails td.InfoLabel
{
	background-color: #f5f5f5;
	text-align: left;
	width:65px;
}

.ActionLink a:link
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.ActionLink a:active
{
	font-weight:bold;
	text-decoration:underline;
	color:#0080D6;
}

.ActionLink a:visited
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.ActionLink a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#0080D6;
}

.SubscriptionDataTable tr.AlternatingItem
{
	background-color:#ffffff;
}

.SubscriptionDataTable tr.FeeItem
{
	background-color:#DAB78A;
}

.SubscriptionDataTable tr.FeeItem td.leftedge
{
	font-weight: bold;
}

.SubscriptionDataTable td.SubscriptionTypeItemCurrent
{
	font-size:13px;
	background-color:#F1EFE0;
	border-bottom:none;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

.SubscriptionDataTable td.SubscriptionTypeItem
{
	font-size:13px;
	background-color:#CCCCCC;
	border-bottom:none;
	border-top:1px solid #000000;
}

.SubscriptionDataTable td.CurrentItem
{
	background-color:#F1EFE0;
}

.SubscriptionDataTable td.leftedge
{
	border-left:1px solid #000000;
}

.SubscriptionDataTable td.leftedge
{
	padding-left:20px;
	font-weight:normal;
	text-align:left;
}

.SubscriptionDataTable td 
{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:center;
}

.SubscriptionDataTable td.TableDivider 
{
	background-color:#CCCC99;
	font-weight:bold;
}

.PackageBenefitsTable td
{
	font-size:12px;
}

.PackageBenefitsTable td.header
{
	font-weight:bold;
	border-bottom:1px solid #000000;
}

.PackageBenefitsTable td.label
{
	padding-left:20px;
	font-weight:bold;
	text-align:left;
	width:80px;
}
    
/* Start of Version 5.0 DataGrid scheme*/

.DataGrid
{
	border-collapse:collapse;
}

.DataGrid,
.DataGrid td,
.DataGrid .Header,
.ListingsSummaryPanel .ListingsDataGrid,
.ListingsSummaryPanel .ListingsDataGrid td,
.ListingsSummaryPanel .ListingsDataGrid .Header td
{
	border: solid 1px #ffffff;
	font-weight:normal;
	color:#000000;
	padding: 4px;
	vertical-align:top;
}

.SettingsBox
{
	background-color:#F1EFE0;
}

.DataGrid .Header td,
.DataGrid .Header .Header,
.ListingsSummaryPanel .ListingsDataGrid .Header td
{
	background-color:#DAB78A;
	font-weight:normal;
	color:#000000;
	vertical-align: middle;
}

.DataGrid .Header th
{
	background-color:#DAB78A;
	font-weight:normal;
	color:#000000;
	vertical-align: middle;
	padding: 4px;
}

.DataGrid .Header th.HeaderWithTitle
{
	border:solid 1px white;	
}

.DataGrid .Header th.HeaderNoTitle
{
	background-color:white;
	border-width:0px;
}

.ListingActivityDataGrid
{
	border-collapse:collapse;
}

.ListingActivityDataGrid tr.Item td
{
	padding:0px;
}

.ListingActivityDataGrid tr.Header td
{
	background-color:#fff;
	padding:2px;
	border:none;
	text-align: center;
}

.DataGrid .HistoryItemInner
{
	border-width: 0px;
	border-collapse : collapse;
}

.DataGrid .HistoryItemInner td
{
	border : 1px solid Black;
}

.DataGrid .HistoryItemInner .Header td,
.ListingsSummaryPanel .ListingsDataGrid .Header .SecondaryHeader,
.DataGrid .Header .SecondaryHeader
{
	background-color:#cccc99;
	vertical-align:middle;
}

.DataGrid .Header .AddContentSecondaryHeader
{
	background-color:#cccc99;
	text-align:left;
	font-weight:bold;
	padding:2px;
}

.DataGrid .Header td.HeaderNoTitle
{
	background-color:white;
	border-width:0px;
}

.DataGrid ul,
.DataGrid ul li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.SettingsBox .Header td
{
	border: solid 1px white;
	background-color:#DAB78A;
	font-weight:bold;
	text-align: center;
	padding: 6px;
}
.SettingsBox .Header td span
{
	font-weight:bold;
}

.DataGrid .Header a:link,
.DataGrid .Header a:visited,
.DataGrid .Header a:active,
.ListingsSummaryPanel .ListingsDataGrid .Header a:link,
.ListingsSummaryPanel .ListingsDataGrid .Header a:visited,
.ListingsSummaryPanel .ListingsDataGrid .Header a:active
{
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
.DataGrid .Header a:hover,
.ListingsSummaryPanel .ListingsDataGrid .Header a:hover
{
	color:#0080D6;
	text-decoration:underline;
}

.DataGrid .HeaderSelected a:link,
.DataGrid .HeaderSelected a:visited,
.DataGrid .HeaderSelected a:active
.DataGrid .HeaderSelected a:hover,
.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected a:link,
.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected a:visited,
.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected a:active
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected a:hover
{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.DataGrid a,
.ListingsSummaryPanel .ListingsDataGrid a
{
	font-weight:bold;
}

.DataGrid .Item,
.DataGrid .SelectedItem,
.ListingsSummaryPanel .ListingsDataGrid .Item,
.ListingsSummaryPanel .ListingsDataGrid .SelectedItem
{
	background-color:#F1EFE0;
} 
	
.StatisticsPage .DataGrid .Footer td,
.StatisticsPage .DataGrid .Footer td.Total,
.StatisticsPage .DataGrid .Item td.Total,
.DataGrid .AlternatingItem,
.ListingsSummaryPanel .ListingsDataGrid .AlternatingItem
{
	background-color:#E4E2D5;
} 

.DataGrid .Footer td,
.ListingsSummaryPanel .ListingsDataGrid .Footer td
{
	background-color:#FFFFCC;
    font-size:10px;
	font-weight:normal;
	color:#000000;
}

.StatisticsPage .DataGrid .Footer td
{
	font-size: 11px;
}

.Pager td,
.ListingsSummaryPanel .ListingsDataGrid .Pager td
{
	background-color:#FFFFFF;
    font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

.Pager a:link,
.Pager a:visited,
.Pager a:active,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:link,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:visited,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:active
{
    font-size:11px;
	font-weight:normal;
	color:#000000;
}
tr.Pager a:hover,
.ListingsSummaryPanel .ListingsDataGrid tr.Pager a:hover
{
	color:#0080D6;
	text-decoration:underline;
}

.StatisticsPage .DataGrid
{
	border: solid 0px white;
}

.StatisticsPage .DataGrid td
{
	border: solid 1px #aaaaaa;
}

.StatisticsPage .DataGrid td.Vertical
{
	writing-mode: tb-rl;  /* IE 5.5+ */
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
	font-weight: bold;
}

/* AddModulePage datagrid*/

.AddModulePage .DataGrid td 
 { 
	padding:7px;
 }

/* SharedAgenciesGrid datagrid*/

.SharedAgenciesGrid .Radio td
{
	background-color: #ff0000;
	font-weight:bold;
	color:#000000;
	border-top: solid 1px black;
	border-left: solid 1px black;
}

.SharedAgenciesGrid td.Footer
{
	border-top: double 4px #000000;
}

.SharedAgenciesGrid td
{
	padding: 5px;
}

.SharedAgenciesGrid td.LeftEdge
{
	background-color: #ffffff;
	border: solid 0px #ffffff;
}

.SharedAgenciesGrid td.RightEdge
{
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}

.HandshakeReasonList {
    cursor: pointer;
}

.NotePanel
{
	font-weight: normal;
	color: black;
	text-align: left;
	line-height: 17px;
}

.NotePanel ul
{
	padding:0;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:-12px;
	list-style-image: url(images/bullet-arrow.gif);
}

.NotePanel li
{
	margin-bottom:12px;
}

.CheckBoxList td
{
	padding-bottom:4px;
	padding-left:20px;
	text-indent:-20px;
	vertical-align:top;
}

.CustomFeatureDataList td
{
	vertical-align:top;
	padding-left:13px;
	text-indent:-10px;
}

.FeaturesDataList .FeaturesInnerDataList td
{
	vertical-align:top;
	padding-left:13px;
	text-indent:-8px;
}

.Resources td
{
	text-align:left;
	padding-left: 20px;
	text-indent: -20px;
}

.BlockedWebsitesGrid
{
	border-collapse:collapse;
}

.BlockedWebsitesGridItem
{
	padding-left:18px;
}

.OfficeSectionHeader,
.FAQHeader
{
	FONT-SIZE: 18px; 
	font-weight: bold;
}
.ParentCheckBox
{
	font-weight: bold;
	color: #000000;
}

.ParentCheckBox input
{
	margin: 0 5px 5px 0;
}

.ChildCheckBox
{
	padding-left: 28px;	
	color: #000000;
}

.ChildCheckBox input
{
	margin: 5px 5px 0 0;
}
.ChildCheckBoxDisabled
{
	padding-left: 28px;	
	color: #808080;
}

a.ViewLarge:link,
a.ViewLarge:visited,
a.ViewLarge:active
{
	font-size: 11px;
	text-decoration: underline;
	color: Black;
}

a.ViewLarge:hover
{
	color: #0080D6;
	text-decoration: none;
}

div.ColorSelectorSpan
{
	border: solid 1px black;
	POSITION: absolute; 
	LEFT: -1000px; 
	TOP: -1000px; 
	VISIBILITY: hidden;
	BACKGROUND-COLOR: white;	
	Z-INDEX: 0;
	WIDTH: 201;
	HEIGHT: 260;
	overflow: hidden;
}

.NoMessageLg 
{
	color: #000000;
    font-size: 18px;     
}

.NoMessageSm
{
	color: #000000;
    font-size: 13px;     
}

.NoMessageFourteenBold
{
	color: #000000;
    font-size: 14px; 
    FONT-WEIGHT: bold;    
}

.Help a:link,
.Help a:visited,
.Help a:active,
.Help a:hover
{
	margin:3px;
}

/* BiO */
.TAFCounter
{
	width: 76px;
	height: 19px;
	background: transparent url("http://www.robertsheldon.com/Colleague/images/taf-contest-anime.gif") no-repeat;
}

.SendInvitationsPage .UnusedInvitations td a:link,
.SendInvitationsPage .UnusedInvitations td a:visited,
.SendInvitationsPage .UnusedInvitations td a:active,
.ExpiredInvitation a:link,
.ExpiredInvitation a:visited,
.ExpiredInvitation a:active
{
	font-weight:normal;
	COLOR: #0080D6;
	DISPLAY: block;
	font-size: 15px;
}
.SendInvitationsPage .SendInvitationsHolder a:hover,
.SendInvitationsPage .UnusedInvitations td a:hover,
.ExpiredInvitation a:hover
{
	COLOR: #000000;
}
.UnusedInvitations td
{
	text-align:center;
}
.UnusedInvitations td img
{
	DISPLAY: block;
	margin:10px;
}

.Dashboard
{
	border-collapse:collapse;
}
.Dashboard td
{
	font-weight:bold;
	font-size: 12px;
	border: solid 1px #aeaeae;
	padding: 6px;
	white-space:nowrap;
}
.Dashboard td.Label
{
	width: 59%
}
.Dashboard td.Label span
{
	font-size:11px;
}
.Dashboard td.Number
{
	width:40%;
	font-weight: normal;
	text-align: center;
}
.Dashboard td.Chart
{
	width:1%;
	padding: 0px;
	BORDER: #0077dd 1px solid;
	BACKGROUND-COLOR: #0077DD;
}
.Dashboard .Header td
{
	font-size: 15px;
	background-color: #DEECF7;
}
.Dashboard .Item td
{
	background-color: White;
}
.Dashboard .AlternatingItem td
{
	background-color: #f5f5f5;
}
.Dashboard .Spacer td,
.Dashboard .Footer td
{
	font-size: 11px;
	font-weight: normal;
	border: solid 0px #f5f5f5;
}

.HeadingLabel 
{
	font-weight: bold;
	COLOR: #000000;
	background-color: #ebebeb;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px; 
}

.SearchInstruction
{
    font-size: 12px;
    font-style: italic;    
}

.SearchCriteriaBorder
{
	border: lightgrey 1px solid;
	PADDING: 5px 7px;
}

.Nine {    
    color: #000000;
    font-size: 9px;    
}

.Normal10 {    
    color: #000000;
    font-size: 10px;    
}

.Normal12 {    
    color: #000000;
    font-size: 12px;    
}

.BoldTwelve 
{
	color: #000000;
    font-size: 12px;    
    font-weight: bold;
}

.Thirteen {    
    color: #000000;
    font-size: 13px;    
}

.BoldThirteen {    
    color: #000000;
    font-size: 13px;
    font-weight: bold;    
}

.Fourteen,
.14 {    
    color: #000000;
    font-size: 14px;    
}

.BoldFourteen {    
    color: #000000;
    font-size: 14px;
    font-weight: bold;    
}

.Fifteen {    
    color: #000000;
    font-size: 15px;  
}

.BoldFifteen {    
    color: #000000;
    font-size: 15px;
    font-weight: bold;   
}

.BoldSixteen {    
    color: #000000;
    font-size: 16px;
    font-weight: bold;   
}

.LinkBoldBlue a:link,
.LinkBoldBlue a:active,
.LinkBoldBlue a:visited,
a.LinkBoldBlue:link,
a.LinkBoldBlue:active,
a.LinkBoldBlue:visited    {
    text-decoration: underline;
    color: #0080D6;
    font-size: 11px;
    font-weight: bold;
}

.LinkBoldBlue a:hover,
a.LinkBoldBlue:hover {
	text-decoration: underline;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

a.LinkTwelve:link,
a.LinkTwelve:active,
a.LinkTwelve:visited    
{
	font-size: 12px;
	font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

a.LinkTwelve:hover
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
    color: #0080D6;
}

a.LinkTwelveBold:link,
a.LinkTwelveBold:visited,
a.LinkTwelveBold:active
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: Black;
}

a.LinkTwelveBold:hover
{
	color: #0080D6;
}

.LinkTwelveBoldBlue a:link,
.LinkTwelveBoldBlue a:active,
.LinkTwelveBoldBlue a:visited,
a.LinkTwelveBoldBlue:link,
a.LinkTwelveBoldBlue:active,
a.LinkTwelveBoldBlue:visited    {
    text-decoration: underline;
    color: #0080D6;
    font-size: 12px;
    font-weight: bold;
}

.LinkTwelveBoldBlue a:hover,
a.LinkTwelveBoldBlue:hover {
	text-decoration: underline;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.LinkFourteen     {
    font-size: 14px;
    font-weight: normal;
}

a.LinkFourteen:link,
a.LinkFourteen:visited,
a.LinkFourteen:active   {
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
}

a.LinkFourteen:hover    {
    text-decoration: underline;
    font-weight: normal;
    color: #0080D6;
}

a.LinkFourteenBold:link,
a.LinkFourteenBold:visited,
a.LinkFourteenBold:active  
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a.LinkFourteenBold:hover    
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #0080D6;
}

a.LinkFifteen:link,
a.LinkFifteen:active,
a.LinkFifteen:visited    
{
	font-size: 15px;
	font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

a.LinkFifteen:hover
{
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
    color: #0080D6;
}

.AgentCopyEmail a:link,
.AgentCopyEmail a:active,
a.AgentCopyEmail:link,
a.AgentCopyEmail:active    {
    text-decoration: underline;
    color: #0080D6;
}

.AgentCopyEmail a:visited,
a.AgentCopyEmail:visited    {
    text-decoration: underline;
    color: purple;
}

.AgentCopyEmail a:hover,
a.AgentCopyEmail:hover {
	text-decoration: underline;
    color: #000000;
}

.LgAgentCopyEmail a:link,
.LgAgentCopyEmail a:active,
a.LgAgentCopyEmail:link,
a.LgAgentCopyEmail:active    {
    text-decoration: underline;
    color: #0080D6;
    font-size: 14px;
}

.LgAgentCopyEmail a:visited,
a.LgAgentCopyEmail:visited    {
    text-decoration: underline;
    color: purple;
    font-size: 14px;
}

.LgAgentCopyEmail a:hover,
a.LgAgentCopyEmail:hover {
	text-decoration: underline;
    color: #000000;
    font-size: 14px;
}

.MLSLabel
{
	font-weight: bold;
	vertical-align:middle;
}

/* added for the Point Domains and Aliases Tooltip -
   alignment/positioning within the datgrid row and
   to the left of the tooltip icon is required */
a.InfoDatagrid:link,
a.InfoDatagrid:visited,
a.InfoDatagrid:active
{
	cursor:help;
	position:relative;
}

a.InfoDatagrid:hover,
a.InfoDatagrid span
{ 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.InfoDatagrid img
{ 
	border:0px solid #000000;
}

a.InfoDatagrid div
{ 
	display:none;
}
a.InfoDatagrid:hover div
{
	display:block;
	position:absolute;
	top:-25px;
	right:148px;
	width:30em;
	border:1px solid #EDAF51;
	background-color:#FAE3BF;
	color:#000;
	text-align: left;
	text-decoration:none;
	padding: 5px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.POPMailBoxesMsg
{
	BACKGROUND-COLOR: whitesmoke;
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-TOP: 3px;
	BORDER-TOP: silver 1px solid;
	BORDER-LEFT: silver 1px solid;
	BORDER-RIGHT: black 1px inset;
	BORDER-BOTTOM: black 1px inset;
}

.BiOBtn
{
	BORDER-RIGHT: #0080d6 3px solid; 
	BORDER-LEFT: #0080d6 3px solid;
	BORDER-BOTTOM: #0080d6 3px solid;
	BORDER-TOP: #0080d6 3px solid; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 8px; 
	PADDING-TOP: 8px;
	width: 150px;
}

.BiOBtn2
{
	BORDER-RIGHT: #0080d6 3px solid; 
	BORDER-LEFT: #0080d6 3px solid;
	BORDER-BOTTOM: #0080d6 3px solid;
	BORDER-TOP: #0080d6 3px solid; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 8px; 
	PADDING-TOP: 8px;
	width: 115px;
}

.ResidualLabel
{
	color: #0080D6;
    font-size: 12px;
    font-weight: bold;
}

/* CssClasses for Open House module
   configuration screen */
.CnfgOHLt
{
	PADDING-TOP: 50px; 
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 5px;
	font-weight:bold;
	white-space: nowrap;
	text-align:right;
}

.CnfgOHRt
{
	PADDING-TOP: 50px;
	white-space: nowrap;
	PADDING-RIGHT: 10px;
}

.CnfgOHRadBtn
{
	PADDING-LEFT: 20px;
}

.CnfgHR
{
	text-align: center;
	PADDING-TOP: 11px;
	PADDING-BOTTOM: 8px;
}

/* CssClasses for Open House calendar */
.Calendar {
    width: 236px;
	border: 1px #ccc solid;
    padding: 2px;
}

.Calendar table {
    border: 0 !important;
}

.Calendar a {
    text-decoration: none !important;
}

.CalendarTitle
{}

.CalendarDayHeader
{
	background-color: #DEECF7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.CalendarDay
{
	background-color: #F1EFE0;
    border: 1px solid #fff;
}

.CalendarNextPrev
{
	font-weight: bold;
	border-color: #000000;
}

.CalendarSelectedDay
{
	border-style: solid; 
	border-width: 2px;
	border-color: #205C8C;
    color: #fff !important;
    background: #205C8C !important;
}

.CalendarWeekendDay
{
	background-color: #F1EFE0;
    border: 1px solid #fff;	
}

.CalendarTodayDay
{
	background-color: #F1EFE0;
	font-weight: bold;
}

.NewFeatureLabel
{
	color:#f36201;
	font-weight:bold;
	font-family:Verdana, Sans-Serif;
	font-size:120%;
	vertical-align:super;
}

.ContactInfoSummaryPanel td.ContactInfo
{
	background-color: #F1EFE0;
}

.ContactInfoSummaryPanel td.ContactHeader
{
	background-color: #DAB78A;
}

.RosterInvitationAccepted
{
	color: Green;
}

.RosterInvitationDeclined
{
	color: Red;
}

.RecycleBin
{
	/* color: #aeaeae; */
	color: Gray;
}

.ProspectSavings
{
	border:dashed 1px #aeaeae; 
	padding:3px; 
	width:350px; 
	font-size:10px; 
	color: Gray; 
	text-align:center; 
}

.PSTotal
{
	font-size:18px; 
	font-weight:bold; 
	color:Green 
}

.PSValuation
{
	font-size:9px; 
	color:Gray; 
}

.SectionHeading 
{	
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* Manage Listing/Prospect Reports */

.LegendItem {
	font-size: 12px;
	line-height: 20px;
	float: left;
	margin: 0 15px 0 0;
}
.LegendSwatch {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

/* Smooth Tabs - table version*/
.TabPanels .PageView
{
	min-height:200px;
}

.SmoothTabs
{
	background-image:url(images/999999.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.SmoothTabs td a
{
	width:100%;
	height:100%;
}

.SmoothTabs td[disabled] font
{
	color:Gray;
	text-decoration:none;
}

.SmoothTabs font 
{
	display:block;
	background: url("images/tab-right.gif") right top no-repeat;
	text-align:center;
	font-weight:bold;
	line-height:20px;
}

.SmoothTabs font font
{
	background-image:url(images/999999.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	cursor: hand;
	border:none;
}

.SmoothTabs font a:link,
.SmoothTabs font a:visited,
.SmoothTabs font a:active
{
	text-decoration: none;
	cursor: hand;
}

.SmoothTabs font a:hover font
{
	color: #c70;
	text-decoration: none;
}

/* Smooth Tabs - div version additions */

.SmoothTabsBackground /* only for the div implementation */
{
	border-bottom: solid 1px #999;
	position: relative;
}

.SmoothTabBase /* only for the div implementation */
{
	position: relative;
	bottom: -1px;
	float: left;
	background: url("images/tab-base.gif") left top no-repeat;
	border-bottom: solid 1px #999;
}

.SmoothTabBase a 
{
	background: url("images/tab-right.gif") right top no-repeat;
	display: block;
	width: 80px;
	font-weight: bold;
	text-align: center;
	padding: 4px 5px 3px;
	text-decoration: none;
	outline: none;
}

.SmoothTabBase a:active,
.SmoothTabBase a:focus,
.SmoothTabBase a:visited,
.SmoothTabBase a:hover
{
	text-decoration: none;
}

.SmoothTabBase a:hover
{
	color: #c70;
}

div.SmoothTabSelected
{
	background: url("images/tab-base-sel.gif") left top no-repeat;
	border-bottom-width: 0;
	padding-bottom: 1px;
}

div.SmoothTabSelected a
{
	text-decoration: none;
}

.SmoothTabCap
{
	padding-right: 1px;
	background: url("images/tab-cap.gif") right top no-repeat;
}

/* end of smooth tabs */

#WarningNoteImage,
#ConfirmationNoteImage
{
	Width:60px; 
	Height:90px;
}

#ConfirmationNoteSpan
{
	width:415px;
	padding:0 0 0 1px;
}

#ConfirmationNoteTD
{
	padding:10 10 0 20;
	text-align:center;
}

#ConfirmationNoteTD div
{
	text-align:center; 
	padding:15px 0 0 225px;
}

#WarningNoteTD
{
	padding:10 75 0 20;
	text-align:center;
}

#WarningNoteSpan
{
	width:500px;
	padding:0 0 0 1px;
	line-height:14px;
}

#WarningNoteSpan strong,
.WarningMessageSpan strong,
#WarningNoteSpan .RedWarningMessageSpan,
#WarningNoteSpan .RedWarningMessageSpan strong,
#WarningNoteSpan .RedWarningMessageSpan a,
#WarningNoteSpan .RedWarningMessageSpan lbl,
#WarningNoteSpan .RedWarningMessageSpan i,
#ConfirmationNoteSpan strong
{
	color:Red;
}

ul.InstructionList
{
	margin:0 30pt 0 30pt;
	padding:0;
	text-align:left;
}
ul.InstructionList li
{
	list-style:square url(images/bullet-arrow.gif) outside;
	margin-bottom:4px;
}

div.PageHeaderDiv
{
	margin: 0 25px 0 25px;
}

div.InstructionsDiv
{
	margin: 10px 40px 25px 40px;
}

.NewsDesk *
{
	font-size: 10pt;	
}

.NewsDesk h2
{
	font-size: 12pt;	
}

/* Listing Summary module -Detailed format- status banner */
.LSummaryStatusDiv strong
{
	display: block;
	height: 13px; 
	position: relative;	
	top:1px;
	left:1px;
	margin-bottom: -13px;
	z-index:1;
	font-size: 80%; 
	width: 64px; 
	background-color: #d34d0c; 
	color: #fff; 
	font-weight: bold; 
	filter:alpha(opacity=60); 
	opacity: 0.6; 
	-moz-opacity:0.6;
	
}

.LSummaryStatusDiv strong.NoStatus
{
	background: transparent;
	visibility: hidden;
}

.LSummaryStatusDiv .NormalPhoto
{
	display:block;
	margin-bottom: 13px;
	position: relative;
}

/* stat holder styles */

.BigStatsHolder {
	padding: 10px 0;
}

.BigStat
{
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	padding-top: 6px;
}

.BigStat strong {
	margin-top: -8px;
	margin-right: 6px;
	float: left;
	display: block;
	padding: 3px 6px;
	font-size: 1.5em;
	color: White;
}
	
.BigStatsHolder .BigStat a
{
	font-weight: normal;
	text-indent: 50px;
}

.ViewStat strong {
	background-color: #39d458;
}

.ClickStat strong {
	background-color: #40c8eb;
}


a[disabled]
{
	color:Gray;
	text-decoration:none;
}
input[disabled]
{
	color:#666;
}

.SubscribeCheckboxDiv
{
	width: 240px; 
	padding-left: 25px; 
	text-indent: -21px; 
	_text-indent: -28px;
}

.SubscribeCheckboxText,
.CheckboxText,
.RadiobuttonText
{
	margin-left:5px;
}

.svg-button-preview
{
	text-align:center;
	float:left;
	padding-right:10px;
}
.svg-button-preview img
{
	display:block;
}

.CloseMessage {
	float: right;
}

.NotViewed .full-name,
.NotViewed-fr .full-name,
.NotViewed .email,
.NotViewed .phone {
	font-weight: bold;
}

.NotViewed .full-name:after {
	content: "not viewed";
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 3px;
	margin-left: 4px;
    font-size: 0.9em;
    line-height: 1em;

	color: white;
	background-color: #3A87AD;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.NotViewed-fr .full-name:after {
	content: "Non affich\00E9";
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 5px;
	margin-left: 4px;

	color: white;
	background-color: #3A87AD;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dataTable .header-row td,
.dataTable .header-row td a {
	color: black;
	font-weight: bold;
}

.helpful-note {
    text-align: left;
    padding: 5px 6px;
    margin-bottom: 3px;
    border-radius: 6px;
    background-color: #FDDC89;
    background-image: -moz-linear-gradient(top, #FDDC89, #FDEFA8);
    background-image: -ms-linear-gradient(top, #FDDC89, #FDEFA8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDDC89), to(#FDEFA8));
    background-image: -webkit-linear-gradient(top, #FDDC89, #FDEFA8);
    background-image: -o-linear-gradient(top, #FDDC89, #FDEFA8);
    background-image: linear-gradient(top, #FDDC89, #FDEFA8);
    background-repeat: repeat-x;
    filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#FDDC89', endColorstr='#FDEFA8', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.EditHomeEvaluation textarea {
    width: 430px;
    height: 88px;
}
.EditHomeEvaluation .special-features,
.EditHomeEvaluation textarea {
	max-width: 430px;
	width: 95%;
}

.EditHomeEvaluation .SubscribeCheckboxDiv {
	float: left;
	margin-bottom: 10px;
}
.EditHomeEvaluation .submit-buttons {
	clear: left;
	float: right;
}
.EditHomeEvaluation .delete-button {
	float: left;
}

a.Info:link,
a.Info:visited,
a.Info:active
{
	cursor:help;
	position:relative;
	text-decoration:none;
	COLOR: red;
	PADDING-RIGHT:5px;
}

a.Info:hover,
a.Info span
{ 
	text-decoration:none;
	COLOR: red;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.Info img
{ 
	border:0px solid #000000;
}
a.Info .InfoBox
{ 
	display:none;
}
a.Info:hover .InfoBox
{
	display:block;
	position:absolute;
    z-index:100;
	border:solid 1px #056caf;
	font-size:10px;
	color:Black;
	padding:10px 15px 10px 80px;
	background: #E3F1FB url(images/BigInfoIcon.png) no-repeat scroll 10px center;
	width:420px;
	margin-top:10px;
	margin-left:10px;
}

.pro-badge {
  padding: 1px 4px !important;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.pro-badge {
	text-decoration: none !important;
	display: inline-block;
	margin: 2px;	
}
a.pro-badge:hover {
	color: #ffffff;
	text-decoration: none;
}
.pro-badge {
	background-color: #3a87ad;
}
.pro-badge:hover {
	background-color: #2d6987;
}

.company-logo, .designation-logo
{
    min-height: 21px;
    position: relative;
    padding: 5px 0;
    width: 160px;
    height: 75px;
    text-align: center;
    padding-left: 2px;
}
.company-logo .change-logo, .designation-logo .change-logo
{
    background: url('../ColpaControls/Photo/images/change-logo.png') no-repeat center center;
    display: block;
    margin: 0 auto;
    height: 21px;
    width: 111px;
    position: static;
    bottom: 10px;
    left: 0;
    right: 0;
}
.company-logo .change-logo:hover, .designation-logo .change-logo:hover
{
    opacity: 0.8;
}
.company-logo .delete-logo
{
    position: absolute;
    top: 0;
    right: 5px;
    float: right;
    background: url('../ColpaControls/Photo/images/remove-photo.gif') no-repeat;
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
    cursor: pointer;
    z-index: 10;
}
.user-photo
{
    min-height: 21px;
    position: relative;
    word-wrap: break-word;
    padding: 0;
    z-index: 10;
}
.user-photo .delete-photo
{
    background: url("../ColpaControls/Photo/images/remove-photo.gif") no-repeat scroll 0 0 transparent;
    float: right;
    height: 13px;
    min-height: 13px;
    min-width: 13px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 13px;
    margin-right: 5px;
    cursor: pointer;
}
.user-photo .change-photo, 
.photo-edit-layout .change-photo
{
    background: url("../ColpaControls/Photo/images/change-photo.png") no-repeat scroll center center transparent;
    bottom: 7px;
    display: block;
    height: 21px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 111px;
}
.user-photo .change-photo:hover
{
    opacity: 0.8;
}

.designation-logo .delete-designation-logo
{
    position: absolute;
    top: 0;
    right: 30px;
    float: right;
    background: url('../ColpaControls/Photo/images/remove-photo.gif') no-repeat;
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
    cursor: pointer;
    z-index: 10;
}

#user-image-lightbox {
    position: absolute;
    top: 300px;
}

.mls-trademark-statement {
    padding-top: 20px;
    padding-bottom: 10px;
 	font-size: 11px;
    color: #999;
}

.deprecation-notice {
    text-align: center;
    font-weight: bold;
    margin: 25px auto;
}


/*This is for the marketing banners on the office home/default page*/
.marketing {
    background-color: #faf4dd !important;
    background-image: -moz-linear-gradient(top, #faf4dd, #ece0b1) !important;
    background-image: -ms-linear-gradient(top, #faf4dd, #ece0b1) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faf4dd), to(#ece0b1)) !important;
    background-image: -webkit-linear-gradient(top, #faf4dd, #ece0b1) !important;
    background-image: -o-linear-gradient(top, #faf4dd, #ece0b1) !important;
    background-image: linear-gradient(top, #faf4dd, #ece0b1) !important;
    background-repeat: repeat-x !important;
    filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#faf4dd', endColorstr='#ece0b1', GradientType=0) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    
    font-family:Arial;
    white-space:nowrap; 
    text-shadow:1px 1px #ffffff;    
}
.marketing .marketing-header {
    padding-top:15px; 
    text-transform:uppercase; 
    font-size:18px; 
    font-weight:bold; 
    color:#1C517f; 
}
.marketing .marketing-copy {
    padding-top:4px; 
    font-size:14px; 
    color:#6A6A6A; 
}
@media(max-width: 1060px) {
    .btn-marketing2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .marketing .marketing-header {
        font-size: 17px;
    }
}
.mlsmarketing 
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 9px;
    background: #fff;
    padding:7px 12px 15px 12px;
    border:1px solid #afa16e;
    
    background-color: #faf4dd;
    background-image: url(images/waves.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.mlsmarketing .btn-info 
{
    padding-top: 12px;
    padding-bottom: 12px;
  background-color: #569ED2;
  background-image: -moz-linear-gradient(top, #569ED2, #488CCA);
  background-image: -ms-linear-gradient(top, #569ED2, #488CCA);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#569ED2), to(#488CCA));
  background-image: -webkit-linear-gradient(top, #569ED2, #488CCA);
  background-image: -o-linear-gradient(top, #569ED2, #488CCA);
  background-image: linear-gradient(top, #569ED2, #488CCA);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#569ED2', endColorstr='#488CCA', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

=======
h5
{
	font-size:13px;
	font-weight:bold;
}

em
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
}

#tooltip
{
	opacity: 1.0 !important;
	text-align:left;
}

.InfoStatusBox
{
	border:solid 1px #056caf;
	font-size:10px;
	color:Black;
	padding:10px 15px 10px 80px;
	background: #E3F1FB url(images/BigInfoIcon.png) no-repeat scroll 10px center;
	margin-top:10px;
	margin-left:10px;
}

.InfoStatusBox strong
{
	white-space:nowrap;
	color:#1D92C3;
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.InfoStatusBox p 
{
	display: block;
	color: black;
	margin: 3px 0px 1px;
	padding:5px 0px 0px 0px;
	text-align:left;
}


.WarningStatusBox
{
	border:solid 1px #fc9;
	font-size:10px;
	color:Black;
	padding:10px 15px 10px 80px;
	background: #fcf8e3 url(images/big-warning.gif) no-repeat scroll 10px center;
	margin-top:10px;
	margin-left:10px;
}

.WarningStatusBox strong
{
	white-space:nowrap;
	color:#bf7c07;
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.WarningStatusBox p 
{
	display: block;
	color: black;
	margin: 3px 0px 1px;
	padding:5px 0px 0px 0px;
	text-align:left;
}

.ErrorStatusBox
{
	border:solid 1px #f99;
	font-size:10px;
	color:Black;
	padding:15px 15px 15px 75px;
	background: #f9f6f6 url(images/big-warning.gif) no-repeat scroll 5px -10px;
}
.ErrorStatusBox strong
{
	white-space:nowrap;
	color:red;
	display:block;
	font-size:18px;
	font-weight:bold;
}
.ErrorStatusBox p,
.ErrorStatusBox li
{
	font-size:10pt;
	margin-top:0;
	margin-bottom:0;
}
.ErrorStatusBox a
{
	font-size:8pt;
}

.small-warning {
	background-image: url(images/warning-small.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding: 10px 5px 10px 30px;
}

/* style for page titles */
.Page .Title {    
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#FDAB00 1px solid;
	padding-bottom:3px;
    margin-bottom: 5px;    
}

/* style for underlined subtitles */
.Page .SmallTitle {    
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	/*border-bottom:#ffcc00 2px solid;*/
	border-bottom:#000000 1px solid;
	padding-bottom:0px;    
}

/* style for module titles */
.Page .Module .Title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#ffffff 1px solid;
	padding-bottom:0px;             
}

.Page .Panel .Title, .Page .Point2PagePanel .Title{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#f5f5f5 0px solid;
	padding-bottom:0px;             
}

.RSS, .KML
{
       border: 1px solid; 
       border-color:#FC9 #630 #330 #F96; 
       padding: 0 3px; 
       font: bold 10px verdana, sans-serif; 
       color: #FFF; 
       background: #D08335; 
       text-decoration:none; 
       margin:0;
}

/* style for page subtitles */
.Page .SubTitle {
    color: #0080D6;
    font-size:11px;
    font-weight: bold;         
}

/* style for 2px blue underlined subtitles size 14*/
.SmallTitle1 {    
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#056CAF 2px solid;
	padding-bottom:0px;    
}

/* style for 2px blue underlined subtitles size 13*/
.SmallTitle2 {    
    color: #000000;
    font-size: 13px;
    font-weight: bold;
	border-bottom:#056CAF 2px solid;
	padding-bottom:0px;    
}

/* style for thin black underlined subtitles */
.SmallTitle3 {    
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	border-bottom:#000000 1px solid;
	padding-bottom:0px;    
}

/* style for subtitles 12px bold, no underline */
.SmallTitle4 {    
    color: #000000;
    font-size: 12px;
    font-weight: bold;
	padding-bottom:0px;    
}
 
HR.TitleLine {
	 COLOR: #ffcc00;
	 HEIGHT: 2px 
 }
 
.TitleLine {
    font-size: 18px;
    font-weight: normal;
	border-bottom: solid 1px #e7e7e7;
 }
 
 .TitleLine2 {
	 border-bottom: solid 1px #000000;
 }

p label, 
.Label {
	font-weight: bold;
	COLOR: #000000;	
}
 
.InfoLabel
{
	font-size: 13px;
	font-weight: bold;
	COLOR: #000000;
	text-align: right;	
}
 
.DataLabel
{
	font-size: 13px;
	font-weight: normal;
	COLOR: #000000;
	text-align: left;	
}
 
.ViewLeadPanel .DisplayContactInfoPanel .Label,
.ViewLeadPanel .DisplayContactInfoPanel .Text
{
    font-size:13px;	
} 
  
.Input {
		background: #F1EFE0;
		color: #000000 ;
		font-size:11px;
}

/* style used for textboxes */

.TextBox,input,select,textarea {
    font-size:11px;
	color:#000000;    
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;  
}

 .ReadOnly {
 	background: #f5f5f5;
	color: #000000 ;
	font-family : Arial, Helvetica, sans-serif;
	text-align:right;
}

/* style for error messages */
.Error {
    font-size: 11px;
    font-weight: normal;
    color: red;
}

.ErrorBold {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.Warning {
    font-size: 11px;
    font-weight: normal;
    color: red;
}

.BedroomsDataGrid .Header
{
	text-align: left;
}

.ClientGroupDataGrid a {
	font-weight:bold;
}

/* style for ascii arrow */
.Bullet {
	font-size:12px;
	font-weight:bold;
	color:#990000;
}

/* style for Edit DripEmail */
.EditDripEmailPanel 
{
	border-top:#000000 1px solid;
	border-left:#000000 1px solid;	
	border-right:#000000 1px solid;	
	border-bottom:#000000 1px solid;	
}	

/* style for Edit DripEmail - single drip panel */
.EditDripEmailPanel td{
	background-color:#f6ecd6;
	border:#f6ecd6 1px solid;
}

.TaskCell {
	background-image: url(http://www.robertsheldon.com/PortalOfficeShared/images/background.gif);
	WIDTH:150px;
	BACKGROUND-COLOR:#f5f5f5;
}

.TopCell {
	background-image: url(http://www.robertsheldon.com/PortalOfficeShared/images/background-top.gif);
	BACKGROUND-COLOR:#f5f5f5;
}		
	
.Seperator {
	BORDER-RIGHT:#000000 1px solid;
	BORDER-TOP:#ffffff 1px outset;
	BORDER-LEFT:#ffffff 1px outset;
	BORDER-BOTTOM:#000000 1px solid;
	BACKGROUND-COLOR:#f5f5f5;
	height:3px;
}

TEXTAREA {
    font-size:11px;
	color:#000000;    
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;  
}

.PhotoPanel input.NormalPhoto,
.PhotoPanel .ZoomPhoto img
{
	border: 1px #000000 solid;
}

.PhotoPanel .ZoomPhoto {
	border: 1px #000000 solid;
	FILTER: progid:DXImageTransform.Microsoft.Glow(color=#F1C49D,strength=7); 
}

.PhotoPanel img 
{
	border: 1px #000000 solid;
}

.PhotoGalleryPanel  .Item{
	background-color:#ffffff;
}

.NormalPhoto {
    padding: 5px !important;
    background: white !important;
    border: 1px solid #ccc !important;
}

.ListingDetailsPagePanel .NormalPhoto {
    width: 95%;
    float: left;
}

.ListingDetailsHeaderPanel .NormalPhoto {
    width: 80%;
    max-width: 64px;
}


/* style for input buttons */

.CommandPanel { text-align: right;
	padding-right:10px; }

.MortgageCalculator .CommandButton { 
	width:120px;
}

div.ButtonSection
{
	margin:15px 0 !important;
	padding:5px !important;
}

.ActivityTable  input.CommandButton { 
	background-color: #3F85BF;
	border-bottom: #000000 2px outset; 
	border-left: #8CCBFF 2px outset; 
	border-right: #000000 2px outset; 
	border-top: #8CCBFF 2px outset;
	font-weight: 600;
	font-size: 11px;
	color:#ffffff;
	cursor:hand;
	width:35px;		  
}

/* style for link buttons */
.CommandButton2     {
    font-size: 12px;
    font-weight: normal;
}

a.CommandButton2:link,
a.CommandButton2:visited,
a.CommandButton2:active   {
    text-decoration:    underline;
    font-weight: normal;
    color: #000000;
}

a.CommandButton2:hover    {
    text-decoration: underline;
    font-weight: normal;
    color: #0080D6;
}

.CommandButton     {
    font-size: 11px;
    font-weight: normal;
}

a.CommandButton:link,
a.CommandButton:visited,
a.CommandButton:active   {
    text-decoration:    underline;
    font-weight: normal;
    color: #000000;
}

a.CommandButton:hover    {
    text-decoration: underline;
    font-weight: normal;
    color: #0080D6;
}


/* this is the Site navigation link controls for details*/

.SiteNavigationPanel a.CommandButton:hover {
    text-decoration:  none;
    color: #ffcc00;
    font-size:9px;         
}


/* view details subsections*/
.BathroomsDataGrid .Header 
{
	background-color:#cc9900;
	color:#000000;
	font-weight:bold}

.BedroomDataGrid .Header 
{
	background-color:#cc9900;
	color:#000000;
	font-weight:bold}
	
/* color of the subtitle in the rooms page*/	
.FloorPanel .SubTitle span {
    font-size: 12px;
    font-weight: bold;
    color: purple;
}
		

/* style for title on ListingDetailsPanel module */
.ListingsDetailsPanel .SubTitle {
	background-color: #ebebeb;
	text-align:center;
	border-left: #ffffff 2px outset;
 	border-bottom:#000000 1px outset;
	border-right: #000000 1px outset;
 	border-top: #ffffff 2px outset; 
}

.ListingsDetailsPanel td.ListingDetailsSubtitle .SubTitle
{
	border-width:0px;
}

/* style for title on ListingDetailsHeaderPanel module */

.ListingDetailsHeaderPanel {
    border: 0 solid white;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e7e7e7;
}

    .ListingDetailsHeaderPanel:hover {
        background: #f7f7f7;
    }

.ListingDetailsHeaderPanel span
{
	white-space:nowrap;
}

.ListingDetailsHeaderPanel th
{
	background-color:#f5f5f5;
}


/* style for DropPanel */
.DropPanel .Title {
    font-size: 11px;
    font-weight: bold;
    color: #990000;
}

.DropPanel {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align:left;
    border: 1px #AEAEAE solid;
	background-color:#FFFFCC;
	margin-left:5px;
	margin-top:5px;
	width:225px;
	visibility: hidden;	
	position: absolute;
	z-index:100;
	top: 88px;
}

.DropPanel TD 
{
	border-bottom: solid 1px #AEAEAE;
	height: 20px;
}

.DropPanel A:link  
{
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanel A:visited  {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanel  A:active   {
	text-decoration:none;
    color:#cc0000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanel  A:hover    {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}


/* this is the header style control for the CommonDropDownPanel*/
.DropPanelHeader {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    margin-left:5px;
    margin-right:5px;
	cursor:hand;
}

A.DropPanelHeader:link   {
    text-decoration: none;
    color: #000000;
    font-size:10px;  
    font-weight: bold;  
}

A.DropPanelHeader:visited   {
    text-decoration: none;
    color: #000000;
    font-size:10px;   
    font-weight: bold;        
}

A.DropPanelHeader:active    {
    text-decoration: none;
    color: #000000;
    font-size:10px;      
    font-weight: bold;     
}

A.DropPanelHeader:hover {
    text-decoration: none;
    color: #000000;
    font-size:10px;    
    font-weight: bold;    
}

#dropMyListings
{
	position:absolute;
	left:86px;
	width:144px;
}

#dropMyClients
{
	position:absolute;
	left:187px;
	width:200px;
}

#dropMyJournal
{
	position:absolute;
	left:280px;
	width:160px;
}

#dropMyWebsite
{
	position:absolute;
	left:381px;
	width:207px;
}

#dropMyStatistics
{
	position:absolute;
	left:481px;
	width:194px;
}

#dropMyAccount
{
	position:absolute;
	left:596px;
	width:144px;
}

/* style for OnscreenHelpPanel */
.OnscreenHelpPanel .Title {
    font-size: 11px;
    font-weight: bold;
    color: #990000;

}

.OnscreenHelpPanel {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align:left;
    border: 1px #000000 solid;
	background-color:#FFFFCC;
	padding:4px;
	margin-left:5px;
	margin-top:5px;
	width:350px;
}

.OfficeWorkspaceContainer
{
	text-align:center;
}

/* style for DropPanel */
.DropPanelSmall .Title {
    font-size: 11px;
    font-weight: bold;
    color: #990000;
}

.DropPanelSmall {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align:left;
    border: 1px #000000 solid;
	background-color:#FFFFFF;
	margin-left:5px;
	margin-top:5px;
	width:85px;
	/*visibility: hidden;	*/
	/* position: absolute; */
	/* z-index:100; */
}

.DropPanelSmall TD 
{
	border-bottom: solid 1px #AEAEAE;
	height: 20px;
}

.DropPanelSmall A:link  
{
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanelSmall A:visited  {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanelSmall  A:active   {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

.DropPanelSmall  A:hover    {
	text-decoration:none;
    color:#000000;
	font-size:10px;	
    font-weight:normal;
}

/* DataList HomeSearchProfileSummaryPanel */
.DataList .HomeSearchProfileSummaryPanel Item
{
	background-color: #ffffff;
	text-indent: 5px;
}

.NavTrail
{   
    color: #000000;
    font-size: 10px;
    font-weight: bold;
	background-color: lemonchiffon;
	border-bottom: solid 1px #AEAEAE;
	
}

.NavDividerMyListings
{
    color: #cc9900;
}

.NavDividerMyClients
{
    color: #3399cc;
}

.NavDividerMyJournal
{
    color: #ff9900;
}

.NavDividerMyWebsite
{
    color: #99cc00;
}

.NavDividerMyStatistics
{
    color: #ff3300;
}

.NavDividerMyAccount
{
    color: #ffcc00;
}

/* styles for index-card labels */
.ViewJournalIndexTabLabel,
.ViewAccountIndexTabLabel,
.ViewUserIndexTabLabel,
.ViewLeadIndexTabLabel,
.ViewClientIndexTabLabel,
.ViewGroupIndexTabLabel
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #000000;
}

/* The address title in manage and edit listings */
.ViewListingIndexTabLabel
{
	FONT-WEIGHT:normal; 
	FONT-SIZE: 18px; 
	COLOR: #205C8C;
	text-align:left;
    padding-bottom: 7px;
    display: block;
}

/* The address title comment in manage and edit listings */
.ViewListingIndexTabCommentLabel
{
	FONT-SIZE: 16px; 
	COLOR: #000000;
	text-align:center;
}

/* Office Banner styles*/
.OuterOB
{
	border-top: solid 2px white;
	border-bottom: solid 3px white;
}

.OBNLS
{
	border-top: solid 4px #080C5A;
	border-bottom: solid 4px #080C5A;
}

.OfficeBanner td
{
	background-color:#ffffff;
}

/* Subscription table styles */

.SubscriptionDataGrid
{
	border-top:1px solid black;
	border-left:1px solid black;
}

.SubscriptionDataGrid  td
{
	/* height: 20px;*/
	border-bottom:1px solid black;
	border-right:1px solid black;
	padding-left: 10px;
}

.SubscriptionDataGrid .Item {
    background-color:#ffffff;
}

.SubscriptionDataGrid.AlternatingItem {
    background-color:#f5f5f5;
}

.SubscriptionDataGrid .DataCell {
    width:80px;
}

.CurrentMaps 
{
	width:300px;
	border-top:1px solid black;
	border-left:1px solid black;
}

.CurrentMaps  td
{
	height: 20px;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

.CurrentMaps tr.StateProvRow 
{
	background-color:#f5f5f5;
}

.CurrentMaps tr.LocationRow 
{
}

.CurrentMaps td.MapLevel_Country 
{
	font-size: 12px;
	font-weight:bold;
	padding-left: 10px;
}

.CurrentMaps td.MapLevel_StateProv
{
	font-weight:bold;
	padding-left: 30px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}

.CurrentMaps td.MapLevel_Location 
{
	padding-left: 50px;
}

.Callout 
{
	font-size: 9px;
	color:#000000;
}

a:link.Label
{
	text-decoration:none;
}

/* .NET-based custom classes */
#OfficeBanner1_UploadLogoPanel, 
#OfficeBanner1_UploadAgentPhotoPanel 
{
	padding-top:2px;
}

.AgencyLabel  
{
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}

.GetDomain.Text 
{
	font-weight:normal;
	font-size:12px;
	color: #000000;
}

.FAQSubTitle
{
	font-weight:bold;
	font-size:14px;
	color: #000000;
	white-space:nowrap;
	padding-left: 10px;
}

.ExclusiveTabstrip td
{
	text-decoration:none;
	color:#000000;
    font-weight: bold;
	font-size:11px; 
}

.ExclusiveTabstrip td a:link font,
.ExclusiveTabstrip td a:active font,
.ExclusiveTabstrip td a:visited font
{
	text-decoration:none;
	color:#000000;
}

.ExclusiveTabstrip td a:hover font
{
	text-decoration:none;
	color:#0080D6;
}

.ExclusiveTabstripSublinks td a:link font,
.ExclusiveTabstripSublinks td a:active font,
.ExclusiveTabstripSublinks td a:visited font
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.ExclusiveTabstripSublinks td a:hover font
{
	font-weight:bold;
	text-decoration:underline;
	color:#0080D6;
}

#NotifierDetailsTable textarea {
    width: 95%;
    max-width: 430px;
    height: 88px;
}

.OfficeDefault2 a:link,
.OfficeDefault2 a:visited
{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	font-size: 11px;
}

.OfficeDefault2 a:hover,
.OfficeDefault2 a:active
{
	text-decoration:underline;
	font-weight:bold;
	color:#0080D6;
	font-size: 11px;
}

.OfficeIndexText
{
	color:#000000;
	font-size: 15px;
}

.BoldOfficeIndexText,
td.BoldOfficeIndexText span
{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
}

.OfficeDefault a:link,
.OfficeDefault a:visited
{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	font-size: 15px;
}

.OfficeDefault a:hover,
.OfficeDefault a:active
{
	text-decoration:underline;
	font-weight:bold;
	color:#0080D6;
	font-size: 15px;
}

/* PortalSupportIssueViewDetails.ascx */

.PortalSupportIssueViewDetails
{
	border-style:none;
}

.PortalSupportIssueViewDetails td
{
	border-style:none;
}

.FAQGeneral
{
	font-size:12px;
}

/* filter links at the top of Select Listings, Handshake pages etc */
.FAQGeneral,
td span.SelectedLink,
td a.SelectedLink:link,
td a.SelectedLink:visited,
td a.SelectedLink:active,
td a.SelectedLink:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#CC6600;
	font-size:14px;
}

.IndexSubhead
{
	font-size:12px;
	font-weight:bold;
	color:#CC6600;
}

.PortalIssueSummaryPanel  a:link,
.PortalIssueSummaryPanel  a:visited,
.PortalIssueSummaryPanel a:active    {
    text-decoration:    underline;
    font-weight:bold;    
}

.PortalIssueSummaryPanel a:hover {
    text-decoration:  none;
    font-weight:bold; 
    color:#cc9900;
}

.UnselectedThemeLink  a:link,
.UnselectedThemeLink  a:visited,
.UnselectedThemeLink a:active    {
    text-decoration:    none;
}

.UnselectedThemeLink a:hover {
    text-decoration:  underline;
    color:black;
}

/* styling for PUFLITE */
.PhotoList TD { vertical-align:top }
.PhotoList TD IMG { CURSOR: hand }
COLPA\:InputImage { BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 130px; CURSOR: hand; BORDER-BOTTOM: gray 1px solid; HEIGHT: 98px; BACKGROUND-COLOR: black; text-align:center }



.ProgressDialog {
    background-color: #DEECF7;
    border: gray 1px solid;
    padding: 10px;
    width: 260px;
}
    .ProgressDialog span {
        font-weight: bold;
    }

td.TotalCell
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


.CreateBrochurePage .Label 
{
	padding-top: 5px; 
}

.CreateBrochurePage .SubLabel 
{ 
	color: #808080; 
}

.PortalSupportIssueViewDetails
{
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

.PortalSupportIssueViewDetails td
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.PortalSupportIssueViewDetails td.InfoLabel
{
	background-color: #f5f5f5;
	text-align: left;
	width:65px;
}

.UserContactInfoPanel .agentphoto {
    border: 1px solid #ccc;
    padding: 5px;
}

.UserContactInfoPanel .AgentNameLabel {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.ActionLink a:link
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.ActionLink a:active
{
	font-weight:bold;
	text-decoration:underline;
	color:#0080D6;
}

.ActionLink a:visited
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.ActionLink a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#0080D6;
}

.SubscriptionDataTable tr.AlternatingItem
{
	background-color:#ffffff;
}

.SubscriptionDataTable tr.FeeItem
{
	background-color:#DAB78A;
}

.SubscriptionDataTable tr.FeeItem td.leftedge
{
	font-weight: bold;
}

.SubscriptionDataTable td.SubscriptionTypeItemCurrent
{
	font-size:13px;
	background-color:#F1EFE0;
	border-bottom:none;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

.SubscriptionDataTable td.SubscriptionTypeItem
{
	font-size:13px;
	background-color:#CCCCCC;
	border-bottom:none;
	border-top:1px solid #000000;
}

.SubscriptionDataTable td.CurrentItem
{
	background-color:#F1EFE0;
}

.SubscriptionDataTable td.leftedge
{
	border-left:1px solid #000000;
}

.SubscriptionDataTable td.leftedge
{
	padding-left:20px;
	font-weight:normal;
	text-align:left;
}

.SubscriptionDataTable td 
{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:center;
}

.SubscriptionDataTable td.TableDivider 
{
	background-color:#CCCC99;
	font-weight:bold;
}

.PackageBenefitsTable td
{
	font-size:12px;
}

.PackageBenefitsTable td.header
{
	font-weight:bold;
	border-bottom:1px solid #000000;
}

.PackageBenefitsTable td.label
{
	padding-left:20px;
	font-weight:bold;
	text-align:left;
	width:80px;
}
    
/* Start of Version 5.0 DataGrid scheme*/

.DataGrid
{
	border-collapse:collapse;
}

.DataGrid,
.DataGrid td,
.DataGrid .Header,
.ListingsSummaryPanel .ListingsDataGrid,
.ListingsSummaryPanel .ListingsDataGrid td,
.ListingsSummaryPanel .ListingsDataGrid .Header td
{
	border: solid 1px #ffffff;
	font-weight:normal;
	color:#000000;
	padding: 4px;
	vertical-align:top;
}

.SettingsBox
{
	background-color:#F1EFE0;
}

.DataGrid .Header td,
.DataGrid .Header .Header,
.ListingsSummaryPanel .ListingsDataGrid .Header td
{
	background-color:#DAB78A;
	font-weight:normal;
	color:#000000;
	vertical-align: middle;
}

.DataGrid .Header th
{
	background-color:#DAB78A;
	font-weight:normal;
	color:#000000;
	vertical-align: middle;
	padding: 4px;
}

.DataGrid .Header th.HeaderWithTitle
{
	border:solid 1px white;	
}

.DataGrid .Header th.HeaderNoTitle
{
	background-color:white;
	border-width:0px;
}

.ListingActivityDataGrid
{
	border-collapse:collapse;
}

.ListingActivityDataGrid tr.Item td
{
	padding:0px;
}

.ListingActivityDataGrid tr.Header td
{
	background-color:#fff;
	padding:2px;
	border:none;
	text-align: center;
}

.DataGrid .HistoryItemInner
{
	border-width: 0px;
	border-collapse : collapse;
}

.DataGrid .HistoryItemInner td
{
	border : 1px solid Black;
}

.DataGrid .HistoryItemInner .Header td,
.ListingsSummaryPanel .ListingsDataGrid .Header .SecondaryHeader,
.DataGrid .Header .SecondaryHeader
{
	background-color:#cccc99;
	vertical-align:middle;
}

.DataGrid .Header .AddContentSecondaryHeader
{
	background-color:#cccc99;
	text-align:left;
	font-weight:bold;
	padding:2px;
}

.DataGrid .Header td.HeaderNoTitle
{
	background-color:white;
	border-width:0px;
}

.DataGrid ul,
.DataGrid ul li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.SettingsBox .Header td
{
	border: solid 1px white;
	background-color:#DAB78A;
	font-weight:bold;
	text-align: center;
	padding: 6px;
}
.SettingsBox .Header td span
{
	font-weight:bold;
}

.DataGrid .Header a:link,
.DataGrid .Header a:visited,
.DataGrid .Header a:active,
.ListingsSummaryPanel .ListingsDataGrid .Header a:link,
.ListingsSummaryPanel .ListingsDataGrid .Header a:visited,
.ListingsSummaryPanel .ListingsDataGrid .Header a:active
{
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
.DataGrid .Header a:hover,
.ListingsSummaryPanel .ListingsDataGrid .Header a:hover
{
	color:#0080D6;
	text-decoration:underline;
}

.DataGrid .HeaderSelected a:link,
.DataGrid .HeaderSelected a:visited,
.DataGrid .HeaderSelected a:active
.DataGrid .HeaderSelected a:hover,
.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected a:link,
.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected a:visited,
.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected a:active
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected a:hover
{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.DataGrid a,
.ListingsSummaryPanel .ListingsDataGrid a
{
	font-weight:bold;
}

.DataGrid .Item,
.DataGrid .SelectedItem,
.ListingsSummaryPanel .ListingsDataGrid .Item,
.ListingsSummaryPanel .ListingsDataGrid .SelectedItem
{
	background-color:#F1EFE0;
} 
	
.StatisticsPage .DataGrid .Footer td,
.StatisticsPage .DataGrid .Footer td.Total,
.StatisticsPage .DataGrid .Item td.Total,
.DataGrid .AlternatingItem,
.ListingsSummaryPanel .ListingsDataGrid .AlternatingItem
{
	background-color:#E4E2D5;
} 

.DataGrid .Footer td,
.ListingsSummaryPanel .ListingsDataGrid .Footer td
{
	background-color:#FFFFCC;
    font-size:10px;
	font-weight:normal;
	color:#000000;
}

.StatisticsPage .DataGrid .Footer td
{
	font-size: 11px;
}

.Pager td,
.ListingsSummaryPanel .ListingsDataGrid .Pager td
{
	background-color:#FFFFFF;
    font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

.Pager span {
    font-size: 13px;
}

.Pager a:link,
.Pager a:visited,
.Pager a:active,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:link,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:visited,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:active
{
    font-size:13px;
	font-weight:normal;
	color:#000000;
}

tr.Pager a:hover,
.ListingsSummaryPanel .ListingsDataGrid tr.Pager a:hover
{
	color:#0080D6;
	text-decoration:underline;
}

.StatisticsPage .DataGrid
{
	border: solid 0px white;
}

.StatisticsPage .DataGrid td
{
	border: solid 1px #aaaaaa;
}

.StatisticsPage .DataGrid td.Vertical
{
	writing-mode: tb-rl;  /* IE 5.5+ */
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
	font-weight: bold;
}

/* AddModulePage datagrid*/

.AddModulePage .DataGrid td 
 { 
	padding:7px;
 }

/* SharedAgenciesGrid datagrid*/

.SharedAgenciesGrid .Radio td
{
	background-color: #ff0000;
	font-weight:bold;
	color:#000000;
	border-top: solid 1px black;
	border-left: solid 1px black;
}

.SharedAgenciesGrid td.Footer
{
	border-top: double 4px #000000;
}

.SharedAgenciesGrid td
{
	padding: 5px;
}

.SharedAgenciesGrid td.LeftEdge
{
	background-color: #ffffff;
	border: solid 0px #ffffff;
}mlslabel

.SharedAgenciesGrid td.RightEdge
{
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}

.HandshakePreviewListingsPage .ListingsList .ListingDetailsHeaderPanel .Title,
.SharedListingTitle 
{
	font-size: 18px;
    color: #999;
}

.HandshakeReasonList {
    cursor: pointer;
}

.NotePanel
{
	font-weight: normal;
	color: black;
	text-align: left;
	line-height: 17px;
}

.NotePanel ul
{
	padding:0;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:-12px;
	list-style-image: url(images/bullet-arrow.gif);
}

.NotePanel li
{
	margin-bottom:12px;
}

.CheckBoxList td
{
	padding-bottom:4px;
	padding-left:20px;
	text-indent:-20px;
	vertical-align:top;
}

.CustomFeatureDataList td
{
	vertical-align:top;
	padding-left:13px;
	text-indent:-10px;
}

.FeaturesDataList .FeaturesInnerDataList td
{
	vertical-align:top;
	padding-left:13px;
	text-indent:-8px;
}

.Resources td
{
	text-align:left;
	padding-left: 20px;
	text-indent: -20px;
}

.BlockedWebsitesGrid
{
	border-collapse:collapse;
}

.BlockedWebsitesGridItem
{
	padding-left:18px;
}

.OfficeSectionHeader,
.FAQHeader
{
	FONT-SIZE: 18px; 
	font-weight: bold;
}
.ParentCheckBox
{
	font-weight: bold;
	color: #000000;
}

.ParentCheckBox input
{
	margin: 0 5px 5px 0;
}

.ChildCheckBox
{
	padding-left: 28px;	
	color: #000000;
}

.ChildCheckBox input
{
	margin: 5px 5px 0 0;
}
.ChildCheckBoxDisabled
{
	padding-left: 28px;	
	color: #808080;
}

a.ViewLarge:link,
a.ViewLarge:visited,
a.ViewLarge:active
{
	font-size: 11px;
	text-decoration: underline;
	color: Black;
}

a.ViewLarge:hover
{
	color: #0080D6;
	text-decoration: none;
}

div.ColorSelectorSpan
{
	border: solid 1px black;
	POSITION: absolute; 
	LEFT: -1000px; 
	TOP: -1000px; 
	VISIBILITY: hidden;
	BACKGROUND-COLOR: white;	
	Z-INDEX: 0;
	WIDTH: 201;
	HEIGHT: 260;
	overflow: hidden;
}

.NoMessageLg 
{
	color: #000000;
    font-size: 18px;     
}

.NoMessageSm
{
	color: #000000;
    font-size: 13px;     
}

.NoMessageFourteenBold
{
	color: #000000;
    font-size: 14px; 
    FONT-WEIGHT: bold;    
}

.Help a:link,
.Help a:visited,
.Help a:active,
.Help a:hover
{
	margin:3px;
}

/* BiO */
.TAFCounter
{
	width: 76px;
	height: 19px;
	background: transparent url("http://www.robertsheldon.com/Colleague/images/taf-contest-anime.gif") no-repeat;
}

.SendInvitationsPage .UnusedInvitations td a:link,
.SendInvitationsPage .UnusedInvitations td a:visited,
.SendInvitationsPage .UnusedInvitations td a:active,
.ExpiredInvitation a:link,
.ExpiredInvitation a:visited,
.ExpiredInvitation a:active
{
	font-weight:normal;
	COLOR: #0080D6;
	DISPLAY: block;
	font-size: 15px;
}
.SendInvitationsPage .SendInvitationsHolder a:hover,
.SendInvitationsPage .UnusedInvitations td a:hover,
.ExpiredInvitation a:hover
{
	COLOR: #000000;
}
.UnusedInvitations td
{
	text-align:center;
}
.UnusedInvitations td img
{
	DISPLAY: block;
	margin:10px;
}

.Dashboard
{
	border-collapse:collapse;
}
.Dashboard td
{
	font-weight:bold;
	font-size: 12px;
	border: solid 1px #aeaeae;
	padding: 6px;
	white-space:nowrap;
}
.Dashboard td.Label
{
	width: 59%
}
.Dashboard td.Label span
{
	font-size:11px;
}
.Dashboard td.Number
{
	width:40%;
	font-weight: normal;
	text-align: center;
}
.Dashboard td.Chart
{
	width:1%;
	padding: 0px;
	BORDER: #0077dd 1px solid;
	BACKGROUND-COLOR: #0077DD;
}
.Dashboard .Header td
{
	font-size: 15px;
	background-color: #DEECF7;
}
.Dashboard .Item td
{
	background-color: White;
}
.Dashboard .AlternatingItem td
{
	background-color: #f5f5f5;
}
.Dashboard .Spacer td,
.Dashboard .Footer td
{
	font-size: 11px;
	font-weight: normal;
	border: solid 0px #f5f5f5;
}

.HeadingLabel 
{
	font-weight: bold;
	COLOR: #000000;
	background-color: #ebebeb;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px; 
}

.SearchInstruction
{
    font-size: 12px;
    font-style: italic;    
}

.SearchCriteriaBorder
{
	border: lightgrey 1px solid;
	PADDING: 5px 7px;
}

.Nine {    
    color: #000000;
    font-size: 9px;    
}

.Normal10 {    
    color: #000000;
    font-size: 10px;    
}

.Normal12 {    
    color: #000000;
    font-size: 12px;    
}

.BoldTwelve 
{
	color: #000000;
    font-size: 12px;    
    font-weight: bold;
}

.Thirteen {    
    color: #000000;
    font-size: 13px;    
}

.BoldThirteen {    
    color: #000000;
    font-size: 13px;
    font-weight: bold;    
}

.Fourteen,
.14 {    
    color: #000000;
    font-size: 14px;    
}

.BoldFourteen {    
    color: #000000;
    font-size: 14px;
    font-weight: bold;    
}

.Fifteen {    
    color: #000000;
    font-size: 15px;  
}

.BoldFifteen {    
    color: #000000;
    font-size: 15px;
    font-weight: bold;   
}

.BoldSixteen {    
    color: #000000;
    font-size: 16px;
    font-weight: bold;   
}

.LinkBoldBlue a:link,
.LinkBoldBlue a:active,
.LinkBoldBlue a:visited,
a.LinkBoldBlue:link,
a.LinkBoldBlue:active,
a.LinkBoldBlue:visited    {
    text-decoration: underline;
    color: #0080D6;
    font-size: 11px;
    font-weight: bold;
}

.LinkBoldBlue a:hover,
a.LinkBoldBlue:hover {
	text-decoration: underline;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

a.LinkTwelve:link,
a.LinkTwelve:active,
a.LinkTwelve:visited    
{
	font-size: 12px;
	font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

a.LinkTwelve:hover
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
    color: #0080D6;
}

a.LinkTwelveBold:link,
a.LinkTwelveBold:visited,
a.LinkTwelveBold:active
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: Black;
}

a.LinkTwelveBold:hover
{
	color: #0080D6;
}

.LinkTwelveBoldBlue a:link,
.LinkTwelveBoldBlue a:active,
.LinkTwelveBoldBlue a:visited,
a.LinkTwelveBoldBlue:link,
a.LinkTwelveBoldBlue:active,
a.LinkTwelveBoldBlue:visited    {
    text-decoration: underline;
    color: #0080D6;
    font-size: 12px;
    font-weight: bold;
}

.LinkTwelveBoldBlue a:hover,
a.LinkTwelveBoldBlue:hover {
	text-decoration: underline;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.LinkFourteen     {
    font-size: 14px;
    font-weight: normal;
}

a.LinkFourteen:link,
a.LinkFourteen:visited,
a.LinkFourteen:active   {
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
}

a.LinkFourteen:hover    {
    text-decoration: underline;
    font-weight: normal;
    color: #0080D6;
}

a.LinkFourteenBold:link,
a.LinkFourteenBold:visited,
a.LinkFourteenBold:active  
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a.LinkFourteenBold:hover    
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #0080D6;
}

a.LinkFifteen:link,
a.LinkFifteen:active,
a.LinkFifteen:visited    
{
	font-size: 15px;
	font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

a.LinkFifteen:hover
{
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
    color: #0080D6;
}

.AgentCopyEmail a:link,
.AgentCopyEmail a:active,
a.AgentCopyEmail:link,
a.AgentCopyEmail:active    {
    text-decoration: underline;
    color: #0080D6;
}

.AgentCopyEmail a:visited,
a.AgentCopyEmail:visited    {
    text-decoration: underline;
    color: purple;
}

.AgentCopyEmail a:hover,
a.AgentCopyEmail:hover {
	text-decoration: underline;
    color: #000000;
}

.LgAgentCopyEmail a:link,
.LgAgentCopyEmail a:active,
a.LgAgentCopyEmail:link,
a.LgAgentCopyEmail:active    {
    text-decoration: underline;
    color: #0080D6;
    font-size: 14px;
}

.LgAgentCopyEmail a:visited,
a.LgAgentCopyEmail:visited    {
    text-decoration: underline;
    color: purple;
    font-size: 14px;
}

.LgAgentCopyEmail a:hover,
a.LgAgentCopyEmail:hover {
	text-decoration: underline;
    color: #000000;
    font-size: 14px;
}

.MLSLabel
{
	font-weight: normal;
	vertical-align:inherit;
}

.PriceTitle {    
}

.PriceTitle:before {
    content: 'Price: ';
    font-weight: bold;    
}

/* added for the Point Domains and Aliases Tooltip -
   alignment/positioning within the datgrid row and
   to the left of the tooltip icon is required */
a.InfoDatagrid:link,
a.InfoDatagrid:visited,
a.InfoDatagrid:active
{
	cursor:help;
	position:relative;
}

a.InfoDatagrid:hover,
a.InfoDatagrid span
{ 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.InfoDatagrid img
{ 
	border:0px solid #000000;
}

a.InfoDatagrid div
{ 
	display:none;
}
a.InfoDatagrid:hover div
{
	display:block;
	position:absolute;
	top:-25px;
	right:148px;
	width:30em;
	border:1px solid #EDAF51;
	background-color:#FAE3BF;
	color:#000;
	text-align: left;
	text-decoration:none;
	padding: 5px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.POPMailBoxesMsg
{
	BACKGROUND-COLOR: whitesmoke;
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-TOP: 3px;
	BORDER-TOP: silver 1px solid;
	BORDER-LEFT: silver 1px solid;
	BORDER-RIGHT: black 1px inset;
	BORDER-BOTTOM: black 1px inset;
}

.BiOBtn
{
	BORDER-RIGHT: #0080d6 3px solid; 
	BORDER-LEFT: #0080d6 3px solid;
	BORDER-BOTTOM: #0080d6 3px solid;
	BORDER-TOP: #0080d6 3px solid; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 8px; 
	PADDING-TOP: 8px;
	width: 150px;
}

.BiOBtn2
{
	BORDER-RIGHT: #0080d6 3px solid; 
	BORDER-LEFT: #0080d6 3px solid;
	BORDER-BOTTOM: #0080d6 3px solid;
	BORDER-TOP: #0080d6 3px solid; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 8px; 
	PADDING-TOP: 8px;
	width: 115px;
}

.ResidualLabel
{
	color: #0080D6;
    font-size: 12px;
    font-weight: bold;
}

/* CssClasses for Open House module
   configuration screen */
.CnfgOHLt
{
	PADDING-TOP: 50px; 
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 5px;
	font-weight:bold;
	white-space: nowrap;
	text-align:right;
}

.CnfgOHRt
{
	PADDING-TOP: 50px;
	white-space: nowrap;
	PADDING-RIGHT: 10px;
}

.CnfgOHRadBtn
{
	PADDING-LEFT: 20px;
}

.CnfgHR
{
	text-align: center;
	PADDING-TOP: 11px;
	PADDING-BOTTOM: 8px;
}

/* CssClasses for Open House calendar */
.Calendar {
    width: 236px;
	border: 1px #ccc solid;
    padding: 2px;
}

.Calendar table {
    border: 0 !important;
}

.Calendar a {
    text-decoration: none !important;
}

.CalendarTitle
{}

.CalendarDayHeader
{
	background-color: #DEECF7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.CalendarDay
{
	background-color: #F1EFE0;
    border: 1px solid #fff;
}

.CalendarNextPrev
{
	font-weight: bold;
	border-color: #000000;
}

.CalendarSelectedDay
{
	border-style: solid; 
	border-width: 2px;
	border-color: #205C8C;
    color: #fff !important;
    background: #205C8C !important;
}

.CalendarWeekendDay
{
	background-color: #F1EFE0;
    border: 1px solid #fff;	
}

.CalendarTodayDay
{
	background-color: #F1EFE0;
	font-weight: bold;
}

.NewFeatureLabel
{
	color:#f36201;
	font-weight:bold;
	font-family:Verdana, Sans-Serif;
	font-size:120%;
	vertical-align:super;
}

.ContactInfoSummaryPanel td.ContactInfo
{
	background-color: #F1EFE0;
}

.ContactInfoSummaryPanel td.ContactHeader
{
	background-color: #DAB78A;
}

.RosterInvitationAccepted
{
	color: Green;
}

.RosterInvitationDeclined
{
	color: Red;
}

.RecycleBin
{
	/* color: #aeaeae; */
	color: Gray;
}

.ProspectSavings
{
	border:dashed 1px #aeaeae; 
	padding:3px; 
	width:350px; 
	font-size:10px; 
	color: Gray; 
	text-align:center; 
}

.PSTotal
{
	font-size:18px; 
	font-weight:bold; 
	color:Green 
}

.PSValuation
{
	font-size:9px; 
	color:Gray; 
}

.SectionHeading 
{	
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* Manage Listing/Prospect Reports */

.LegendItem {
	font-size: 12px;
	line-height: 20px;
	float: left;
	margin: 0 15px 0 0;
}
.LegendSwatch {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

/* Smooth Tabs - table version*/
.TabPanels .PageView
{
	min-height:200px;
}

.SmoothTabs
{
	background-image:url(images/999999.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.SmoothTabs td a
{
	width:100%;
	height:100%;
}

.SmoothTabs td[disabled] font
{
	color:Gray;
	text-decoration:none;
}

.SmoothTabs font 
{
	display:block;
	background: url("images/tab-right.gif") right top no-repeat;
	text-align:center;
	font-weight:bold;
	line-height:20px;
}

.SmoothTabs font font
{
	background-image:url(images/999999.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	cursor: hand;
	border:none;
}

.SmoothTabs font a:link,
.SmoothTabs font a:visited,
.SmoothTabs font a:active
{
	text-decoration: none;
	cursor: hand;
}

.SmoothTabs font a:hover font
{
	color: #c70;
	text-decoration: none;
}

/* Smooth Tabs - div version additions */

.SmoothTabsBackground /* only for the div implementation */
{
	border-bottom: solid 1px #999;
	position: relative;
}

.SmoothTabBase /* only for the div implementation */
{
	position: relative;
	bottom: -1px;
	float: left;
	background: url("images/tab-base.gif") left top no-repeat;
	border-bottom: solid 1px #999;
}

.SmoothTabBase a 
{
	background: url("images/tab-right.gif") right top no-repeat;
	display: block;
	width: 80px;
	font-weight: bold;
	text-align: center;
	padding: 4px 5px 3px;
	text-decoration: none;
	outline: none;
}

.SmoothTabBase a:active,
.SmoothTabBase a:focus,
.SmoothTabBase a:visited,
.SmoothTabBase a:hover
{
	text-decoration: none;
}

.SmoothTabBase a:hover
{
	color: #c70;
}

div.SmoothTabSelected
{
	background: url("images/tab-base-sel.gif") left top no-repeat;
	border-bottom-width: 0;
	padding-bottom: 1px;
}

div.SmoothTabSelected a
{
	text-decoration: none;
}

.SmoothTabCap
{
	padding-right: 1px;
	background: url("images/tab-cap.gif") right top no-repeat;
}

/* end of smooth tabs */

#WarningNoteImage,
#ConfirmationNoteImage
{
	Width:60px; 
	Height:90px;
}

#ConfirmationNoteSpan
{
	width:415px;
	padding:0 0 0 1px;
}

#ConfirmationNoteTD
{
	padding:10 10 0 20;
	text-align:center;
}

#ConfirmationNoteTD div
{
	text-align:center; 
	padding:15px 0 0 225px;
}

#WarningNoteTD
{
	padding:10 75 0 20;
	text-align:center;
}

#WarningNoteSpan
{
	width:500px;
	padding:0 0 0 1px;
	line-height:14px;
}

#WarningNoteSpan strong,
.WarningMessageSpan strong,
#WarningNoteSpan .RedWarningMessageSpan,
#WarningNoteSpan .RedWarningMessageSpan strong,
#WarningNoteSpan .RedWarningMessageSpan a,
#WarningNoteSpan .RedWarningMessageSpan lbl,
#WarningNoteSpan .RedWarningMessageSpan i,
#ConfirmationNoteSpan strong
{
	color:Red;
}

ul.InstructionList
{
	margin:0 30pt 0 30pt;
	padding:0;
	text-align:left;
}
ul.InstructionList li
{
	list-style:square url(images/bullet-arrow.gif) outside;
	margin-bottom:4px;
}

div.PageHeaderDiv
{
	margin: 0 25px 0 25px;
}

div.InstructionsDiv
{
	margin: 10px 40px 25px 40px;
}

.NewsDesk *
{
	font-size: 10pt;	
}

.NewsDesk h2
{
	font-size: 12pt;	
}

/* Listing Summary module -Detailed format- status banner */
.LSummaryStatusDiv strong
{
	display: block;
	height: 13px; 
	position: relative;	
	top:1px;
	left:1px;
	margin-bottom: -13px;
	z-index:1;
	font-size: 80%; 
	width: 64px; 
	background-color: #d34d0c; 
	color: #fff; 
	font-weight: bold; 
	filter:alpha(opacity=60); 
	opacity: 0.6; 
	-moz-opacity:0.6;
	
}

.LSummaryStatusDiv strong.NoStatus
{
	background: transparent;
	visibility: hidden;
}

.LSummaryStatusDiv .NormalPhoto
{
	display:block;
	margin-bottom: 13px;
	position: relative;
}


a[disabled]
{
	color:Gray;
	text-decoration:none;
}
input[disabled]
{
	color:#666;
}

.SubscribeCheckboxDiv
{
	width: 240px; 
	padding-left: 25px; 
	text-indent: -21px; 
	_text-indent: -28px;
}

.SubscribeCheckboxText,
.CheckboxText,
.RadiobuttonText
{
	margin-left:5px;
}

.svg-button-preview
{
	text-align:center;
	float:left;
	padding-right:10px;
}
.svg-button-preview img
{
	display:block;
}

.CloseMessage {
	float: right;
}

.NotViewed .full-name,
.NotViewed-fr .full-name,
.NotViewed .email,
.NotViewed .phone {
	font-weight: bold;
}

.NotViewed .full-name:after {
	content: "not viewed";
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 3px;
	margin-left: 4px;
    font-size: 0.9em;
    line-height: 1em;

	color: white;
	background-color: #3A87AD;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.NotViewed-fr .full-name:after {
	content: "Non affich\00E9";
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 5px;
	margin-left: 4px;

	color: white;
	background-color: #3A87AD;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dataTable .header-row td,
.dataTable .header-row td a {
	color: black;
	font-weight: bold;
}

.helpful-note {
    text-align: left;
    padding: 5px 6px;
    margin-bottom: 3px;
    border-radius: 6px;
    background-color: #FDDC89;
    background-image: -moz-linear-gradient(top, #FDDC89, #FDEFA8);
    background-image: -ms-linear-gradient(top, #FDDC89, #FDEFA8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDDC89), to(#FDEFA8));
    background-image: -webkit-linear-gradient(top, #FDDC89, #FDEFA8);
    background-image: -o-linear-gradient(top, #FDDC89, #FDEFA8);
    background-image: linear-gradient(top, #FDDC89, #FDEFA8);
    background-repeat: repeat-x;
    filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#FDDC89', endColorstr='#FDEFA8', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.EditHomeEvaluation textarea {
    width: 430px;
    height: 88px;
}
.EditHomeEvaluation .special-features,
.EditHomeEvaluation textarea {
	max-width: 430px;
	width: 95%;
}

.EditHomeEvaluation .SubscribeCheckboxDiv {
	float: left;
	margin-bottom: 10px;
}
.EditHomeEvaluation .submit-buttons {
	clear: left;
	float: right;
}
.EditHomeEvaluation .delete-button {
	float: left;
}

a.Info:link,
a.Info:visited,
a.Info:active
{
	cursor:help;
	position:relative;
	text-decoration:none;
	COLOR: red;
	PADDING-RIGHT:5px;
}

a.Info:hover,
a.Info span
{ 
	text-decoration:none;
	COLOR: red;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.Info img
{ 
	border:0px solid #000000;
}
a.Info .InfoBox
{ 
	display:none;
}
a.Info:hover .InfoBox
{
	display:block;
	position:absolute;
    z-index:100;
	border:solid 1px #056caf;
	font-size:10px;
	color:Black;
	padding:10px 15px 10px 80px;
	background: #E3F1FB url(images/BigInfoIcon.png) no-repeat scroll 10px center;
	width:420px;
	margin-top:10px;
	margin-left:10px;    
}

.pro-badge {
  padding: 1px 4px !important;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.pro-badge {
	text-decoration: none !important;
	display: inline-block;
	margin: 2px;	
}
a.pro-badge:hover {
	color: #ffffff;
	text-decoration: none;
}
.pro-badge {
	background-color: #3a87ad;
}
.pro-badge:hover {
	background-color: #2d6987;
}

.company-logo
{
    min-height: 21px;
    position: relative;
    padding: 5px 0;
    width: 160px;
    height: 75px;
    text-align: center;
    padding-left: 2px
}
.company-logo .change-logo, .designation-logo .change-logo
{
    background: url('../ColpaControls/Photo/images/change-logo.png') no-repeat center center;
    display: block;
    margin: 0 auto;
    height: 21px;
    width: 111px;
    position: static;
    bottom: 10px;
    left: 0;
    right: 0;
}
.company-logo .change-logo:hover, .designation-logo .change-logo:hover
{
    opacity: 0.8;
}
.company-logo .delete-logo
{
    position: absolute;
    top: 0;
    right: 5px;
    float: right;
    background: url('../ColpaControls/Photo/images/remove-photo.gif') no-repeat;
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
    cursor: pointer;
    z-index: 10;
}
.user-photo
{
    min-height: 21px;
    position: relative;
    word-wrap: break-word;
    padding: 0;
    z-index: 10;
}
.user-photo .delete-photo
{
    background: url("../ColpaControls/Photo/images/remove-photo.gif") no-repeat scroll 0 0 transparent;
    float: right;
    height: 13px;
    min-height: 13px;
    min-width: 13px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 13px;
    margin-right: 5px;
    cursor: pointer;
}
.user-photo .change-photo
{
    background: url("../ColpaControls/Photo/images/change-photo.png") no-repeat scroll center center transparent;
    bottom: 7px;
    display: block;
    height: 21px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 111px;
}
.user-photo .change-photo:hover
{
    opacity: 0.8;
}

.designation-logo
{
    min-height: 21px;
    position: relative;
    padding: 5px 0;
    width: 160px;
    height: 60px;
    text-align: center;
    padding-left: 2px;
}

.designation-logo .delete-designation-logo
{
    position: absolute;
    top: 0;
    right: 30px;
    float: right;
    background: url('../ColpaControls/Photo/images/remove-photo.gif') no-repeat;
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
    cursor: pointer;
    z-index: 10;
}

.mls-trademark-statement {
    padding-top: 20px;
    padding-bottom: 10px;
 	font-size: 11px;
    color: #999;
}

.deprecation-notice {
    text-align: center;
    font-weight: bold;
    margin: 25px auto;
}


.header-stats {
	float: left;
	width: 100%;
}
	.header-stats .report-section {
		padding: 5px 0 25px 0;
		position: relative;
		height: 70px;
		width: 100%;
	}
	.header-stats .title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.header-stats .header-stat {
		font-size: 28px;
		text-align: center;
		font-weight: bold;
		color:#0088CC;        
	}
    .header-stats .header-stat small {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;  
	}
    
   
	.header-stats .header-stat-label {
		text-transform: lowercase;
		font-size: 11px;
		line-height: 1.1em;
	}
    .header-stats .header-stat-label-slots {
		text-transform: lowercase;
		font-size: 24px;
		line-height: 1.1em;
        margin-top: 5px;
        color:#919191;
	}
    .header-stats .header-stat-label-slots small {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
	}
    .header-stats .featured .header-stat{
        text-align: left;
        padding-left: 10px;
    }    
    .header-stats .featured .header-stat-label-slots {
        text-align: left;
        padding-left: 16px;
    }
	.header-stats .header-section {
		float: left;
		vertical-align: middle;
	}
	.header-stats .section-divider {
		border-right: 1px solid #e7e7e7;
		width: 54%;
		text-align: center;
	}
	.header-stats .minor-stats {
		font-size: 11px;
		padding-top: 10px;
		line-height: 1.4em !important;
		width: 45%;
	}
	.header-stats .chart {
		clear: both;
	}
	.header-stats .graph-wrapper {
		background:#ffffff;
		padding:15px 10px;
		border-radius:5px;
		border: 1px solid #e7e7e7;
	}
	.header-stats .show-stat {
		visibility:visible;
		padding-bottom:6px;
		text-transform: lowercase;
		padding-left: 10px;
	}
	.header-stats .hide-stat {
		visibility:hidden;
		height:0;
		padding:0;
	}
	.header-stats .header-stat-switch .nav-pills > li > a {
		padding-bottom: 2px !important;
		padding-top: 2px;
		padding-left: 7px;
		padding-right: 7px;
		font-size: 11px !important;
	}
	
    .header-stats h3 {
        padding: 2px 10px;
        color: white;
        overflow: hidden;
    }
    .header-stats .header-title-lnk:hover {
        text-decoration:none;
    }
    .header-stats .header-title-lnk:hover h3{
        opacity:.85;
    }
    .header-stats h3.small-title{
        font-size:14px;
    }
    .header-stats {
        margin-bottom: 10px;
    }
    
    .header-stats .prospects h3 {
	    background: #0085CC;
    }
    .header-stats .listings h3 {
	    background: #82C200;
    }
    .header-stats .featured h3 {
	    background: #FFA800;
    }
    .header-stats .featuredPlacements h3 {
	    background: #205C8C;
    }
    .header-stats .agent-profile h3 {
	    background: #FFA800;
    }

    .header-stats .prospects a {
	    color: #0085CC;
    }
    .header-stats .prospects a:hover {
	    color: #056ca2;
    }
    .header-stats .listings a {
	    color: #82C200;
    }
    .header-stats .listings a:hover {
	    color: #669605;
    }
    .header-stats .featured a {
	    color: #FFA800;
    }
    .header-stats .featured a:hover {
	    color: #ce8a06;
    }
    .header-stats .featuredPlacements a {
	    color: #205C8C;
    }
    .header-stats .agent-profile a {
	    color: #FFA800;
    }
    
	.header-stats .header-stat a {
		font-size: 43px;
	}
	.header-stats .header-stat span {
		font-size: 13px;
	}    

    .header-stats .prospects {
	    border-bottom: 3px solid #66B6E0;
    }
    .header-stats .listings {
	    border-bottom: 3px solid  #B4DA66;
    }
    .header-stats .featured {
	    border-bottom: 3px solid  #FFCB66;
    }
    .header-stats .featuredPlacements {
	    border-bottom: 3px solid  #6C8CA8;
    }	
    .header-stats .agent-profile {
	    border-bottom: 3px solid  #FFCB66;
    }
    .header-stats .header-stat a:hover{
		text-decoration:none;
	}
    .header-stats .agent-profile .header-stat-label {
        color: #333;
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
        position: absolute;
        left: 50%;
        white-space: nowrap;
    }

    .header-stats .agent-profile #popoverAgentProfileData .header-stat-label {
        margin-left: -46px;
    }

    .header-stats .agent-profile #popoverWebsiteVisitorsData .header-stat-label {
        margin-left: -38px;
    }

    .header-stats .agent-profile .section-center {
        float: none;
    }
    .header-stats .agent-profile .stats-block {
        display: inline-block;
        position:relative;
    }

    .header-stats .agent-profile .stats-block .main-stats:hover {
        text-decoration: underline;
    }

    .header-stats .agent-profile #popoverAgentProfileData, .header-stats .agent-profile #popoverWebsiteVisitorsData {
        display: inline; 
        margin: 0 auto; 
        max-width: 100%; 
        text-decoration: none;
        width: auto;
    }

    .header-stats .agent-profile .agentProfileDelta {
        display: inline;
        vertical-align: top;
        font-size: 14px;
        position: relative;
        top: 10px;
        right: auto;
        left: -10px;
        bottom: auto;
        white-space:nowrap;
    }

    .header-stats .agent-profile .agentProfileDelta.increase {
        color: #82C200;
    }
    .header-stats .agent-profile .agentProfileDelta.decrease {
        color: red;
    }

    .header-stats .agent-profile #WebsiteVisitorsStats {
        width: 47%;
    }

@media(max-width:1400px) {
    .header-stats .agent-profile .header-stat a {
        font-size: 40px;
    }
}
@media(max-width:1380px) {
    .header-stats h3 {
        font-size: 20px;
    }
    .header-stats .featured .section-divider{
        width: 64%;
	}
    .header-stats .featured .minor-stats{
        width: 35%;
	}
}
@media(max-width:1100px) {
    .header-stats .featured .section-divider{
        width: 69%;
	}
    .header-stats .featured .minor-stats{
        width: 30%;
	}
}
@media(max-width:1300px) {
    .header-stats h3{
        font-size:18px;
    }
}
@media(max-width:1150px) {
    .header-stats h3{
        font-size:17px;
    }
    .header-stats h3.small-title {
        font-size:13px;
    }
}
@media(max-width:1080px) {
    
    .header-stats h3 {
        font-size: 14px;
    }
    .header-stats .header-stat-label-slots {
        font-size: 22px;
    }
    .header-stats .header-stat-label-slots small {
        font-size: 14px;
    }
}
@media(max-width:1280px) {
    .header-stats .agent-profile .header-stat a {
        font-size: 35px;
    }
     .header-stats .header-stat a {
        font-size: 36px;
    }
}

@media(max-width:1060px) {
    .header-stats .agent-profile .header-stat a {
        font-size: 30px;
    }
   
}

.prominent {
    background-color: #f5f5f5;
}

fieldset {
    margin-top: 15px;
}

fieldset legend {
    font-size: 110%;
    font-weight: bold;
}

.FeedItemSticky {
    background-color: #FDEFA8;
    border: 1px solid #FDDC89;
    padding: 5px;
    margin-bottom: 5px;
}

.social-links-office {
    margin-bottom: 0px;
}

.placeholder
{
  color: #aaa;
}
    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #aaa;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:   #aaa;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #aaa;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:  #aaa;
    }

/* Handshake */

.agreements {
  border:1px solid #cccccc;  
}

.handshake-header {
    background: #FFA800;
    color: white;
    font-size: 18px;
    padding: 2px 5px;
}

.approvals-small {
    font-size:20px;
    color:#FFA800;
    font-weight: bold;
    line-height: 24px;
}

.approvals-large {
    font-size:48px;
    color: #FFA800;
    font-weight: bold;
    line-height: 50px;
}

.date-added {
    position: absolute;
    right:5px;
    top: 5px;
    color: #bbb;
    font-size: 11px;    
}

.FeaturedAdsListingSummaryButton .featured_rounded_corners {
    border-radius: 4px !important;
    white-space: nowrap;
    }

.ctc-cnt {
    background: #fff;
    padding: 7px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    max-width: 250px;
    position:relative;
    margin: 15px 0;
}
.ctc-cnt .ctc-label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 70px;
}
.ctc-cnt .ctc-provider{
    font-size: 14px;
    margin-right: 70px;
    color: #8E8E8E;
}
.ctc-cnt .ctc-more{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    right: 0;
    height: 100%;
    top: 0;
    padding: 7px 10px;
    width: 70px;
    text-align: center;
    background: rgba(0,0,0,0.05);
    box-sizing: border-box;
    line-height: 36px;
}

.ctc-det-cnt {
}
.ctc-det-title{
    font-weight: bold;
    margin-bottom: 2px;
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.ctc-det-description {
    padding: 4px 3px;
}
.ctc-det-description:nth-child(2n+1) {
    background: rgba(0,0,0,0.05)
}
.ctc-det-date,
.ctc-det-time {
    width: 25%;
    display: inline-block;
}


.price-range-cnt-min,
.price-range-cnt-max {
    float:left;
    width:30%;
    position:relative;
}
.price-range-cnt-min:after{
    content: "\2013";
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 4px;
}
.price-range-cnt-min input[type=text],
.price-range-cnt-max input[type=text]{
    width:82%;
}
.price-range-cnt-currency {
    font-weight: bold;
    font-size: 12px;
    margin-top: -6px;
    display: block;
    color: #999999;
}