@charset "UTF-8";
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F14D1A;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

/* added by JM for general */

a {
	color: #0068CC;
	text-decoration: none;
}

a:visited {
	color: #0068CC;
}

a:hover {
	text-decoration: underline;
}

/* added by JM for categories tree */

ul.categories {  
  padding-top: 0px;
	padding: 0px;
	#margin: 0px;
}

ul.categories li:before {
	content: "\00BB \0020";
}

ul.categories li {
  padding-left: 15px;
  list-style: none;
}

ul.categories li a.active {
	background-color: #FFAB93;
	padding-left: 2px;
	padding-right: 2px;
}

ul.categories li a {
	color: #0068CC;
	text-decoration: none;
	line-height: 150%;
}

ul.categories li a:hover {
  text-decoration: underline;
}

/* JM - links in menu text */
.menutext a {
	color: #F14D1A;
	text-decoration: none;
}

.menutext a:hover {
	text-decoration: underline;
}

table.music-items tr th {
	border-bottom: 1px dashed silver;
}

.music-short {
	border-bottom: 1px dashed silver;
	padding: 2px;
}

.music-short b {
	font-size: 100%;
}

h3 {
	color: #636363;
	font-size: 17px;
}

.pages-act { border: 1px solid; padding: 4px; font-weight: bold;}
.pages { padding: 3px;}

