/* CSS Document */

table.event_table {
	width: 480px;
	border-collapse: collapse;
	font-size: 12px;
	margin-left: 20px;
	background-color: #FFFFFF;
}

table.event_table td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
table.event_table th {
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	background-image: url(img/event_bg.gif);
	background-repeat: repeat;
	margin: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	color: #739522;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #739522;
}

.event_box1 {
	margin-bottom: 20px;
	line-height: 20px;
	width: 520px;
}
