/* =================================

	RRHBA
	Author: J Friesen
	Company: Omnilogic Systems (http://www.omnilogic.net/)
	
	Table of Contents
	
	1 - Printing styles
	
================================= */

/* =================================
	1.	Printing
================================= */
* {
	font-family:Tahoma, Geneva, sans-serif;
}
#wrapper {
	background-color:transparent;
	width:100%;
	border:none;
	margin:0;
}
a {
	color:#083258;
}
a:hover {
	text-decoration:none;
}

a img { border:none; }
a:link:after, a:visited:after { content:" [" attr(href) "] "; font-size:90%; }

.cake-sql-log { display:none; }

/* =================================
	2.	Header
================================= */
#header {
	margin:0;
	height:100px;
}
.logo {
	display:block;
	border-bottom:1px solid #000;
	height:75px;
	width:99%;
}
.logo a {
	text-decoration:none;
}
.logo a:after {
	content:none;
}
.logo img {
	width:120px;
	height:65px;
	border:none;
}
#headerImages {
	display:none;
}
#tips {
	display:none
}


/* =================================
	3.	Top Menu
================================= */
#topMenu {
	display:none;
}

/* =================================
	4.	Navigation
================================= */
#navigation {
	display:none;
	float:none;
}


/* =================================
	5.	Content
================================= */
#contentWrap {
	border:none;
	padding:0;
}
#contentRight {
	width:99%;
	float:none;
}
#contentRight h1.heading {
	color:#000;
	font-size:28px;
	font-style:italic;
	margin:-48px 0 0 15px;
	padding:0 17px 5px 0;
}
#contentRight h1.heading font {
	color:#000;
}
.content {
	border:none;
	border-top:1px solid #cfcfcf;
	padding:10px 0;
	margin-top:40px;
}
.content img {
	border:1px solid #083258;
	padding:1px; background-color:#bbb;
	margin:7px;
	margin-top:0;
}
.content,
.content p,
.content li,
.content td,
.content th,
.content input,
.content textarea {
	color:#555;
	font-size:13px;
}
.Search form,
.Search .browseCategory
/* .content form */ {
	display:none;
}
fieldset {
	page-break-before: always;
	overflow:visible;
}

.vcard a:after,
.paging a:after,
.categoryList a:after,
.calendar_day_event a:after,
a.admin.moveBackward:after,
a.admin.moveForward:after { content:""; }
.vcard a.url:after { content:" [" attr(href) "] "; font-size:90%; }

.SearchResults div.paging span.current { border:none; }

/* =================================
	6.	Home
================================= */



/* =================================
	7.	Directory
================================= */



/* =================================
	8.	Admin
================================= */



/* =================================
	9.	Footer 
================================= */
#footer {
	background:url(/images/rrhba/bg_footer.jpg) repeat-x left 1px #fff;
	border:1px solid #cfcfcf;
	border-left:none; border-right:none;
	height:64px;
	padding:9px 70px 9px 60px;
	width:830px;
}
#footer p {
	color:#434343;
	font-size:11px;
	line-height:16px;
	margin:0; padding:0;
}
#footer p a {
	color:#434343;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
.ad {
	display:none;
}




/* =================================
	10.	Misc 
================================= */

/* * Tables * */
table.striped {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	border-collapse:collapse;
	margin-top:1em;
}
.striped th,
.striped .table_row_header td {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
	font-size:13px;
	color:#555555;
	font-weight:bold;
	background-color:transparent;
}
.striped th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.striped tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
table.striped .altrow td,
table.striped .table_row_even td {
	background: #f5f5f5;
}

/* * Calendar * */
table.events {
	border:1px solid #888;
	border-collapse:collapse;
	font-size:10px;
	width:100%;
}
table.events th {
	background-color:#E9ECEF;
	border:1px solid #888;
	height:24px;
	text-align:center;
}
table.events td {
	border:1px solid #888;
	height:65px;
	width:75px;
}
table.events td.calendar_weekend {
	background-color:#ddd;
}
table.events td.calendar_weekday {
	background-color:#f1f3f5;
}
table.events td div.calendar_day_number {
	text-align:right;
	padding:3px 3px 0 0;
	font-size:11px;
}
table.events td div.calendar_day_event {
	font-size:12px;
}
.eventDetails legend {
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
}
.eventDetails h4 {
	margin-bottom:0; padding-bottom:0;
	border-bottom:1px solid #083258;
	font-style:italic;
	color:#333;
}
.eventDetails p {
	margin-top:0; padding-top:0;
	padding-left:10px;
}

/* * Developments * */
.mapSurround {
	padding-top:1em;
}
.mapSurround table {
	border-spacing:0;
	border-collapse:collapse;
}
.mapSurround table td {
	padding:0;
}
div.mapIcon {
	background-image:url('/images/logo-d.gif');
}
div.mapIcon {
	background:#fff;
}

.map_popup_header {
	background: #007540;	
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
        filter: alpha(opacity = 85);
        opacity: 0.85;
}

.map_popup_body {
	background: #dddddd;
	color: #000000;
	border: solid #007540 2px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	padding: 3px;
        filter: alpha(opacity = 85);
        opacity: 0.85;
}

