/* BIG CALENDAR */

table.bigcalendar td.calendarDayHeading p {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
}

body.concerts div.title .marginal ul
{
	margin-bottom: 0px;
}

body.concerts div.content .marginal p.subtitle
{
	margin-bottom: 5px;
}

body.concerts div.calendartitle .wrapper
{
	padding-bottom: 2em;
} 

table.bigcalendar {
	width: 94em;
	padding-right: 0.4em;
	padding-left: 0.4em;
}

table.bigcalendar a:link, table.bigcalendar a:visited, td.calendarDayHeading p {
	font-weight: bold;
	text-decoration: none;
}

table.bigcalendar td {
	width: 132px;
	white-space: normal;
	overflow: hidden;
}

td.calendarCell {
	background-position: 0;
}

table.bigcalendar td.calendarCell:hover {
}

table.bigcalendar td.calendarCell:hover a:link, table.bigcalendar td.calendarCell:hover a:visited {
}

table.bigcalendar td.calendarCell.empty:hover {
	background: #dfdede url('back_td.gif') repeat-x 0 bottom;
}

table.bigcalendar td div {
	
}

table.bigcalendar tr.alt  {
}

.icon_container a
{
	padding: 0px 2px 0px 0px;
}

td p.calendarday {
	border-bottom: 1px solid #4c4c4c;
	background-color: #ebebeb;
	height: 25px;
	padding: 15px 0 0 6px;
}

td.calendarBlank p.calendarday, td.calendarCell.empty p.calendarday, td.disabled_day p.calendarday {
	border-bottom: thin solid #bdbdbd;
	color: #bdbdbd;
	background-color: #fafafa;
}

table.bigcalendar td.disabled_day p.calendarday a:link, table.bigcalendar td.disabled_day p.calendarday a:visited {
	color: #bdbdbd;
}

td.today, td.today:hover {
	background-color: #fff2bf;
}

td.today p {
	background-color: #fc0;
}

/* this is only necessary in the demo as we don't have enough control over the calendar here. do not copy or re-use in a real world situation... */
/*
#day_number_1, #day_number_2, #day_number_8, #day_number_9, #day_number_15, #day_number_16, #day_number_22, #day_number_23, #day_number_29, #day_number_30 {
	background-color: #f8f8f8;
}*/

.listview div.module.day.today {
	background-color: #fc0;
}


table.bigcalendar a:link, table.bigcalendar a:visited, table.bigcalendar p.calendarday a:link, table.bigcalendar p.calendarday a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #191919;
}

table.bigcalendar a:hover, table.bigcalendar p.calendarday a:hover {
	color: #006A93;
	font-weight: bold;
	text-decoration: none;
}

calendarMonthLinks {
	text-align: left;
}

tr.calendarHeader th {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 2em;
	border-top: 1px solid black;
	font: 3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px none black;

}

tr.calendarHeader {
	margin-bottom: 3em;
}

div.calendar p {
	color: black;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 1.2em;
}

div.calendar p span {
	color: #666666;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0.3em;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1em;
}

div.calendar span.ticket-icon {
	display: block;
	padding-top: 3px;
}

/* CALENDAR CONTROLS */

.calendar_controls {
	/*	 margin-top: -135px;  */
	margin-bottom: 1em;
}

.calendar_controls h3 {
	margin-bottom: .7em;
	font-size: 1.2em;
	color: #666;
}

.calendar_controls h3:after {
	content: ":";
}

.calendar_controls div {
	float: left;
}

.calendar_controls div + div {
	margin-left: 4em; 
}


/* CALENDAR FILTER CONTROL */

#calendar_filter {
	height: 20px;
}

#calendar_filter select {
	border: 1px solid transparent; /* LOL */
	height: 40px;

}

#calendar_filter span.select {		/* this span element is injected by js */
	color: #191919;
	position: absolute;
	width: 180px; 					
	height: 38px;
    padding: 12px 10px;
	background: url(file:///E|/Internet 临时文件/Content.IE5/_images/dropdown_180px.gif) no-repeat;
  	overflow: hidden;
  	display: block;
  	font-size: 1.2em;
}	

#calendar_filter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* CALENDAR FILTER RESULTS */

.highlighted_event { 				/* this class is applied to all events that fall in the selection */
}
	
.disabled_event {					/* everything else gets this class */
	/*	opacity: .3; */
	display: none; 
}


.disabled_day {
	opacity: .5;
}


/* CALENDAR VIEW OPTIONS */

#calendar_view_options a#list_view {
	width: 180px;
	height: 38px;
	display: block;
	background: transparent url(file:///E|/Internet 临时文件/Content.IE5/_images/listview_button.gif) top left no-repeat;
	font-size: 1.2em;
	padding: .9em 0 0 3.8em;
	text-decoration: none;
}



/* CALENDAR TOOL TIPS */
.popup {
    display: none; /* keeps the popup hidden if no JS available */
}

.cluetip-default {
/*	border: 4px solid #fff; */
	background-color: #191919;
	color: #fff;
}

.cluetip-default .location {
	font-size: 1.2em;
	padding-bottom: 0.6em;
	margin-bottom: 0;
}




.cluetip-default .summary {
	 display: block;
	 font: bold 2em "Georgia", serif;
}

.cluetip-default .description {
	display: block;
	font: italic 2em "Georgia", serif;
}

.cluetip-default .date {
	margin: 1.2em 0;
	font: 1.6em "Georgia", serif;
}

.cluetip-default .live_label, .cluetip-default .tickets_label {
	color: #919191;
	border-top: 1px solid #303030;
	margin-top: 8px;
	padding-top: 5px;
	display: block;
	background: transparent url(file:///E|/Internet 临时文件/Content.IE5/_images/live_small.gif) no-repeat 0 4px;
	text-indent: 30px;
	height: 13px;
}

.cluetip-default .tickets_unavailable {
	text-indent: 0;
	background-image: none;
}

.cluetip-default {
	background-color: #191919;
}
.cluetip-default #cluetip-outer {
	position: relative;
	margin: 0;
	background-color: #191919;
	padding: 20px 20px 20px 10px;
	border-left: 20px solid #fc0;
}

.cluetip-default #cluetip-inner {
	background-color: #191919;
}

/* CALENDAR LIST VIEW */

div.listview div.module {
	/* border-top: 1px solid #e7e7e7; */
	padding-top: 1em;
	padding-bottom: 1em;
}

div.listview div.module.day {
	border-bottom: 1px solid #4c4c4c;
	background-color: #ebebeb;
	height: 32px;
	padding-top: 8px;
	padding-bottom: 0;
	margin-bottom: 2em;
}

.listview .day h2 {
	font-size: 2em;
	font-style: normal;
}

.listview li.vevent .time {
	width: 100px;
	display: block;
	float: left;
}

.listview li.vevent h3 img {
	margin: 0 10px 0 -35px;
}

.listview li.vevent h3 a {
	text-decoration: none;
	font: bold 1.6em Georgia, serif;
}

ul + .day {
	margin-top: 3em;
}

.listview .icon_container {
	float: right;
	padding-top: 4px;
}

/* CALENDAR HIGHLIGHT FOR CONCERTS BY PHILHRMONICS */
table.bigcalendar div.portfolio_21 a:link, 
table.bigcalendar div.portfolio_21 a:visited,
table.bigcalendar div.highlight a:visited,
table.bigcalendar div.highlight a:link
{
	color: #006A93;
}

/* DCH Icons and Links */
img.dch_link{
	margin-right: 3px;
}

div.marginal p.no-icon a{
	padding: 0px;
	background: none;
}

