/* @override http://www.brisbaneriverfront.com.au/weekly.css */

BODY {
	background-color:	#FFFFFF;
	color:			#000000;
	margin:			0px;
	min-width:		800px;
	padding:		0px;
	text-align:		center;
}

#outer{
	position:		relative;
	min-height:		100%; /* was 100% */
	/*height:		98%;  wasn't before */
	margin:			0 auto -28px auto; /* was 0px auto */
	width:			800px;
	border-left:		1px solid #9CA09F;
	border-right:		1px solid #9CA09F;
	border-bottom:		1px solid #9CA09F;
	color:			#000000;
	text-align:		left;
	background-color:	#FFFFFF;
}
* html #outer{
	height:			99.9%;
}

#header{
	float:			left;
	width:			100%;
	min-height:		36px;
	padding:		0px;
	margin:			0;
}
* html #header{
	height:			36px;
}

#footer {
	width:			800px;
	clear:			both;
	height:			28px;
	color:			#FFFFFF;
	background-color:	#000000;
	text-align:		left;
/*	left:			0px;
	bottom:			0px; */
	position:		relative;
	margin:			0 auto;
	z-index:		100;
}

#footer a{
	color:#ffffff;
}

div,p {
	margin-top:		0;
}



#body {
	width:			800px;
}

#topbar {
	background-color:	#565857;
	height:			16px;
	width:			800px;
}

#topbrand {
	background-color:	#565857;
	height:			142px;
	width:			800px;
}

#topbrand-weekly {
	background-color:	#565857;
	width:			800px;
}

#toptabs {
	background-color:	#000000;
	height:			26px;
	width:			800px;
	max-height:		26px;
	padding-left:		1px;
}

#main {
	padding:		10px;
}

.moveable {
	position:		absolute;
}

.default {
	color:			#000000;
	font-family:		Arial;
	font-size:		12px;
}

.default A {
	color:			#4874AE;
	font-weight:		bold;
	text-decoration:	none;
}

.default A:hover {
	text-decoration:	underline;
}

.tab-on {
	background-color:	#fef200;
	border-left:		solid 1px #FFFFFF;
	color:			#000000;
	cursor:			pointer;
	font-family:		Arial;
	font-size:		12px;
	font-weight:		bold;
	height:			26px;
	text-align:		center;
	width:			110px;
	z-index:		10;
}

.tab-off {
	background-color:	#000000;
	border-left:		solid 1px #FFFFFF;
	color:			#FFFFFF;
	cursor:			pointer;
	font-family:		Arial;
	font-size:		12px;
	font-weight:		bold;
	height:			26px;
	text-align:		center;
	width:			110px;
	z-index:		9;
}


.property {
	font-family:		Arial;
	font-size:		12px;
	text-align:		justify;
	min-height:		120px;
	width:			765px;
}

.property-head {
	border-bottom:		solid 2px #4874AE;
	color:			#565857;
	font-family:		Arial;
	font-size:		14px;
	font-weight:		bold;
}
.property-info {
	border:			solid 2px #4874AE;
	border-top:		solid 0px #FFFFFF;
	color:			#000000;
	font-family:		Arial;
	font-size:		11px;
	margin-left:		5px;
}

.property-side {
	color:			#4874AE;
	font-family:		Arial;
	font-size:		12px;
	padding:		10px;
	text-align:		justify;
}

.property-side HR {
	background-color:	#4874AE;
	color:			#4874AE;
	padding:		0px;
	margin:			0px;
	margin-top:		3px;
}

.property-side-info {
	color:			#4874AE;
	font-family:		Arial;
	font-size:		11px;
	padding:		5px;
}

.pagesbox {
	border:			solid 1px #9CA09F;
	background-color:	#CCCCCC;
	color:			#000000;
	font-weight:		bold;
}

.pagesbox A {
	color:			#000000;
	font-weight:		bold;
	text-decoration:	none;
}

.pagesboxi {
	border:			solid 1px #9CA09F;
	background-color:	#CCCCCC;
	color:			#999999;
	font-weight:		bold;
}