/*
*	e-ticket function 
*/

/* =basic
---------------------------------*/
#eTicketName
{
	font-size: 14pt;
}

#eTicketContentSubHeading
{
	font-size: 12pt;
	font-weight: bold;
}

#eTicketContentHeading,
#eTicketInfoTitle
{
	font-size: 1em;
	font-weight: bold;
}

#eTicketContentDetails,
#eTicketColouredContentDetails,
#eTicketInfoDetail
{
	font-size: 1em;
	line-height: 1.6em;
	word-spacing: 1pt;
}

#eTicketContentFootNote
{
	font-size: 8pt;
}

.eTicketPageNav
{
	text-align: right;
}

#searchResultTableHeader
{
	background-color: #F4F3EE;
}

#bulletinDot
{
	margin-top: 0.7em;
}

#upcomingFrameTable
{
	background-color: #F4E7FF;
}
/* =Content specific
---------------------------------*/
#eTicketName,
#eTicketContentHeading,
#eTicketContentSubHeading,
#eTicketColouredContentDetails
{
	color: #6604B9;
}

#eTicketContentDetails,
#eTicketInfoTitle,
#eTicketInfoDetail
{
	color: #404041;
}

#eTicketContentFootNote
{
	color: #666666;
}

#eTicketContentHeading a:link,
#eTicketContentDetails a:link,
#eTicketInfoTitle a:link,
#eTicketInfoDetail a:link
{
	color: #6604B9;
}

#eTicketContentHeading a:visited,
#eTicketContentDetails a:visited,
#eTicketInfoTitle a:visited,
#eTicketInfoDetail a:visited
{
	color: #3D026F;
	/*color: #A36BD1;*/
}

#eTicketContentHeading a,
#eTicketContentDetails a,
#eTicketInfoTitle a,
#eTicketInfoDetail a
{
	text-decoration: none;
}

#eTicketContentHeading a:hover,
#eTicketContentDetails a:hover,
#eTicketInfoTitle a:hover,
#eTicketInfoDetail a:hover
{
	text-decoration: underline;
}
