﻿body
{
	font-family: arial;
}

table.tvprogram
{
    font-family: arial;
}

table.tvprogram th
{
    background-color: #e5ecf9;
    border-top: 3px solid #97acd4;
    text-align: left;
    color: #3366cc;
}

table.tvprogram th img
{
	/*margin: 3px 3px 3px 3px;*/
	padding: 3px;
}

table.tvprogram th h1
{
    margin: 0;
    text-align: left;
    color:#777777;
    font-size:24px;
}

table.tvprogram a
{
	text-decoration:none;
}

table.tvprogram td
{
    font-size: 80%;
    vertical-align: top;
}

td.gray
{
    color: #AAAAAA;
}

.listgray
{
	color: Gray;
}

.listred
{
	color: Red;
	font-weight: bold;
	font-size: 110%;
}

.listmenu td
{
	/*height: 40px;*/
	padding: 10px;
}

.listmenu a
{
	color: Black;
	font-size:20px;
	margin: 0 20px 0 0;
	
}

/*******************************/
.tabs
{
	margin-top: 40px;
	border-bottom: solid 3px #97acd4;
	height: 1.5em;
}

.tabs ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs li
{
    float: left;
    border: 3px solid #97acd4;
    border-bottom-width: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 1px;
    top:-8px;
    position:relative;
}

.tabs a
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    display: block;
    background: #e5ecf9;
    padding: 0.3em 1.5em;
    /*color: #00c;*/
    color:#555555;
    text-align: center;
}

.tabs a:hover
{
    background: #ddf;
}

.tabs .selected
{
    border-color: #97acd4;
}

.tabs .selected a
{
    position: relative;
    top: 2px;
    background: white;
    color: black;
    font-weight: bold;
}

img a, img
{
	border:0!important;
}

h1, h2
{
	font-family: arial;
}