@charset "utf-8";
/* CSS Document - LAST UPDATE ON 8/1/2007 BY ALEX FAKERI*/

/***** Page Title, Sub Titles, normal text, and forms accross all pages ******/
.allPageTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #af0000;
}
.allTextNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	align: justify;
}
.FLFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	align: justify;
}
.allSubTitleNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color:#e7b600;
}


/* fform fields for the whole listing section */
.FL_formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}


/* font color for general links on page over standard background */
.FL_Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}





/***** query.asp File ******/

/* background color for table border */
.FLqueryTableColor1 {
	background-color: #ffffff;
}

/* background color inside table border */
.FLqueryTableColor2 {
	background-color: #990000;
}

/* background color for description and photo area */
.FLTableColorDescript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #e1e1e1;
}
.FLTableColorDescript a {
	font-weight: bold;
	color: #000000;
}

/* font color for Next and Prev links at page bottom */
.FL_NextPrevLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/* background color for title in table amd title font color, choose dark color for background, do not change text color */
.FLqueryTableTitle {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* background color for result and result font, choose ligth color for background, do not change text color */
.FLqueryTableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}


/***** query.asp and details.asp Files ******/

/* this is for the text color on the second subline of each result as an option color contrast and on the details page for the areas such as "remarks"...this must be declared, but you can use any color choice to aid with design variances */
.FL_contrastTextNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	align: justify;
	background-color:#e1e1e1;
}
.FL_contrastTextNorm a {
	font-weight: bold;
	color: #000;
}

/***** details.asp File ******/

/* this is for the text color on the details page for the listing id table where the TAT ID, MLS ID, etc are located.  This must be declared, but you can use any color choice to aid with design variances */
.FL_contrastIDTextNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	align: justify;
	background-color:#e1e1e1;
}

/* photo and document text on details page */
.FL_detail_photoDoc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	align: left;
}
/* photo and document title on details page */
.FL_detail_photoDocTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	align: left;
}


/***** details.asp and schedule.asp Files ******/

/* background color for table border */
.FLdetailsTableColor1 {
	background-color: #e1e1e1;
}

/* color for title in table amd title font color*/
.FLdetailsTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* background color for title in table to the right of asp entry, title font color, choose dark color for background, do not change text color */
.FLdetailsTableSubTitle {
	background-color: #cb1a08;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.FLbuttons {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	border: thin solid #FFFFFF;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}

/* required form field title color */
.FLrequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/* required form field text color */
.FLrequiredtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

	
/* end of code for details.asp and schedule.asp Pages*/


/* Background color for the notify for the friend */
body {
	background-color: #ffffff;
	
}

