* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;

}
#page {
	width: 775px;
	background-color:#FFFFFF;
}

/* start header navigation */

#nav_main {
	background-color: #CC740A;
}

#nav_main ul {
	list-style-type: none;
}

#nav_main li {
	float: left;
}
#nav_main li a{
	display: block;
}

#header_decoration { /* blue bar across top of header */
	background-color: #0E3D71;
	clear: both;
	height: 14px;
	border-top: 2px #FFFFFF solid;
}


#container {
	background-image: url(/images/bkgd_container.gif);
	background-repeat: repeat-y; 
	border-bottom: 8px solid #CC740A;
}

/* left sidebar */
#sidebar_right {
	background-color: #6C9DBD;
	width: 175px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
}
#sidebar_right ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
}
#sidebar_right ul li ul {
	list-style-type: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
}
#sidebar_right li {
	margin-bottom: .5em;
	padding-left:15px;
}
#sidebar_right a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar_right li.selected {
	background-image: url(/images/linkarrow.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}
#sidebar_right a:hover {
	text-decoration: underline;
}
#sidebar_right hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.quicklinks {
	margin: 20px auto;
	width: 175px;
	text-align:center;
	padding: 10px 0;
	background-color:#92b4ce;
}
.sidebar_mam {
	width: 135px;
	padding: 10px 20px;
	background-color:#92b4ce;
}

/* end sidebar */

#content {
	float: right;
	width: 595px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 20px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EC9800;
	border-right-color: #EC9800;
	border-bottom-color: #EC9800;
	border-left-color: #EC9800;
	background-image: url(/images/structure/right_orangebar.gif);
	background-repeat:repeat-y;
	background-position: right;
}

/* header specialty formatting for event and artist pages */
#content .artistpic {
	clear: both;
	float: left;
	padding-bottom: 3px;
}
#content .text.artistswide {
	margin-left: 85px;
}
#content .text.artistsnarrow {
	margin-left: 200px;
}

/* end header specialty formatting */

#content .text {
	padding: 10px 20px;
	overflow:visible;
}

#content .text.concert {
	margin-left: 300px;
}
#content .supertitle {
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 0;
}
#content .title {
	margin: 0;
}
#content .subtitle {
	margin-top:0;
}
#content ul.performances  {
	list-style-type: none;
	margin: 5px 0 0 0;
}
#content ul.performances li  {
	margin-bottom:8px;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
	background-color: #CC740A;
	color: #FFFFFF;
	margin-bottom: 3px;
}
#content h2 {
	color: #0E3D71;
	font-size: 18px;
	margin: 1.5em 0 .5em 0;
}
#content h3 {
	font-size: 14px;
	margin: 1em 0 .5em 0;
}
#content h3.divider {
	background-color:#EC9800;
	color: #FFFFFF;
	background-image: url(/season/images/corner_ll_ltorange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}

#content p, #content ul, #content ol {
	font-size: 12px;
	margin-bottom: 0.75em;
	line-height: 1.5em;
}
small {
	line-height:normal;
}
#content .text table tr td {
	font-size: 12px;
	line-height: 1.5em;
}
#content .text table.tablepadded {
	margin-top:10px;
	margin-bottom:10px;
}
#content .text table.tablepadded tr td {
	padding:4px;
}

#content ul,#content ol {
	margin-left: 30px;
}
.concert_header {
	overflow: auto;
	width: 100%;
}
#content .submenu {
	background-color: #0E3D71;
	font-size: 11px;
	font-weight: bold;
	color: #92b4ce;
	padding: 4px 20px;
}
#content .submenu a {
	text-decoration:none;
	color: #d0dfea;
	white-space: nowrap;
}
#content .submenu a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#content .submenu .selected {
	color: #FFFFFF;
	text-transform: uppercase;
}
#content .submenu.artists {
	clear: right;
	padding-left: 220px;
}
#content .submenu.concert_detail {
	clear:both;
}
#content a {
	color: #0E3D71;
}
img.muc_logo {
	float:left;
	padding-bottom:10px;
}
.music_up_close p {
	margin: 0 0 1em 110px;
}
img, div { behavior: url(/include/iepngfix/iepngfix.htc) }
/* Hides from all but IE */
* html .text {height: 1%;}
/* End hide from IE5-mac */

table.perf {
	display:none;
}
.concert_detail a {
	font-weight:bold;
}
hr {
	margin: 10px 0;
}



.text ul.librarylinks {
	margin-top:0;
	padding-top:0;
}
.text ul.librarylinks li a {
	text-decoration:none;
}
.text ul.librarylinks li a:hover {
	text-decoration: underline;
}


/* Season Calendar */
table#calendar {
	border-top: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	font-size: 12px;
	background-color: #F0F0F0;
	clear: both;
}
table#calendar a {
	color: #000000;
}
table#calendar tr.daysofweek{
	background-color: #000000;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size: .9em;
	font-weight:bold;
}
table#calendar tr .daysofmonth{
	color: #000000;
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 3px;
}
table#calendar tr.daysofweek td{
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-image:none;
	padding-left: 2px;
}
table#calendar tr td{
	background-image:url(/images/structure/corner_ur_fff_10px.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

table#calendar a{
	text-decoration: none;
}
table#calendar td{
	border-bottom: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}
table#calendar td a.eventbox {
	display:block;
	padding:3px;
	margin-bottom:2px;
	text-decoration: none;
}
table#calendar td a:hover.eventbox {
	background-color: #FFFFFF;
	color: #000000;
}
#content .calendar_categorynav h3 {
	text-transform: uppercase;
	margin: 0;
	padding:0;
}
#content .calendar_categorynav ul {
	margin:0;
	padding:0;
	font-weight: bold;
	font-size:.7em;
	overflow:auto;
	list-style-type: none;
	clear: both;
}
.calendar_categorynav li {
	display: inline;
}
.calendar_categorynav li a, .calendar_categorynav li.year{
	display:block; 
	padding: 1px 3px;
	text-decoration:none;
	margin-right:2px;
	margin-bottom:2px;
	float: left;
}
.calendar_categorynav li.year{
	color: #999999;
}
.eventcat1 {
	background-color: #9DC8BA;
}
.eventcat4 {
	background-color: #FBAF5F;
}
.eventcat5 {
	background-color: #DCCE87;
}
.eventcat3 {
	background-color: #87B2D8;
}
.eventcat2 {
	background-color: #FAD7A7;
}
.eventcat2_3 {
}
.eventcat9 {
	background-color: #F6D4E5;
}
.eventcat6 {
	background-color: #7ED0E0;
}
.eventcat7 {
	background-color: #D9DA56;
}
.eventcat64041189 {
	background-color: #F15D25;
}
.eventcat_other {
	background-color: #F0F0F0;
}
.calendar_categorysidebar {
	float:right; 
	width: 240px; 
	margin:0;
	clear: left;
}
#content .calendar_categorysidebar h2 {
	padding: 10px;
	color: #000000;
	margin: 0 0 10px 0;
	background-image:url(/images/structure/corner_ll_10px.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	text-transform:uppercase;
}
#content .calendar_categorysidebar p {
	padding: 0 20px 10px 10px;
}


/* START Season Calendar List Styles  */
.calendar_list {
	width: 325px; 
	float:left;
}
#content .calendar_list ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.calendar_list li {
	clear: right;
	margin: 0 0 2px 0;
	padding: 0;
}
.calendar_list li a {
	display:block;
	background-color: #F0F0F0;
	text-decoration:none;
	padding: 5px 5px 5px 10px;
	overflow:auto;
}
.calendar_list li a:hover {
	background-color: #FFFFFF;
}

/* END Season Calendar List Styles  */








/* End Season Calendar */








/* START 0809 Bernstein Festival styles for menu */
a#bern_overview {
	width: 222px; 
	height: 63px; 
	background-image:url(/boxoffice/images/0809_bernstein_festival/header02.gif);
	display: block;
	text-indent: -1000em;
}
a#bern_overview:hover {
	background-position: 0px -63px;
}
a#bern_clips {
	width: 222px; 
	height: 64px; 
	background-image:url(/boxoffice/images/0809_bernstein_festival/header03.gif);
	display: block;
	text-indent: -1000em;
}
a#bern_clips:hover {
	background-position: 0px -64px;
}
a#bern_connect {
	width: 222px; 
	height: 63px; 
	background-image:url(/boxoffice/images/0809_bernstein_festival/header04.gif);
	display: block;
	text-indent: -1000em;
}
a#bern_connect:hover {
	background-position: 0px -63px;
}
a#bern_yp {
	width: 222px; 
	height: 64px; 
	background-image:url(/boxoffice/images/0809_bernstein_festival/header05.gif);
	display: block;
	text-indent: -1000em;
}
a#bern_yp:hover {
	background-position: 0px -64px;
}
/* END 0809 Bernstein Festival styles for menu */


/* START Subscription Pages styles */
.sub_benefits {
	float: right;
	width: 150px;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content .sub_benefits ul {
	list-style-type:none; 
	margin:0;
	padding: 0;
}

#content .sub_benefits ul li {
	 border-bottom:3px solid #000000; 
	 margin-bottom: 10px; 
	 padding-bottom:10px;
}

#content .sub_benefits ul li a {
	 text-decoration: none;
}
#content .sub_benefits ul li a:hover {
	 text-decoration: underline;
}
/* END Subscription Pages styles  */


/* START home page styles  */
.home_events {
	width: 260px; 
	height: 300px; 
	float:right;
}
#content .home_events ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.home_events li {
	clear: right;
	margin: 0 0 2px 0;
	padding: 0;
}
.home_events li a {
	display:block;
	background-color: #92B4CE;
	text-decoration:none;
	padding: 5px;
	overflow:auto;
}
.home_events li a:hover {
	background-color: #6C9DBD;
}

.home_interactive {
	text-align: center;
	border-top: 1px solid #FF9999; 
	clear:left;
	text-align:center;
	margin: 0 5px 0 10px;
}
.home_interactive img {
	padding: 10px 5px;
}


/* END home page styles  */


.box_outline_lr {
	margin-bottom:10px; 
	border-top: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	background-image:url(/images/structure/corner_lr_ccc_stroke_10px.gif); 
	background-repeat:no-repeat; 
	background-position:bottom right;

}
.float_r {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.mpt0 {
	margin-top: 0px;
	padding-top: 0px;
}
.mpb0 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* START Home Page Carousel  */

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 775px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 40px; /*margin around each panel*/
	width: 695px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* END Home Page Carousel  */



/* START inline calendar  */

#datepicker {
	font-size: 12px;
	margin: 0 auto;
	color: #F0F0F0;
}
#datepicker td {
	text-align: center;
}
#datepicker a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
#datepicker a:hover  {
	background-color: #0E3D71;
}
a.ui-datepicker-prev {
	float: left;
	padding: 0 5px;
	background-color:#A59D95;
	cursor: pointer; 
}
a.ui-datepicker-next {
	float: right;
	padding: 0 5px;
	background-color:#A59D95;
	cursor: pointer; 
}
a.ui-datepicker-prev:hover; a.ui-datepicker-next:hover {
	background-color: #0E3D71;
}
.ui-datepicker-title {
	text-align: center;	
	font-weight: bold;
	color: #FFFFFF;
	background-color:#6C9DBD;
}
.ui-datepicker-calendar {
	width: 100%;
}
a.ui-state-default {
	display: block;
	background-color:#A59D95;
}
a.ui-state-active {
	display: block;
	background-color: #0E3D71;
}

/* END inline calendar  */


/* START footer  */

#footer {
	clear: both;
}
#footernew {
	border-top: 3px solid #A59D95; 
	border-bottom: 5px solid #000000; 
	padding: 10px;
	background-color: #003478;
	color: #FFFFFF;
	font-size:11px;
}
#footernew a {
	color: #FFFFFF;
}

/* END footer */

/* start giving pages unique styles */

.givingcolumn_bg {
	background-image: url(/development/images/giving_threecolumn_bg.gif);
	background-repeat: repeat-y;
	width:583px;
	
}
.givingcolumn {width:186px;float:left;margin-left:8px;display:inline;}

.givingcolumnheader {background-color:#695e4b;color:white;text-transform:uppercase;padding:8px}




/* end giving pages unique styles */



