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

/* hyperlink style for the site links */
td.SiteLinkFooter 
{
	border-top:double 3px White;
	border-bottom:double 3px White;
}

.WelcomeMessage
{
	font-weight: bold;
}

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

.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;
	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
{
	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,
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 {
	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: solid 1px #ffffff;
}

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