body {
	background: black;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: .8em;
} 

body {
	color:#eee;
}

a:link {color:#a1a8fb}      /* unvisited link */
a:visited {color:#ffcd92}  /* visited link */
a:hover {color:#6f2816}  /* mouse over link */
a:active {color:#a1a8fb}  /* selected link */


h1.head {
	width: 100%;
	height: 250px;
	background: black url(/images/logo.jpg) no-repeat scroll top center;
	color: black;
	font-size: 1px;
}

div.content {
	width: 100%;
	background: black url(/images/gradient.jpg) repeat-x scroll top center;
	border-top: 1px solid #6f2816;	
}


h1.old {
	display:none;
}

h1 {
	font-weight: normal;
}

div.main {
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}

div.tunelist table, div#pdf {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

td, th {
	color: #333;
	font-size: .8em;	
}


.nav {
   float:left;
   margin-left:2em;
   width:10%;
}

.midi_settings select {
	margin-right: 1em;
}

.download_area, .midi_player  {
	padding: 40px 1em;	
	border: 1px solid #0054a6;
	border-width: 1px 1px 10px 1px;
	background: #fff url(/images/bar-mid.jpg) repeat-x scroll 0px 0px;
	min-height:8em;
	color: black;
}

.download_area p {
	margin: .3em;
}

.download_area h2 {
	margin: 0em .3em;
	font-size: 1.2em;
}

input.play_button {
    border: none;
    background: url('/images/play.gif') no-repeat top left;
    color:white;
    padding-left: 18px;
    font-size:1px;
    height:18px;
}

/* Sortable tables */
table.sortable a.sortheader {
/*     background-color:#0054a6; */
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 2px;
}
table.sortable span.sortarrow {
    color: #fff;
    text-decoration: none;
}

table.sortable td {
	padding:2px 4px;
}

table.sortable {
	/* border-bottom: 10px  solid #0054a6; */
	background-color: white;
	margin: .5em 0;
}

tr:hover {
	background-color: #ddd;
}

.bar-mid th, .bar-mid td {
	background: #fff url(/images/bar-mid.jpg) repeat-x scroll 0px 0px;
}

.bar-left{
	background: #fff url(/images/bar-left.jpg) no-repeat scroll 0px 0px;
}

.bar-right{
	background: #fff url(/images/bar-right.jpg) no-repeat scroll 0px 0px;
}

div#tuneplayer {
	display: none;
	position: fixed;
	top: 5%;
	left: 25%;
	width: 50%;
	max-height: 90%;
	border: 2px solid #6f2816;
	background-color: black;
	z-index:1002;
	overflow: auto;
	font-size:0.9em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}

div#tuneplayer h2 {
	background: black url(/images/gradient.jpg) repeat-x scroll top center;	
	font-weight:normal;
	margin:0;
	padding:1em;
}

div#tuneplayer h2 span {
	padding-left: 20px;
}

div#tuneplayer h2 .tune_origin{
	font-size: 75%;
}

div#tuneplayer embed {
	width: 244px;	
	margin-left: auto;
	margin-right: auto;
}


div.tune_content {
	padding: 0 2em;
}

p.close a {
	position:absolute;
	right:1em;
	text-decoration:none;
	top:1em;
}

p.corrections {
	text-align: right;
}

/*
red:  #c1272d 
blue: #0054a6
*/
