A {
	color: white;
}

BODY, TABLE {
	background-color: black;
	color: white;
	
	font-family: "Verdana";
	font-size: 9pt;
	line-height: 1.5;

	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: white;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: white;
}

.BoldTitle {
	font-weight: bold;
}

.BoldBigTitle {
	font-size: 12pt;
	font-weight: bold;
}

.Bordered {
	border: solid 1px white;
}

/* Table for Schedule */

Table.Collapse {
	border-collapse: collapse;
}

TD.Title {
	padding-left: 8px;
	border: 1px solid #808080;
	background-color: #404040;
}

TD.TitlePro {
	padding-left: 20px;
	border: 1px solid #808080;
	background-color: #404040;
}

TD.Content {
	padding-left: 8px;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
}

TD.SongName {
	font-weight: bold;
}

TD.RightBordered {
	padding-left: 8px;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}

TD.SongPlayer {
	color: #404040;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}

