div.playlistView {
  font-size: 0.95em;
}

div.playlistView div.playlistPublished {
	border: solid 3px #00f;
	padding: 15px;
}

div.playlistView div.playlistPublished h4 {
	color: #00f;
}

div.playlistView div.playlistUnpublished {
	border: solid 3px #f00;
	padding: 15px;
}

div.playlistView div.playlistUnpublished h4 {
	color: #f00;
}

div.playlistView div.sepListsPublishedUnpublished {
	height: 25px;
}


div.playlistView h2.playlistTitle {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

div.playlistView div.playlistDescription {

}

div.playlistView table.tableSongList {
	border: solid 1px #666;
	border-collapse : collapse;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
  font-size: 0.9em;	
}

div.playlistView table.tableSongList thead {

}

div.playlistView table.tableSongList thead tr {
	background-color: #557FDF;
	color: #fff;
	height: 30px;
}

div.playlistView table.tableSongList thead tr td {
	border: dashed 1px #333;
	text-align: center;
	font-weight: bold;
}

div.playlistView table.tableSongList thead tr td.labelArtist {
	width: 200px;
}

div.playlistView table.tableSongList thead tr td.labelTitle {
	width: 200px;
}

div.playlistView table.tableSongList thead tr td.labelAlbum {
	width: 170px;
}

div.playlistView table.tableSongList thead tr td.labelWebsite {
	width: 140px;
}

div.playlistView table.tableSongList thead tr td.labelAdmin {
	width: 180px;
}

div.playlistView table.tableSongList tbody {

}

div.playlistView table.tableSongList tbody tr {
	height: 30px;
}

div.playlistView table.tableSongList tbody tr.row0 {
	background-color: #fff;
}

div.playlistView table.tableSongList tbody tr.row1 {
	background-color: #eeeeff;
}


div.playlistView table.tableSongList tbody td {
	border: dashed 1px #666;
	text-align: center;
}




div.playlistEdit {
	font-size: 0.95em;
	font-family: verdana;
}

div.playlistEdit h2.playlistEditTitle {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

div.playlistEdit div.validationErrors {
	color: #f00;
}

div.playlistEdit div.validationErrors span.msgErreursDetectees {
		font-weight: bold;
}

div.playlistEdit div.validationErrors ul.listeErreurs {
  list-style-type: none;
}

div.playlistEdit div.validationErrors ul.listeErreurs li.erreurs {

}

div.playlistEdit div.validationErrors ul.listeErreurs li.erreurs ul.listeErreursChamps {

}

div.playlistEdit div.validationErrors ul.listeErreurs li.erreurs ul.listeErreursChamps li.erreurChamp {

}

div.playlistEdit div.formEdit {

}

div.playlistEdit div.formEdit form {
	
}

div.playlistEdit div.formEdit form input.textField {
	width: 500px;
	border: solid 1px #ccc;
}

div.playlistEdit div.formEdit form p.submitButton {
  padding-left: 120px;
}


div.playlistEdit div.formEdit p.undoButton {
  padding-left: 120px;
}






div.songEdit {
	font-size: 0.95em;
	font-family: verdana;
}

div.songEdit h2.songEditTitle {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

div.songEdit div.validationErrors {
	color: #f00;
}

div.songEdit div.validationErrors span.msgErreursDetectees {
		font-weight: bold;
}

div.songEdit div.validationErrors ul.listeErreurs {
  list-style-type: none;
}

div.songEdit div.validationErrors ul.listeErreurs li.erreurs {

}

div.songEdit div.validationErrors ul.listeErreurs li.erreurs ul.listeErreursChamps {

}

div.songEdit div.validationErrors ul.listeErreurs li.erreurs ul.listeErreursChamps li.erreurChamp {

}

div.songEdit div.formEdit {
	
}

div.songEdit div.formEdit form input.textField {
	width: 500px;
	border: solid 1px #ccc;
}

div.songEdit div.formEdit form p.submitButton {
  padding-left: 120px;
}


div.songEdit div.formEdit p.undoButton {
  padding-left: 120px;
}