* {
	font-size: 11px;
	font-family: Verdana, sans;
	color: #333333;
}

body {
	margin: 5px;
	background-color: #f0f0e0;
}

form {
	display: inline;
}

.pointer {
	cursor: pointer;
}

a, a:link, a:visited {
	color: #000090;
}
a:active, a:hover {
	color: #900000;
}

div.list {
	line-height: 180%;
}
div.list a, div.list a:link, div.list a:visited, a.subtitle, a.subtitle:link, a.subtitle:visited {
	color: #000090;
	font-size: 12px;
	font-weight: bold;
}
div.list a:active, div.list a:hover, a.subtitle:active, a.subtitle:hover {
	color: #900000;
	font-size: 12px;
	font-weight: bold;
}

table.menu tr td a, table.menu tr td a:link, table.menu tr td a:visited {
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #333333;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 3px;
}

table.menu tr td a:active, table.menu tr td a:hover {
	background-color: #cccccc;
	color: #333333;
}

table.form, table.info {
	border: 3px double #999999;
}
table.form tr th, table.info tr th {
	background-color: #cccccc;
	font-weight: bold;
}
table.form tr td, table.info tr td {
	background-color: #e0e0e0;
}

td.a {
	text-align: left;
	vertical-align: top;
}
td.b {
	text-align: left;
	vertical-align: top;
}
td.c {
	text-align: center;
	vertical-align: top;
}

table.form tr td.a {
	font-weight: bold;
}
table.details tr td.a {
	font-weight: bold;
	white-space: nowrap;
}
table.details tr td.b {
	padding-right: 50px;
	white-space: nowrap;
}

input.form, textarea.form {
	width: 100%;
	padding-left: 1px;
}
input.button {
	color: #555555;
	background-color: #efefef;
	font-weight: bold;
	margin: 2px;
}

.ok {
	color: #009900;
}
.error {
	color: #990000;
	font-weight: bold;
}
.msg {
	color: #009900;
	font-weight: bold;
}

.red {
	color: #990000;
}
.green {
	color: #009900;
}
.blue {
	color: #000099;
}

p.title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
p.subtitle, div.subtitle, b.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

img.main_thumb {
	margin-right: 10px;
	margin-bottom: 2px;
}

div.pager, div.pager * {
	color: #333333;
}
div.pager a, div.pager a:active, div.pager a:hover, div.pager a:visited {
	background-color: #f0f0f0;
	text-decoration: none;
	color: #555555;
}

div.address_line {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
	padding-left: 7px;
}

table.admin tr th {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	text-align: left;
}
table.admin tr td {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 0px;
	text-align: left;
}

table.units tr th {
	text-align: left;
	background-color: #e0dc99;
	font-weight: bold;
}

table.units tr td.units {
	background-color: #f0f0ff;
}

input.units {
	margin-top: 3px;
}

input.payments {
	margin-top: 5px;
}

table.hat {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}
input[type="text"].hat {
	padding-left: 2px;
}
input[type="submit"].hat {
	font-weight: bold;
}


.inactive, .inactive * {
	color: #999999;
}


hr {
        color: #cccccc;
        background-color: #cccccc;
        height: 1px;
        border-width: 0px;
}

div.links {
	line-height: 150%;
}

table.search {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}
table.search tr td {
	white-space: nowrap;
}
input.search {
	font-size: 12px;
	font-weight: bold;
}
td.s1 {
	padding-right: 10px;
	padding-bottom: 10px;
}

td.main {
	border: 1px solid #666666;
	padding: 20px;
	background-color: #ffffff;
}
td.main_admin {
	border: 1px solid #666666;
	padding: 20px;
	border-top: 5px solid #cc0000;
	border-bottom: 5px solid #cc0000;
	background-color: #ffffff;
}

td.no_image {
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	color: #666666;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 30px;
}

ul {
	line-height: 180%;
}

td.copy {
	color: #666666;
	font-size: 10px;
	padding: 5px;
}

td.homepage, td.homepage * {
	font-size: 12px;
}

