* {
	margin: 0px;
	padding: 0px;
}

body, input {
	color: #333;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}

a img { 
	border: 0px;
}

.playlist a {
	color: #333;
	text-decoration: none;
	padding: 2px;
	display: block;
}

.playlist a:hover {
	background: #CCC;
}

.songLine:hover .removeid {
	display: block;
}

.volinput {
	width: 40px;
	text-align: center;
	line-height: 10px;
}

.playlist a.removeid {
	width: 30px;
	float: right;
	border: 0px;
	background: transparent;
	display: none;
	text-align: center;
	color: #999;
}


.current {
	background: #EEE;
}

.playlist {
	height: 220px;
	overflow: hidden;
	overflow-y: scroll;
	margin-top: 20px;
	margin-bottom: 10px;
}

.playlist p {
	clear: both;
}

.container {
	position: absolute;
	width: 700px;
              
	border: 1px solid lightgray;
	padding: 10px;
	Aleft: 50%;
	Atop: 50%;
	margin-top: 10px;
	margin-left: 10px;
	-moz-border-radius: 15px;
	-webkit-botder-radius: 15px;
}

.meta {
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	top: 18px;
	right: 10px;
	border: 1px solid lightgray;
	border-bottom: 1px solid #FFF;
	height: 16px;
}

.navi {
	position: absolute;
	top: 15px;
	right: 1px;
}

.navi ul {
	aalist-style-type: none;
}

.navi li {
	display: inline;
}

.label {
	font-size: 1pt;
	color: #AAA;
background: #03D9FF; 
}

.marker {
	padding: 2px; 
	float: left; 
	display: block; 
	width: 1px; 
	background: #B3D9FF; 
	margin-right:10px;
}

.bottombar a {
	color: #333;
	text-decoration: none;
}

.bottombar a:hover {
	text-decoration: underline;
}

input {
	border: 1px solid lightgray;
	color: #999;
	padding: 2px;
}

.ajaxOutput * {
	margin-right: 30px;
	display: none;
}


body {
	font-size: 4mm;
}

.navbar span.nowplaying {
	color: #FFF;
	line-height: 60px;
	float: left;
	font-size: 15pt;
}


.TablePlaylist{
    width:100%;
    text-align: center;
    background-color: red;
}
.TablePlaylis tr{
		background: #FF1f3;
	}
	/* Define the hover highlight color for the table row */
.TablePlaylis tr:hover {
          background-color: #ffff99;
    }

.TablePlaylist .datacolcenter {
    width:15mm;
    text-align: center;
    background-color: red;
}
.TablePlaylist .datacolright {
    text-align: right;
    background-color: red;
    width:15mm;
    background-color:#008080;
}
.TablePlaylist .datacolleft {
    text-align: left;
    background-color: red;
    width:15mm;
    background-color:#008080;
}