﻿body
{
	background-color: #000;
	font-size:12px;
	font-weight:normal;
	font-family: Arial;
	margin:0px;
	padding:0px;
	text-align: left;
}

table.navbar td
{
	height: 27px;
	vertical-align: middle;
	padding: 0px 18px;
	color: #F4EBBC;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	border: 1px solid #AB4799;
	cursor: pointer;
}

table.navbar td:hover
{
	background-color: #000;
	text-decoration: underline;
}

.caltable 
{ 
	width: 100%; 
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.calendar_row
{
}

.calendar_day
{
	width: 14%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	padding: 0 1px 0 0;
}

div.holiday { margin: 2px 0 1px 3px; font-size: 10px; }

div.event_title
{
	cursor:pointer;
	text-align: left;
	display: block;
}

div.event_title a 
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
div.event_title a:hover
{
	text-decoration: underline;	
}

.calendar_items
{
	text-align: right;
}

.caltable th
{
	background-color: #000;
	color: #fff;
	font-size: 11px;
}

.caltable th.dayname { text-align: center; }

th.monthName
{
	font-size: 20px;
	text-align: center;
	padding: 2px 0;
}


img.buyimg { margin-left: 2px; } 

table.cart
{
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 9px;
}


table.cart th.head 
{
	background-color: #666;
	color: #fff;
	padding-left: 6px;
}

table.cart td
{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0 6px;
}

.reserveTicket_cancel { float: right; font-size: 10px; cursor: pointer;  }

#home, #home p
{
	font-size: 11px;
}

#reserveTicket_holder a#btn_purchase_submit { background-color: #a61f1b; color: #fff; font-weight: bold; font-size: 14px; padding: 2px 12px; }

a#btn_purchase_submit:hover { background-color: #d22822; }


.more_info_link { font-size: 11px; font-weight: bold; color: #000; }
p.prod_date { font-size: 11px; margin: 3px 0 0 36px; }
a.prod_buy_link { margin-left: 18px; padding: 2px 8px; background-color: #e52520 }

/* added 2008-08-07 */
th.summary { height: 24px; }
