@charset "utf-8";
/* CSS Document */
#topnav li a#schedule {
	border-bottom: 3px solid #FC3;
}
#content {
	height: auto;
	width: 650px;
	min-height:700px;
}
#tblschedule {
	margin: 0px;
	padding: 0px;
	border: 1px solid #7E8AA2;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8em;
	height: auto;
	position: relative;
}
#tblschedule th {
	color: #FFF;
	background: #4E5F82;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
#tblschedule tr {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#tblschedule td {
	margin: 0px;
	padding: 10px 5px;
	border-right: 1px solid #4E5F82;
}



#eventschedule {
	background: #779CEC;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	border: 1px solid #779CEC;
	width:650px;
	height:auto;
	overflow:hidden;
}
#eventschedule form {
	margin: 0px;
	padding: 0px;
}
input.btnregister {
	margin: 5px 3px 8px;
	padding: 0px;
	height: 35px;
	width: 75px;
	background: #4E5F82;
	color: #FFF;
	text-align: center;
	cursor:pointer;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px outset #FFF;
	border-left: 3px solid #FFF;
	font: bold normal 11px/25px Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.odd {
	background: #EAEAEA;
}

.even {
	background: #F5F5F5;
}


.col1 {
	width: 190px;
}
.col2, #tblschedule th.col2 {
	width: 115px;
	text-align:center;
}
.col3 {
	width: 200px;
}
.col4, #tblschedule td.col4, #tblschedule th.col4 {
	width: 80px;
	text-align: center;
	margin-right: 0px;
	border-right-style: none;
}
#rightcolumn ul.dayoutline {
margin-left:20px;
padding-left:0;
}
#rightcolumn .dayoutline li {
	margin: 5px 0px 10px;
	padding: 0px;
}

.price{
	font-family: Verdana, Geneva, sans-serif;	
	font-weight:bold;
}
