body
{
	margin: 0 0 0 10;
	text-align: center;
	min-width: 862px;
	background-image: url('../Images/BackgroundSmall.jpg');
}

body, td
{
	font-family: Garamond, Serif, Sans-Serif;
	color: Black;
	font-size: 12pt;
}

a
{
	text-decoration: none;
}
a:link
{
	color: Black;
	text-decoration: underline;
}
a:visited
{
	color: Black;
	text-decoration: underline;
}
a:hover
{
	color: #E89623;
	text-decoration: underline;
}
a:active
{
	color: Black;
	text-decoration: underline;
}

#wrapper
{
	 width: 862px;
	 margin: 0 auto;
	 text-align: left;
}

div.contents
{
	margin: 0px 0px 0px 0px;
	overflow: auto;
	width: 788px; 
	min-height: 444px;
	height: auto;
	background-color: #f7f7f7;
}

/* Controls */
.textBox
{
	border: solid 1px Silver;
	height: 18px;
}

.dropDownList
{
	border: solid 1px Silver;
}

.button
{
	border: solid 1px Silver;
	height: 22px;
}

.checkBox
{
	
}

.Image
{
	margin: 5px 5px 5px 5px;
}

/* General */
.title
{
	font-size: 16pt;
	font-weight: bolder;
}

.textBoxWatermarkExtender
{
	border: solid 1px Silver;
	color: Silver;
}


/* Events List */
.eventListTitle
{
	color: Black;
	font-size: 20pt;
	font-weight: bolder;
}

.eventListSubTitle
{
	color: Black;
	font-size: 17pt;
}

.eventListLocation
{
	color: Black;
	font-size: 18pt;
	font-style: italic;
}

.eventListDateTime
{
	color: Black;
	font-size: 16pt;
}

.eventListProducts
{
	color: Black;
	font-size: 13pt;
	list-style: decimal; 
}

.eventListTicketPrice
{
	color: Black;
	font-size: 15pt;
	font-weight: bolder;
}

.eventListDescription
{
}

/* Event */
.eventTitle
{
    color: Black;
	font-size: 20pt;
	font-weight: bolder;
}

.eventSubTitle
{
	color: Black;
	font-size: 17pt;
}

.eventLocation
{
	color: #555555;
	font-size: 18pt;
	font-style: italic;
}

.eventDateTime
{
	color: Black;
	font-size: 16pt;
}

.eventVenueUrl
{
	color: #555555;
	font-size: 16pt;
}

.eventPurchaseBlock
{
	color: Black;
	font-size: 15pt;
	font-weight: bolder;
}

.eventDescription
{
	font-size: 14pt;
}

/* Products List */
.productListMenuItem
{
	font-size: 15pt;
}

.productListTitle
{
	color: White;
	font-size: 15pt;
	font-weight: bolder;
	text-decoration: none;
}

.productListSubTitle
{
	color: White;
	font-size: 15pt;
	font-style: italic;
	text-decoration: none;
}

.productListUnitPrice
{
	color: White;
	font-size: 15pt;
	font-weight: bolder;
}

/* Product */
.productTitle
{
	color: White;
	font-size: 26pt;
	font-weight: bolder;
	text-decoration: none;
}

.productSubTitle
{
	color: White;
	font-size: 26pt;
	font-style: italic;
	text-decoration: none;
}

.productPurchaseInfo
{
	color: White;
	font-size: 15pt;
	font-weight: bolder;	
}

.productPurchaseBlock
{
	color: White;
	font-size: 15pt;
	font-weight: bolder;
}

.productDescription
{
	font-size: 12pt;
}