@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:url(../images/theme/agenda/bg.jpg) no-repeat center top #000000;
}
#agenda{
	margin:0 auto;
	padding:0;
	text-align:center;

}

#agenda table{
	border-collapse:collapse;
	margin:0 auto;
}
#agenda table td{
	border-color:#000;
	border:solid 1px;
	font-size:13px;
	width:75px;
}

.head{
	font-weight:bold;
}

.re{
	background-color:#0F0;
}
.re a{
	font-weight:bold;
}
.event table td{
	border:0 hidden;
}
.event form{
	margin:0;
}