/*  Pleeeeease add new styles to the end of this file. Thanks. */

/*  Form Elements */

.FPTextBox {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #440404;
}
.FPTextArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	width:200px;
	height:100px;
}
.Button {
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background-color:#710606;
	text-align: center;
	height: 24px;
	cursor: hand;
	border: solid 1px Black;
	padding: 1px 5px;
	margin: 0px;
}
.ButtonOver {
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: #e8d001;
	text-decoration: none;
	background-color:#884848;
	text-align: center;
	height: 24px;
	cursor: hand;
	border: solid 1px Black;
	padding: 1px 5px;
	margin: 0px;
}



/*  Text */

.FPHeader {
	font: bold 15px Verdana, Helvetica, sans-serif;
	color: #5e3020;
	text-align: center;
	padding-bottom: 5px;
}
.FPCaptionText {
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #674c2a;
	text-align: center;
}
.FPTextBold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#444444 ;
	
	text-align: right;
}
.FPText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #654b2a;
}
.FPTextVariant1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ecd083;
}
.FPTextVariant2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #f6e9c4;
}
.FPPriceText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.FPOpenHouseDateText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #990000;
}
.ErrorLabel {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-align: center;
}





/*  Tables */

.FPTableCaption {
	color: #e0d3d3;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #7b1919;
	padding-top: 2px;
	padding-bottom: 1px;
}
.FPDividerRow {
	height: 5px;
}
.FPDividerRowHorisontal {
	background: #fef9f9;
	height: 1px;
}
.FPDividerRowVertical {
	background: #fef9f9;
	width: 1px;
}
.FPItemTemplateRow {
	background: #fef9f9;
}
.FPAlternatingItemTemplateRow {
	background: #ece5e3;
}
.FPItemCaption {
	color: #000000;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	background: #dcc4bc;
	padding-top: 1px;
	padding-bottom: 2px;
}
.FPItemDescription {
	color: #601f09;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #eadad5;
	padding-top: 1px;
	padding-bottom: 2px;
}

/*  Pager*/

.FPPagerText {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #996600;
	padding-right: 10px;
	padding-left: 10px;
}
a.FPPagerLink:link {
	color: #990000;
	text-decoration: none;
}
a.FPPagerLink:active {
	color: #990000;
	text-decoration: none;
}
a.FPPagerLink:visited {
	color: #990000;
	text-decoration: none;
}
a.FPPagerLink:hover {
	color: #e6b8b8;
	text-decoration: underline;
}



/*  Misc */

.FPImageBorder {
	border: 1px solid #663300;
}
.FPIframe {
	border: 1px solid #663300;
	height: 500px;
	width: 600px;
	overflow: scroll;
}
/*input*/
.input {
	padding: 1px;
	height: 16px;
	color: #000000;
	background: #FFFFFF;
	border: 2px solid #deb239;
	font: 11px Arial, Helvetica, sans-serif;
	
	}
	.listings {color:#EEE311;
	font-size:10px;
	}
.FPText	a
{
	color: #6c512d;
}