/*------------------------------------------------------------------
[Property Data Stylesheet]

Project:		realestateview.com.au
Primary use:	Property Data section	
-------------------------------------------------------------------*/

.small, .medium, .large {
	background: #00ADEF;
	color: #FFFFFF;
	font-size: 1.1em;
	height: 2em;
	line-height: 2em;
	padding:0;
	padding-left: 5px;
	text-transform: uppercase;
}

.small {
	background-image:url(/portalimages/portal/propertydata/small_heading_bg.jpg);
}

.medium {
	background-image:url(/portalimages/portal/propertydata/medium_heading_bg.jpg);
}

.large {
	background-image:url(/portalimages/portal/propertydata/large_heading_bg.jpg);
}

.smallbutton {
	background: transparent url(/portalimages/portal/propertydata/small_button.gif);
}

.largebutton {
	background: transparent url(/portalimages/portal/propertydata/large_button.gif);
}

#revlogo {
	background: url(/portalimages/portal/propertydata/logo.jpg) 0 0 no-repeat;
}

#propertydata a { 
	background-position: 0 -510px; 
}

#selectednavbar {
	background: #00ADEF url(/portalimages/portal/propertydata/selected_nav_bar_bg.jpg);
	height: 10px;
	left: 5px;
	line-height: 1;
	font-size: 1px;
	position:absolute;
	top: 180px;
	width: 985px;
}

#navbar {
	display:none;
}

#buynavlink a:hover, #buynavlink.selected {
	background:url(/portalimages/portal/nav/buynav.jpg) 0 -150px no-repeat;
}

#rentnavlink a:hover, #rentnavlink.selected {
	background:url(/portalimages/portal/nav/rentnav.jpg) 0 -120px no-repeat;
}

#sellnavlink a:hover, #sellnavlink.selected {
	background:url(/portalimages/portal/nav/sellnav.jpg) 0 -150px no-repeat;
}

