body {
	margin: 0;
	padding: 0;
}
body, .bodyfont, .portletfont, .maintable, .propertylisting, td{
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
.portletfont {
	color: #fff;
}
a:link, a:visited {
	color: #007AC3;
	text-decoration: none;
}
a.highlighted:link, a.highlighted:visited {
	color: #991a21;
	font-weight: bold;
}
div#outtest {
	margin: 20px;
}
.maintable {
	background: url(images/bg1.jpg) repeat-y;
}
#menubar {
	background: url(images/member/menubarbg.jpg) no-repeat;
	width: 239px;
}
#menubarinner {
	padding: 15px 25px 15px 15px;
}
#menubarinner .welcome {
	color: #991B1E;
	font-size: 14px;
	border-bottom: 1px #eee solid;
	margin-bottom: 10px;
}
#menubarinner .menubarlink {
	margin-bottom: 6px;
}
#menubarinner .menubarlink a:link, 
#menubarinner .menubarlink a:visited {
	color: #eee;
	border-bottom: 1px #eee solid;
	text-decoration: none;
}
	
#headerbar {
	background: url(images/member/headerbarbg.jpg) no-repeat;
	height: 199px;
}
#centerbg {
	background: url(images/member/centerbg.jpg) repeat-y;
}
#centerfooter {
	background: url(images/member/centerfooterbg.jpg) no-repeat;
	height: 37px;
}
div#thecontenarea {
	width: 620px;
	margin: 0px 10px;
	padding: 0px;
	min-height: 300px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div#thecontenarea {height: 300px;}
/* End hide from IE5/mac */

h2.pagetitle {
	font-size: 14px;
	font-weight: bold;
}



/* INDEX */
table.listing tr.tableheader td {
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	padding: 7px 0px;
}

table.listing tr.catname td {
	background-color: #aaa;
	margin-top: 10px;
	color: #c1272f;
	font-weight: bold;
}

table.listing tr.odd td {
	background-color: #fff;
}
table.listing tr.even td {
	background-color: #ddd;
}
table.listing td {
	padding: 3px;
}


/* MISC */
div.successdiv {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #27445f;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
}
div.errordiv {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #8d3232;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
}


/* FOOTER */
#footerbg {
	text-align: center;
	height: 165px;
	width: 1225px;
	background: url(images/footerbg.jpg) no-repeat;
}
#footer {
	text-align: center;
}