@import url("../PortalOfficeShared/P2Navigation.css");

/* General */
BODY {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	margin: 0;
}

h5
{
	font-size:13px;
	font-weight:bold;
}

em
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
}
img 
{
    border:none 0;
}

#tooltip
{
	opacity: 1.0 !important;
	text-align:left;
}

#container {
    width:90%;
    margin:0 auto;
    min-height:300px;
}

.PageHeader {
    width:90%;
    margin: 20px auto 20px auto;
    padding:0 20px;
    border-bottom:1px solid #ffcc99;
}

.PageHeader span  {
    font-size:1.8em;
}    
.PageHeader .help 
{
    float: right;
}

.PageContent
{
    width:95%;
    margin: 0px auto;
}

#submit_buttons,
.submit_buttons
{
    clear:both;
	width:90%;
	display:block;
	margin: 0px auto;
	padding:20px;
	text-align:right;
}
#submit_buttons input,
.submit_buttons input
{
    float:none;
}

.ZeroMessage
{
	color:Black;
	font-size:18px;
	font-weight:bold;
	margin:40px auto;
	display:block;
	text-align:center;
}

.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 ;
	width:360px;
	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;
}

.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;
}



/* style for page titles */
.Page .Title {    
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	border-bottom:#056CAF 2px solid;
	padding-bottom:3px;    
}

/* 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 {
	 COLOR: #f0f0f0;
	 HEIGHT: 1px 
 }
 
HR.TitleLine {
	 COLOR: #ffcc00;
	 HEIGHT: 1px 
 }
 
.TitleLine {
	 border-bottom: solid 2px #056CAF;
 }
 
 .TitleLine2 {
	 border-bottom: solid 1px #000000;
 }

p label, 
.Label {
	font-weight: bold;
	COLOR: #000000;	
}

.PageSettingsLabel {
    padding-top: 8px;
}
 
.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;	
} 
 
A:link,
A:visited,
A:active
{
	COLOR: #000000;
	TEXT-DECORATION:  underline;
}
A:hover
{
	COLOR: #0080D6;
	TEXT-DECORATION: underline;
}
 
.Input {
		background: #F1EFE0;
		color: #000000 ;
		font-size:11px;
}

/* style used for plain text and data */
.Text,p,td,th,div,span
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 11px;
    font-weight: normal;    
}

/* style used for textboxes */

input,
select,
textarea {
    font-size:11px;
	color:#000000;    
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;  
    border:1px solid #ccc;
    padding:5px;    
}
input[type="image"]
{
	border:none;
}

 .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(images/background.gif);
	WIDTH:150px;
	BACKGROUND-COLOR:#f5f5f5;
}

.TopCell {
	background-image: url(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;
	text-align:right;
	border-top: solid 1px black;
}

input[type='submit'],
input.CommandButton {
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: url("images/button-background.png") repeat-x scroll left top #EEEEEE;
    border: 1px solid #91A0A0;
    color: #5F5B4E;
    display: inline-block;
    margin: 5px 0;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    height: 28px;
    overflow: visible;
    padding: 0 10px 0;
    cursor: pointer;
    width:120px;
}

input[type='submit']:hover,
input.CommandButton:hover {
    border-color: #9bb3b9;
    background-position: left -28px;
    background-color: #fff;
    color: #1c555a;
}
input[type='submit']:active,
input.CommandButton:active {
    border-color: #aaa;
    background-position: left -56px;
    background-color: #ccc;
    color: #332;
    outline: none;
    text-shadow: #fff 0 -1px 0;
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.05);
}



.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;
}
		
.ListingsSummaryPanel  a:link  {
    text-decoration:    underline;
    font-weight:bold;
}

.ListingsSummaryPanel  a:visited   {
    text-decoration:    underline;
    font-weight:bold;
}

.ListingsSummaryPanel a:active    {
    text-decoration:    underline;
    font-weight:bold;    
}

.ListingsSummaryPanel a:hover {
    text-decoration:  none;
    font-weight:bold; 
    color:#0080D6;
}


/* 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 outset;
 	border-bottom:#000000 1px outset;
	border-right: #000000 1px outset;
 	border-top: #ffffff 2px outset; 
}

.ListingDetailsHeaderPanel span
{
	white-space:nowrap;
}

.ListingDetailsHeaderPanel th
{
	background-color:#f5f5f5;
	border-bottom:solid 1px white;
}
.ListingDetailsHeaderPanel .Data,
.ListingDetailsHeaderPanel td
{
	background-color:#eaeaea;
}

/* 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;
}

.OfficeWorkspacePanel,
.OfficeViewCardPanel
{
	width: 95%;
}

/* 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;
}

.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 }

/* styling for progress dialog box */
.ProgressDialog { background-color: DEECF7; border-width: 2; border-color: Black; border-style: solid }

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
{
	margin:auto;
	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;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}

.DataGrid .Header th
{
	background-color:#DAB78A;
	font-weight:normal;
	color:#000000;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	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;
} 

.DataGrid .NotViewed td
{
	background-color:#DEECF7;
} 
	
.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;
}

.HandshakePreviewListingsPage .ListingsList .ListingDetailsHeaderPanel .Title,
.SharedListingTitle 
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background: #f5f5f5;
}

.HandshakePreviewListingsPage .ListingsList span
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.NotePanel
{
	font-weight: normal;
	font-size: 11px;
	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;
}


/* Agent Alliance Offers styling start */
.AgentAllianceOffersTable td.Header 
{
	padding: 0px;
	vertical-align: middle;
	FONT-SIZE: 14px; 
	font-weight: bold;
	background-color: #e8e8e8;
}

.AgentAllianceOffersTable td hr
{
	color: #aeaeae;
}

.AgentAllianceOffersTable td.Left
{
	vertical-align: top;
	padding: 15px;
}
.AgentAllianceOffersTable td.Left p
{
	font-size:9pt;
	font-weight:bold;
}
.AgentAllianceOffersTable td.Right
{
	vertical-align: top;
	padding: 15px;
	font-size:9pt;
}
.AgentAllianceOffersTable td.Right a
{
	padding-top:10px;
}
.AgentAllianceOffersTable td a:link,
.AgentAllianceOffersTable td a:visited,
.AgentAllianceOffersTable td a:active
{
	display:block;
	text-decoration: none;
	FONT-SIZE:9pt; 
	color: #003366; 
	font-weight:bold;
}
.AgentAllianceOffersTable td a:hover
{
	font-family:arial;
	FONT-SIZE:9pt;
	color: #336699;
	font-weight:bold;
	text-decoration : underline;
}

.normaltext
{
	font-family: "Arial";
	FONT-SIZE:9pt; 
	color: #000000; 
}
/* Agent Alliance Offers styling end */


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("../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: 0px;
}

.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;
}

.SharedListingsIndexPage td.NotePanel,
.DashboardHandshakePanel td,
.SharedListingsIndexPage td div,
.DashboardHandshakePanel td div
{
	font-size:12px;
	white-space:normal;
}
.SharedListingsIndexPage span,
.DashboardHandshakePanel span,
/*.SharedListingsIndexPage*/ .HandshakeLinkPanel a,
.DashboardHandshakePanel a
{
	font-size:12px;
	white-space:nowrap;
}
.SharedListingsIndexPage a,
.DashboardHandshakePanel a
{
	text-decoration:underline;
}
.SharedListingsIndexPage span span,
.DashboardHandshakePanel span span
{
	font-weight:bold;
}

.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
{
	border: 3px #000000 solid;
}

.CalendarTitle
{}

.CalendarDayHeader
{
	background-color: #DEECF7;
	border-top: solid 1px #000000;
}

.CalendarDay
{
	background-color: #F1EFE0;
}

.CalendarNextPrev
{
	font-weight: bold;
	background-color: #DAB78A;
	border-color: #000000;
}

.CalendarSelectedDay
{
	border-style: solid; 
	border-width: 1px;
	border-color: red;
}

.CalendarWeekendDay
{
	background-color: #F1EFE0;
}

.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
{
	BORDER-RIGHT:#999 1px solid;
	BORDER-LEFT:#999 1px solid;
	BORDER-BOTTOM:#999 1px solid;
	BACKGROUND-COLOR:#fff;
	text-align:center;
}
.TabPanels .PageView
{
	width:90%;
	margin:0 auto;
	padding:20px 0;
	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;
	font-size: 1.3em;
	margin-right: 12px;
	margin-bottom: 15px;
	padding-top: 6px;
}

	.BigStat strong {
		margin-top: -6px;
		margin-right: 6px;
		float: left;
		display: block;
		padding: 6px;
		font-size: 1.2em;
		color: White;
	}
	
	.BigStatsHolder .BigStat a
	{
		font-weight: normal;
		text-indent: 50px;
	}

.ViewStat strong {
	background-color: #39d458;
	margin-left: 90px;
}

.ClickStat strong {
	background-color: #40c8eb;
}

fieldset
{
	display:inline;
	padding:5px;
}
legend
{
	font-size:1.3em;
	font-weight:bold;
	color:#000;
}

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;
}
    
a.close
{
    background: url('../ColpaControls/point2ui/img/close-button.gif');
    height: 23px;
    outline: none;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 5px;
    width: 24px;
}
