/*
	DELFI TV programa
	CSS ekranui
*/

div.clear
{
	width: 100%;
	height: 0px;
	clear: both;
}

/* Visko container'is */
div#tv
{
	display: block;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

div#tv select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}

/* Antraštė */
div#tv_header
{
	display: block;
	background-color: #eeeeee;
	margin: 4px;
	padding: 4px;
}
		
	/* Dienos pasirinkimas */
	div#tv_header div#tv_choose_day_or_channel
	{
		display: block;
		float: left;
		width: 82%;
	}

		/* Pavadinimas */
		div#tv_header div#tv_choose_day_or_channel a strong
		{
			color: #0000ff;
		}

		div#tv_header div#tv_choose_day_or_channel strong
		{
			color: #000000;
		}

	/* Nuoroda "Spausdinti" */
	div#tv_header a#tv_print
	{
		display: block;
		width: 15%;
		float: right;
		text-align: right;
		font-size: x-small;
		color: #000000;
		text-decoration: none;
	}
	
		/* Printeriukas */
		div#tv_header a#tv_print img
		{
			border: none;
			width: 20px;
			height: 18px;
		}


/* Pati programa (listing'ai) */
div#tv_listings
{
	width: 100%;
}

	div#tv_listings table
	{
		width: 100%;		
	}
	
	div#tv_listings table tr th, div#tv_listings table tr td
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}

	/* Kanalų pasirinkimas */
	div#tv_listings table tr#tv_channels_or_days th
	{
		width: 25%;
		text-align: left;
	}
	
	div#tv_listings table tr#tv_channels_or_days th select
	{
		width: 100%;
	}


	/* "Dabar rodome" */
	div#tv_listings table tr#tv_onair th
	{
		font-weight: normal;
		font-size: 12px;
		text-align: left;
		vertical-align: top;
		background-color: #0094de;
		color: #ffffff;
		
		margin: 4px;
		padding: 4px;	
	}
	
	div#tv_listings table tr#tv_onair img, div#tv_listings table tr#tv_onair strong
	{
		display: block;
	}

	/* Kanalo logotipas */
	div#tv_listings table tr#tv_onair img
	{
		/* Centravimas */
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
	/* Laidos (listing'as) */
	div#tv_listings table tr#tv_all_programmes td
	{
		text-align: left;
		vertical-align: top;
	}
	
	
	
	/* "Šiuo metu rodoma" skiltis (puslapis) */
	table#tv_currently_onair
	{
		
	}

		table#tv_currently_onair th
		{
			text-align: left;
			vertical-align: top;
			font-size: 12px !important;
			padding-bottom: 0.5em !important;
		}
		
		 table#tv_currently_onair td
		{
			text-align: left;
			vertical-align: top;			
		}
