/* Presets
------------------------------------------------ */
.time-selector .presets {
	overflow: hidden;
	zoom: 1;
	margin: 1px 0 1em
}
.time-selector .presets ul {
	float: left;
	list-style-type: none;
	margin: 1em 1em 0 20px;
	padding-left: 0;
	color: #959595
}
.time-selector .presets ul li {
	margin: 0 0 .2em 0;
}
.time-selector .presets p {
	float: left;
	margin: 1em 0 0 2em;
	background: url(../images/curly-brace-right.png) no-repeat left center;
	padding: 16px 0 16px 12px;	
}
.time-selector .presets a {
	color: #00f;
	text-decoration: none;
	border-bottom: 1px dashed #6666ff;
	cursor: pointer
}
.time-selector .presets a.selected {
	color: #000;
	font-weight: bold;
	border-bottom: 0;
	cursor: default;
}


/* Main table
------------------------------------------------ */
#time_selector {
	cursor: default;
}

#time_selector table {
	font: 11px Arial,Helvetica,sans-serif;
	border-collapse: collapse;
	table-layout: fixed;
	color: #ccc;
	width: auto;
	margin-bottom: 1em
}
#time_selector tr.weekend {
	color: #f69679
}
#time_selector th {
	width: 20px;
	padding: 3px 0;
	color: #555;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer
}
#time_selector .weekend th {
	width: 20px;
	padding: 3px 0;
	color: #f69679;
}
#time_selector td {
	padding: 3px 0;
	width: 20px;
	text-align: center;
	border-top: 1px solid #ebebeb;
	background-color: #fff;
}
#time_selector th:hover,
#time_selector td:hover {
	background-color: #ccf7ff;
	color: #335980
	}

#time_selector td.selected {
	background-color: #386dd6;
	color: #9FF;
	border-top: 1px solid #4d92d6
}
a.selected {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	cursor: default
}


@media all and (-webkit-min-device-pixel-ratio:0) {
	#time_selector td {-webkit-transition: border-top-color .3s linear, color .3s linear, background-color .3s linear}
}
@-moz-document url-prefix() {
	#time_selector td,
	#time_selector td.selected {border-top-width: 0}
}