/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: black;
	text-align: center;
}

Legend
{
	font-weight: bold;
	font-size: 12px;
}

A:link
{
	color: silver;
	text-decoration: underline;
        font-weight: bold;
}	
		
A:visited	{	
	color: silver;
	text-decoration: underline;
        font-weight: bold;
	}	
		
A:active	{	
	color: silver;
	text-decoration: underline;
        font-weight: bold;
	}	
		
A:hover	{	
	color: white;
	text-decoration: underline;
        font-weight: bold;
	}	
SMALL	{	
	font-size:	10px;
	}	

BIG	{	
        font-weight: bold;
	font-size:	18px;
	}

.MainContent
{
	background-position: left top;
	background-image: url(Images/subheader.jpg);
    background-repeat: no-repeat;
}

.MainContentText
{
	font-size: 11px;
	color: white;
}

.MainContentTextLarge
{
	font-size: 14px;
	color: white;
}

.MenuTextLarge
{
	font-size: 12px;
	color: white;
}

.PurchaseContentText
{
	font-size: 11px;
	color: black;
}

.PurchaseContentTextLarge
{
	font-size: 14px;
	color: black;
}

.EventTitle
{
	font-size:	18px;
	color: white;
	font-weight: bold;
}

.EventDateRange
{
	font-size:	12px;
	color: white;
	font-weight: bold;
}

.ScheduleTitle
{
	font-size:	12px;
	color: white;
	font-weight: bold;
}

.ScheduleSpecialInstructions
{
	font-size:	10px;
	color: white;
	font-weight: bold;
}

.ScheduleDate
{
	font-size:	12px;
	color: white;
	font-weight: bold;
}

.EventDescription
{
	font-size:	10px;
	color: white;
}

.PromoTable
{
	border-right: thin inset;
	padding-right: 3px;
	border-top: thin inset;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-left: thin inset;
	width: 160px;
	padding-top: 3px;
	border-bottom: thin inset;
	height: 300px;
}

.PromoContent
{
	font-size:	12px;
	color: white;
	font-weight: bold;
}

.InvestorSmall
{
	font-size: 12px;
	color: white;
	font-family: 'Courier New';
}

.AlignRight
{
	float: right;	
}

.AlignLeft
{
	float: left;	
}

.ComingSoonMovie
{
	margin: 5px;
	padding: 10px;
	width: 340px;
	float: left;
	background-color: #333333;
}
