/* Tags */
table
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

body
{	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

/* Calendar */
.calendar-interface
{
	height: 200px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	border-spacing: 0px;
	background-color: #FFFFFF;
}

.body
{
	width: 450px;
}

/* IE 7 Specific */
* + html .calendar-interface
{
	width: 450px;
}

* + html .body
{
	width: 450px;
}

.calendar-interface .top td
{
	background-image: url(../images/top.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: middle;
}

.calendar-interface td
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	vertical-align: top;
}

.calendar-interface .months select, .calendar-interface .months button
{
	font-size: 10px;
}

/* Time Slots */
.calendar-interface .time-slots
{
	vertical-align: top;
	width: 80px;
}

.calendar-interface .time-slots table
{
	width: 100%;
	border-spacing: 0px;
}

.calendar-interface .time-slots td
{
	height: 50px;
	vertical-align: middle;
	text-align: right;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	color: #666666;
	padding-right: 5px;
}

/* Body */
.calendar-interface .body
{
	 background-color: #ecf4f6;
	 overflow: auto;
}

.calendar-interface .summary
{
	text-align: right;
	padding: 5px;
	padding-right: 0px;
	color: #0066CC;
	font-size: 14px;
	height: 16px;
}

.calendar-interface .months .name
{
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	color: #006699;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
}

/* Worker */
.calendar-interface .worker
{
	text-align: center;
	font-size: 10px;
	color: #AAAAAA;
	height: 16px;
}

.calendar-interface img
{
	padding-right: 2px;
	margin-bottom: -3px;
}

/* Days */
.dayHeader
{
	text-align: center;
	font-size: 10px;
	color: #BBBBBB;
	height: 35px;
}

.dayHeader h1
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #0099CC;
}

.weekday, .weekend, .closed
{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 70px;
}

.weekday td, .weekend td
{
	height: 50px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.weekday .time
{
	background-color: #fdfdfd;
}

.weekend .time
{
	background-color: #eaf7fd;
}

.weekday .closed, .weekend .closed
{
	background-color: #bebebe;
}

.weekday .booked, .weekend .booked
{
	background-color: #FFCC99;
}

/* IE 6 */
.time, .booked
{
	border: 1px solid #DDDDDD;
	border-bottom: none;
	border-right: none;
	color: #AAAAAA;
}

/* Firefox */
.time[class], .booked[class]
{
	border: 1px dotted #CCCCCC;
}

/* IE 7 */
* + html .time, * + html .booked
{
	border: 1px dotted #CCCCCC;
}

.weekday .dayHeader, .weekend .dayHeader
{
	background-color: #FAFAFA;
}

/* Popup */
.popup
{
	position: absolute;
	
	background-image: url(../images/popup.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	width: 140px;
	height: 67px;
	text-align: center;
	padding: 25px;
	padding-left: 15px;
	margin-left: -50px;
	margin-top: 12px;
	z-index: 1000000;
}

/* IE7 Specific */
* + html .popup
{
	margin-left: -50px;
	margin-top: 11px;
}

/* FF */
html:not([lang*=""]) .popup
{
	background-image: url(../images/popup.png);

	margin-left: 2px;
	margin-top: 2px;
}

.popup .date
{
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}

.popup .input
{
	width: 20px;
}

.popup #close
{
	float: right;
	margin-right: -5px;
	margin-top: -5px;
}

.hidden, #eventId
{
	display: none;
}

/* Confirmation */
.order-confirmation
{
	border-collapse: collapse;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.order-confirmation .seats input
{	
	width: 30px;
	text-align: center;
	border: 1px solid #a0c0cb;
}

.order-confirmation .odd td, .order-confirmation .even td
{
	padding: 5px;
	font-size: 13px;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
}

.order-confirmation .odd td
{
	background-color: #FAFAFA;
}

.order-confirmation .seats, .order-confirmation .date
{
	text-align: center;
	border: none;
}

.order-confirmation .options
{
	width: 30px;
	text-align: center;
}

.order-confirmation .cost
{
	width: 100px;
	text-align: center;
}

.order-confirmation .cost:after, .order-confirmation  #totalCost:after
{
	content: ".00";
}

.order-confirmation .cost:before, .order-confirmation  #totalCost:before
{
	content: "$";
}

.order-confirmation .even td
{
	background-color: #F5F5F5;
}

.order-confirmation .even td td
{
	background: none;
	border-bottom: none;
}

.order-confirmation .header td
{
	background-image: url(../images/top.gif);
	text-align: center;
	font-weight: bold;
	color: #006699;
	font-size: 13px;
	padding: 5px;
}

.order-confirmation #footer
{
	background-color: #DDDDDD;
	height: 30px;
	font-size: 13px;
}

.order-confirmation #footer #total
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.order-confirmation #footer #totalSeats
{
	text-align: center;
}

.order-confirmation #footer #totalCost
{
	text-align: center;
}

/* Forms */
.field
{
	padding: 3px;
	border: 1px solid #000000;
}

.field:focus
{
	background-color: #F5F5F5;
}

.error
{
	border: 2px solid #de6262;
	padding: 2px;
}

/* Finish Page */
#finish
{
	width: 450px;
}

#finish .header
{
	background-image: url(../images/top.gif);
	text-align: center;
	font-weight: bold;
	color: #006699;
	font-size: 13px;
	padding: 5px;
}

#finish .even td
{
	background-color: #F5F5F5;
	padding: 20px;	
}
#finish .odd td
{
	background-color: #FAFAFA;
	padding: 20px;
}