.tpHeader, .tpPlayer, .tpClipInfo, .tpCategoryList, .tpSearch, .tpNavigation, .tpReleaseList {
}

.tpHeader *, .tpPlayer *, .tpClipInfo *, .tpCategoryList *, .tpSearch *, .tpNavigation *, .tpReleaseList * {
/*	display: none;*/
}

.tpHeader a, .tpPlayer a, .tpClipInfo a, .tpCategoryList a, .tpSearch a, .tpNavigation a, .tpReleaseList a {
	text-decoration: none;
	color: #ddd;
}

.tpHeader p, .tpPlayer p, .tpClipInfo p, .tpCategoryList p, .tpSearch p, .tpNavigation p, .tpReleaseList p {
	margin: 5px 0px 5px 0px;
}

.tpHeader input, .tpPlayer input, .tpClipInfo input, .tpCategoryList input, .tpSearch input, .tpNavigation input, .tpReleaseList input {
	margin: 0px;
	height: 15px;

}

.tpHeader {
	line-height: 100%;
	text-align: center;
	font-size: 48px;
	text-indent: -5000px;
	overflow: hidden;
}

.tpClipInfo {
	overflow: hidden;
	position: relative;
}

.tpClipInfo > * {
	margin: 5px;
}

.tpClipInfo > object {
	margin: 0;
}

.tpClipInfo .tpTitle {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.tpClipInfo .tpMetadata {
}

.tpDescription {
	position: relative;
	z-index: 99;
}

.tpClipInfo .tpCopyright {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	font-size: 11px;
	z-index: 100;
}

.tpNavigation {
	text-align: center;
	display: box;
}

.tpNavigation .tpPreviousRange {

}

.tpNavigation .tpNextRange {

}

.tpNavigation .tpRangeInfo {

}

.tpNavigation .tpPageInfo {

}

.tpNavigation .tpPageLinks {

}

.tpNavigation .tpPageLinks .tpPageLink {

}

.tpCategoryListExpanded {
        z-index: 10000 !important;
}

.tpCategoryList ul {
	list-style: none;
	margin: 0;
	text-indent: 0;
	padding: 3px 0px 3px 0px;
}

.tpCategoryList ul li {
	margin-left: 0;
	padding: 0;
}

.tpCategoryList ul li a {
	display: block;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #545759;
	font-size: 12px;
}

.tpReleaseList {
    position: relative;
	overflow: hidden;
}

.tpReleaseListItem {
	float: left;
	width: 50%; /* should be programmatically set by GWT using percentages, and overridable by CSS */
	height: 50%;
	overflow: hidden;
	border-bottom: 1px solid #575757;
}

.tpReleaseListItem > * {
	margin: 5px;
}

.tpReleaseListItem .tpMetadata {
	border: 1px solid black; 
	float: left;
	width: 176px; /* should be programmatic */
	height: 64px; /* should be programmatic */
	padding: 4px;
	overflow: hidden;
}

.tpReleaseList .tpThumbnail {
	float: left;
	border: 1px solid black;
	margin: 5px; 
	padding-top: 4px;
	padding-bottom: 4px;
	width: 85px;
	height: 64px;
	background: black;
}

.tpReleaseListItem .tpMetadata > * {
	margin: 0;
}

.tpReleaseListItem .tpTitle {
	font-size: 12px;
	margin-bottom: 4px;
}

.tpReleaseListItem .tpDescription {
	font-size: 11px;
	text-indent: 0;
}

.tpHtmlContainer {
	border: 1px solid #545759;
	width: 100%;
	height: 100%;
}

.tpFlashContainer {
}

.tpFlashContainer object {
	margin: 0;
}

.tpPlayer {
    overflow:hidden;
}

.tpReady {
        text-indent: 0;
}

