body {
	padding: 0px;
	margin: 0px;
}

#station-grid
{
	font-family: Arial;
	font-size: 12px;
	border-spacing:0;
	border-collapse:collapse;
	margin: 0px 1px;
}

.schedule-corner { border-right: none; }

#station-grid .day
{
	border: 1px solid gray;
	font-size: 14px;
	padding-bottom: 5px;
	background: #f7f7f7;
}

.program
{
	border: 1px solid gray;
	background: #f7f7f7;
	padding: 5px;
}

#station-grid th,
#station-grid .program 
{
    word-wrap: break-word;
}

#station-grid .time
{
	width: 65px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: none;
	background: #f7f7f7;
}

#station-grid tr
{
	vertical-align:top;
	height:9px;
}

#station-grid td{ border: 1px solid gray; }
#station-grid a{ color: black; }
#station-grid a:hover{ color: gray; }

.currentlyRunning{ background: #e3f1f6; }

.program-name
{
	font-size: 14px;
}

.program-broadcasters{
	font-style:normal; 
}
.program-desc{
	font-style:normal;
	font-size: 11px;
}

#programPageLink
{
	margin-bottom: 10px;
	font-family: arial;
	font-size: 14px;
}

.darkTheme,
.darkTheme a
{
	color: white;
}

.poweredByLine,
.poweredByLine a
{
    color: gray;
    font-family: Arial,Georgia;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

.poweredByLine a
{
	/* text-decoration: underline;*/
}
