body {
	background-color: black;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: yellow;
	text-decoration: none;
}
a:visited {
	color: #C0C000;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
a:active {
	color: white;
	text-decoration: underline;
}
div.icon {
	position: absolute;
	font-family: Verdana;
	font-size: 10px;
	color: yellow;
	text-align: left;
}
div.MusicianDetails {
	position:absolute;
	overflow: auto;
	background: transparent;
	width: 240px;
	height: 90%;
	padding: 8px;
	font-family: Verdana;
	font-size: 10px;
	color: white;
}
span.MusicianName {
	font-weight: bold;
}
span.ProjectName {
	font-weight: bold;
}
table.DetailEntry {
	margin-left: 8px;
}
table.DetailEntry td {
	padding: 4px;
}
input.btnSubmit {
	width: 320px;
	font-family: Verdana;
	font-weight: bold;
}
div.ErrorBox {
	background-color: blue;
	border: dashed yellow 1px;
	width: 640px;
	padding: 8px;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

