﻿body {
	font-family: arial;
}

.clear {
	clear: both;
}

.tv-guide-col {
	float:left;
	margin-right: 10px;
}

table.shows {
    font-family: arial;
}

table.shows th {
    background-color: #e5ecf9;
    border-top: 3px solid #97acd4;
    text-align: left;
    color: #3366cc;
}

table.shows th img {
	padding: 3px;
}

table.shows th h1 {
    margin: 0;
    text-align: left;
    color:#777777;
    font-size:24px;
}

table.shows a {
	text-decoration:none;
}

table.shows td {
    font-size: 80%;
    vertical-align: top;
}

table.shows td.time {
	width: 50px
}

table.shows td.title {
	width: 250px
}

td.gray {
    color: #AAAAAA;
}

.datetime {
	display: none;
}

.listgray {
	color: Gray;
}

.listred {
	color: Red;
	font-weight: bold;
	font-size: 110%;
}

.listmenu td {
	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;
}
