/* Paramount Theme stylesheet  (backbone css for theme) */   



/* this line is important for overriding .LogoCell backgrounds in portal-gen-*.css generated before 5.1.4
 * [although all such portal-gen-*.css should be deleted and regen'd when discovered to get rid of 404 errors] */
td.LogoCell { BACKGROUND-IMAGE: none; }

/* for email templates */
.DesktopPortalBannerPanel .EmailTemplateHeader
{
	border-top-width:	4px;
	border-top-style: solid;
}

/* style for separator between site links and panel color in top  */ 
.Separator {
	color: #ffffff;
    font-weight: bold;
	font-size:10px
}

.DataList .TopNavigationDataList td
{
	width: 100px;
}

.CommandPanel {
	text-align: right; 
}


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

/* The cell in which the navigation panel resides */
.LeftNavCell
{
	border-right: 3px solid;
}

/* style for footer SelectedItem  */
.DesktopPortalFooterPanel .SelectedItem .Text {
	font-weight:bold;
}

/* style for title on ListingDataGrid module */	
		
.ListingsSummaryPanel a:link,
.ListingsSummaryPanel a:visited,
.ListingsSummaryPanel a:active
{
	text-decoration:underline;
	font-weight:bold;
}

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

.ListingsSummaryPanel .ListingsDataGrid .Header td {
	font-size:12px;
	font-weight:bold;
}

.ListingsSummaryPanel .ListingsDataGrid .AlternatingItem {
	background-color:#f5f5f5;
}

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

/* style for module titles */
.Module .Title {
    color: #000000;	
    font-size: 15px;
    font-weight: bold;
}

/*Hack  this is the masthead bg for details view*/
.ListingDetailsHeaderPanel .Data,
.ListingDetailsHeaderPanel .Data td
{
	background-color:#ebebeb;
}


/* style for photos in detail view */
.AgencyContactInfoPanel .PhotoPanel img,
.UserContactInfoPanel .PhotoPanel img
{
	border:1px solid #ffffff;
} 

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

/* style for data labels being defined */
.Label {
	font-weight: bold;
}

.DataGrid .Header {
	background-color:#dd0000;	
}

.DataGrid .Header td,
.DataGrid .Header a:link,
.DataGrid .Header a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.DataGrid .Header a:hover,
.DataGrid .Header a:active
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

    
/* style for input buttons */

input.CommandButton  
{
	color: #ffffff; 
	font-weight: 600;
	font-size:11px;
	cursor:hand
}

A:link,
A:visited,
A:active,
A:hover
{
	text-decoration: underline;
}

.CurveToLine,
.DesktopPortalBannerStandalone 
{
	border-bottom: solid 1px #ffffff;
}

.ListingsSummaryPanel .ListingsDataGrid .Header a:link,
.ListingsSummaryPanel .ListingsDataGrid .Header a:visited,
.ListingsSummaryPanel .ListingsDataGrid .Header a:active
{
	color:White;
}

.MainContentCell
{
	border-left-style: solid;
	border-left-width: 1px;
}

.AgentPhoto
{
	border: solid 1px black;
	border-left-width: 0px;
	border-right-width: 0px;
}

.EmailTemplateHeader .AgentPhoto
{
	border-width: 0px;
	border-left-width: 1px;
}