/* Sets page margins etc */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 15px 6px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}

/* General para style - fill left/right margins to edge of page, justifed */

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	line-height: 150%;
	text-align:justify;
}

p.right {
text-align:right
}

/* Style for 'TOP OF PAGE' link */
.pagetop {
text-align:right;
margin: 12px 0px 12px 0px;
font-size: 11px;
font-variant:small-caps;
}

/* Panel style with solid background */
.panel {
	margin: 0px 12px 0px 0px;
	padding: 3px 6px;
	font-size: 11px;
	line-height: 150%;
	display: block;
	background-color: #fdd;	
	text-align: left;
}

/* Use for fine spacing in panel 6px */
.smallnomargin {
	padding: 0px;
	margin: 0pz;
	font-size: 6px;
	line-height: normal;
}

/* Styles for photos aligned to left or right of page, with margins and 1px border*/
IMG.photoleft {
	margin-right:12px;
	border: 1px solid #b11310;
}
IMG.photoright {
	margin-left:12px  
	border: 1px solid #b11310;
	}

/* Hide print-only elements */
.printonlyheader {display:none}

.pagetitle {
	font-size: 24px;
	color:#b11310;
	margin-top: 6px;
	margin-bottom: 3px;
	letter-spacing: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.concertnumber {
	font-size: 20px;
	margin-top: 18px;
	margin-bottom: 0px;
	font-stretch:expanded;
	letter-spacing: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: none;
}

/* Use this for the first item on page with this style - as cor concertnumber with 0px top margin */
.concertnumbernotopmargin {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-stretch:expanded;
	letter-spacing: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: none;
}

.concertdate {
	font-size: 16px;
	margin-bottom: 3px;
	font-style:normal;
}

.concertprice {
	font-size: 12px;
	margin-bottom: 5px;
	font-style:normal;
}

.concertnext {
font-size: 11px;
margin: 12px 3px 0px 12px;
line-height: 100%;
}

.concertprog {
margin-bottom: 3px;
font-size:16px;
	color:#b11310;
}

.concertprog strong {
	color:#b11310;
}

/* Performer voice or instrument */
.concertperformers {
	font-size:12px;
	margin-bottom: 2px;
	margin-right: 18px;
	font-variant:small-caps;
}
/* Performer name */
.concertperformers strong {
	font-variant: normal;
}

/* TABLE TAGS- align contents to top of cell */
TABLE {}
TR {}
td img {display: block;}
TD {
	vertical-align: top;
}

/* Hyperlink properties */

a:link, a:visited  {
	text-decoration: underline; 
}
 
a:hover, a:active {
	text-decoration: none;
} 


/* Lists */
ul, li {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 15px 9px 20px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}

/* <-- NAVIGATION STYLES REMOVED

.navigation {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border: solid #ffffff 2px;
	padding: 6px 0px 6px 0px;
	background-image: url(../images/navgraphic1.gif);
	background-repeat: repeat;
} 

 a.navigation:link, a.navigation:visited  {
	color: #fff;
	text-decoration: none;
	border: solid #ffffff 2px;
	background-image: url(../images/navgraphic1.gif);
	background-repeat: repeat;
}
 
a.navigation:active, a.navigation:hover {
	color: #ED8722;
	display: block;
	text-decoration: none;
	border: solid #ffffff 2px;
	background-image: url(../images/navgraphic1.gif);
	background-repeat: repeat;
} 

END OF REMOED STYLES -->  */
