h1, h2, h3 {
	margin-bottom: 10px;
	line-height: 1.4em;
}
#scripts {
	display: none;
}

.post-wrapper.event-admin {
	width: 890px;
}
a.cancel {
	padding: 2px;
	color: red;
}
a.cancel:hover {
	text-decoration: underline;
}
a.button {
	color: #666;
	padding: 5px;
	margin-right: 5px;
	background: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
}
a.button:hover {
	background: #bbb;
}
form {
	float: left;
}
div.formRow {
	display: block;
}
label {
	float: left;
	width: 75px;
}
label.error {
	float: right;
	width: 200px;
	color: red;
	padding-left: 5px;
}
div.formRow input, div.formRow select, div.formRow textarea {
	padding: 2px;
	font-size: 11px;
	color: #333333;
	margin-bottom: 10px;
}
#gr-events, #okemoes-events, #newEvents, #oldEvents, #rsvp {
	margin-bottom: 20px;
	width: 100%;
}
table td {
	padding: 5px;
	border-right: 1px solid #ccc;
}
table tr.even {
	background: #F2F2F2;
}
table td.date {
	width: 65px;
}
table td.event {
	width: 135px;
}
table td.description {
	width: 330px;
}
table#newEvents td.description, table#oldEvents td.description {
	width: 250px;
}
table td.last {
	border-right: none;
}
table a:hover {
	color: #0084FF;
	text-decoration: underline;
}