body {
	font-family: verdana, sans-serif;
	color: #000;
	background-color: #ddd;
	background: url('brushed_metal.gif');
	font-size: 7pt;
	text-align: center;
}
a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
th, td {
	white-space: nowrap;
	font-size: 7pt; /* IE needs it =( */
	font-weight: normal;
}
table.browse {
	margin: auto;
	border: solid 1px #666666;
}
table.browse th {
	background: url('selectTitleBG.gif');
	height: 15px;
	border-bottom: solid 1px #666666;
}
select {
	font-family: verdana, sans-serif;
	font-size: 7pt;
}
table.playlist {
	margin: auto;
	border: solid 1px #666666;
}
table.sort td.title {
	width: 100%;
}
table.sort td {
	border: 0;
	margin: 0;
	padding: 0;
}
th.headerSelected {
	background: url('th_sel.gif');
	border-bottom: solid 1px #666666;
	height: 15px;
}
th.headerNormal {
	background: url('th.gif');
	border-bottom: solid 1px #666666;
	height: 15px;
}
table.playlist th, td {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sep {
	border-right: solid 1px #ddd;
}
div.sort_text {
	float: left;
}
div.sort_arrow {
	text-align: right;
}
.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}
img {
	border-width: 0px;
}
img.arrow {
	margin-left: 3px;
	margin-right: 3px;
}
td.blueRow {
	color: #000;
	background-color: #edf3fe;
}
td.whiteRow {
	color: #000;
	background-color: #fff;
}
tr.blueRow {
	color: #000;
	background-color: #edf3fe;
}
tr.whiteRow {
	color: #000;
	background-color: #fff;
}
div.label {
	text-align: center;
	margin: 1em;
}
