﻿td.toLeftCell, td.toRightCell, td.monthCell
{	
	height: 30px; 
	background-image: url('images/grad60px');
	background-repeat: repeat-x;
	vertical-align: middle;
}

td.toLeftCell, td.toRightCell
{
	width: 60px;	
}

td.toLeftCell
{
	text-align: left;
}

td.toRightCell
{
	text-align: right;
}


td.monthCell
{
	text-align: center;
	font-size: 14px;
	color: #ae5900;
	font-weight: bold;
}

table.programTable
{
	table-layout: fixed;
	width: 100%;
	border: none;
}

td.calendarCell
{
	width: 665px;
	padding-right: 10px;
	vertical-align: top;
}

td.entriesCell
{
	width: auto;
	vertical-align: top;
}

table.weekDaysTable
{
	width: 665px;
	table-layout: fixed;
	background-color: #ae5900;
	border: none;
}

table.weekDaysTable tr td
{
	text-align: center;
	vertical-align: middle;
	height: 20px;
	color: White;
	font-weight: bold;
}

table.calendarTable, table.calendarDaysTable
{
	width: 100%; table-layout:fixed;
}

table.dayTable
{
	width: 89px;
	height: 100px;
	background-image: url('grad100.gif');
	background-repeat: repeat-x;
	background-position: center center;
	border: solid 1px #DADADA;
	margin: 3px;
	padding: 0px;
}

.dayNumberCell
{
	text-align: left;	
	vertical-align: top;
	font-weight: bold;
	color: Black;
	margin: 0px;
	padding: 3px;		
}

.dayContentCell
{	
	width: 89px;	
	height: 70px;
	text-align: left;
	vertical-align: middle;
	margin: 0px;	
	padding: 3px;
}

.entryList
{
	height: 600px;
	overflow: auto;
	border: solid 1px #DADADA;
}

.programEntryPanel
{
	padding: 10px;	
	cursor: pointer;	
	cursor: hand;	
}

.programEntryTable
{
	width: 100%;
	table-layout: fixed;
	border: none;
}

.programEntryTitle
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.programEntryThumbnailCell
{
	width: 70px;
	vertical-align: top;
	text-align: left;
}

.programEntryThumbnailCell a img
{
	border: solid 1px #ae5900;
}

.programEntryDescriptionCell
{
	text-align: left; 
	vertical-align: top;			
}

.programEntryTitleLine
{
	margin-bottom: 5px;
}

.peDataLabel
{
	width: 125px;
	font-weight: bold;	
	text-align: left;
	vertical-align: middle;	
	padding-bottom: 4px;	
}

.peData
{	
	font-weight: normal;	
	text-align: left;
	vertical-align: middle;
	padding-bottom: 4px;	
}

div.programEntryInterval
{
	margin-bottom: 3px;
	font-weight: bold;	
}

.programEntryDetailsTable
{
	margin-top: 5px;
}

.peMoreLink
{
	text-align: right;
}



