body * {
	font-family: verdana, sans-serif;
	font-size:8pt;
	color: #000;
}

body.Main {
	text-align:center;
}

body.PlaylistBody {
	padding:0px;
	background-image:url('../img/playlist_bg.gif');
	background-repeat:no-repeat;
}

table {
	font-family: verdana, sans-serif;
	font-size:8pt;
}

a, a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover, a:visited:hover {
	color:#c0c0c0;
}

a.RegisterLink, a.RegisterLink:visited {
	color:#ec1d91;
}

a.RegisterLink:hover, a.RegisterLink:visited:hover {
	color:#c0c0c0;
}

/* * *   Playlist   * * */
div.pllItem {
	margin:0;
	cursor:pointer;
}
img.pllThumb {
	float:left;
	width:83px;
	height:62px;
	margin-top:10px;
	border:1px solid #000;
}

/** IE6 hack */
* html img.pllThumb {
	margin-top:0px;
}

div.pllContainer {
	float:left;
	position:relative;
	margin-left:3px;
	width:195px;
	height:65px;
	border-bottom:1px solid #000;
	margin-top:9px;
}

/** IE6 hack */
* html div.pllContainer {
	margin-top:0px;
}

.pllContainer * {
	color:#000;
	font-family: verdana, sans-serif;
	font-size:8pt;
}
.pllContainer * span.Label {
	color:#ec1d91;
}
div.pllTitle {
	height:13px;
	overflow:hidden;
}
div.pllAlbum {
	height:13px;
	overflow:hidden;
}

/* * *   Player   * * */
#movContainer {
	width:384px;
	text-align:left;
}
#movTitle {
	width:384px;
	font:bold 8pt Verdana,Helvetica,sans-serif;
	color:black;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:2px;
}

#movTitle a, #movTitle a:visited {
	color:#066666;
	text-decoration:underline;
}

#movTitle a:hover, #movTitle a:visited:hover {
	color:#c0c0c0;
}

td.movScore {
	color:black;
	vertical-align:middle;
}
select#selScore {
	height:22px;
	font-size:13px;
}
#movButtons {
	margin:5px 0 5px 0;
	border-top:0px solid #cccccc;
	text-align:center;
}
#movReactions {
	border-top:3px solid #88aacc;
	height:158px;
	background-color:#eeeeee;
	color:black;
	overflow:auto;
}
div.movRctText {
	border-top:1px solid #cccccc;
	padding:5px 0 11px 10px;
	line-height:18px;
}
div.movRctMovie {
	border-top:1px solid #cccccc;
	padding:5px 0 5px 10px;
	line-height:18px;
	cursor:pointer;
}
td.reactlist {
	border-bottom:1px solid #a9a9a9;
	color:#4b4b4b;
	font-size:11px;
	vertical-align:top;
	padding:3px 3px 2px 4px;
}

.Footer {
	width:100%;
	height:44px;
	background-image:url('../img/footer.gif');
	background-position:center;
	background-repeat:no-repeat;
	margin-top:252px;
	border:1px solid black;
}

/** IE6 hack */
* html .Footer {
	margin-top:200px;

}
