body {
	font-family: verdana;
	font-size: 10pt;
	background-color: #861717;
	background-repeat: no-repeat;
	color: #333;
}



a	{
		text-decoration: none;
		font-weight: bold;
		color: #333;
	}


td {
	font-family: verdana;
	font-size: 10pt;
}

.columns-float
	{
	float: left;
	width: 95%;
	}
.column-one
	{
	float: left;
	width: 25%
	}

.column-middle
	{
	float: left;
	width: 50%;
	}

.box {
	border: 2px solid black;
	margin: 10px;
	background-color: #f2f2f2; 
}

.boxheader {
	background-color: #861717;
	color: white;
	text-align: center;
	margin: 0px;
	border-bottom: 1px solid black;

}

.boxbody {
	margin: 3px;
	background-color: #f2f2f2;
}

tr.ruled{
			background:#333;
			color:#fff;
		} 
#mytable tr.ruled{
			background:#fff;
			color:#fff;
		}

a.verzoek:hover {
			background:#333;
			color:#fff;
}

#note {
	font-weight:	bold;
}

#spoedverzoek {
	color:	blue;
	font-weight:	bold;
}

#searchresults table {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

#searchresults th {
	font-size: 0.8em;
	text-align: left;
	margin: 2px;
	padding: 0px;
}

#searchresults td {
	font-weight: bold;
}

.songtitle {
	width: auto;
}

.playtime {
	width: 70px;
}

.smscode {
	width: 90px;
}

.dateadded {
	width: 150px;
}

.color0 {
	background-color: #bbb;
}

.color1 {
	background-color: #eee;
}

