* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
body {
	background: white url(http://cityofporterdale.com/themes/porterdale/img/rays.jpg) top no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	border-collapse: collapse;
}
th {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
a {
	color: #028;
}
a:hover {
	color: #38c;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
}
input {
	border: 1px solid black;
}
.nobr {
	white-space: nowrap;
}

.cornerMainTR, .cornerMainBL {
	width: 100%;
	height: 17px;
	position: absolute;
}
.cornerMainTR {
	background: url(http://cityofporterdale.com/themes/porterdale/img/corner-blwh-tr.gif) top right no-repeat;
	top: 0; left: 0;
}
.cornerMainBL {
	background: url(http://cityofporterdale.com/themes/porterdale/img/corner-blwh-bl.gif) bottom left no-repeat;
	bottom: 0; left: 0;
}
.cornerTR {
	position: absolute;
	top: 0; right: 0;
}

div.nav {
	width: 156px;
	margin-left: 20px;
	float: left;
	overflow: visible;
	position: relative;
}
div.nav div.menu {
	overflow: visible;
	position: relative;
	width: 156px;
	height: 106px;
	background: #459 url(http://cityofporterdale.com/themes/porterdale/img/nav_grad.png) top left repeat-y;
	padding: 5px 0;
}
div.nav ul {
	list-style: none;
}
div.nav a {
	color: white;
	text-decoration: none;
	font-size: normal;
	padding-left: 10px;
	line-height: 17px;
	display: block;
	white-space: nowrap;
}
div.nav a:hover {
	background-color: #57a;
	color: white;
}
div.nav a.nav-path-selected { /* .nav-path-selected is a C5 class */
	color: black;
	background-color: #e8e7de;
	width: 162px;
	position: relative;
	z-index: 1;
}
div.nav div.menu img.corner {
	position: absolute;
	bottom: 0; right: 0;
	width: 18px; height: 18px;
}
h1.module {
	width: 100%;
	color: #dcbf35;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 2px;
}
.search input[type=text] {
	border: 1px solid #aaa;
	background-color: #ddd;
	color: #999;
	width: 116px; height: 18px;
	font-size: 12px;
	padding-left: 3px;
}
.search input[type=text].active {
	background-color: white;
	color: black;
}
.search input[type=submit] {
	border: 0;
	background: url(http://cityofporterdale.com/themes/porterdale/img/search.gif) top left no-repeat;
	width: 26px; height: 26px;
}
.footer {
	clear: both;
	font-size: 10px;
	color: #aaa;
	padding-top: 15px;
}
.footer a, .footer a:visited {
	color: #aaa;
}
.footer a:hover {
	color: #444;
}
.logout {
	font-weight: bold;
	padding: 10px;
}

.searchResults p p {
	color: #666;
}
.searchPager {
	text-align: center;
}
.searchPager span, .searchPager a {
	margin: 1em;
}
.searchNote {
	text-align: center;
	margin-top: 1em;
}
.searchNote, .searchNote * {
	font-size: 10px;
	color: #999;
}
.searchNote a:hover {
	color: #aaa;
}
.forceCenter {
	text-align: center;
}

table.full {
	margin: 0;
	width: 100%;
}
table.full, table.full td, table.full th {
	border: 1px solid #ccc;
	padding: 0.5em 1em;
}
table.full td {
	text-align: left;
	font-size: 13px;
}
table.full th {
	text-align: left;
	color: #666;
}

.invisible {
	display: none;
}

html, body { /* ie6 hack */
	height: 100%;
	min-height: 100%;
}
