body{
	background: #393939;
}
th {
	background-color: #292929;
	color:#fff;
	vertical-align:top;
}
td {
	background-color:#555;
	color:#fff;
	vertical-align:top;	
}
.ev_schedule {}
.ev_schedule th {
	border-bottom: 2px solid #CCCCCC;
	background-color: #292929;
	color:#fff;
	vertical-align:top;
	
}
.ev_schedule td {
	border-bottom: 1px solid #DDDDDD;
	background-color:#555;
	color:#fff;
	vertical-align:top;
}
.hand {
	cursor: pointer;
}
.center {
	text-align: center;
}
a, a:link, a:active {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}