.eventform, .loginform, .articleform {
	border: 4px #003300 solid;	 
    padding: 0px;
	background-color: #cce6cc;
	font-size: 10pt;
}

#image_div div {
	border: dashed 1px #003300;
}

.loginform  {
	margin: auto;
}

.loginform TD, .eventform TD {
	padding: 4px;
}

FORM .buttons {
	text-align: center;
}

.eventform {
	clear: right;
}

.eventform  .help {
	font-size: 8pt;
	font-style: italic;

}

BODY.popup {
	margin: 10px;
	padding: 10px;
	background-color: #cce6cc;
	color: #006600;
	background-image: none;
}

DT {
	color: #003300;
	font-weight: bold;
}

.error {
	color: #FF0000;
}

.break {
	clear: left;
}

#user_table {
	font-size: 10pt;
}

#user_table .odd {
	background-color: #cce6cc;
}

/*.row { clear: right; }*/

/* we know we need this to leave room for the right bar because
we're always using it when viewing the news edit list*/
.editlist { 
	margin-right: 260px; 
	clear: none;
}

.editlist .news {
	border: dashed 1px #99c399;
}

.news {
	margin: 5px;
	padding: 5px;
	background-color: #cce6cc;
	position: relative;
}

.news form, .event form {
	padding: 0px; 
	margin: 0px; 
}

.editlist .event {
	clear: none;
	float: none;
}

.published {
	font-style: italic;
}

.right {
	float: right;
}
