@CHARSET "ISO-8859-1";
table.page, table.user, table.news, table.addMessage, table.allAddresses, table.allSongs, tabel.song, table.selectSong, table.nosEvening {
	width: 700px;
}

table.message {
	width: 100%;
	border: 1px;
	border-spacing: 0px;
}

tr.NosEveningPast {
	background-color: #AA0000;
}

tr.NosEveningFuture {
	background-color: #00AA00;
}

td {
	vertical-align: top;
}

td.menu {
	width: 155px;
}

td.checkbox, td.editLink, td.radio {
	width: 16px;
}

td.rights {
	text-align: right;
}

td.messTitle {
	background-color: #fe4947;
	font-weight: bold;
}

td.messInfo {
	background-color: #DDDDDD;
}

td.message {
	background-color: #EEEEEE;	
}

td.freeSpace {
	height: 10px;
}

td.songNrTitle {
	width: 25px;
}

td.songNr {
	width: 25px;
	text-align: right;	
}

td.songText {
	width: 540px;
	background-color: #FFFFFF;
	border: 1px solid black; 
	font-family: monospace;
}

td.checkbox, td.edit {
	width: 15px;
}

input.add {
	height: 16px;
	width: 16px;
	background-image: url(../images/add.png);
	border: 0px;
	font-size: 0px;
}

input.edit {
	height: 16px;
	width: 16px;
	background-image: url(../images/edit.png);
	border: 0px;
	font-size: 0px;
}

input.remove {
	height: 16px;
	width: 16px;
	background-image: url(../images/remove.png);
	border: 0px;
	font-size: 0px;
}

textarea.message {
	width: 630px;
	height: 150px;
}

textarea.text {
	width: 630px;
	height: 650px;
}
