/* Schedule Pages */
#right_col table {
	font-size: 1.2em;
	margin-bottom: 10px;
}
#right_col table .question {
	font-weight: bold;
}
#booth {
	float: left;
	margin-right: 10px;
}

.warning {
	color: red;
}

#ShowDate {
	width: 10em;
}
.ticket_type {
	clear: left;
	margin-left: 15%;
	padding: 3px;
}
form li .ticket_type input {
	float: left;
	margin: 0 0 0 0;
}
.input .ticket_type label {
	display: block;
	float: left;
	width: 50%;
	margin-left: 1em;
}
.ticket_type .cost {
	float: left;
	width: 30%;
}
.ticket_type .text {
	float: left;
	width: 2em;
}
.ticket_type .description {
	float: left;
	color: #999;
	font-size: .85em;
	font-style: italic;
	margin: -.25em 0 .25em 2.2em;
	width: 90%;
}
.ticket_type:hover .description {
	color: #8d1434;
}

.testimonial {
	font-size: .95em;
}
.testimonial .attrib {
	display: block;
	color: #444;
	padding-left: 1em;
}

#show_schedule {
	border-collapse: collapse;
	margin: 15px 0;
}
#show_schedule thead td {
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
}
#show_schedule thead td.title {
	font-size: 1.5em;
	white-space: nowrap;
}
#show_schedule tbody {
	font-size: .7em;
}
#show_schedule td {
	width: 63px;
}
#show_schedule tbody td {
	width: 60px;
	max-width: 60px;
	height: 73px;
	padding: 0 2px;
	background: url('../img/calendar_day.png') no-repeat;
}
#show_schedule tbody td:hover {
	background: url('../img/calendar_day_b.png') no-repeat;
}
#show_schedule tbody a {
	color: black;
}
#show_schedule tbody a:hover {
	color: white;
	text-decoration: none;
}
#show_schedule td.filler {
	background: url('../img/calendar_filler.png') no-repeat;
}
#show_schedule td.filler:hover {
	background: url('../img/calendar_filler.png') no-repeat;
}
#show_schedule .num {
	color: #777;
	padding: 2px 0 0 3px;
}
#show_schedule tbody td:hover .num {
	color: #ccc;
}
#show_schedule .out, #show_schedule .out a {
	color: red;
}
#show_schedule tbody .inner {
	height: 45px;
	overflow: hidden;
	padding: 3px;
}
#show_schedule tbody td:hover .inner {
	color: white;
}