@charset "utf-8"; /*  cod3.net 2008 */
.timetable {
	text-align:center;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	width:95%;
	overflow:hidden;
	border-bottom:solid 1px;
	border-bottom-color:#0A83DD;
	bod
	height:110px;
	left:0;
	margin:auto;
}
.timetable .hourHolder {
	width:3072px;
}
.timetable .hourHolder .hour {
	float:left;
	width:120px;
	background-color:#FFFFFF;
	color:#0a83dd;
	border-color:#0A83DD;
	border-style:solid;
	border-width:1px;
	padding:3px;
}
.timetable .eventHolder .event {
	height:62px;
	float:left;
	background:url(../images/sa_tt_bg_blue.png);
	font-weight:28px;
	color:#666;
	cursor:pointer;
	border:#0A83DD 1px dashed;
	padding:3px;
}
.timetable .eventHolder {
	clear:both;
	width:3072px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/sa_SEAMA_timetable_background.png);
	background-attachment:scroll;
	background-repeat:repeat;
	background-position:0 0;
	overflow:hidden;
}
.timetable .eventHolder .event:hover {
	height:62px;
	float:left;
	background:url(../images/sa_tt_bg_orange.png);
	font-weight:28px;
	color:#FF5100;
	cursor:pointer;
	padding:3px;
}
.timetable .controls a.left {
	left:5px;
}
.timetable .controls a {
	background-color:#ffffff;
	color:#0A83DD;
	cursor:pointer;
	font-size:16px;
	font-family: bold Arial, Helvetica, sans-serif;
	display:block;
	position:absolute;
	border-color:#0A83DD;
	border-style:solid;
	border-width:1px;
	margin:15px;
	padding:8px 10px;
}
.timetable .controls a.right {
	right:5px;
}

