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


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

/* Email template stuff */
.DesktopPortalBannerPanel .EmailTemplateHeader
{
	border-top-width: 4px;
	border-top-style: solid;
}

.LeftNavigationPanel .TabsDataList,
.LeftNavigationPanel .Item,
.LeftNavigationPanel .SelectedItem
{
	width:140px;
}

.CommandPanel {
	text-align: right; 
}


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

/* 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
{
	font-weight:bold;
	text-decoration: underline;
}

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

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 {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
    
/* style for input buttons */

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

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

.CurveToLine
{
	border-top-style: solid;
	border-top-width: 1px;
}

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

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