/* CSS Document */
.DoNotPrint{}
.PrintOnly{display:none;}

body {
	margin-top: 0px;
	background-image: url(../../../images/bgRepeat.gif);
	background-repeat: repeat;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #006633;
}
a.white:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}
a.white:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #CCCCCC;
}
a.white:active {
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF
}
a.white12:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}
a.white12:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white12:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #CCCCCC;
	text-decoration: underline;
}
a.white12:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a.green:link {
	font-size: 10px;
	color: #006633;
	text-decoration: underline;
	padding-left: 5px;
}
a.green:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #006633;
	padding-left: 5px;
}
a.green:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #999999;
	padding-left: 5px;
}
a.green:active {
	font-size: 10px;
	text-decoration: underline;
	color: #006633;
	padding-left: 5px;
}
.date{
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
}
.propertyList
 {
	width: 110px;
	font-size: 12px;
}

.arial12Green {
	color: #006633;
	font-weight: bold;
}

.arial14Orange {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;
}
.arial10Green {
	color: #006633;
	font-weight: bold;
	font-size: 10px;
}
.arial10Black {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.arial12Black {
	color: #000000;
	font-weight: bold;
}

.arial12White {
	color: #FFFFFF;
	font-weight: bold;
}
h1{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
	color: #006633;
	font-weight: bold;
}
h2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
}
li {
	list-style-position: outside;
	list-style-image: url(../../../images/smallRedArrow.gif);
}

/* The following styles pertain to the Search Our Listings panel
   within the Side Panel */
table.sidepanel table.searchpanel select {
	width: 120px;
	font-size: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
}
table.sidepanel table.searchpanel td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
table.sidepanel table.searchpanel td.arial10Green {
	color: #006633;
	font-weight: bold;
	font-size: 10px;
}

/* The following styles pertain to the Mortgage Calculator panel
   within the Side Panel */
table.sidepanel table.mortcalcpanel select {
	width: 60px;
	font-size: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
}
table.sidepanel table.mortcalcpanel td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
table.sidepanel table.mortcalcpanel td.arial10Green {
	color: #006633;
	font-weight: bold;
	font-size: 10px;
}
table.sidepanel table.mortcalcpanel input.text {
	font-size: 11px;	
	width: 90px;
}

.borderColor{
    border-color:#666666;
}
.mortgage_input {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.mortgage_output {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.GoButton {cursor:pointer;cursor:hand;line-height:.85;padding-top:3px;border-bottom:thin solid #006600;border-right:thin solid #006600;border-top:thin solid #CCCCCC;border-left:thin solid #CCCCCC;font-size:11px;font-family:Arial;font-weight:bold;background-color:#006633;color:#FFFFFF;}
div.analysis {
	background: #6EB46C;
}
div.table-caption {
	text-align: left;
	color: white;
	/*background: #999;*/
	font-size: 15px;
	font-weight: bold;
	padding: 6px 10px;
	margin-top: 15px;
}

table.moreinfopanel td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

table.moreinfopanel .headline {
	font-size: 13px;
	color:white;
	background-color: #006633;
	font-weight:bold;
}

table.propertylistings tr.tableheader td {
	color:white;
	background-color: #006633;
	font-weight:bold;
}

table.propertylistings table.headline {
	background-color: #999999;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bolder;
	line-height: 12px;
	padding: 1px 10px 2px 10px;
}

table.propertylistings table.headline a:link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

table.propertylistings table.headline a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

table.propertylistings table.headline a:hover {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: underline;
}

table.propertylistings table.headline a:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

table.propertylistings table.itemlisting td {
	padding: 3px 5px 3px 5px;
	background-color: CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

table.propertylistings table.itemlisting .teasermessage {
	padding-bottom: 3px;
	border-bottom: 2px solid;
	border-color:  #006633;
	width: 95%;
	color: #333333;
}

table.propertylistings table.postedinfo td {
	background-color: CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.imageLeft {
	margin-right: 15px;
}
.imageRight {
	margin-left: 15px;
}
.arial16Green {
	color: #006633;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
table.propertylistings tr.pager td {
	font-size: 11px;
	/*text-decoration: underline;*/
}
