a.on {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		color: #ffffff;
		height: 14px;
		background-color: #52504B;
		text-align: center;
		vertical-align: middle;
		padding-top: 5px;
		padding-bottom: 4px;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
		border-top: 1px solid #52504B;
		border-left: 1px solid #52504B;
		border-right: 1px solid #757575;  
	}
	a.off {
		font-family: Verdana, Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		height: 14px;
		padding-left: 10px;
		padding-right: 10px;
		/* width: 80px; */
		background-color: #EFEFEF;
		color: #666666;
		text-align: center;
		vertical-align: middle;
		padding-top: 4px;
		padding-bottom: 4px;
		text-decoration: none;
		border-top: 1px solid #52504B;
		border-left: 1px solid #52504B;
		border-right: 1px solid #52504B; 
	}
	a.off:hover {
		background-color: #E6E6E6;
	}
/* start tiny calendar */
table.cal-heading-tiny { 
	background-color:  #52504B;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 2px;
	padding-right: 1px;
 }
table.calendar-tiny { 
	background-color : #F0EDE7;
	border-left: 1px solid #52504B;
	border-right: 1px solid #52504B;
	border-bottom: 1px solid #52504B;
	margin-left: 4px;
 }
table.calendar-tiny th {
	height: 4px;
	font-size: 7pt;
	text-align: center;
	font-weight: bolder;
	border: 1px solid #F0EDE7;
}
table.calendar-tiny td {
	text-align: center;
	background-color: #FFFFFF;
	width: 26px;
	height:25px;
	font-size: 5pt;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align : right;
	vertical-align : top;
	border: 1px solid #D6CEBC;	
}
a.linked-time-tiny, a.linked-time-tiny:visited {
   font-size: 4pt;
   font-weight: bold;
	color: #6C0216;
}
a.linked-time-tiny:hover {
	font-size: 4pt;
	font-weight: bold;
	color: red;
}
.calendar-month-tiny {
	font-size: 7pt;
	padding-top: 1px;
	padding-bottom: 1px;
	color : #FFFFFF;
}
.calendar-month-tiny a{
	text-decoration: none;
	color : #FFFFFF;
}
.calendar-prev-tiny, .calendar-next-tiny {
	font-size: 5pt;
	font-weight: normal;
	color : #FFFFFF;
}
table.calendar-tiny td.linked-day-tiny {
	font-size: 5pt;
}
table.calendar-tiny td.empty-day-tiny {
	font-size: 5pt;
	background-color : #F7F4F0;
}
/* end tiny calendar */
/* start small calendar */
table.cal-heading-small { 
	background-color:  #52504B;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 14px;
	padding-right: 2px;
 }
table.calendar-small { 
	background-color : #F0EDE7;
	border-left: 2px solid #52504B;
	border-right: 2px solid #52504B;
	border-bottom: 2px solid #52504B;
	margin-left: 14px;
 }
table.calendar-small th {
	height: 6px;
	font-size: 8pt;
	text-align: center;
	font-weight: bolder;
	border: 2px solid #F0EDE7;
}
table.calendar-small td {
	text-align: center;
	background-color: #FFFFFF;
	width: 51px;
	height:51px;
	font-size: 6pt;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align : right;
	vertical-align : top;
	border: 1px solid #D6CEBC;	
}
a.linked-time-small, a.linked-time-small:visited {
   font-size: 6pt;
	color: #6C0216;
}
a.linked-time-small:hover {
	font-size: 6pt;
	color: red;
}
.calendar-month-small {
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	color : #FFFFFF;
}
.calendar-month-small a{
	text-decoration: none;
	color : #FFFFFF;
}
.calendar-prev-small, .calendar-next-small {
	font-size: 7pt;
	font-weight: normal;
	color : #FFFFFF;
}
table.calendar-small td.linked-day-small {
	font-size: 6pt;
}
table.calendar-small td.empty-day-small {
	font-size: 6pt;
	background-color : #F7F4F0;
}
/* end small calendar */

select.vsmall{
        font-size: 9px;
 } 
 a.event,a.event:visited {
        color: #000000;
        text-decoration: none;
    }
    a.event:hover {
        color: blue;
        text-decoration: none;
    }
table.events {
	border : 1px solid Gray;
}
table.events td {
	border : 1px solid Gray;
}
.event-day1, .event-day2,.event-day3 {
	font-size: 13px;
}
.event-date1, .event-date3 {
		font-size: 56px;
		font-weight : bold;
}
.event-date2 {
		font-size: 56px;
		color: red;
		font-weight : bold;
}
.event-month1,.event-month2,.event-month3 {
	font-size: 13px;
	font-weight : bold;
}
tr.event1, tr.event3{
	background-color: #FFFFFF;
	height: 130;
}
tr.event2{
	background-color: #E5E5E5;
	height: 130;
}
td.events-detail{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align : top;
}
table.cal-heading { 
	background-color:  #52504B;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 38px;
 }
table.calendar { 
	/*background-color: #670001;*/
	background-color : #F0EDE7;
	border-left: 4px solid #52504B;
	border-right: 4px solid #52504B;
	border-bottom: 4px solid #52504B;
	margin-left: 38px;
 }
 table.calendar-heading { 
	background-color: #52504B;
 }
table.calendar th {
	height: 10px;
	text-align: center;
	font-weight: bolder;
	border: 2px solid #F0EDE7;
}
table.calendar td {
	text-align: center;
	background-color: #FFFFFF;
	width: 70px;
	height:60px;
	font-size: 9pt;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align : right;
	vertical-align : top;
	border: 2px solid #D6CEBC;	
	/*border : 1px solid  #6F6F6F;*/
}
.calendar-month {
	padding-top: 5px;
	padding-bottom: 5px;
	color : #FFFFFF;
}
.calendar-month a{
	text-decoration: none;
	color : #FFFFFF;
}
.calendar-prev, .calendar-next {
	font-size: 12pt;
	font-weight: normal;
	color : #FFFFFF;
}
table.calendar td.linked-day {
	font-size: 9pt;
}
table.calendar td.empty-day {
	font-size: 9pt;
	background-color : #F7F4F0;
}
.linked-time {
	color: #6C0216;
}
.linked-time-standard {
	color: #122267;
}
tr.rowOrc, tr.rowBal,tr.rowMez {
	border-bottom : 1px solid #C4C4C4;
}
table.ticketsOrc td, a.ticketsOrc {
	color : white;
}
table.ticketsMez td, a.ticketsMez {
	color : white;
}
table.ticketsBal td, a.ticketsBal {
	color : black;
}
table.ticketsFloor td, a.ticketsFloor {
	color : white;
}
table.ticketsPlaza td, a.ticketsPlaza {
	color : white;
}
.calendar-month {
	font-weight: bold;
	margin-top: 3px;
	font-size: 12pt;
	text-align: center;
}

table.seats {
	padding : 0;
	border: thin solid Gray;	
}
table.seats td, th {
	text-align: center;
}
table.seats th {height: 10px; font-size: 9pt;color: green; text-align: center;}
table.seats td {
	border : 1px solid #F5EEDC;
}
hr.mez, hr.bal {
	border: 0;
	border-top: 1px solid #8F8F8F;
	height: 1px;
}
hr.orc {
	border: 0;
	border-top: 1px solid #B17979;
	height: 1px;
}

h1 {
        font-family: Eurostile,Arial,Helvitica,san-serif;
        font-size: 18px;
        color: #ffffff;
        /* text-transform: uppercase; */
        background-color: #52504B;
        letter-spacing: 0px;
        font-weight: bold;
        margin: 0px;
    }
    .address {
        font-size: 9px;
        color: #ffffff;
        background-color: #52504B;
        /* text-transform: uppercase; */
    }
    .quote {
        font-family: Georgia;
        font-size: 14px;
        font-weight: normal;
    }
    .theaterbox {
        background-color: #ffffff;
        border: 1px solid #B7B7B7;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .theaterbox2 {
        background-color: #ffffff;
        border-right:1px solid darkgray;
        border-left:1px solid gainsboro;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .menubar {
        background-color: #F0EDE7;
        border-right:1px solid darkgray;
        border-left:1px solid gainsboro;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-top: 6px;
    }
    body {
        background-color: #F5EEDC;
    }
    .divider {
        height: 1px;
        color: #999999;
        padding: 0px;
    }
    .titlebox {
        /* background-color: #CCCC99; */
        background-color: #DBD8E6;
        padding-left: 14px;
    }
    th {
        font-family: Verdana,Arial,Helvitica;
        font-size: 12px;
        color: #292146;
    }
    td,select,input,textarea {
        font-family: Verdana,Arial,Helvitica;
        font-size: 11px;
        color: #292146;
    }
    a {
        font-family: Verdana,Arial,Helvitica;
        font-size: 11px;
        color: blue;
        text-decoration: none;
    }
    .crosssellbox {
        background-color: #F0EDE7;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-right: 1px solid darkgray;
        border-left: 1px solid gainsboro;
    }
    a:hover {
        font-family: Verdana,Arial,Helvitica;
        font-size: 11px;
        color: red;
        text-decoration: none;
    }

    .navbar {
        border-bottom: 1px solid gray;
        padding-bottom: 3px;
    }
    .column {
        background-color: #7B72A1;
        padding: 14px;
    }
    .mainarea {
        background-color: #DBD8E6;
    }
    .bigbox {
        border: 1px solid #292146;
    }
    .base {
        color: gray;
        font-size: 10px;
    }
    .theaterbar {
        color: #ffffff;
        padding-left:20px;
        font-weight:bold;
        /* background-color: #000000; */
    }
    a.breadcrumb,a.breadcrumb:visited {
        color: #000000;
        text-decoration: none;
        font-size: 11px;
        font-family: Verdana,Arial,Helvitica,san-serif;
    }
    a.breadcrumb:hover {
        color: red;
        text-decoration: none;
        font-size: 11px;
        font-family: Verdana,Arial,Helvitica,san-serif;
    }
    a.nav,a.nav:visited {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana,Arial,Helvitica,san-serif;
    }
    a.nav:hover {
        color: red;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana,Arial,Helvitica,san-serif;
    }
    a.theater,a.theater:visited {
        color: #000000;
        font-size: 10px;
        text-decoration: none;
    }
    a.theater:hover {
        color: blue;
        font-size: 10px;
        text-decoration: none;
    }
    a.base,a.base:visited {
        color: gray;
        font-size: 10px;
        text-decoration: none;
    }
    a.base:hover {
        text-decoration: underline;
        color: gray;
        font-size: 10px;
    }
    a.col,a.col:visited,a.col:hover,.col {
        color: #000000;
        font-size: 9px;
        text-decoration: none;
    }
.sporthighlight {
	text-decoration: underline;
	color: red;
        font-size: 11px;
}
tr.row99, tr.row199,tr.row299 {
	border-bottom : 1px solid #C4C4C4;
}
table.tickets99 td, a.tickets99 {
	color : white;
}
hr.99 {
	border: 0;
	border-top: 1px solid #c4c4c4;
	height: 1px;
}
table.tickets199 td, a.tickets199 {
	color : white;
}
hr.199 {
	border: 0;
	border-top: 1px solid #c4c4c4;
	height: 1px;
}
table.tickets299 td, a.tickets299 {
	color : white;
}
hr.299 {
	border: 0;
	border-top: 1px solid #c4c4c4;
	height: 1px;
}
table.tickets399 td, a.tickets399 {
	color : #272727;
}
hr.399 {
	border: 0;
	border-top: 1px solid #272727;
	height: 1px;
}
tr.row399 {
	border-bottom : 1px solid #272727;
}

