/* CSS Document */
table.newsevent {
	width: 140px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	font-family: "Comic Sans MS";
}
td.newsevent {
	color: #8D8DB4;
	text-decoration: none;
	background-image: url(http://www.riversideca.gov/template-assets/style-graphics/bg-newsevents.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.newsevent a {
	text-decoration: none;
	white-space: nowrap;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
}
td.newsevent a:link {
	color: #FF8D42;
	text-decoration: none;
}
td.newsevent a:visited {
	text-decoration: none;
	color: #FF8D42;
}
td.newsevent a:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #FFF1DD;
	padding-right: 4px;
	padding-left: 4px;
}
td.newsevent a:active {
	text-decoration: none;
	color: #FF8D42;
}

