/*--- Text ------------------------------ */
#text {
	width:500px;
	padding:20px;
	overflow:hidden;
	float:left;
}

#text h1 {
	color:#4D616A;
	
}

/*--- Channels ------------------------------ */
#channels {
	color:#fff;
	margin:40px 0 0 10px;
	width:150px;
	float:left;
	padding:10px;
	background-color:#222222;
	border:1px solid #efefef;
}

#channels ul {
	margin:4px 0 4px 20px;
	padding:0;
}




/*--- [Layout detailedview]------------------------------------------*/
#tvContainerDetail {
	clear:both;
	padding:10px;
	text-align:left;
	float:left;
}

#tvContainerDetail img,
#tvContainerDetail h2{
	font-size:small;
	display:inline;
}
#tvContainerDetail table{
	margin:0 0 10px 0;
	padding:0;
	background-color:#fff;
	text-align:left;
}

#tvContainerDetail table th {
	font-size:x-small;
	color:#ccc;
}
#tvContainerDetail table caption {
	margin:5px 0 5px 0;
	text-align:left;
	font-size:x-small;
	color:#333;

}
#tvContainerDetail table caption a{
	display:block;
	margin:5px 0 5px 0;
	font-weight:bold;

}

#tvContainerDetail table thead {
	font-size:small;
	color:#333;
}


#tvContainerDetail table td{
	vertical-align:top;
}


#tvContainerDetail table td.tPres,
#tvContainerDetail table td.title,
#tvContainerDetail table td.tNow ,
#tvContainerDetail table td.titleNow  {
	padding:4px;
	border-bottom:1px solid #D5D5D5;
}

#tvContainerDetail table td h5 {
	margin:0;
	padding:0;
	font-size:small;
}	


#tvContainerDetail table td.tNow ,
#tvContainerDetail table td.titleNow  {
	background-color:#D8EAF2;


}

#tvContainerDetail table td.tPres,
#tvContainerDetail table td.title {
	background-color:#fff;
}