A:link	{
color:blue;
text-decoration:none;
	}
A:active	{
color:blue;
text-decoration:none;
	}
A:visited	{
color:blue;
text-decoration:none;
	}
A:hover	{
color:black;
text-decoration:none;
background-color:white;
	}
	
.nav A:link	{
color:white;
text-decoration:none;
	}
.nav A:active	{
color:white;
text-decoration:none;
	}
.nav A:visited	{
color:white;
text-decoration:none;
	}
.nav A:hover	{
color:black;
text-decoration:none;
background-color:white;
	}
	
div#events {
	width: 100%;
	border:0px dashed #ccc;
	margin: 0px;
	padding:2px;
	margin-bottom: 5px;
}
div#events form fieldset {border: none}
div#events p {
	text-align: left;
	padding: 1px;
	margin: 2px;
}
div#events p input,div#events p select, div#events form fieldset p select {
	font-size: 10px;
	font-family: verdana;
	/*
	border: none;
	border-bottom: 1px gray solid;
	*/
}
div#events form fieldset p input#mv_up,div#events form fieldset p input#mv_dn,div#events form fieldset p input#save_sort {
	width: 26px;
	height: 26px;
}
div#events form fieldset p input#save_sort {width: auto}
div#events form fieldset p input#mv_up {
	background: transparent url("images/mv_up.gif") center center;
	background-repeat: no-repeat;
}
div#events form fieldset p input#mv_dn {
	background: transparent url("images/mv_dn.gif") center center;
	background-repeat: no-repeat;
}
div#events p.error {
	font-weight: bold;
	color: #cc0000;
	font-size: 11px;
}
div#events p#header {
	font-weight: bold;
	font-size: 14px;
}
ul#current-events {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#current-events li p {
	margin: 0px;
	margin-bottom: 2px;
	font-family: verdana;
	font-size: 8pt;
}
ul#current-events li p.name {
	font-weight: bold}
ul#current-events li p.date {
	margin-left: 10px;
}