body 	
{
	margin:0px;
	padding:0px;
	height:100%;
	overflow-y:auto;

	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;	
	font-size:small;
	font-weight: normal;

	color: black;
	background-color: #163660;
	background-image:url(/images/backgradient.jpg);
	background-repeat:repeat-x;
}

.clear { clear: both; }

#allpage
{
	clear:both;
	display:block;
	width:750px;
	margin:10px auto;
	padding:0px;
	background-color:white;
/*	border: 2px solid red;
*/}

#header
{
	top:0px;
	height:142px;
	background-color:#D6D6D4;
/*	border-bottom:3px solid #163660;
	text-align:center;
*/}

.menu_bar
{
	clear:both;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #D6D6D4;
	font-weight:bold;
	line-height:1.3em;
}
.menu_bar ul
{
	list-style:none;
	margin: 0;
	padding: 1em 0px 0.25em 25px;
}
.menu_bar li
{
	display: inline;
	padding: 0px 15px 0px 0px;
	color: #163660;
	background-color: transparent;
}
.menu_bar a { text-decoration:none; }
.menu_bar a:link, a:visited { color: #163660; }
.menu_bar a:hover, a:active { color: #CC0000; }

.menu_corner
{
	float: right;
	top: 0px;
	margin: 0px;
	padding-right: 15px;
	background-color:#D6D6D4;
}
.menu_corner ul
{
	list-style:none;
	margin: 0;
	padding: 0.2em 0px;
	text-align:right;
}
.menu_corner li
{
	display: inline;
	margin: 0px;
	padding: 0px 5px;

	background-color: transparent;
	font-size:small;
}
.menu_corner a { text-decoration:none; }
.menu_corner a:link, ul li a:visited { color: #163660; }
.menu_corner a:hover, ul li a:active { color: #CC0000; }

#mainpage
{
	min-height: 275px;
	padding: 15px 15px 15px 25px;
	border-top:3px solid #163660;
	border-bottom:3px solid #163660;
}

#footer
{
	clear: both;
	width: 100%;
	bottom:0px;

/*	min-height:2em;
*/	padding-top:5px;
	padding-bottom:8px;
	text-align:center;
	background-color:#D6D6D4;
	font-size:medium;
	font-weight:bold;
}
#footer table 
{ 
	border-spacing:0px; 
}
#footer td
{
	padding: 5px 100px;
	text-align: center;
}

#googlesearch
{
	clear:right;
	float:right;
	margin-top:60px;
	color:#868686;
	background-color: #D6D6D4;
	font-size: small;
	width:150px;
	padding-right:18px;
	text-align: right;
}
#cse-search-results iframe
{
	width:700px;
	height:900px; 
}

.upcoming_concert 
{
	float: left;
/*	width: 675px; */
	width: 475px;
	text-align: left;
	padding-right: 15px;
	margin-bottom:25px;
	border-right: 2px solid #163660 ;
}
.upcoming_concert p
{
	margin:0px;
}
.upcoming_concert img
{
	float:left;
	margin-right:10px;
}
.upcoming_concert table
{
	margin-bottom:10px;
}
.upcoming_concert td
{
	vertical-align:top;
	text-align:left;
	padding-right:15px;
}

.ticketinginfo 
{
	clear:left;
	margin-top:25px;
}
.ticketinginfo table { border-spacing:0px; margin-top:10px;}
.ticketinginfo td.concept { width: 80px; }
.ticketinginfo td.info { width: 200px; }
.ticketinginfo td
{
	font-weight: normal;
	font-size: small;
	vertical-align:text-top;
	text-align: left;
	padding: 3px;
}

.flier 
{
	float:left;
	width:200px;
	margin-right:25px;
	margin-bottom:25px;
	text-align:center;
}
.flier a
{
	padding: 0px 5px;
}
	
.separator
{
	margin-top:25px;
	margin-bottom:25px;
	border-top:2px solid #163660 ;
}

.rehearsal
{
	background-color:white;
}
.rehearsal table { border-spacing:0px; }
.rehearsal th.thAttWidth { width:10px; }
.rehearsal th.tdDateWidth { width:160px; }
.rehearsal th.thTimeWidth { width:80px; }
.rehearsal th.thEventWidth { width:230px; }
.rehearsal th.thLocationWidth { width:300px; }
.rehearsal td 
{
	border-bottom: thin solid #163660;
}
td.tdperformance
{
	color:#990000;
	font-weight:bold;
}
td.tdperformance a:link
{
	color: #990000;
	background-color: transparent;
	font-weight: bold;
}
td.tdperformance a:visited 
{
	color:#990000;
	background-color: transparent;
	font-weight: bold;
}
td.tdperformance a:hover
{
	color: #CC0000;
	background-color: transparent;
}
td.tdperformance a:focus
{
	color: #CC0000;
	background-color: transparent;
}


.datasheet 
{
	margin-top:0px;
	margin-bottom:25px;
}
.datasheet table { border-spacing: 0px; }
.datasheet td.title 
{
	width:100px;
	border:none;
/*	font-weight: bold;
*/	font-size: small;
	text-align: left;
	vertical-align: top;
	padding:4px 0px;
}
.datasheet td.concept 
{
	width:290px;
	border:none;
	font-weight: normal;
	font-size: small;
	text-align:left;
	vertical-align: top;
	padding:4px 0px;
}


.program 
{
	margin-top:0px;
	margin-bottom:25px;
}
.program table 
{ 
	border-spacing:0px;
}
.program .WidthComposer 
{ 
	padding-right: 25px; 
/*	width:150px; 
*/}
.program .WidthWorks { width:300px; }
.program td {
/*	border-bottom: thin solid #163660; */
	padding-left: 0px;
}


.programnote 
{
	margin-top:25px;
}


.pressrelease
{
	margin-top:25px;
}

.singers
{
	margin-top:25px;
}
.singers table { border-spacing:0px; }
.singers th.thSingerWidth { width:150px; }

.orchestra
{
	margin-top:25px;
}
.orchestra table { border-spacing:0px; }
.orchestra div
{
	float:left;
	margin-right:5px;
	margin-down:5px;
	padding:0px 5px 5px 0px;
}


.fliers
{
	margin-top:0px;
	margin-bottom:25px;
}
.fliers table { border-spacing:0px; }
.fliers th.ConcertWidth { width:auto; }
.fliers th.FlierWidth { width:auto; }
.fliers td
{
	border-bottom: thin solid #163660;
	border-top: thin solid #163660;
	font-weight: normal;
	font-size: small;
	text-align: center;
	vertical-align: top;
	padding:15px;
}
.fliers a.concertname 
{ 
	font-size:large;
	line-height:30px;
}

.concertlist 
{
	margin-top:0px;
	margin-bottom:25px;
}
.concertlist table { border-spacing:0px; }
.concertlist .WidthComposer { width:150px; }
.concertlist .WidthWorks { width:300px; }
.concertlist td 
{
/*	border-bottom: thin solid #163660;*/
	padding-left: 0px;
}
.concertlist h3
{
	color:black;
	font-size:large;
}
.concertlist h3:first-line
{
	font-size:0.8em;
	line-height:1.5em;
}

.contacts { margin-bottom: 25px; }
.contacts table { border-spacing:0px; }
.contacts td.PositionWidth { width:250px; }
.contacts td.ContactWidth { width:150px; }


#media
{
	margin-top:0px;
	margin-bottom:0px;
}

.photo-gallery
{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}

.video-gallery
{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}


.news_block_hor
{
	clear:both;
	float: left;
	border-top: 2px solid #163660 ;
}
.news_hor
{
	float: left;
	width: 216px;
	min-height: 75px;
	padding: 15px 10px 15px 10px;
}
.news_block_ver
{
	float: left;
	width: 195px;
	padding-left: 15px;
/*	border-left: 2px solid #163660 ;
*/}
.news_ver
{
/*	float: left;
	padding-top: 15px;
*/	
	padding-bottom: 25px;
/*	border-bottom: 2px solid #163660 ;*/
}

.audio_stream div {}
.audio_stream object { padding: 0px; margin: 0px; }
.audio_stream td { /*padding-right: 25px;*/ vertical-align:middle; }
.audio_stream .title_width { width: 275px; }
.audio_stream .download_width { width: 70px; text-align:center; }
.audio_stream .stream_width { width: 200px; }

.select_language {}
.select_language ul { margin: 50px 0px 50px 225px; }
.select_language li { padding-bottom: 10px; }
.select_language a { font-size:large; }

.videos_block_hor
{
	clear:both;
	float: left;
/*	border-top: 2px solid #163660 ;
*/}
.video_hor
{
	float: left;
	width: 335px;
	min-height: 200px;
	margin-right:20px;
/*	padding: 0px 20px 0px 0px;
*/	text-align:left;
}


p.introtext 
{
	float: left;
	font-size: small;
	text-align: justify;
	border-bottom: 1px solid #898989;
	margin: 0px 0px 15px 0px; 
	padding: 15px 0px 15px 0px;
}
p.introtext:first-letter 
{
	margin-top:-4px;
	font-size: 250%;
	float: left;
	padding-right: 3px;
}


p.gotop 
{
	clear:both;
	font-family: serif;
/*	font-style: italic;
*/	background-color:white;
	color: #990000;
	font-size: medium;
	font-weight: normal;
	text-align: right;
	margin-bottom:10px;
}

h1, h2, h3, h4, h5 
{
	color: #163660;
}
h1, h2
{
	margin-top:0px;
	margin-bottom: 1.25	em;
}
h2
{
	margin-top:0px;
	margin-bottom:5px;
/*	font-size:16px;
	font-style:italic;
*/}
h3
{
	margin-top:1em;
	margin-bottom: 0.4em;
}
h4
{
}

p.center 
{
	text-align: center;
}
	
li 	
{
	font-weight: normal;
	text-align: left;
	background-color: #ffffff;
	font-size: small;
}
	
li.ruleshead 
{
	font-weight: bold;
	margin-top: 20px
}
	
li.rulessub 
{
	font-weight: normal;
	text-align: justify;
	margin-top: .5em;
}
	
ol.typea 
{
	list-style: lower-alpha;
	text-align: left;
}

table
{
	border-spacing:0px;
}

th
{
	border-bottom:2px solid #163660;
	color: #163660;
	font-weight: bold;
	font-size: small;
	text-align: left;
	vertical-align: bottom;
	padding:3px 3px;
}
td 
{
	border:none;
	font-weight: normal;
	font-size: small;
	text-align: left;
	vertical-align: top;
	padding:3px 3px;
}
	

/* link formatting */ 	

/* a { text-decoration:none; } */
a:link, a:visited 
{
	color: black;
	background-color: transparent;
	font-weight: bold;
}
a:hover, a:focus
{
	color: #CC0000;
	background-color: transparent;
}

img 
{ 
	margin:0px; 
	border:0px;
}
img.left { 
	float:left;
	margin:0px 10px 5px 0px; 
}
img.right { 
	float:right;
	margin:0px 0px 5px 10px; 
}

object
{
	margin: 10px auto;
}