td#column-1 {
	width: 480px;
}
td#column-2 {
	width: 510px;
}
div#recorder-container {
}
input#query {
}
div#search-result {
	height: 360px;
	width: 100%;
}
div#search-result table.layout {
	width: 100%;
}
div#search-result table.item {
	margin: 8px auto;
	width: 160px;
}
div#search-navigation {
}
div#search-navigation table {
	width: 100%;
}
div#search-stats {
	text-align: left;
}
div#search-pager {
	text-align: right;
}
div#search-pager span {
	margin-left: 8px;
}
div#search-pager a {
	margin-left: 8px;
}
div#search-tabs span {
	padding: 6px;
	line-height: 30px;
	margin-left: 8px;
	font-weight: bold;
	font-family: "MS Arial", sans-serif;
	text-align: center;
}
div#search-tabs span.inactive {
	background-color: rgb(216, 223, 234);
	color: rgb(59, 89, 152);
	border: 1px solid rgb(216, 223, 234);
	cursor: pointer;
}
div#search-tabs span.active {
	background-color: white;
	color: rgb(59, 89, 152);
	border: 1px solid rgb(216, 223, 234);
	border-bottom: 1px solid white;
	position: relative;
	top: 1px;
}
div#search-result table.zing-layout {
	width: 100%;
}
div#search-result table.zing-layout tr {
	height: 55px;
}
div#search-result table.zing-layout tr.odd {
	background-color: #F1F1F1;
}
a.zing-song-title {
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}
span.zing-singer {
	font-weight: bold;
	color: #FF0066;
}
span.zing-song-type {
	font-weight: bold;
	color: #FF8800;
}

