body {
	margin: 10px;
	background: #eee;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
td {
	font-size: 11px;
	vertical-align: top;
}

a:link,
a:visited {
	color: #036;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #069;
	text-decoration: underline;
}
a.popup {
	background-image: url(/static/icons/popup.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
}

p {
	margin: 4px;
}
h1 {
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	margin: 6px 4px;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
}
h2 {
	color: #666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	margin: 6px 4px;
	margin-top: 0px;
}
*+ h2,
*+ h1 {
	margin-top: 10px;
}
h1 + h2 {
	margin-top: 4px;
}

.post {
	margin: 4px;
	width: 250px;
}
.post + .post {
	margin-top: 10px;
}
.postBody {
	border: 1px solid #999;
	background: #fff;
	color: #333;
	padding-bottom: 2px;
}
.postBody p {
	margin: 5px;
}
.postFoot {
	background-image: url(images/postFoot.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 3px;
	top: -1px;
}

form {
	margin: 0px;
}
input,
textarea {
	border: 1px solid #999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 2px;
	margin: 1px 0px;
}
input:hover,
textarea:hover {
	border-color: #069;
}
input[type="submit"] {
	background: #f6f6f6;
	color: #036;
}
input[type="submit"]:hover {
	color: #069;
}
input.disabled,
input.disabled:hover {
	color: #999;
	background: #eee;
	border: 1px solid #ccc;
}

#header {
	margin: 0px;
	background-image: url(images/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #036;
	padding-left: 42px;
	height: 40px;
	line-height: 40px;
}
