<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Isosceles Theme stylesheet  (backbone css for theme) */   


/* 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; 
}

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

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

a.CommandButton:link,
a.CommandButton:visited,
a.CommandButton:active,
a.CommandButton:hover,
/* 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;
}


/* 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;
}</pre></body></html>