@charset "utf-8";
/* CSS Document */

table.TimeTable {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: separate;
	font-size: 100%;
	border-spacing: 2px;
	border-width: 1px;
	border: solid;
}

table.TimeTable caption {
  margin-top: 1em;
  text-align: right;
}

table.TimeTable th {
  padding: 2px 3px;
}
table.TimeTable td {
	padding: 2px 3px;
	border:1px dotted #FFFFFF;
}
table.TimeTable th {
	background: #333333;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	border-width: 1px;
	border-style: outset;
}

table.TimeTable {
  background: #000000;
  text-align: right;
  white-space: nowrap;
}

table.TimeTable td.time {
	padding:0;
	background: #333333;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	border-width: 1px;
	border-style: outset;
}