/*
The following are used in the graph colors.  They must be kept in this format to work.
color1=#740028
color2=#cbc99b
color3=#596d68
*/

body {
	margin: 0px;
	font-family: Arial, Helvetic, Sans-serif;
	font-size: 9pt;
	background: #ffffff url(background.gif) no-repeat bottom left;
}

A {
	color: #740028;
}

.banner {
	background: #e2e2bc;
}

.topbuttons{
	padding-right: 13px;
}

#reportinfo {
	background: #e2e2bc;
	color: #740028;
	text-align: left;
	font-size: 10pt;
}

#reportinfo .title {
	font-weight: bold;
	font-size: 12pt;
	width: 100%;
}

#agentinfo {
	background: #e2e2bc;
	color: #596d68;
	padding: 5px;
	text-align: right;
	font-size: 10pt;
}

#agentinfotext, #agentinfotext A, #agentinfotext A.hover{
	color: #596d68;
	text-align: right;
	font-size: 10pt;
}

#agentname {
	font-size: 12pt;
	font-weight: bold;
	width: 100%;
	color: #740028;
}

#TAGtable {
	background: #677c77 url(tag-lowerright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
}

#TAGtable th {
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	padding: 5px 15px;
}

#TAGtable td {
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	padding: 5px 15px;
}

#TAGtable th {
	background-color: #596d68;
	border-right: 1px solid #595959;
}

#TAGtable td {
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
}

#TAGtable .tabletitle {
	background: #677c77 url(tag-upperleft.gif) no-repeat top left;
	border-bottom: 1px solid #595959;
	height: 35px;
	color: #ffffff;
}

#TAGtable .rowtitle {
	background-color: #596d68;
	text-align: left;
	border-top: 0px solid #595959 !important;
	border-bottom: 1px solid #595959;
}

.graphbox .header  td{
	padding: 5px;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	background-color: #6c0327;
}

.tab {
	color: #6c0327;
	font-size: 10pt;
	font-weight: bold;
	background-color: #cbc99b;
}

.tab img {
	border: 0px solid black;
	vertical-align: middle;
}

.tab a:link, .tab a:visited {
	color: #740028;
	text-decoration: none;
}

.tab a:hover {
	color: #819993;
	text-decoration: none;
}

.tab-on {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	background-color: #720f3c;
}

.tab-on img {
	border: 0px solid black;
	vertical-align: middle;
}

.tab-on a:link, .tab-on a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tab-on a:hover {
	color: #e2e2bc;
	text-decoration: none;
}

#commentary {
	width: 100%;
}

#commentary .commentsbg {
	background: #dcdbb9 url(commentary-lowerright.gif) no-repeat bottom right !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#commentary .comments {
	background: url(commentary-rightbg.gif) repeat-y top right !important;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: 100%;
	font-size: 9pt;
	color: #000000;
}

#commentary #cmntheadline {
	font-weight: bold;
	font-size: 12pt;
	color: #6c0327;
	padding-top: 4px;
}

#mapSearchResults{
	display: block;
	width:100%;
	height:500px;
	margin: 2px 5px 5px 5px;
	border: 1px solid black;
}

#properties_table {
	width: 100%;
	height: 490px;
	border: 1px solid black;
	background-color: #cbc99b;
	padding: 5px;
	margin: 2px 5px 5px 0px;
	overflow: auto;
}
.properties, .properties_highlight {
	font-size: 10pt;
	margin-bottom: 5px;
}

.properties_highlight {
	background-color: #dcdbb9;
}

.properties .propimg, .properties_highlight .propimg {
	float: left;
	border: 1px solid black;
	margin-right: 5px;
	vertical-align: middle;
}

#savedsearches td, #savedcmas td {
	font-size: 10pt;
	padding: 2px;
	text-align: center;
}

#savedsearches th, #savedcmas th {
	font-size: 11pt;
	padding: 2px;
	text-align: center;
}

.saved_row2 {
	background-color: #cbc99b;
}

#reportinfo .links a:link, #reportinfo .links a:visited {
	font-weight: bold;
	color: #6c0327;
	text-decoration: underline;
}

#reportinfo .links a:hover, #reportinfo .links a:active {
	font-weight: bold;
	color: #833e5d;
	text-decoration: underline;
}

#soldlisting_header {
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #6c0327;
	margin: 5px;
}

.graphlink {
	text-align: right;
}

.graphlink a:link, .graphlink a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.graphlink a:hover, .graphlink a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#agentimage .imgcontainer {
	padding: 2px;
	border: 2px solid #6c0327;
}


