.ProgramTable
{
	border-collapse:collapse;
}

.ProgramCellTop
{
	border-left:solid 4px #e94f2b;
	border-right:solid 4px #e94f2b;
	border-bottom:solid 4px #e94f2b;
	border-top:solid 4px #e94f2b;
}

.ProgramCellTopLeft
{
	border-right:solid 4px #e94f2b;
	border-bottom:solid 4px #e94f2b;
	border-left:solid 4px #e94f2b;
	border-top:solid 4px #e94f2b;
}

.ProgramCell
{
	border-left:solid 4px #e94f2b;
	border-right:solid 4px #e94f2b;
	border-bottom:solid 4px #e94f2b;
	padding: 3px 3px 3px 3px;
}

.ProgramCellLeft
{
	border-right:solid 4px #e94f2b;
	border-bottom:solid 4px #e94f2b;
	border-left:solid 4px #e94f2b;
	padding: 3px 3px 3px 3px;
}

.CellTable
{
	width:100%;
	height:100%;
	cursor:pointer;
	text-align:center;
}

.FirstRow
{
	height:28px;
}

.SecondRow
{
	height:82px;
}

.ThirdRow
{
	height:56px;
}

.FourthRow
{
	height:83px;
}

.fifthRow
{
	height:73px;
}

.SixthRow
{
	height:66px;
	background-color:#931015;
}

.HallCellTop
{
	background-color:#e94f2b;
	width:31px;
	height:28px;
}

.HallCell
{
	border-top:solid 4px #aa2a2f;
	border-bottom:solid 4px #aa2a2f;
}

.HallCellBottom
{
	border-top:solid 4px #e94f2b;
	border-bottom:solid 4px #e94f2b;
}

.ProgramFooter
{
	background-color:#efb740;
	font-family:Arial;
	padding:3px 3px 3px 3x;
	line-height:14px;
}

/*Text styles*/
.Time
{
	font-size: 8pt;
	font-family:Arial;
	font-weight:bold;
	height:8px;
	color:#FFFFFF;
	line-height:10px;
}

.ArtistName
{
	font-size: 11px;
	font-family:Arial;
	font-weight:bold;
	vertical-align:top;
	color:#FFFFFF;
	line-height:13px;
}

.ShowName
{
	font-size: 8pt;
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
	line-height:12px;
}

.Country
{
	font-size: 8pt;
	font-family:Arial;
	font-weight:bold;
	vertical-align:top;
	color:#FFFFFF;
	line-height:13px;
}

.Price
{
	font-size: 8pt;
	font-family:Arial;
	height:8px;
	color:#FFFFFF;
	line-height:13px;
}
/*-----------*/