*	{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	height: 100%;
	width: 100%;
	background: #FFF;
	font-size: 9px;
	color: #000;
	font-family: arial, sans serif;
}

em { font-style: normal; }

#time-table {
	position: relative;
	width: 990px;
	height: auto;
	margin: 20px auto 0 auto;
}

#time-table h3 {
	float: left;
	width: 981px;
	height: 23px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	background: #FFF;
}

#time-table h4 {
	float: left;
	width: 989px;
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	background: #FFF;
	border: 1px solid #000;
	border-bottom: 0;
}

#time-table h4 em {
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
}

#time-table .time-group {
	float: left;
	width: 989px;
	height: auto;
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #000;
	border-bottom: 0;

}

#time-table .time-group .row {
	display: block;
	float: left;
	width: 989px;
	background: #FFF;
	border-bottom: 1px solid #000;
}

#time-table .time-group .row div {
	float: left;
	width: 32px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-right: 1px solid #000;
}

#time-table .time-group .row .title {
	display: block;
	float: left;
	width: 600px;
	padding-left: 10px;
	text-align: left;
	border: 0;
}

#time-table .time-group .row div.last {
	border-right: 0;
}
