body
{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

div.Container
{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

div.Header
{
	background-color: #C7C4AC;
	background-image: url('../images/mobile/header.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
}

div.Navigation table
{
	margin-top: 5px;
	width: 250px;
}

div.Navigation table tr td
{
	width: 50%;
	vertical-align: top;
	font-size: 12px;
}

div.Navigation li
{
	margin-top: 3px;
	margin-bottom: 3px;
}

div.Content
{
	background-color: #FFFFFF;
	min-width: 250px;
	padding: 15px;
	margin-bottom: 15px;
}

div.Caption
{
	padding-bottom: 10px;
	font-weight: bold;
}

div.SubSection
{
	padding-bottom: 5px;
}

div.SubHeader
{
	color: blue;
	padding-bottom: 10px;
}

.HeadlineRow
{
	margin: 4px 0px 4px 0px;
}

div.MobileFooter
{
	padding: 15px 0px 10px 15px;
	text-align: left;
	height: 120px;
	border-top: dotted 1px #000000;
}

div.MobileFooter div.ViewFullSite
{
	width: 250px;
	text-align: center;
	padding-bottom: 10px;
}

div.MobileFooter div.FooterDivText
{
	width: 250px;
	padding-top: 0px;
	text-align: center;
	height: 55px;
}

div.MobileFooter div.FooterDiv
{
	width: 250px;
	padding-top: 0px;
	text-align: center;
	float: left;
}

div.MobileFooter div.FooterDiv div.FooterLeft
{
	display: none;
}

div.MobileFooter div.FooterDiv div.FooterRight
{
	text-align: center;
	width: 250px;
}

div.MobileFooter div.FooterDiv div.FooterRight,
div.MobileFooter div.FooterDiv div.FooterDivText
{
	float: none;
}

.ContainerDiv
{
	margin-bottom: 15px;
}

div.TicketsDBCaption
{
	display: none;
}

div.PictureDiv
{
	width: 36px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

div.DetailsDivOuter
{
	margin-left: 40px;
}

div.VerticalSeparatorDiv
{
	display: none;
}

div.Content div.Directions p img
{
	display: none;
}

div.Contact p strong, div.Contact p font
{
	font-size: 11px;
}

/* List calendar */
.events table.ListCalendar
{
	width: 100%;
}

.events table.ListCalendar tbody tr.Alternate1
{
	background-color: #FFFFFF;
}

.events table.ListCalendar tbody tr.Alternate2
{
	background-color: #B8BDC3;
}

.events table.ListCalendar tbody tr td
{
	border-top: solid 1px #000000;
	padding: 7px 0px 7px 5px;
	vertical-align: middle;
}

.events table.ListCalendar tbody tr th
{
	color: #366095;
}

/* Event Detail Page */
.mobile_event_detail
{
	padding-top: 15px;
}

.EventPic img
{
	width: auto;
	height: 100px;
}