body {
	background: #111;
	color: #fff;
	font: sans-serif;
	font-weight: normal;
	margin: 0 0;
}

img {
	border: none;
}

a {
	color: #ddd;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #fff;
}


#mainBody {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 596px;
	margin: 0 0;
	overflow: clip;

	border: #FAFAFA 2px solid;
}

#header {
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 15px;
	overflow: hidden;
	border-bottom: #FAFAFA 2px solid;
	font-size: 0.8em;
	margin: 0px 0px;

	background-image: url('images/header.png');
}

#header a {
	color: #444444;
	outline: none;
	text-decoration: none;
}

#header a:hover {
	color: #ffffff;
}

div.tab { float: left; margin: 0px 0px; }
.tabLeft { float: left; width: 7px; }
.tabMiddle { float: left; margin: 0px 0px; }
.tabRight { float: left; width: 7px; }

#topBody {
	position: static;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 321px;
	border-bottom: #FAFAFA 2px solid;
	margin: 0 0;
}

#topRightBody {
	position: absolute;
	left: 0px;
	height: 521px;
	margin: 0 0;
}

#MooFlow {
	width: 798px;
	margin: 0 auto;
}

#playlistView {
	position: static;
	width: 799px;
	height: 108px;
}

#playlistHeaderView {
	height: 15px;
	font-size: small;
	color: black;
	border-bottom: 1px solid #555555;
	padding-left: 3px;

	background-image: url('images/header.png');
}

#playlistContentView {
	width: 797px;
	height: 92px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: small;
	padding-left: 3px;

	background: #202020;
}

#playlistContentView td {
	padding: 0px 0px 3px 0px;
}

td.titleColumn {
	width: 550px;
}

td.artistColumn {
	width: 165px;
}

#bottomBody {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 256px;
	margin: 0 0;
}

#bottomLeftBody {
	position: absolute;
	width: 256px;
	height: 256px;
	left: 0px;
	margin: 0 0;
	border-right: #FAFAFA 2px solid;
}

#artworkView {
	position: absolute;
	left: 0px;
	width: 256px;
	height: 214px;
	margin: 0 0;
	border-bottom: #FAFAFA 2px solid;
}

#messageNotes {
	position: absolute;
	top: 216px;
	left: 0px;
	width: 256px;
	height: 42px;
	margin: 3px 0px 0px 0px;
	font-size: 1.0em;
}

#bottomMidBody {
	position: absolute;
	left: 256px;
	width: 220px;
	margin: 0 0;
}

#mediaInformation {
	visibility: hidden;
	margin: 2px 8px 2px 8px;
	text-align: center;
	font: serif;
}

#mediaLinks {
	visibility: hidden;
	margin: 0px 0px 0px 2px;
	font: serif;
	font-size: x-small;
}

#bottomRightBody {
	position: absolute;
	left: 476px;
	right: 0px;
	margin: 0 0;
}

#mediaPlayer {
	z-index: 1;
}

tr.primary {
	background: #202020;
}

tr.secondary {
	background: #303030;
}

div.mediaBlockContainer {
	position: absolute;
	top: 152px;
	color: #bbb;
}

a.mediaLink {
	color: #fff;
	outline: none;
	text-decoration: none;
}

a.mediaLink:hover {
	color: #fff;
	outline: none;
	text-decoration: underline;
}

div.mediaBlock {
	height: 32px;
	width: 222px;
	margin: 0px 0px 4px 0px;

	background-image: url('images/header32.png');
}

img.icon {
	width: 28px;
	margin: 2px 12px 0px 12px;
}
