/* Cascading style sheet for print version of Southern Sinfonia web site pages */

body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fff;
	width: 600px;
}
	
/*Content links*/
a {
	text-decoration: none;
	}

a:link{
	text-decoration: none;
	color: #009;
}
	
a:visited{
	color: #c33;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
	
a:active{
 	color: #009;
	text-decoration: underline;
}

/* Text formatting*/	
h1 { 
	font-size: 14px;
	color: #fc0;
	background-color: #fff;
	margin: 5px 7px 5px 7px;
}

.headinghome {
	font-size: 14px;
	color: #fc0;
	background-color: #fff;
	margin: 5px 7px 5px 7px;
	text-align: center;
}
	
h2 {
	font-size: 13px;
	color: #fc0;
	background-color: #fff;
	margin: 7px 10px 3px 10px;
}

h3 {
	font-size: 12px;
	color: #fc0;
	background-color: #fff;
	margin: 7px 10px 3px 10px;
}

p {
	font-size: 11px;
	color: #000;
	padding: 0 10px 5px 10px;
}

.save {
	font-size: 12px;
	color: #903;
	background-color: #fff;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
	width: 100px;
	text-align: center;
	border: 1px solid #000;
}
	
.center {
	text-align: center;
} /*Use for content centered in container.*/

.rightalign {
	text-align: right;
}
.leftalign {
	text-align: left;
}

.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: left;
} /*Use for a div where floating elements 
such as images are not allowed on the left.*/

.small{
	font-size: 10px;
}

.italic {
	font-style: italic;
}

.redtext {
	color: #f00;
	background-color: #fff;
}

.bold {
	font-weight: bold;
}

.indent30 {
	margin-left: 30px;
}

/*Layout divisions*/

#container {
	width: 650px;
	margin: 0;
} /* This is the outer content container. */

#toplinksbox {
	display: none;
}

#titlebox {
	display: none;	
} 

#titleboxmenu {
	display: none;
} 

#navbox {
	display: none;
}

#content {
	width: 650px;
	text-align: left;
	padding: 10px 10px 0 10px;
}

/* The following styles are for the layout 
of the three boxes on the home page. */
#homdivleft {
	width: 370px;
	float: left;
	background: #fff;
}

#homdivrighttop {
	margin-left: 370px;
	width: 220px;
	background: #fff;
}

#homdivrightbtm {
	margin: 10px 0 0 370px;
	width: 220px;
	background: #fff;
}

/* The following style is for one content box per page, 
or several content boxes one below the other. */
.contentdiv {
	width: 600px;
	background: #fff;
}

/* The following styles are for the Concert List page. */
.imgConcertList {
	float: left;
	width: 155px;
	text-align: center;
}

.concertList {
	width: 600px;
	margin-top: 10px;
	background: #fff;
}

/* The following styles are for the two boxes on the 
Concert page. */
#concertdiv {
	width: 350px;
	margin-bottom: 10px;
	background: #fff;
}

#featurediv {
	width: 250px;
	position: absolute;
	top: 10px;
	left: 370px;
	background: #eee;
}


/* Use the following div style for the 
text links at the bottom of the page, directly 
above the footer div. */
#btmlinks {
	display: none;
}

/* Footer layout style. */
#footer {
	display: none;
}

/* Appearance of bullets and lists. */

ul.nobullet {
	font-size: 11px;
	list-style-type: none;
}

ul.bullet {
	font-size: 11px;
	list-style-type: circle;
}

li {
	padding-bottom: 5px;
}

/* Styles for tables. */
table {
	margin: 0 10px 0 10px;
	width: 600px;
	font-size: small;
	text-align: center;
}

td.principals {
	width: 110px;
}/* Style for table of Principals on Players page. */

td.players {
	vertical-align: top;
}/* Style for table of Players on Players page. */

/* Styles for table of board members on About Us - Board page. */
table.boardmembers {
	text-align: left;
	margin-left: 37px;
	width: 500px;
}

td.boardmembers {
	border-bottom: 1px dotted #903;
} 

/* Styles for table for ticket prices page. */
table.price {
	width: 230px;
	border: 1px solid #000;
	font-size: 10px;
}

td.price {
	text-align: center;
}

/*Styles for the performers' table on the concert page.*/
table.performer {
	width: 340px;
	text-align: center;
}

td.performer {
	width: 100px;
	vertical-align: top;
} 

/* Styles for table on 40th anniversary page. */
table.fortieth {
	width: 300px;
	text-align: left;
	font-size: 10px;
}

td.name {
	width: 100px;
	padding-left: 5px;
	vertical-align: top;
}

td.instrument {
	width: 60px;
	vertical-align: top;
}

td.period {
	width: 120px;
	vertical-align: top;
}

/*Styles for the left and right columns for 
the tables on 40th anniversary page.*/

#leftcol {
	width: 300px;
	float: left;
}
#rightcol {
	width: 300px;
}