/****************** 
    SCHEDULE STYLES
******************/

/* Calendar */
#tour-pricing th {
	padding: 1em 0 .5em 0;
}
#tour-pricing tr:first-child th {
	padding: .5em 0 .5em 0;
}
#calendar {
	border-spacing: 2px;
	margin: 10px 0;
}
#calendar thead .month td {
	height: 40px;
}
#calendar thead .week td {
	height: 25px;
}
#calendar thead td {
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
}
#calendar thead td.title {
	font-size: 1.5em;
	white-space: nowrap;
}
#calendar tbody td {
	background: #f2f2ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A8ABAE;
	cursor: pointer;
	font-size: .8em;
	overflow: hidden;
	padding: 0;
	width: 60px;
}
#calendar tbody td:hover {
	background: #fff;
}
#calendar td.filler {
	background: #ccccff;
}
#calendar .num {
	background: #e6e6ff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #777;
	display: block;
	height: 15px;
	padding: 1px 5px;
}
#calendar tbody .inner {
	display: block;
	height: 60px;
	overflow: hidden;
	padding: 3px;
}

/* Agenda */
#agenda {
	background: #cc99cc;
	border: 3px solid #cc99cc;
	border-right: none;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	color: #000;
	float: right;
	font-size: .9em;
	height: 394px;
	margin: 84px -20px 0 10px;
	overflow: auto;
	padding: 17px 7px;
	width: 180px;
}
#body #agenda li {
	list-style: none;
	margin: .5em 0 1em 0;
}
#agenda li a {
	color: #000;
}
#agenda li a:hover .title {
	color: #cc0033;
}
#agenda li span {
	display: block;
}
#agenda li .title {
	font-weight: bold;
}
#agenda li .seats {
	font-size: .85em;
}
#agenda li .subtitle {
	font-size: .85em;
	opacity: .5;
}
#agenda li .seats {
	font-style: italic;
}
