* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
body {
	background: white url(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: #541;
}
a:hover {
	color: #a82;
}
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(img/corner-grwh-tr.gif) top right no-repeat;
	top: 0; left: 0;
}
.cornerMainBL {
	background: url(img/corner-grwh-bl.gif) bottom left no-repeat;
	bottom: 0; left: 0;
}
.cornerTR {
	position: absolute;
	top: 0; right: 0;
}

.nav {
	width: 156px;
	margin-left: 20px;
	float: left;
	position: relative;
	z-index: 40;
}
.nav div {
	overflow: visible;
	position: relative;
	width: 156px;
	height: 106px;
}
.nav a {
	color: white;
	text-decoration: none;
	padding-left: 10px;
	line-height: 17px;
	display: block;
	white-space: nowrap;
}
.nav a:hover {
	background-color: #16be90;
	color: white;
}
.nav a.current {
	color: black;
	background-color: #e5e4da;
	width: 162px;
	position: relative;
	z-index: 100;
}
.nav div {
	position: relative;
	background: #1a8f6f url(img/nav_grad.gif) top left repeat-y;
	padding: 5px 0;
}
.nav div img.corner {
	position: absolute;
	bottom: 0; right: 0;
	width: 18px; height: 18px;
	z-index: 50;
}
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: 120px; 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(img/search.gif) top left no-repeat;
	width: 22px; height: 22px;
}
.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;
}
.separator {
	clear: both;
}

.invisible {
	display: none;
}

html, body { /* ie6 hack */
	height: 100%;
	min-height: 100%;
}
