/* ================================
    CSS STYLES FOR GLOBAL PORTAL 
    v1.0, 01/2001
   ================================
*/

body {  
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	background-color: #ffffff;
	margin:0;
}

.stripe
{
    display:none;
}

/* style used for plain text and data */
.Text,p,td,th,div {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal; 
}

/* style used for textboxes */

 .TextBox,input,select,textarea {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;    
    font-weight:normal;
}

textarea {
	max-width: 430px;
	width: 95%;
	height: 88px;
}

/* GENERIC */
H1  {
    font-size: 11px;
    font-weight: normal;
    color: #dd0000;
    margin-bottom: 0px;
}

H2  {
    font-size:  16px;
    font-weight:    normal;
    color: #dd0000;
}

H3  {
    font-size:  14px;
    font-weight:    normal;
    color: #dd0000;
}

H4  {
    font-size:  12px;
    font-weight:    normal;
    color: #dd0000;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #dd0000;
}

H6  {
    font-size:  10px;
    font-weight:    bold;
    color: #dd0000;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #000000;
    height:1pt;
}

a[disabled]
{
	color:Gray;
	text-decoration:none;
}

/* style for error messages */
.Error
{
    font-size: 11px;
    font-weight: normal;
    color: red;
}

.success-page,
.error-page {
	height:200px;
	padding:100px 100px 200px 100px	;
}
.success-page h1,
.error-page h1 {
	white-space:nowrap;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 2px #056caf;
	color:Black;
}
.secondary-page-nav {
	position: fixed;
	background-color: lightgrey;
	height: 40px;
    line-height: 36px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 1000;
}
.secondary-page-nav a 
{
	font-size:16px !important;
	font-weight:bold !important;
    cursor: pointer;
    color: black !important;
}

.MapLocationSelectionModule .ImageMap,
.FeaturedListingPanel Input,
.UserContactInfoPanel img,
.PhotoPanel input.NormalPhoto,
.NormalMap,
.PhotoPanel .ZoomPhoto img,
.Panel .PhotoPanel img,
.Point2PagePanel .PhotoPanel img
{
    padding: 1px;
	border: 1px #ccc solid;
}

.UserContactInfoPanel .InfoLabel{font-weight:bold;}
.UserContactInfoPanel .AgentNameLabel{font-size:1.2em;font-weight:bold;}
.UserContactInfoPanel .DataLabel{padding-left:.5em;}
#ListingDetailsContactInfo .UserContactInfoPanel img{max-width:150px;}

.ListingSummaryDetails 
{
    padding-top: 3px;
    line-height: 1.4em;
}

/* style for images for features and maps*/
.AgencyContactInfoPanel {
    width: 100%;
    margin: 0 auto;
}

.AgencyContactInfoPanel .PhotoPanel .NormalPhoto{
	border: 1px #ffffff solid;
}

.AlbumLimitPanel
{
	color:Red;
	font-size:10px;
	text-align:center;
	margin-bottom:5px;
}

/** Photo Gallery **/
.PhotoGalleryPhotoViewer {
    width: 700px;
}

.CommandPanel {
	text-align: right;
}

.EmailAgentLink:link {
  display: inline-block;
  text-decoration: none;
  width: auto;
  min-width: 75px;
  padding: 8px 20px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  white-space: nowrap;
  *margin-left: .3em;
}


input.CommandButton {
    width: auto;
    min-width: 75px;
    cursor: pointer;
}

input.CommandButtonDisabled  { 
	cursor:default;
}

.Page .MortgageCalculator .Title {
	font-size:11px;
	font-weight: bold;
	border-bottom:1px solid #000000;
}

.ForAgentsPage .BioPanel span,
.MortgageCalculatorResults span,
.MortgageCalculatorResults td
{
	color: Black;
} 

.MortgageCalculatorModule .SendAnalysis {
    text-align: right;
}

/*Detail VIew at the bottom of the page (footer). */
.Seperator {
	BORDER-RIGHT:#000000 1px solid;
	BORDER-TOP:#ffffff 1px outset;
	BORDER-LEFT:#ffffff 1px outset;
	BORDER-BOTTOM:#000000 1px solid;
	BACKGROUND-COLOR:#f5f5f5;
	height:3px;
}


/* style for ListingsDataGrid module */
.ListingsSummaryPanel {
    margin-top: 10px;    
}

.ListingsSummaryPanel .ListingsDataGrid
{
	border-top: solid 0px white;
	border-bottom: solid 0px white;	
	border-left: solid 0px white;
	border-right: solid 0px white;
}
.ListingsSummaryPanel .ListingsDataGrid td,
.ListingsSummaryPanel .ListingsDataGrid .Header td
{
	border: solid 1px #ccc;
}


.ListingsSummaryPanel .ListingsDataGrid .Pager td
{
	border: solid 0px white;
}

tr.Pager a:link,
tr.Pager a:visited,
tr.Pager a:active,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:link,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:visited,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:active,
.ListingsSummaryPanel .SortPanel a:link,
.ListingsSummaryPanel .SortPanel a:visited,
.ListingsSummaryPanel .SortPanel a:active
{
	font-weight:normal;
	text-decoration:underline;
}

.ListingsSummaryPanel .SortPanel a.SelectedLink:link,
.ListingsSummaryPanel .SortPanel a.SelectedLink:visited,
.ListingsSummaryPanel .SortPanel a.SelectedLink:active,
.ListingsSummaryPanel .SortPanel a.SelectedLink:hover
{
	font-weight:bold;
}

.ListingsSummaryPanel .ListingsDataGrid .HeaderSelected
{
	white-space:nowrap;
}

.SortPanel .Label
{
	font-size: 12px;
	font-weight: bold;
}
.ListingsSummaryPanel .SortPanel
{
	white-space:nowrap;
}

tr.Pager a:hover,
.ListingsSummaryPanel .ListingsDataGrid .Pager a:hover,
.ListingsSummaryPanel .SortPanel a:hover
{
	font-weight:normal;
	text-decoration:none;
}

.BedroomsDataGrid .Header
{
	text-align: left;
}

.UserDataGrid .Header td {
	text-align: center;
	font-weight:bold;
	background-color:#ffcc66;
}

.ListingColumnSelectorPanel .DataList .Item { 
	background-color:#ffffff; 
}

/* style for title on ListingDetailsHeaderPanel module */
.ListingDetailsHeaderPanel {
	border: #ccc 1px solid;
    margin-bottom: 12px;
}

.ListingDetailsHeaderPanel .Title 
{
	font-size: 12px;
	font-weight: bold;
}

.ListingDetailsHeaderPanel th,
.ListingDetailsHeaderPanel td.Data 
{
	background-color:#f5f5f5;
	color:Black;
}

.ListingDetailsHeaderPanel .ListingDetailsData {
	background-color:#ebebeb;
}
.ListingDetailsHeaderPanel .ListingDetailsData span {
	color:Black;
}

.ListingDetailsData span
{
	padding-right:4px;
}

.RssReaderGrid img {
    margin-right: 10px;
}

/* style for ascii arrow */
.Bullet {
	font-size:14px;
	font-weight:bold;
}

	
.SubTitle
{
	font-weight: bold;
}

.FeatureSubtitle
{
	BORDER-TOP: #cccccc 1px solid; 
	PADDING-LEFT: 2px; 
	BORDER-LEFT: #cccccc 1px solid
}

.TabTitle
{
	font-size:12px;	
	font-weight: bold;
}

.SmallLabel
{
	color: dimgray;
	font-size:xx-small;
}

/* style for SmallLabel hyperlinks */
A.SmallLabel:link,
A.SmallLabel:visited,
A.SmallLabel:active
{
	text-decoration: none;
	color: dimgray;	
}

A.SmallLabel:hover
{
	text-decoration: underline;
	color: dimgray;	
}


/* Listing Details section headers */
.SubTitleCell {
	background-color: #ebebeb;
	text-align:center;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
 	border-top: #000000 1px solid;
 	height: 20px;
}



.EmailListingSubtitle
{
	color:Black;
	background-color:#ebebeb;
	font-weight:bold;
}
	
/* styling for PUFLITE */
.PhotoList TD { valign: top }
.PhotoList TD IMG { CURSOR: hand }
COLPA\:InputImage { BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 130px; CURSOR: hand; BORDER-BOTTOM: gray 1px solid; HEIGHT: 98px; BACKGROUND-COLOR: black; align: center }

/* styling for progress dialog box */
.ProgressDialog { background-color: DEECF7; border-width: 2; border-color: Black; border-style: solid }




/*********** footerlinks *************/
A.SiteLinkFooter:link,
A.SiteLinkFooter:visited,
A.SiteLinkFooter:active,
A.SiteLinkFooter:hover
{
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

A.SiteLinkFooter2:link,
A.SiteLinkFooter2:visited,
A.SiteLinkFooter2:active,
A.SiteLinkFooter2:hover
{
	text-decoration: none;
	font-size: 11px;
	font-family : sans-serif;
}

A.SiteLinkLoginFooter:link,
A.SiteLinkLoginFooter:visited,
A.SiteLinkLoginFooter:active,
A.SiteLinkLoginFooter:hover
{
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family : sans-serif;
}

.SiteTitleLabel {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
}

.SiteTagLine 
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.WelcomeMessage
{
	font-size: 12px;
}

.PhotoPanel .ZoomPhoto,
/* table containing tabs */
.ThemeHeaderLayoutPanel .TabsDataList
{
	border-right:#000000 1px solid;
}
.ThemeHeaderLayoutPanel .TabsDataList .Item a:hover
{
	text-decoration:none;
}

.UserContactInfoPanel .InfoLabel
{
	font-size:10px;
	font-weight:bold; 
}

.UserContactInfoPanel .DataLabel
{
	font-size:10px;
	font-weight:normal;
}

.CustomFeatureDataList td,
.FeaturesDataList .FeaturesInnerDataList td
{
	vertical-align:top;
	padding-left:18px;
	text-indent:-8px;
}

STRONG.Bullet
{
	FONT-SIZE: 10px;
	font-family:arial;
}

.BigMessage
{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:Black;
}

.SearchCriteriaBorder
{
	border: lightgrey 1px solid; PADDING: 5px;
}

.RSS, .KML
{
       border: 1px solid; 
       border-color:#FC9 #630 #330 #F96; 
       padding: 0 3px; 
       font: bold 10px verdana, sans-serif; 
       color: #FFF; 
       background: #D08335; 
       text-decoration:none; 
       margin:0;
}

.ListingButtons
{
	display: inline-block;
	padding: 6px 4px 6px 0;
	white-space:nowrap;
}

.FeaturedListingNavStatusSpan
{
	font-size: 120%; 
	position: relative; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:2px 12px 2px 12px;
    box-shadow: 1px 1px 1px #888;
    border-top:1px solid #bbb;
    border-left:1px solid #bbb;
	background: #d34d0c; 
	color: #fff; 
	font-weight: bold; 
	filter:alpha(opacity=75); 
	opacity: 0.75; 
	-moz-opacity:0.75;
}

.FeaturedListingStatusSpan
{
	display: block; 
	font-size: 120%; 
	width: 160px; 
	position: relative; 
	top:28px;
    left: 1px;  
	background-color: #d34d0c; 
	color: #fff; 
	font-weight: bold; 
	filter:alpha(opacity=75); 
	opacity: 0.75; 
	-moz-opacity:0.75;
}

/* Listing Summary module -Detailed format- status banner */
.LSummaryStatusDiv 
{
	position: relative;	
}
.LSummaryStatusDiv strong
{
	position: absolute;
	top:2px;
	left:5px;
	width: 210px; 
	height: 13px; 

	display: block;
	z-index:1;
	font-size: 80%; 
	background-color: #d34d0c; 
	color: #fff; 
	font-weight: bold; 
	filter:alpha(opacity=75); 
	opacity: 0.75; 
	-moz-opacity:0.75;
}
.LSummaryStatusDiv .NormalPhoto
{
	display:block;
}

.BrokerageContactsDataList
{
	border: solid 1px #999;
}

.SubscribeCheckboxDiv
{
	width: 255px;
	text-indent: -17px;
	_text-indent: -24px;
	padding-left: 15px;
	_padding-left: 20px;
}

.SubscribeCheckboxDiv label {
	display: inline;
}

.SubscribeCheckboxDiv input
{
	margin:0px;
}

.limited-width
{
	overflow:hidden;
}
.static-content
{
	min-height:600px;
}

.sitemap-title, .sitemap-section-header {
	font-size: 13px;
}

.FeaturesDataList .FeatureSubtitle {
	font-weight: bold;
	border: none;
}

.FeaturesDataList td 
{
	border-bottom: #ccc 1px dotted;
	padding-top: 4px;
}
.FeaturesInnerDataList td 
{
	border: none;
	text-align: left;
	vertical-align: top;
	text-indent: -7px;
	padding-left: 7px;
}

.EventsModule p,
.AnnouncementsModule p {
	margin-top:0;
	margin-bottom: 0;
}

.Module .Layout2 p,
.Module .Layout2 td,
.Module .Layout2 th,
.Module .Layout2 div,
.Module .Layout2 input,
.Module .Layout2 textarea,
.Module .Layout2 select,
.Module .Layout2 .Text,
.Module .Layout2 .SubTitle {
    font-size: 14px;
}

    .Module .Layout2 .SuccessMessage {
        padding-bottom: 150px;
    }
    .Module .Layout2 .Error {
        font-size: 12px;
    }


.FeedbackModule textarea {
    width: 260px;
    height: 106px;
}

.HomeEvaluationModule textarea {
    width: 430px;
    height: 88px;
}

.HomeEvaluationModule .special-features,
.HomeEvaluationModule textarea {
	max-width: 430px;
	width: 95%;
}

.HomeEvaluationModule .submit-buttons {
	float: right;
}
.HomeEvaluationModule .SubscribeCheckboxDiv {
	float: left;
}
.HomeEvaluationModule .delete-button {
	display: none;
}

.BrokerageContactsModule .contactInfo-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-width: 150px;
    vertical-align: top;
}

.mls-trademark-statement {
    padding-top: 20px;
 	font-size: 11px;
    color: #999;
}