@import url("cal.css");
@import url("form.css");

fieldset.cal {
	border: none;
	margin: 0px;
	padding: 0px;
}

#calContainer {
	position: relative;
	width: 650px;
	padding-bottom: 60px;
	margin-bottom: -50px;
}

.arrow {
	background: url(../images/arrow.png) no-repeat bottom right;
}

p {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ol {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

ul#timepick {
	display: block;
	width: 90px;
	height: 276px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 77px;
	left: 553px;
}

ul#timepick.loading {
	background: url(../images/loading.gif) no-repeat 75% 50%;
}

ul#timepick.none {
	background: url(../images/na.gif) no-repeat 75% 50%;
}

ul#timepick li {
	background-color: transparent;
	display: block;
	height: 23px;
	margin: 0px;
	padding: 0px;
	display: none;
}

ul#timepick a {
	display: block;
	height: 23px;
	padding: 0px 10px 0px 10px;
	width: 100%;
	line-height: 21px;
	text-decoration: none;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .5px;
}

ul#timepick a:hover {
	background: url(../images/timePickHover.gif) no-repeat center right;
}

ul#timepick a.pick {
	color: #98d506;
	background: url(../images/timePickPicked.gif) no-repeat center right;
}

ul#timepick a.pick span {
	color: #93bd2e;
}

ul#timepick a span {
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	color: #ededed;
	letter-spacing: 0px;
}

ul#timepick a.taken {
	visibility: hidden;
	cursor: default;
}

#results.error {
	color: #ffffff;
	background: #a43630 url(../images/warning.gif) no-repeat bottom right;
	border: 1px solid #80332f;
	padding: 10px;
}