html, body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	font-family: Arial;
	font-size: 12px;
	color : #000000;
}
.true {
	background-color: #FFFFFF;
}
.false {
	background-color: #FAFAFA;
}
#flashobj {
	float: right;
	width: 100px;
	height: 20px;
	margin-top: 5px;
	cursor: pointer;
}
#parseloader {
	background: url(parseLoader.gif) no-repeat;
	height: 16px;
	width: 16px;
	float: left;
	margin: 5px 10px 0 5px;
	float: right;
	visibility: hidden;
}
#container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 30px;
}
#top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
	background:#000000;
}
#middle {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
}
.genrepane {
	position: absolute;
	left: 0;
	top: 0;
	width: 33.3%;
	height: 50%;
	z-index: 28;
}
.librarypanetop {
	width: 100%;
	top : 0;
	left : 0;
	height: 16px;
	line-height: 16px;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.librarypanebottom {
	width: 100%;
	top: 16px;
	left: 0;
	bottom: 0;
	position: absolute;
	overflow: auto;
	background-color: #FFFFFF;
}
.artistpane {
	position: absolute;
	top: 0;
	left: 33.3%;
	width: 33.3%;
	height: 50%;
	overflow: auto;
	z-index: 27;
}
.albumpane {
	position: absolute;
	top: 0;
	left: 66.6%;
	width: 33.4%;
	height: 50%;
	overflow: auto;
	z-index: 26;
}
.songpane {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	height: 48%;
	overflow: auto;
	z-index: 29;
}
.libraryitem {
	padding: 2px;
	text-indent: 5px;
	font-size: 13px;
	cursor: default;
	overflow: hidden;
	height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 21;
}
.genrepane {
	border-right: 1px solid #CCCCCC;
}
.artistpane {
	border-right: 1px solid #CCCCCC;
}
.songpane {
	border-top: 1px solid #CCCCCC;
}
.libraryhighlight {
	background-color: #000000 !important;
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
}
.librarypanetop {
	background-image:url(library-header-bg.png) !important;
	background-repeat: repeat-x !important;
	color: #000000;
}
#libinput {
	width: 475px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 20px;
}
.libtab {
	float: left;
	color: #FFFFFF;
	height:30px;
	line-height:30px;
	cursor: pointer;
	border: 1px solid #000000;
	background-color: #000000;
	width: 80px;
	overflow: hidden;
	text-align: center;
}
.libtab:hover {
	font-weight: bold;
}
.tabselected {
	color: #000000;
	background-color: #DADBDA;
	border: 1px solid #DADBDA;
	font-weight: bold;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#libloader{
	background: url(libLoader.gif) no-repeat;
	width: 64px;
	height: 64px;
	margin: 40px auto 0 auto;
}
.librarysongitem {
	text-indent: 25px !important;
}
.librarysongitemselected {
	background-image:url(speaker.png);
	background-position:-11px -5px;
	background-repeat: no-repeat;
}