.time_selector, .time_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.time_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100;
}
/*
.time_selector_ieframe {
  position: absolute;
  z-index: 99;
  display: none;
}
*/
.time_selector {
	border-spacing: 0;
	border-collapse: collapse;
	cursor: pointer;
}
.time_selector th, .time_selector td {
	width: 2.5em;
	height: 2em;
	padding: 0 4px;
	text-align: center;
}
.time_selector td {
	border: 1px solid #ccc;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	background: white;
	text-decoration: none !important;
	line-height: 2em;
	color: #003C78;
	text-align: center;
}
.time_selector td.selected {
	background: #D8DFE5;
	font-weight: bold;
}
.time_selector td:hover {
	background: #003C78;
	color: white;
}
