/* CSS Document */
body {
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	text-align: center;
	margin: 0px;
	background: #B7DEFC;
}

p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: normal;
	font-size: 10px;
	color: #000000;
}

div.header {
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../images_blue/header.gif);
	background-position: right bottom;
	width: 680px;
}

div.media {
	text-align: left;
	width: 480px;
	padding: 10px;
	margin: 0px 0px 0px 10px;
	height: 396px;
	background-image: url(../images_blue/mediaboxbig.gif);
	background-repeat: no-repeat;
}

.header h1 {
	color: #000000;
	background: url(../images_blue/headerh2.gif) no-repeat left bottom;
	font-size: 18px;
	margin: 0px;
	padding: 10px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}


#leftcolumn {
	width: 168px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

#playlists {
	height: 122px;
	padding: 0px;
	margin-bottom: 10px;
}

#rightcolumn {
	float: left;
	width: 520px;
	text-align: left;
}

#thumbnails {
	background-image: url(../images_blue/thumbnails.gif);
	background-color: #B7DEFC;
	background-repeat: no-repeat;
}

.sidebox {
	margin: 0 auto;
	background: url(../images_blue/roundbox.gif) no-repeat bottom right;
	width: auto;
}

.boxhead {
	background: url(../images_blue/roundboxhead.gif) no-repeat top right;
	margin: 0px;
	padding: 0px;
}
.boxhead h2 {
	background: url(../images_blue/roundboxheadh2.gif) no-repeat top left;
	padding: 6px 8px 3px;
	color: white;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
	margin: 0;
}
.boxbody {
	background: url(../images_blue/roundboxbody.gif) no-repeat bottom left;
	margin: 0;
	padding: 8px 8px 0px;
}
#footer {
	color: #FFFFFF;
	padding: 5px 0px 5px 200px;
	clear: left;
}
select.playlists {
	width: 150px;
	font-size: 11px;
}
#playlists a {
	line-height: normal;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
}
#playlists a:hover {
	line-height: normal;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #000000;
}

h3 {
	font-size: 11px;
	margin: 0;
	padding-bottom: 4px;
	font-weight: normal;
}

h4 {
	font: normal 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding-bottom: 6px;
}

div#btnLeft	{
	width: 21px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images_blue/btnleft.gif);
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{
	position:relative;
	overflow:hidden;
	width:480px;
	z-index:100;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 110px;
	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:480px;
	clip:rect(0px,480px,120px,0px);
	overflow:hidden;
	z-index:1;
	height: 120px;
	}
div.content {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width: 90000px;
	overflow: hidden;
	height: 120px;
	visibility: hidden;
	}

div#headerleft {
	font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	text-align: left;
	color: #000000;
	margin: 0px;
}

img {
	border: none;
}
#main {
	width: 700px;
	margin: 0px auto; 
	text-align: left;
}
h5 {
	font: normal 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 6px;
}
#thumbnailstable {
	height: 152px;
	width: 520px;
	margin-bottom: 10px;
}
div#headerright {
	font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	text-align: right;
	color: #000000;
	margin: 0px;
}
div.headerRightMenu {
	float: right;
	width: 200px;
	color: #FFFFFF;
	padding: 18px 14px 0px 0px;
	text-align: right;
}
div#btnRight {
	width: 21px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images_blue/btnright.gif);
}
#playlistinfo {
	height: 84px;
	margin-top: 6px;
	margin-bottom: 6px;
	overflow: auto;
}
#info {
	height: 370px;
	overflow: auto;
}

