body {
	margin: 0;
	padding: 0;
	background-color: #176596;
	color: white;
	font: 13px Arial, Verdana;
	width: 612px;
}

a, a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#main {
	margin: 0;
	padding: 0;
	width: 612px;
	height: 407px;
}

#header {
	height: 55px;
	background-image: url(/images/media/header.gif);
}

#tab_videos, #tab_audios {
	position: absolute;
	top: 26px;
}

#tab_videos {
	left: 351px;
}

#tab_audios {
	left: 475px;
}

#left_col {
	width: 320px;
}

#right_col {
	width: 290px;
	position: absolute;
	left: 320px;
	top: 55px;
}

#title {
	height: 15px;
	background-color: black;
	color: white;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	border-bottom: 1px solid #9DBADB;
}

#date {
	float: right;
}


#list {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 283px;
	height: 273px;
	border-bottom: 1px solid #9DBADB;
}

#list li {
	padding: 2px;
}

#list li.playing
{
	background-color: #52A4BC;
}

#sortby {
	margin-left: 30px;
}

#sortby td {
	margin: 0;
	padding: 0;
}

#footer {
	/* background:  url(/images/media/poweredby.gif) no-repeat right; */
	position: absolute;
	top: 384px;
	left: 0;
	height: 23px;
	width: 612px;
	background-color: #52A4BC;
	line-height: 23px;
	padding-left: 3px;
}

#poweredby {
	float: right;
	margin: 0;
	padding: 0;
}
