@charset "utf-8";
/* CSS Document */
/* this line was added because of an error at 8192 */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #e6f1f5;
	background-repeat: repeat-x;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColFixHdr #container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #636769;
	border-bottom-color: #636769;
	border-left-color: #636769;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
}
.topb {
	float: none;
	width: 728px;
	clear: none;
	text-align: center;
	height: auto;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-menu {
	height: 80px;
	display: block;
	clear: both;
}
.thrColFixHdr #header {
	background-color: #aab3b6;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	clear: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 3px;
	padding-left: 3px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.76);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.76);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.76);
}
.thrColFixHdr #mainContent {
	display: block;
	overflow: auto;
	margin: auto;
}
.thrColFixHdr #footer {
	background-color: #F2F5F9;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	vertical-align: middle;
}
#footerads {
	background-color: #EBECF3;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.headerFreemiditext {
	display: block;
	clear: both;
	vertical-align: baseline;
	font-size: 10px;
	color: #CCCCCC;
	padding-bottom: 5px;
	margin: auto;
	height: auto;
	position: static;
	padding-top: 5px;
}
.headerFreemiditext a:link, .headerFreemiditext a:visited {
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
}
.headerFreemiditext a:hover {
	text-decoration: underline;
}
.headerFreemiditextAZ {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-right: 20px;
	padding-left: 5px;
	color: #999;
	font-size: 12px;
}
.headerFreemiditextAZ a {
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFF;
	font-size: 16px;
}
.headerFreemiditextAZ a:hover {
 co lor: #666;
	text-decoration: underline;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.topHeaderCell {
	font-size: 24px;
	color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#footer a, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 5px;
}
.index-allmidi-container {
	padding-top: 10px;
	padding-left: 20px;
}

#footer a:hover {
	border-right-color: #333333;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.index-content {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	padding-left: 20px;
	padding-right: 20px;
}
.index-content a {
	color: #06F;
}
.index-content a:hover {
	color: #004DBF;
}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.header-horizontal-menu-container {
	background-color: #EBEBEB;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#sidebar2 .links-link {
	border: 1px solid #7596BD;
	padding: 4px;
	background-color: #EEE;
}
#sidebar2 .links-link:hover {
	background-color: #FFF;
}
#sidebar2 .links-link a {
	color: #039;
	text-decoration: none;
	display: block;
}
#sidebar2 .links-link a:hover {
	text-decoration: underline;
}
 </style> [if IE 5]> <style type="text/css"> /* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 {
width: 180px;
}
.thrColFixHdr #sidebar2 {
	width: 190px;
}
</style> <![endif] [if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 {
padding-top: 30px;
}
.thrColFixHdr #mainContent {
	zoom: 1;
	color: #000;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style> <![endif] .form-textfield {
 font-size: 18px;
}
.form-textfield {
	font-size: 18px;
	background-color: #F2F5F9;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	padding-top: 5px;
	border: 4px solid #CFDBE9;
}
.form-button, .form-button a:link, .form-button a:visited {
	font-size: 24px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #FFFFFF;
	background-color: #D4D0C8;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
.form-button:hover {
	background-color: #999999;
}
.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background-color: #D4D0C8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.indexLevel1Cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding-bottom: 10px;
	padding-top: 10px;
}
.indexLevel1Cell a {
	color: #3c3e3c;
	text-decoration: none;
	display: block;
	font-size: 24px;
}
.indexLevel1Cell a:hover {
	color: #A6A8A6;
}
.indexLevel1Cell2 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding-top: 10px;
}
.indexLevel1Cell2 a {
	color: #0B335B;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	line-height: 14px;
	padding: 5px;
	display: inline;
	float: left;
	margin: 2px;
	width: auto;
}
.indexLevel1Cell2 a:hover {
	text-decoration: none;
	background-color: #d4d6d4;
	border: 1px solid #BCC0BC;
}
.index-genre-container {
	width: 45%;
}
.index-genre-container .row {
	text-align: center;
	float: left;
}
.index-genre-container .row a {
	display: block;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: #FFF;
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
.index-genre-container .row a:hover {
	background-color: #F4F4F4;
	text-decoration: underline;
}
.index-genre-label {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #0085C4;
}



.directoryTableCell {
	margin: 2px;
	padding: 8px;
}
.directoryTableCell a {
	color: #0B335B;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	line-height: normal;
	padding: 5px;
	display: inline;
	margin: 8px;
	width: 100%;
}
.directoryTableCell a:hover {
	text-decoration: none;
	background-color: #d4d6d4;
	border: 1px solid #BCC0BC;
}
.comment-container-div {
	font-size: 24px;
	color: #333333;
}
.random-download-container {
	float: left;
	height: 100px;
	width: 25%;
	background-repeat: no-repeat;
	background-position: center center;
}

.random-download-text {
	background-color: #F2F5F9;
	opacity: 0.9;
}

.random-download-text a {
	opacity: 1.0;
	padding: 5px;
	text-decoration: none;
	color: #333;
	display: block;
}
.random-download-text a:hover{
	text-decoration: underline;	
}
.random-download-dir a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	
}

.comment-header {
	font-size: 12px;
	color: #003399;
	background-color: #D5E6FF;
}
.comment-content {
	font-size: 14px;
	color: #000000;
	padding-bottom: 4px;
}
.news-comment-head {
	color: #333333;
	background-color: #CBD8E7;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	display: inline;
	font-weight: bold;
}
.news-comment-head2 {
	color: #CCCCCC;
	background-color: #EDEEF1;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	z-index: 1455;
	padding-top: 4px;
	padding-right: 4px;
	margin-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.news-comment-text {
	padding: 4px;
	width: 34em;
	border: 1px solid #CCCCCC;
	background-color: #F4F8FB;
}
.content-header-div {
	font-size: 18px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #95CCEA;
	border-bottom-color: #95CCEA;
	width: 95%;
	display: block;
}
.main-content-header-div {
	border-top-width: 15px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F2F5F9;
	border-bottom-color: #F2F5F9;
	color: #666;
	font-size: 36px;
	line-height: normal;
	font-style: normal;
	padding-left: 20px;
	padding-bottom: 5px;
}
.main-content-header-div a {
	color: #486C99;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.main-content-header-div a:hover {
	text-decoration: underline;
	background-color: #EBEBEB;
	color: #334D6C;
}
.small-text {
	font-size: 10px;
	line-height: normal;
}
.request-link-container {
	font-style: normal;
	clear: left;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F5F9;
	padding-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: auto;
	position: relative;
	height: 35px;
}
.request-link-button {
	float: left;
	height: 1.5em;
	background-color: #FFF;
}
.request-link-button a {
	color: #666;
	text-decoration: underline;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.request-link-button a:hover {
	color: #333;
	background-color: #FFF;
	text-decoration: none;
}
.request-notify-div {
	padding: 4px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.request-search-field {
	border: 1px solid #F2F5F9;
	color: #333;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.request-notify-div:hover {
	line-height: normal;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9E0F2;
	border-right-color: #D9E0F2;
	border-bottom-color: #D9E0F2;
	border-left-color: #D9E0F2;
}
.request-notify-div a {
	text-decoration: none;
	color: #333;
}
.request-notify-div a:hover {
	text-decoration: underline;
}
.request-list-div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECEEF4;
	padding: 2px;
}
.request-list-container {
	padding-left: 20px;
}

.request-list-div:hover {
	background-color: #F5F7FA;
}
.request-fullfill-link {
	padding: 4px;
}
.request-fullfill-link:hover {
	background-color: #FFF;
	border: 1px solid #D9E0F2;
}
.request-fullfill-link a {
	text-decoration: none;
}
.request-fullfill-link a:hover {
}
.request-lastupdated {
	float: right;
	padding: 5px;
}
.request-page-nav-heading {
	color: #FFF;
	background-color: #486C99;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	margin-bottom: 5px;
	float: left;
}
.request-page-nav {
	color: #FFF;
	line-height: normal;
}
.request-page-nav a {
	background-color: #036;
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: normal;
}
.request-page-nav a:hover {
	background-color: #486C99;
}
.request-page-nav-selected {
	color: #FFF;
	background-color: #39C;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.request-subscribe-link {
	color: #FFF;
	background-color: #486C99;
	padding: 5px;
	border: 1px solid #666;
	font-size: 16px;
	text-decoration: none;
}
.request-subscribe-link:hover {
	text-decoration: underline;
}
.request-header-menu-container {
	font-size: 14px;
	height: 100%;
}
.request-header-menu-container a {
	width:160px;
	background-color: #486C99;
	padding-right: 5px;
	padding-left: 5px;
	height: 100%;
}
.request-header-menu-container a:hover {
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	color: #FFF;
	background-color: #666;
}
.request-view-data-heading {
	color: #666;
	text-decoration: none;
	background-color: #C6D3E3;
	font-size: 24px;
	margin-bottom: 15px;
	padding: 5px;
	clear: left;
	overflow: auto;
}
.request-view-data-heading a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}
.request-detail-upload-container-global {
	margin-bottom: 5px;
}
.request-detail-upload-container {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.request-detail-upload-container:first-child {
/* border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;	 */
}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	background-color: #EEE;
	color: #333;
}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #486C99;
	color: #FFF;
}
.tabl-div-left-col {
	float: left;
	width: 150px;
	height: 20px;
}
.chat-container {
	height: 500px;
	overflow: auto;
	top: 0px;
	left: 0px;
}
div.scrollable {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	width: 660px;
	height:90px;
}
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {
	/* this cannot be too large */ 
    width:20000em;
	position:absolute;
}
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div {
	float:left;
}
/* you may want to setup some decorations to active the item */ 
div.items div.active {
	border:1px inset #ccc;
	background-color:#fff;
}
#new-midi-container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.loading {
	clear: left;
	padding: 8px;
	color: #333;
	background-color: #FFB08A;
	text-align: center;
	font-size: 18px;
}


.newmidi-index-list {
	padding: 2px;
}
.newmidi-index-list:hover {
	padding: 2px;
	background-color: #F4F4F4;
}
.newmidi-index-list a:link, .newmidi-index-list a:visited {
	width: 100%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E9F1;
}
.new-midi-header {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 16px;
	clear: both;
	line-height: normal;
	overflow: auto;
}
.new-midi-feed-page-header {
	clear: both;
	color: #666;
}
.new-midi-row {
	clear: both;
	padding: 5px;
	overflow: auto;
}
.new-midi-row:hover {
	background-color: #E6EBF2;		
}
.new-midi-header:hover {
	background-color: #FFF;
}
.new-midi-cell {
	float: left;
	line-height: normal;
}
.width05 {
	width: 5%;
}
.width15 {
	width: 15%;
}
.width20 {
	width: 20%;
}
.width25 {
	width: 25%;
}
.width30 {
	width: 30%;
}
.width35 {
	width: 35%;
}
.width45 {
	width: 45%;
}
.comment-username {
	color: #06F;
	font-size: 14px;
	line-height: normal;
}

.comment-content {
	padding: 4px;
	font-size: 16px;
	line-height: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.menu-request a:link {
	color: #06F;
}
.ad2-div {
	float: right;
}
.blog-header-container {
	background-color: #C33;
	height: 100px;
	width: 720px;
	background-image: url(../images/blog-head-1.png);
	clear: left;
}
.blog-header-menu-container {
	background-color: #F00;
	vertical-align: bottom;
	clear: left;
	margin-top: -35px;
	padding-top: 0px;
	padding-right: 0px;
}
.blog-header-menu-button {
	float: left;
}
.blog-header-menu-button a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #039;
	display: block;
}
.blog-header-menu-button a:hover {
	text-decoration: underline;
	background-color: #FFF;
}
.blog-view-title {
	font-size: 24px;
	clear: left;
}
.content-more-container {
}
.content-more-container a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 24px;
}
.page-header-title {
	font-size: 24px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.request-label-row {
	clear: left;
}
.request-status-fulfilled {
	background-color: #6C6;
	border: 1px solid #063;
	color: #FFF;
	padding: 5px;
	text-align: center;
	clear: left;
}
.request-label-text {
	text-align: right;
	width: 150px;
	padding: 5px;
	float: left;
	clear: left;
}
.request-label-data {
	float: left;
	padding: 5px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.breadcrumb a {
	background: transparent url(breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;
	font-size: 24px;
}
.breadcrumb a:visited, .breadcrumb a:active {
	color: navy;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.download-link a {
	white-space: pre;
	display: block;
}

.download-link a:hover {
	background-color: #EBF0F5;
}
.dir-song-container {
	/* [disabled]width: 48%; */
	/* [disabled]float: left; */
	border: 1px solid #E6E6E6;
	padding: 5px;
	cursor: pointer;
}
.dir-song-container:hover {
	background-color: #EBEBEB;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
}
 
.link-add-midi {
	padding: 2px;
}
.download-button-one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: #cedded; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cedded 0%, #207cca 17%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedded), color-stop(17%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedded 0%,#207cca 17%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedded 0%,#207cca 17%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedded 0%,#207cca 17%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(top,  #cedded 0%,#207cca 17%,#7db9e8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedded', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #8f8f8f;
	-moz-box-shadow:
 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 2px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow:
 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 2px rgba(255, 255, 255, 0.7);
	text-shadow:
 0px -1px 0px rgba(000, 000, 000, 0.4),  0px 1px 0px rgba(255, 255, 255, 0.3);
	padding-top: 10px;
	padding-bottom: 10px;
}
.download-button-one a {
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.download-button-one a:hover {
	text-decoration: underline;
}
.download-block-ad {
	margin-right: 10px;
}

.gradient {
       filter: none;
}
.link-add-midi a {
	background-color: #FFF;
	text-decoration: none;
	font-style: italic;
	line-height: normal;
	font-size: 18px;
	color: #2481DD;
	width: 100px;
	height: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2481DD;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2481DD;
	border-left-color: #2481DD;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.link-add-midi a:hover {
	color: #FFF;
	background-color: #C0DAF5;
}
.genre-header {
	background-color: #AAB3B6;
	color: #333;
	font-size: 36px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.genre-slide-container-parent {
	height: 250px;
}
.genre-slide-container {
	width: 767px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
.genre-band-container {
	float: left;
	width: 33%;
	height: 55px;
}
.genre-band-container a {
	text-decoration: none;
	padding: 15px;
	display: block;
}
.genre-band-container a:hover {
	background-color: #AAB3B6;
}
.song-list-container {
	float: left;
	width: 150px;
	height: 70px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #EFEFEF;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow: visible;
}
.song-list-container:hover {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;	
}
.song-list-container .row-title {
	overflow: hidden;
	padding-bottom: 5px;
	background-color: #FFF;
	position: relative;
}

.song-list-container .row-title a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	white-space: nowrap;
	background-color: #FFF;
	display: block;
}
.song-list-container .row-title a:hover {
	text-decoration: underline;
}


.song-list-container .row-directory {
	text-transform: capitalize;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
}
.song-list-container .row-directory a {
	font-size: 12px;
	color: #999;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.song-list-container .row-directory a:hover {
	text-decoration: underline;
}


.song-list-container .row-genre {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	background-color: #FFF;
	padding-right: 5px;
	padding-bottom: 5px;
}
 
.song-list-container .row-genre a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 5px;
}
.song-list-container .row-genre a:hover {
	text-decoration: underline;
}
