/* BMS copy */
* {
 margin: 0;
 padding: 0;
 }

body {
 font-family: Calibri, Verdana, sans-serif;
 background-color: #fff9ae;
 text-align: center;
 font-size: 100%;
 width: 85%;
 }

p {
 margin-top: 5px;
 margin-bottom: 5px;
 }
 
.printOnly {
 display: none;
}

a, a:visited {
 color: #a53835;
 text-decoration: none;
 font-weight: bold;
 }

a:hover {
 text-decoration: underline;
 }
 
h1, h2, h3, h4, h5, h6 {
 margin-bottom: 7px;
}

#wrapper {
	width: 100%;
	margin: 20px;
	clear: both;
}

#container {
	padding: 0px;
	margin-left: 14px;
	text-align: left;
	clear: both;
	width: 80%;
	}

/* Left */
#sideMenu {
 float: left;
 width: 161px;
 }
 
#sideMenu li {
        list-style-type: none;
        background: url(../images/li_arrow.png) no-repeat 0 40%;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#sideMenu ul .on {
 background-color: #ffffcc;
}

/* Header */
#header {
 text-align: center;
 margin-bottom: 20px;
 }

/* Content */
#content {
 background-color: #ffffcc;
 padding: 26px;
 margin-left: 161px;
 min-height: 300px;
 }

.subjectGroup {
 border: solid 1px #a53835;
 padding: 10px;
 margin-bottom: 20px;
 }
 
.subjectGroup ul {
 list-style-type: decimal;
 list-style-position: inside;
 margin-bottom: 5px;
 }

/* Programmes */
#programme
 margin-left: 10px;
 text-align: center;
}

.concert {
 font-size: 90%;
 }

.cDate {
 font-weight: bold;
 text-align: left;
 border-bottom: solid black 1px;
 padding-top: 10px;
 margin-bottom: 5px;
 }

.cArtist {
 font-weight: bold;
 text-align: left;
 padding-left: 20px;
 padding-bottom: 5px;
 }

.cSubArtist {
 font-style: italic;
 text-align: left;
 padding-left: 20px;
 }
 
.cComposer {
 text-align: left;
 padding-left: 30px;
 font-weight: bold;
}

.cPiece {
 text-align: left;
 padding-left: 40px;
}

.artistLink {
 font-size: small;
 font-weight: normal !important;
}

.tiny {
 font-size: xx-small;
 }

 table.ticketTable {
 	width: 100%;
 }
 
 table.ticketTable td, table.ticketTable th {
  border-right: solid 1px #a53835;
  border-bottom: solid 1px #a53835;
	padding: 0px 5px 2px 5px;
 }
 
table.ticketTable td {
	font-size: 80%;
}

.error {
 font-size: 120%;
 color: red;
}

.robots {
 display: none;
}

 /*
 td {
  padding-left: 10px;
  vertical-align: top;
	text-indent: -10px;
	}
*/