
.event {
	border: 1px solid #999999;
	width: 320px;
	margin-bottom: 20px;
}

.event th{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: left;
	padding-left: 7px;	
}

.event td {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: 500;
}

.event .field {
	width: 65px;
	vertical-align: top;
	padding-left: 7px;
	color: #003366 !important;
	font-weight: 800;
}

.event td a {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
}

.event td a:hover {
	color: red;
}

.more {
	padding-top: 5px;
	text-align: right !important;
	padding-right: 10px;
}

.event td span {
	font-size: 10px;
}

.news {
	margin-bottom: 10px;
}

.news a {
	color: purple;
	text-decoration: none;
}

.news a:hover {
	color: red;
}

