.result_row_1 {
		background-color: #E7E7FF;
}
.result_row_0 {
background-color:#F7F7DE	
}

.navcontainer
{
margin: 0;
padding: 0;
}

.navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;

}

.navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: right;
width: 100px;

}

.navcontainer A
{
	color: #4444;
	display: block;
	width: 100px;
	height: 16px;
	text-decoration: none;
	background: #6E6C8F;
	margin: 0;
	padding: 0px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: white;
		text-align: center;
	padding-top:2px;
}
.navcontainer A:link, .navcontainer A:visited  {
	background: #6E6C8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
    color: white;
	 padding-top:3px;
}

.navcontainer A:hover{
	background: #F7E3A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:3px;
    font-weight:bold;
    color: black;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12pt;
	color: Red;
	font: bold;
}

h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 10px;
	color: Red;
}

h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: Left;
	margin-left: 20px;
	font-size: 9pt;
	color: Red;
	
}

P {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 32px;
	margin-right: 12px;
	font-size: 9pt;
	color: #0D0000;
	background-color: transparent;
}



li {
	font-family: Arial, Helvetica, sans-serif;
	color: #4169E1;
	font-size: 9pt;
}

a:link   {
	color: #228B22;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	}

a.suburbs {
	font-size: 1pt;;
}

a:visited   {
	color: #228B22;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	}
a:hover   {
	color: #FF8C00;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	}
a:active  {
	color: #228B22;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	}


a.menutext:link { 
	color:#333333; 
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	}
  a.menutext:active { 
	color:#333333; 
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	}
  a.menutext:visited { 
	color:#333333; 
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	}
  a.menutext:hover { 
	color:#999999; 
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	}



hr { height: 0px; color: #CCCCCC}

/* listing Browse Main Page Color*/
table.browse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	border: thin dotted #CCCCCC;
}
td.browse { background-color :  transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	}
	
	

/* TABLE STYLES Main Page Color*/
table.b {
	
}

b {
	font-size: 12px;
}

TD {
	font-size: 10pt;
	color: #483D8B;
}


form_main {
	background-color : transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-image: url(images/tbg.gif);
	 
	
	
}
td.form_main { background-color :  transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #DC143C;
	
	}

/* NEW TABLE STYLE FOR Vertical Layout Control Secondary Layout Color(Light Blue)*/
table.color2_layout { background-color: #a6b3cf; }
td.color2_layout { background-color: #a6b3cf; }

/* for alternating listings in the admin area*/
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
color: #FFFFFF;
background-color : transparent;
}

td.row1_1	{ background-color: #006699; }
td.row2_1	{ background-color: #DEE3E7; }
td.row3_1	{ background-color: #D1D7DC; }
.adminListingLeft_1 {
color: #FFFFFF;
background-color : transparent;
}

/* for alternating image listings */
td.image_row_0	{ background-color: #cccccc; }
td.image_row_1	{
	background-color: #ffffff;
}

/* for alternating search result listings */
td.search_row_0	{ background-color: #F5F5DC;color: #000000; }
td.search_row_1	{ background-color: #E6E6FA; }

/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px #006699 groove;
background-color: #FFDEAD; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt;
color: #000000;
border-color: #000000;
border-style: solid;
}
/* sold button*/
.sold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 1px;
	height: 15px;
	width: 30px;
	border: 1px solid #000000;
	font-style: normal;
	font-weight: bold;
}
/* pending button*/
.pending {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	background-color: #00CC33;
	padding: 1px;
	height: 15px;
	width: 30px;
	border: 1px solid #000000;
}


/* TEXT STYLES listing view*/
.feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}


/* TEXT STYLES */
.small { font-size : 9pt; color : #ffffff;}

.required {
color: #FF0000;
background-color : transparent;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
}


/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #D6D3EE; }
td.templateEditorNew	{ background-color: #EEEEFF; }







.row_main {
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00008B;
	background-image: url(images/tbg.gif);
	
}

.row_desc {
	font: 10pt;
	color: #B22222;
}

/* STATS display stuff */

.Body {background-color: #D8D8F8;
color:black;
}

.Table1 { 
	background-color: #000000; 
	text-align: center; 
	width: 600px; border: 0;
}
.TR1 { 
	background-color: #3A73CD; 
	vertical-align: middle;
}
.TR2 { 
	background-color: #CCCCCC; 
	vertical-align: bottom;
}
.TR3 { 
	background-color: #C0C0C0; 
	vertical-align: bottom;
}
.TD1 {  
	width: 549px; 
	height: 16px; 
	text-align: left; 
	font-size: 10pt ;
	font-weight:bold ;
	vertical-align: bottom; 
	word-spacing=0px;
	}
.TD2 { 
	text-align: left; 
	font-size: 10pt;
}
.TD3 { 
	text-align: right; 
	font-size: 10pt;
}
.TD4 { 
	background-color: #CCCCFF; 
	width: 48px; 
	text-align: center ;
	font-weight:bold;
}
.TD5 { 
	width: 178px;}
.TD6 { width: 48px;}
.TD7 { width: 188px;}
.TD8 { width: 364px;}
.TD9 { 
	background-color: #CCCCFF; 
	vertical-align: middle; 
	font-size: 10pt;font-weight:bold; 
	text-align: left;
}
.TD10 { 
	background-color: #CCCCFF; 
	vertical-align: top; 
	width: 48px; 
	text-align: right ;
	font-weight:bold; 
}
.TD11 {
	width: 549px; 
	height: 110px; 
	text-align: left; 
	font-size: 10pt ;
	font-weight:bold ;
	vertical-align: 
	bottom; word-spacing:0px;
}
.TD12 { 
	vertical-align: bottom; 
	text-align: left; 
	width: 17px;
	font-size: 10pt ;
	font-weight:bold; 
	word-spacing=0px;
}#C6B2BD

.browse_tool {
	background-color: #DC143C;
	font-size: 11px; 
	text-decoration: none; 
	color: black; 
}
			
.browse_tool_num {
	color: White;
}

.browse_tool_button a {		
	background-color: #AFEEEE;
	font-size: 10px;
	line-height: 10px; 
	text-align: center;
	BORDER-COLOR: #FF4500;
   BORDER-WIDTH: 1px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF4500; 
	width: 102px;
	height: 98px;
	display: block;
}

.browse_tool_button A:visited {		
	color: White;
}



.browse_tool_ghost {
	font-size: 10px;
	font-weight: bold; 
	color: #FF7F50; 
	text-decoration: none; 
}


.browse_tool_curpage {
	BACKGROUND-COLOR: Lime;
	color: #ffffff;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
			
.bt_pages {
	font-family: verdana, arial; 
	BACKGROUND-COLOR: #D1DEE9;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

.bt_pages_ghost{
	color: #aaaaaa;
	text-decoration:none;
}

A.bt_pages{
	color: Black;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
}

A.bt_pages:hover{
	color:#ffffff;

}
<!--
/* BEGIN style10 */


.browse_tool {
	background-color: #E9DCF5;
	font-size: 9pt; 
	text-decoration: none; 
	color: black; 
}
			
.browse_tool_num {
	color: #666666;
}
.browse_tool_button A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	text-align: center;
	height: 15px;
	width: 115px;
	padding: 2px;
	display: block;
	border: thin double #000000;
}

.browse_tool_button A:visited {		
	color: #000000;
}

.browse_tool_button A:hover {		
	background-color: #EEAAB1;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #000000;
}

.browse_tool_ghost {
	font-size: 8pt;
	font-weight: bold;
	color: Black; 
	text-decoration: none; 
}


.browse_tool_curpage {
	color: #FFFFFF;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #333333;
}
			
.bt_pages {
	font-family: verdana, arial; 
	BACKGROUND-COLOR: #DDBEA0;
	font-size: 9pt;
	vertical-align: middle;
	color:	#000000;
}

bt_pages_ghost{
	color:;
	background-color: #999999;
}

A.bt_pages{
	color:	#000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
}

A.bt_pages:hover{
	color:#ffffff;
	background: #132975; 
}

.instruct2 {
	color:#ffffff;
	background: #B2B59A;
	font-weight: bold;
	font-size: 110%;
}


.instruct1 {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.instruct {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.drop {
	color:#ffffff;
	background: #132975;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: italic;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	
}


.dots {color: #CD5C5C;
	
}


/* MAIN STYLES */
BODY {scrollbar-face-color: #8785A0;
scrollbar-shadow-color: #687888;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #687888;
scrollbar-darkshadow-color: #DCE0E2;
scrollbar-track-color: 6E6C8f;
scrollbar-arrow-color: White;}

BODY.admin {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: White;
}

BODY {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: White;
}

img { 
border: 0;
}

/* TOP TABLE THAT HOLDS LOGO */
table.logotop { background-color : #666666; }
td.logotop { background-color : #666666; }

/* TABLE THAT HOLDS TOP MENU */
table.navtop { background-color : #333333; }
td.navtop { background-color :#333333;   }

/* TABLE THAT HOLDS LOGIN FORM */
table.login {
	background-color : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	
}
td.login { 
font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
 }

/* MENU headers */
table.header {
	background-color : #917CB2;
}
td.header { background-color : #B2AD7C;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	border-style: double;
	border-color: White;
 }

header {
	background: Blue;
}

	
td.adminbg { background-color : #C6B2BD;	

tr, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : transparent;
	color: #CD5C5C;
}

#outer{
	border:solid white 0px;
	/*/*/ border-left-width: 170px ;  /* left column width. NN4 hack to hide borders */
	border-left-color: #FFFFFF;   /* left column colour */
	border-left-style: solid;
	background-color: #FFFFFF; /* center column colour */
	width: auto;
}

#leftcol{
	width:170px;
	float:left;
	position:relative;
	margin-left:-170px;
	margin-right:1px;
	background-image: url("{template_url}/images/col_line.png");
	background-repeat: repeat-y;
	background-position: top  right;
	text-align: left;
 }
 
 #maincol{
	float: left;
	width: 100%;
	position: relative;
	margin: 0px -8px 0px -2px;
	background-color: White;
}

.clr{
	clear:both;
}

.content{
	position:relative;
	background-color: White;
}

.featured_listings{
	background-color: White;
}