﻿/******************************/
/* BODY */
/******************************/
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Garamond, Times New Roman, Times, serif;
	font-size: 12px;
}
/******************************/


/******************************/
/* GUIDE */
/******************************/
.guide
{
    background-color: #FFFFFF;
    border-color: #999999;
}

.stationheader
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.dayheader
{
	background-color: #4169E1;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.timeheader
{
	background-color: #808080;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.show-new
{
	background-color: #DC143C;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
}

.show-newtime
{
	background-color: #FAEBD7;
	color: #000000;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
}

.show
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
}


/******************************/
/* RIGHT */
/******************************/
.header-right
{
	background-color: #008000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
/******************************/


/******************************/
/* PREMIERS */
/******************************/
.premier-header
{
	background-color: #808080;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}

.premier-newshow
{
	background-color: #FFFFFF;
	color: #DC143C;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
}

.premier-text
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
}
/******************************/


/******************************/
/* Shows           */
/******************************/
.show-header-season
{
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
.show-header
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.show-text
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: 400;
	text-decoration: none;
}
/******************************/