
/* Monochromatic Theme stylesheet  (backbone css for theme) */   



/* style for separator between site links and panel color in top  */ 
 
.WelcomeCell .Text {
	color: #ffffff;
	font-size:10px;	
    font-weight:normal;
}

.Separator {
	color: #ffffff;
    font-weight: bold;
	font-size:10px
}

.SiteTagLineLabel 
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}


.LeftNavigationPanel .TabsDataList {
	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;	
}

.DataGrid .AlternatingItem {
    background-color:#f5f5f5;
}

.DataGrid .EditItem {
	background-color:#EBD85C;
}

TD.DataGrid .EditItem {
    border-width: 3px;
}

/* 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;
}

.LeftNavCell {
	background-color:#ebebeb;
	border-right:solid 1px #cccccc;
}

/* style for data labels being defined */
.Label {
	font-weight: bold;
}

.DataGrid .Header {
	background-color:#dd0000;	
}

.DataGrid .Header  td {
	font-size:12px;
	font-weight:bold;
}
    
/* 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;
}


