
/* these style rule names mirror the ones used by eG Property, i.e. I am overwriting them, where I need to */

body, html
{
	margin:0px;
	padding:0px;
	background:none;
	background-color:#fff;
}

div
{
	background:none;
	background-color:#fff;
	/*border:1px solid #f00;*/
}

h1
{
	background:none;
	background-color:#5bbf21;
}

td
{
	background:none;
	background-color:#fff;
	/*border:1px solid #00f;*/
}

table
{
	background:none;
	background-color:#fff;
	/*border:1px solid #00f;*/
	margin:0px !important;
	padding:0px !important;
}

.GoButtonBottom
{
	margin:0px !important;
	padding:0px !important;
}


.panel2
{
	border:0px !important;
}

.FormText
{
	margin-bottom:5px !important;
}

.TextBox2
{
	margin-bottom:5px !important;
}

textarea
{
	width:270px;
	overflow:auto;
}

.tblHeadBg2
{
	text-align:left;
	background-color:#000;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

#ColLeft
{
	background:none;
	background-color:#fff;
	height:50px;
	border:0px;
}

#ColRight
{
	background:none;
	background-color:#fff;
}

#OneColBottom
{
	background:none;
	background-color:#fff;
	margin:0px !important;
	padding:0px !important;
	padding-top:15px !important;
}


#AdvancedSearch
{
	width:700px;
	/*margin:0px auto;*/
	padding-left:50px;
	/*border:1px solid #f00;*/
}

#outer_table
{
	width:700px;
	margin:0px auto;
}