div#mididatabase {
	font-size: 12px;
	margin: auto;
	padding-top: 12px;
	width: 750px;
}

/* MIDILISTING ELEMENTS */
div#leftcolumn {
	clear: both;
	float: left;
	width: 170px;
}
div#leftcolumn div.jumplinks {
	margin-bottom: 25px;
}
div#leftcolumn div.jumplinks h2 {
	background-color: inherit;
	border-bottom: 1px solid #cccccc;
	color: #4692bf;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
div#leftcolumn div.jumplinks ul {
	list-style: square;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
div#leftcolumn div.jumplinks ul li {
	font-size: 10px;
}
div#leftcolumn div.jumplinks ul li a {
	border-bottom: 1px dotted #12a3eb;
}
div#leftcolumn div.jumplinks ul li a:hover {
	border-bottom: none;
}
div#leftcolumn div.jumplinks ul li img {
	vertical-align: middle;
}
div#leftcolumn div.statistics {
	display: none;
}
div#leftcolumn div.statistics h2 {
	background-color: inherit;
	border-bottom: 1px solid #cccccc;
	color: #4692bf;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

div#db {
	padding-left: 175px;
	top: 0px;
	width: 575px;
}
div#db h2 {
	background-color: inherit;
	border-bottom: 1px solid #cccccc;
	color: #4692bf;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
div#db h2 span.numsongs {
	background-color; inherit;
	color: #d31141;
	float: right;
	font-style: italic;
	text-transform: none;
}
div#db div.songs {
	padding-bottom: 20px;
}
div#db div.songs div.even {
	background-color: #cadceb;
	color: inherit;
}
div#db div.songs div.odd:hover, div#db div.songs div.even:hover {
	background-color: #f6f4d0;
	color: inherit;
}
div#db div.songs dl {
	display: table-row;
}
div#db div.songs div.odd dt.title, div#db div.songs div.even dt.title {
	display: table-cell;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	width: 260px;
}
div#db div.songs div.odd dt.title img, div#db div.songs div.even dt.title img {
	vertical-align: middle;
}
div#db div.songs div.odd dt.title span, div#db div.songs div.even dt.title span {
	font-size: 10px;
	font-variant: small-caps;
	font-weight: normal;
	text-transform: lowercase;
}
div#db div.songs div.odd dd.file, div#db div.songs div.even dd.file {
	display: table-cell;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	width: 285px;
}
div#db div.songs div.odd dd.file a, div#db div.songs div.even dd.file a {
	border-bottom: 1px dotted #12a3eb;
}
div#db div.songs div.odd dd.file a:hover, div#db div.songs div.even dd.file a:hover {
	border-bottom: none;
}
div#db div.songs div.odd dd.playstop, div#db div.songs div.even dd.playstop {
	display: table-cell;
	width: 30px;
}
div#db div.songs div.odd dd.playstop a, div#db div.songs div.even dd.playstop a {
	border: none;
}
div#db div.songs div.odd dd.playstop a:hover, div#db div.songs div.even dd.playstop a:hover {
	border: none;
}
/* END MIDILIST ELEMENTS */
