@charset "UTF-8";
/* CSS Document */

/* ------------ SUBSCRIPTION CALENDARS ------------ */
.showCalendar {
	width: 300px;
	clear: none;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}
.calendar {
	width: 280px;
	padding:1px;
	border-style: solid;
	border-color:#000;
	border-width: 1px;
	border-collapse:collapse;
}
td.calendar {
	width: 36px;
	height: 36px;
	text-align:left;
	vertical-align:top;
}
.calendarDivide {
	clear: both;
}
.showtime {
	font-size: 9px;
}
caption.firstShow {
	background-color: #C90;
}
td.oneShow {
	width: 36px;
	height: 36px;
	text-align:left;
	vertical-align:top;
	background-color: #C90;
	border-style: solid;
	border-color:#000;
	border-width: 1px;
	border-collapse:collapse;
}
caption.secondShow {
	background-color: #F00;
}
td.twoShow {
	width: 36px;
	height: 36px;
	text-align:left;
	vertical-align:top;
	background-color: #F00;
	border-style: solid;
	border-color:#000;
	border-width: 1px;
	border-collapse:collapse;
}
caption.thirdShow {
	background-color: #09F;
}
td.threeShow {
	width: 36px;
	height: 36px;
	text-align:left;
	vertical-align:top;
	background-color: #09F;
	border-style: solid;
	border-color:#000;
	border-width: 1px;
	border-collapse:collapse;
}
td.preview {
	width: 36px;
	height: 36px;
	text-align:left;
	vertical-align:top;
	background-color:#999999;
}
td.divide {
	background-color:#030;
}
.guestSpeaker {
	font-size:9px;
}
.pricing {
	width: 500px;
	clear: both;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}
.pricingleft {
	float: left;
	clear: left;
	width:240px;
}
.pricingright {
	float:right;
	clear: right;
	width:240px;
}
.subheading {
	font: 18px MrsEavesBold, Georgia, "Times New Roman", serif;
	color: #F60;
}
.center {
	text-align: center;
}
	
