﻿body 
{
	font-family: Arial, Verdana;
	font-size: 13px;
	background-color: #CCCCCC;	
}
.maintable
{
	background-color: #FFFFFF;
	border-color: #003675;
	border-style: solid;
	border-width: 2px;
}
.headerbackground
{
	background-color: #073976;
}
.flashy
{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}
.headertitle
{
	color: #FFFFFF;
}
.footer
{
	background-color: #5DA0FC;
	color: #FFFFFF;
	font-weight: bold;
}
.odd
{
	background-color: #D9D9D9;
}
.featured
{
	background-color:Orange;
	color: #FFFFFF;
	font-weight: bold;
}
.salepending
{
	background-color: Green;
	color: #FFFFFF;
	font-weight: bold;
}
.forrent
{
	background-color: Red;
	color: #FFFFFF;
	font-weight: bold;
}
.whitelink
{
	color: #FFFFFF;
	background-color: #073976;
	text-decoration: none;
}
.whitelink:hover
{
	color: #336699;
	background-color: #FFFFFF;
	text-decoration: none;
}
.AddLine
{
	text-decoration: underline;
}
.print
{
	display: none;
}
.UpdateProgress
{
	width: 200px;
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #073976;
	position: absolute; 
	left: 40%;
	top: 50%;
	text-align: center;
	cursor: wait;
}
.error
{
	color: #FF0000;
}
