table.cartgrid {
	/*	width: 450px;*/
	border-spacing: 0;
	border-width: 0;
}

table.cartgrid td, table.cartgrid th {
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

table.cartgrid th {
	font-weight: bold;
	border-bottom: 2px solid #000;
}

table.cartgrid td {
	border-bottom: 1px solid #CCC;
}

table.cartgrid tr.totalrow {
/*	color: black;*/
	font-weight: bold;
}

table.cartgrid td.price, table.cartgrid th.price {
	text-align: right;
}

/* youtube player */

#youtube_player {
	margin: 10px 0 10px 0;
	background-color: #000;
}

#ytplaybutton {
	width: 16px;
	height: 16px;
	float: left;
/*	margin-right: 1px solid #666666;*/
}

#yttimebar {
	float: left;
	position: relative;
	/* width: 450px;*/
/*	width: 266px;*/
	width: 240px;
	height: 16px;
	background-color: #000;
	border: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	background: #000 url(/images/shared/timebar-bg.gif) top repeat-x;	
	margin-top: -1px;
/*	margin-right: 1px solid #666666;*/
}

#yttimebarIndicator {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 5px;
	height: 16px;
}

#controlbar {
	height: 16px;
}

#ytcounter {
	color: #FFF;
	float: left;
	width: 25px;
	height: 12px;
	font-size: 9px;
	padding-top: 4px;
	background: #000 url(/images/shared/counter-bg.gif);
	border-right: 1px solid #666666;
	overflow: hidden;
}

#ytmutebutton {
	width: 16px;
	height: 16px;	
	float: left;
}

#ytplaylist {
	padding: 8px 0 0 0;
	clear: both;
	height: 236px;
	overflow: scroll;
	background-color: #000;
}

#ytplaylist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ytplaylist ul li {
	margin: 0 0 4px 0;
	list-style-type: none;
	padding: 4px;
	border-bottom: 1px solid #000;
	background-color: #3a3a3a;
	font-size: 11px;
}

/* CSS Document  For Appended Events Pages */

/* ===================== Calendar Classes ===================== */

#calendar {
  width: 655px;
}

table.table-calendar {
  font-size: 10px;
  line-height: 15px;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0 0;
  border-left: 1px solid #8C8C8C;
}

table.table-calendar th {
  text-align: left;
  color: #336600;
  font-size: 1.4em;
  padding: 0 0 4px 0;
  background: #FFF;
  border-bottom: 2px solid #336600;
}

table.table-calendar tr td {
  width: 65px;
  height: 110px;
  padding: 5px;
  border-bottom: 1px solid #336600;
  border-right: 1px solid #336600;
}

table.table-calendar tr span.day {
  font-size: 11px;
  font-weight: bold;
  display: block;
}

table.table-calendar tr span.day span {
  color: #336600;
}

table.table-calendar tr td.event-day {
  background: #fbf5e4;
}

table.table-calendar tr td.event-today {
  background: #daf99f;
  position: relative;
  border: 2px double #ec9122;
}

table.table-calendar tr td.grayed {
  background: #E4E4E4;
}

table.table-calendar  p {
  font-size: 1.1em;
  padding: 0 0 7px 0;
}

table.table-calendar p a {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
}

#calendar-details {
  margin: 30px 0 0 0;
}

#calendar-details p.summary {
  font-size: 1.2em;
  padding: 15px 0 0 0;
  line-height: 1.5em;
}

#calendar-details #event-detail {
  background: url(../images/bg_bordersidebar.gif) no-repeat bottom left;
  padding: 10px 0 20px 0;
}

#calendar-details .event {
  width: 214px !important;
  margin: 0 0 0px 0;
  float: none;
}

#calendar-details  .info {
  float: none;
}

#calendar-details .day {
  font-size: 12px !important;
}

#calendar-details  .name span {
  display: block;
  font-size: 1.3em !important;
}

#calendar-details  .name a {
  display: inline !important;
  font-size: 1em !important;
}

#calendar-details .buytickets {
  margin: 8px 0 0 0;
}

/* ===================== Event and Artists Detail Classes ===================== */

#eventdetail {
  width: 655px;
}

.eventleft {
  float: left;
  width: 225px;
  padding-right: 14px;
  padding-top: 10px;
}

.eventright {
  float: right;
  width: 390px;
  padding-right: 14px;
  padding-top: 10px;
}

.clear {
  clear: both;
}

#eventdetail h2 {
  font-size: 18px;
  color: #336600;
  padding-bottom: 2px;
}

#eventdetail h3 {
  font-size: 13px;
  color: #336600;
  padding-bottom: 6px;
  font-weight: 100;
}

#eventdetail h4 {
/* Used for ticket price and artists links only */
	border-bottom: 1px solid #b3d670;
  font-size: 13px;
  color: #336600;
  padding-bottom: 10px;
  font-weight: 100;
}

.price-mem {
  font-size: 13px;
  font-weight: bold;
/*  color: #9d1900;*/
}

.price-nonmem {
  font-size: 13px;
  font-weight: 100;
/*  color: #9d1900;*/
}

.small {
  font-size: 10px;
}

.eventdescriptions {
  width: 655px;
  font-size: 11px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dotted #a8c6df;
}

.eventdescriptions .eventleft {
  float: left;
  width: 150px;
  padding-right: 14px;
  padding-top: 10px;
}

.eventdescriptions .eventright {
  float: right;
  width: 470px;
  padding-right: 14px;
  padding-top: 10px;
}

/* random marquee styles */
.splash_photo {
	float: left;
	margin: 0 10px 10px 0;
}

#venuemap {
	border: 1px solid #d7d7d7;
	width: 230px;
	height: 230px;
}

/* done */

/* order and ticket stuff */
fieldset.ticketbox, fieldset.orderbox {
	padding: 5px 10px 5px 10px;
/*	border: 1px solid #eb2e0a;*/
/*	background-color: #000;*/
	margin: 10px 0 20px 0;
/*	background-color: #fbf8eb;*/
/*	width: 600px;*/
	font-size: 12px;
}

fieldset.ticketbox {
	width: 530px;
}

fieldset.ticketbox h3, fieldset.orderbox h3 {
/*	color: #70B4CF;*/
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}

fieldset.ticketbox legend, fieldset.orderbox legend {
	font-size: 14px;
	font-weight: normal;
	color: #DB8839;
}


/* aligngrid */

table.aligngrid {
	border-spacing: 0;
	border-width: 0;
	margin: 5px 0 10px 0;
}

table.aligngrid td, table.aligngrid th {
	padding-right: 4px;
	padding-bottom: 4px;
}

table.aligngrid tr {
	vertical-align: top;
}

/* cart */

table.cartgrid {
	margin-top: 15px;
	font-size: 12px;
/*	background-color: #000;*/
}

table.cartgrid td, table.cartgrid th {
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

table.cartgrid tr {
	vertical-align: top;
}

div.countdown {
	border: 1px solid red;
	padding: 10x;
	font-size: 1.4em;
}


/* search button*/

#searchbtn {
  width: 81px;
  height: 23px;
  border-width: 0px;
  margin: 0 0 0 5px;
}

div.searchTarget {
	clear:both;
	color:#666666;
	float:right;
	font-size:9px;
	padding:1px 15px 0 0;
	width:300px;
}

div.searchTarget input {
	vertical-align: middle;
}

/* calendar override */

/* ===================== Calendar Classes ===================== */

#calmain {
  float: left;
  width: 656px;
  margin: 15px 10px 15px 0px;
  border-right: 1px dotted #bfd5ef;
  padding: 0 15px 15px 15px;
}

#caldetail {
  float: left;
  width: 247px;
  margin: 30px 0 0 0;
  display: inline;
  padding: 0 10px 15px 5px;
}

table.calpage {
  width: 100%;
}

table.calpage td {
  width: 50%;
}

table.calpage td.next {
  text-align: right;
}

table.calendar {
  font-size: 10px;
  line-height: 15px;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0 0;
  border-left: 1px solid #8C8C8C;
  border-spacing: 0px;
  

/*		margin: 10px 0 10px 0;*/
	border-collapse: collapse;
}

table.calendar tr {
  vertical-align: top;
}

table.calendar td, table.calendar th {
  width: 14%;
}

table.calendar tr.day_name th {
  text-align: left;
  color: #336600;
  font-size: 1.4em;
  padding: 0 0 4px 0;
  background: #FFF;
  border-bottom: 2px solid #336600;
}

table.calendar tr.month_name {
  vertical-align: top;
}

table.calendar tr.month_name th {
  background: url(http://creative.indigio.com/botanicgardens/html/thirdparty/images/subpage_left_column_h1_bg.gif) no-repeat 0 0;
  width: 656px;
  height: 47px;
  font-family: Georgia;
  font-weight: normal;
  font-size: 18px;
  

/*	line-height: 250px;*/
	margin: 0 0 5px 0;
  padding: 0 0 15px 0;
  text-align: left;
}

table.calendar tr td {


/*  width: 65px;*
/*  height: 110px;*/
	min-height: 110px;
  padding: 5px;
  border-bottom: 1px solid #336600;
  border-right: 1px solid #336600;
}

table.calendar a.dayheader {
  font-size: 11px;
  font-weight: bold;
  display: block;
  color: #000;
}

table.table-calendar tr span.day span {
  color: #336600;
}

table.calendar tr td.show_day {
  background: #fbf5e4;
}

table.table-calendar tr td.event-today {
  background: #daf99f;
  position: relative;
  border: 2px double #ec9122;
}

table.calendar td.other_month {
  background: #E4E4E4;
}

table.calendar  p {
  font-size: 1.1em;
  padding: 0 0 7px 0;
}

table.calendar a {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
}

/* mini_calendar on list page */

table.mini_calendar {
  font-size: 10px;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 10px 0;
  border-left: 1px solid #8C8C8C;
  border-spacing: 0px;
  

/*		margin: 10px 0 10px 0;*/
	border-collapse: collapse;
}

table.mini_calendar tr {
  vertical-align: top;
}

table.mini_calendar td, table.mini_calendar th {
  width: 14%;
}

table.mini_calendar tr.day_name th {
  text-align: left;
  color: #336600;


/*  font-size: 1.4em;*/
  padding: 0 0 4px 0;
  background: #FFF

;
/*  border-bottom: 2px solid #336600;*/
}

table.mini_calendar tr.month_name {
  vertical-align: top;
}

table.mini_calendar tr td {


/*	min-height: 110px;*/
  padding: 2px;
  border-bottom: 1px solid #336600;
  border-right: 1px solid #336600;
}

table.mini_calendar a.dayheader {


/*  font-size: 11px;*/
  font-weight: bold;
  display: block;
  color: #000;
}

table.table-calendar tr span.day span {
  color: #336600;
}

table.mini_calendar tr td.show_day {
  background: #fbf5e4;
}

table.table-calendar tr td.event-today {
  background: #daf99f;
  position: relative;
  border: 2px double #ec9122;
}

table.mini_calendar td.other_month {
  background: #E4E4E4;
}

table.mini_calendar  p {


}

table.mini_calenda

r a {


/*  font-size: 1.1em;*/
  font-weight: bold;
  display: block;
}

/* sidebar */

#caldetail p.summary {
  font-size: 1.2em;
  padding: 15px 0 0 0;
  line-height: 1.5em;
}

#caldetail #event-detail {
  background: url(/images/dbg/bg_bordersidebar.gif) no-repeat bottom left;
  padding: 10px 0 20px 0;
}

#calendar-details .day {
  font-size: 12px !important;
}

#calendar-details .name span {
  display: block;
  font-size: 1.3em !important;
}

#calendar-details .name a {
  display: inline !important;
  font-size: 1em !important;
}

#calendar-details .buytickets {
  margin: 8px 0 0 0;
}

#caldetail img {
  vertical-align: middle;
  border-width: 0;
}

#caldetail img a {
  border-width: 0;
}

/* google maps */

#map {
  width: 200px;
  height: 200px;
}

/* ticket icon */

img.ticket_icon {
  vertical-align: middle;
}

/* ordering and other information */

fieldset.ticketbox, fieldset.orderbox {
  padding: 5px 10px 5px 10px;
  border: 1px solid #676961;
  background-color: #f4f7e6;
  margin: 10px 0 20px

0;


/*	font-size: 12px;*/
}

fieldset.ticketbox {
  
}

fieldset.ticketbox h3, fieldset.orderbox h3 {
  

/*	color: #676961;*/
	font-weight: bold;
  font-size: 12px;
  text-transform: none;
}

fieldset.ticketbox legend, fieldset.orderbox legend {
  font-size: 14px;
  font-weight: normal;
  color: #676961;
}

/* clearer */

div.clearer {
  clear: both;
}

/* ===================== Upcoming Events List ===================== */

#upcoming {
  padding: 0px;
  margin: 0px auto  0px  auto;
}

#upcoming ul {
  color: #336600;
  padding: 0px;
  margin: 0px auto  0px  auto;
  list-style-image: none;
  list-style-style: none;
}

#upcoming ul li {
  background-image: none;
  background-color: #f4f7e6;
  padding: 6px;
  margin: 0px auto  6px  auto;
}

#upcoming h3 {
  font-size: 13px;
  color: #336600;
  padding-bottom: 0px;
  font-weight: 100;
}

#upcoming .eventleft {
  float: left;
  width: 150px;
  padding-right: 14px;
  padding-top: 10px;
}

#upcoming .eventright {
  float: right;
  width: 455px;
  padding-right: 14px;
  padding-top: 10px;
}

#upcoming p {
  margin-top: 10px;
  margin-bottom: 6px;
}

#upcoming h2 {
  font-size: 18px;
  color: #336600;
  padding-bottom: 2px;
}

#upcoming h3 {
  font-size: 13px;
  color: #336600;
  padding-bottom: 6px;
  font-weight: 100;
}

#upcoming h4 {
  

/* Used for ticket price and artists links only */
  border-bottom: 1px solid #b3d670;
  font-size: 13px;
  color: #336600;
  padding-bottom: 6px;
  font-weight: 100;
}

/* ===================== Event List Classes ===================== */

table.eventlist {
  width: 645px;
  padding: 5px;
}

table.eventlist tr td.date {
  width: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #336600;
  font-size: 10px;
  letter-spacing: .1em;
  border-right: #336600 1px solid;
}

span.date {
  font-size: 22px;
}

table.eventlist tr td.photo {
  width: 120px;
  text-align: center;
  text-transform: uppercase;
}

table.eventlist tr td.headline {
  width: 330px;
  vertical-align: text-top;
  font-size: 11px;
}

table.eventlist tr td.info {
  width: 140px;
  font-size: 11px;
  color: #333333;
  vertical-align: text-top;
}

table.listpage {
  width: 100%;
}

table.listpage td {
  width: 50%;
}

table.listpage td.next {
  text-align: right;
}

td.photo img, td.photo img a {
  border-width: 0px;
}