/* STYLES FOR HTML */

/* Background html page */
body {
	background: #002d62;
	margin: 0;
}

/* STYLES FOR FLASH */

/* All links */
a:link { color: #DA1F3B; text-decoration: none }
a:hover { color: #002d62; text-decoration: none;
}

/* Homepage Quotes */
.newsSource{
	font-size:10px;
}

/* Banner links */
.bannerlink {
	color: #ffffff;
	font-size:16px;
	text-decoration: none;
}
.bannerlinksmall {
	color: #ffffff;
	font-size:10px;
	text-decoration: none;
}


/* Text in theatre address */
.theatreAddress {
	color: #ffffff;
	letter-spacing: 3px;
	text-decoration: none;
}

/* Footer links */

a.dolFooterLink { color: #FFFFFF; text-decoration: none }
a.dolFooterLink:hover { color: #FFFFFF;
text-decoration: none
}



/* Text in playlists */
.playlist {
	color: #666666;
	text-decoration: underline;
}

/* Bold text (common) */
b { 
	color: #ff0000; 
	font-weight: bold;
}

/* News title */
.newsLink{
	text-decoration: underline; 
	font-size:14px;
	font-weight: bold;
}

/* News date */
.newsDate{
	text-decoration: none; 
	font-size:12px;
}

/* Tour date (tour menu) */
.linkDates {
	color: #000000;
	font-family: Text;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
}

/* Tour city (tour menu) */
.linkCity {
	color: #002d62;
	font-family: Title;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}

/* Tour date (now playing banner) */
.linkDatesNP {
	color: #ffffff;
	font-family: Text;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

/* Tour city (now playing banner) */
.linkCityNP {
	color: #ffffff;
	font-family: Title;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

/* Tour city (tour popover) */
.city {
	color: #150F32;
	font-family: Title;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

/* Tour venue (tour popover) */
.venue {
	color: #650811;
	font-family: Title;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

/* Tour dates (tour popover) */
.dates {
	color: #650811;
	font-family: Text;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

/* Tour information (tour popover) */
.info {
	color: #150F32;
	font-family: Text;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
	text-align: left;
}
