﻿/* PAGER CONTROLS */
.manageContainer
{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.normalBottom div
{
	display: inline;
}
.errorContainer
{
	border: solid 1px #DDDDDD;
	margin: 10px auto 0px auto;
	width: 85%;
}

/* ALL FACILITY LIST ITEMS */
.contactContainer 
{
	padding: 5px 20px 10px 20px;
}

.warning
{
	margin: 5px;
}
.noteContainer
{
	width: 100%;
	margin-bottom: 5px;
}
.noteTitleContainer
{
	background-color: #DDDDDD; 
	padding: 5px 10px 5px 10px;
	width: 8%;
}
.noteContentContainer
{
	padding: 5px;
    border: solid 1px #dddddd;
    width: 92%;
}
.infoIconContainer
{
	padding: 20px;
}
.infoContentContainer
{
	padding: 20px 20px 20px 0px;
}

/* HH-specific overrides */
.HHListing 
{
	margin-top: 1em;
}
.HHListing a
{
	color: #333333 !important;
}
.HHListing .SearchResultsListingHeaderL, .HHListing .SearchResultsListingHeaderC, .HHListing .SearchResultsListingHeaderR
{
	background-image: none !important;
}
.HHListing .SearchResultsListingHeader 
{
	background-color: #CCDEF0;
}
.HHListing .SearchResultsListingBody 
{
	border-top: none;
	border-left: dotted 1px #CCCCCC;
	border-right: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
}
.HHListing .SearchResultsListingAddressNoPhoto 
{
	height: auto;
	width: auto;
}	
.HHListing .SearchResultsListingBody 
{
	height: 4.5em
}
.HHListing .SearchResultsListingHeaderC
{
	padding: 3px 0px 6px 0px;
}

/* possible pager styling to increase link surface area */
table.PagerContainer td
{
	padding: 2px;
}
a.PagerLink, span.PagerLinkActive, a.PageLink:hover
{
	padding: 1px;
	text-decoration: none;
}
a.PagerLink
{
	color: #333333;
	border: dotted 1px #CCCCCC;
}
span.PagerLinkActive, a.PageLink:hover
{
	color: white;
	border: none;
	border: solid 1px #A6C2E7;
	background-color: #A6C2E7;
}

