@import url("http://propertysolutionsinc.com/m2css/d_basic.css");
body
{
	margin:0px;
	padding-left: 0px;
}

.form_label
{
	font-family: Verdana;
	font-size: 9pt;
	color: #000080;
}

.form_label_required
{ 
	font-family: Verdana;
	font-size: 9pt;
	color: #000080;
}

.form_label_asterisk
{
	font-family: Verdana;
	font-size: 9pt;
	color: #FF0000;
}

.list_pager 
{
	background-color: #FFFFFF; 
	border: none;
	text-align: right;
	font-weight: bold;
}

.td.list-row-heading
{
	background-color:#D3EDD3;
	color:#000000; 
	padding:2px; 
	border-left:1px solid black; 
	border-bottom:1px solid black;
	text-align:center; 
	vertical-align:middle; 
	background-image:url('images/list_heading_background.gif');
}

.td.list-row{background-color:#FFFFFF; padding:1px; padding-left:4px; border-bottom:1px solid black; border-left:1px solid black;}
.td.list-row-alt{background-color:#D3EDD3;}
