body, div, td {
	font-family: Arial, Helvetica;
}

body {
	background-color: #eee;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#container {
	width: 750px;
	background-color: white;
	margin: 0 auto;
	border: solid 5px #aaa;
	border-top: none;
}

#header {
	padding: 25px 25px 5px 25px;	
	position: relative;
}

#sponsor {
	background-image: url(/images/pco_logo.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	position: absolute;
	left: 350px;
	top: 0px;
	right: 25px;
	background-color: #eee;
	padding: 7px;
	padding-left: 110px;
	font-size: 0.8em;
	border: solid 1px #aaa;
	border-top: none;
	text-decoration: none;
	color: black;
}

#sponsor a {
	color: black;
	font-weight: bold;
}

#content {
	padding: 0 25px;	
}

#footer {
	padding: 15px 11px;
	background-color: #eee;
	margin-top: 15px;
}

.chart {
	width: 698px;
	height: 300px;
	border: solid 2px #999;
	font-family: Courier;
}

.transposed_chart {
	width: 698px;
	border: solid 1px #CCC;
	padding: 2px;
	overflow: auto;
}

.key_selector {
	clear: both;
	padding-top: 10px;
}

.key_label {
	float: left;
	clear: both;
	padding: 5px 0;
	text-align: right;
	width: 88px;
	font-size: 0.8em;
	font-weight: bold;
}

.key {
	width: 32px; 
	text-align: center; 
	display: block; 
	float: left; 
	color: black; 
	background-color: #eee; 
	padding: 3px 0; 
	margin-left: 4px; 
	font-size: 0.9em;
}

.key.selected { 
	background-color: #aaa;
	text-decoration: none; 
	color: white;
}

#generate_pdf {
	background-color: #999;
	padding: 5px;
	color: white;
}

.notice {
background-color:#cfc;
border:solid 2px green;
margin:10px;
padding:5px;
}

.font_selector {
	text-align: center;
	padding-top: 10px;
	clear: both;
	font-weight: bold;
}

.font_selector select {
	font-weight: normal;
}

#chord_chart_link {
	background-image: url(/images/chord_charts_background.png);	
}

#mp3_link {
	background-image: url(/images/mp3_background.png);
}

.transpose_link {
	display: block;
	width: 627px;
	height: 114px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-top: 14px;
	padding-left: 80px;
	font-size: 36px;
	margin-top: 15px;
	left: -6px;
	position: relative;	
}

.transpose_link .information {
	font-size: 16px;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 150px;
}