/*
 TEXT DESIGNS
*/

.textCommon	{
font-family: tahoma, verdana, arial, sans-serif;
font-size: 12px;
color : #4c174e;
line-height: 17px;
}

a.textCommon:link		{ text-decoration: underline; color: #970c53; }
a.textCommon:active		{ text-decoration: underline; color: #970c53; }
a.textCommon:visited	{ text-decoration: underline; color: #970c53; }
a.textCommon:hover		{ text-decoration: underline; color: #fc7613; }

.headercenter {
font-weight: bold;
color: #970c53;
font-size: 14px;
}

/*
SPONSOR PAGE BLOCKS
*/
.sponsorBlock {
	width: 33%;
	text-align: center;
}
.sponsorBlockLeft{
	text-align: center;
	float: left;
	width: 33%;
	margin-bottom: 20px;
}
.sponsorBlockRight{
	float: right;
	text-align: center;
	width: 33%;
	margin-bottom: 20px;
}
.sponsorBlockCenter {
	text-align: center;
	width: 33%;
	margin-bottom: 20px;
}

/*
PROGRAMME TABLE
*/

table.programmeTable {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
}
table.programmeTable td.left {
	width: 15%;
}
table.programmeTable td.right {
	width: 85%;
	padding-left: 10px;
}

/*
PROGRAMME IMAGES DIV
*/

.programmeImage {
	float: left;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-top: 5px;
}
.enlarge {
	font-size: 10px;
	color: #970c53;
}
p.programmeParagraph {
	padding-top: 5px;
	margin-top: 0px;
}
/*
PROGRAMME TIMETABLE
*/
table.timeTable { 
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 0px;
}

table.timeTableForm {
	background-color: #EEEEEE;
}

table.timeTable tr { 
}

table.timeTable td { 
	padding				: 2px 2px 2px 4px; 
	border				: solid 1px #EAEFE9;
	vertical-align		: top;
}
table.timeTable td.right { 
	text-align			: right; 
} 
table.timeTable tr.rowHeader		{ font-weight: bold; background-color: #AAAAAA; color: #FFFFFF; height: 20px; }
table.timeTable tr.rowLight			{ background-color: #FCCFE6; }
table.timeTable tr.rowDark			{ background-color: #F9AED3; }


/*
FESTIVAL COPYRIGHT FONT
*/
.copyright {
	font-size: 8px;
}