/*
	fmr.css
	Main Stylesheet for flashmaprealtor.com
*/


/*
	Element Redefinition
*/
html {
	background-color: white;
	padding: 0px;
	margin: 0px;
}
body {
	width: 800px;
	background-color: white;
	color: black;
	margin: 0px;
	font-family: sans-serif;
	font-size: 12px;
}

input,select,textarea {
	border: 1px solid #C0C0C0;
	font-family: sans-serif;
	background-color: white;
	color: black;
	font-size:12px;
}

img {
	border: 0px;
}

a { color: black; font-weight:bold;}
a:visited { color:black; }

fieldset {
	background-color: white;
	color: black;
}

legend {
	background-color: white;
	color: black;
}

/*
	Layout divs
*/

.bannerDiv {
	border: 0px;
}

.main {
	clear: both;
	border: 1px solid #555555;
	padding: 5px 0px 20px 5px;
	background-color: #EFEFEF;
	background-image: url(/images/qs-bg-image.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.footer {
	clear: both;
	padding: 10px;
	text-align:center;
}

/*
	Individual style rules
*/

.leading {
	font-size: 16px;
	color: #005BA1;
	font-weight:bold;
	font-style: italic;
}

/*
	Fieldset rules
*/

.qsFieldset {
	width: 700px;
	padding: 5px;
	*position: relative;
	*padding-top: 1em;
	margin: auto;
	margin-top: 10px;
}

.qsLegend {
	border: 1px solid black;
	color: #005BA1;
	font-size: 14px;
	font-weight: bold;
	background-color: #EFEFEF;
	padding: 0px 5px;
	*position: absolute;
	*top: -0.5em;
	*left: -0.5em;
}

.msFieldset {
	width: 700px;
	padding: 3px;
	*position: relative;
	*padding-top: 2.0em;
	margin-top: 10px;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}

.msLegend {
	border: 1px solid black;
	color: #005BA1;
	font-size: 14px;
	font-weight: bold;
	background-color: #EFEFEF;
	padding: 0px 5px;
	*position: absolute;
	*top: -0.5em;
	*left: -0.5em;
}

/*
	table rules
*/

.formtable {
	width: 100%;
	border-collapse: collapse;
}

.formtable td {
	padding: 0px;
}

.tableLeft {
	text-align: left;
	vertical-align: top;
}

.tableRight {
	text-align: right;
	vertical-align: top;
}

/*
	Listing page rules
*/

.listingTable {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 10px;
	background-color: white;
}

.listingTable th {
	background-color: #8BC598;
}

.listingTable td {
	vertical-align: top;
}

/*
	Other rules
*/

.imgLink {
	border: 1px solid black;
}

.imgLink:hover {
	border: 1px solid red;
}

