/*
 * Stylesheet for fivetrees Apache::MP3 system
 * (c) Steve Fairhead: February 7, 2003
 */

/* Basics: */
body {
	margin-left: 3%;
	margin-right: 3%;
	color: black;
	background-color: #fffde5;
	font-family: Arial, Helvetica, Monaco, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: Arial, Helvetica, Monaco, sans-serif;  /* browser bug workaround */
}

/* Links: */
a:link {
	color: blue;
	background-color: transparent;
}
a:visited {
	color: purple;
	background-color: transparent;
}
a:active {
	color: red;
	background-color: transparent;
}
a:hover {
	color: navy;
	background-color: aqua;
}

/* Headings: */
h1 {
	color: navy;
	background-color: #33ffff;
	font-size: 140%;
}
h2 {
	color: blue;
	background-color: transparent;
	font-size: 120%;
}

/* Misc: */
tr.title {
	background-color: #FFE89B;
}
tr.normal {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
tr.highlight {
	background-color: rgb( 200, 255, 255 );
	padding: 0;
	margin: 0;
}
.directory {
	font-weight: bold;
}
.subdirectory {
	font-size: 80%;
	font-weight: bold;
}
.subdirbuttons {
	font-size: 60%;
}
img.subdir {
	vertical-align: middle;
}
.playlist {
	background-color: #FFE89B;
}
