body
{
	padding: 0px;
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
p
{
/*	margin-top: 0px;
	margin-bottom: 10px;*/
	margin: 0px;
}
table
{
	margin: 0px;
	border-collapse: collapse;
}
table tr
{
	vertical-align: top;
}

table th, td
{
	padding: 0px;
}

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	/*padding: 0px;*/
}

a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


/* EVENT DETAIL POPUP */
body.EventDetailBody
{
	color: #ffffff;
	background-color: #000000;
}
body.EventDetailBody a
{
	color: #ffffff;
}
body.EventDetailBody a
{
	color: #676456;
}
body.EventDetailBody div#EventDetailHeader
{
	background-image: url("../images/eventDetailsPopupInnerBGTop.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 180px;
}

body.EventDetailBody div#EventDetailRepeatY
{
	background-image: url("../images/eventDetailsPopupInnerBGRepeatY.png");
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
/*	height: 96px;*/
}
body.EventDetailBody div#EventDetailsContainerDiv
{
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 17px;
	padding-bottom: 10px;
	
	width: 782px; /* 800 - (9*2) */
	

	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 386px;
	height: auto !important;
	height: 386px;
	
	background-image: url("../images/backgroundEventDetailsPopupPreFooter.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
body.EventDetailBody div#EventDetailFooter
{
	background-image: url("../images/backgroundEventDetailsPopupFooter.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 15px;
	width: 800px;
	/*height: 103px;*/ /* 123 - paddingtop */

	text-align: center;
}
body.EventDetailBody div#EventDetailFooter,
body.EventDetailBody div#EventDetailFooter a
{
	font-size: 7pt;
	font-weight: normal;
	color: #1b3664;
}
div#EventDetailsContainerDiv,
div#EventDetailsContainerDiv a
{
	color: #676456;
}

/* Orange text #f7941d */
div#EventDetailsContainerDiv div.EventName,
div#EventDetailsContainerDiv div.Caption
{
	color: #f26522;
}
body.EventDetailBody div
{
	line-height: 18px;
}
body.EventDetailBody div#EventDetailsContainerDiv div.EventPic
{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	width: 478px;
	height: 347px;
	behavior: url("client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */
	background-image: url("../images/eventDetailPopupPictureFrame.png");
	background-position: top left;
	background-repeat: no-repeat;
}
body.EventDetailBody div#EventDetailsContainerDiv div.EventPic img
{
	padding-top: 8px;
	padding-left: 9px;
}




/* WEBSITE */
div.BodyInner
{
	margin-right: auto;
	margin-left: auto;

/*
	min-width: 1054px;
	width: auto !important;
	width: 1054px;
*/
}
div.OutermostDiv
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: Transparent;
}

/* TICKER */
div.TickerRow
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 30px;
	width: 100%;
	background-color: #000000;
}
div.BreakingNewsContentOuter
{
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	width: 1054px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: Transparent;
}
div.BreakingNewsContentInner
{
	color: #bbc3db;
	font-weight: bold;
	width: 1054px;
	height: 20px;
	overflow: hidden;
}

div.HeaderAndMenuRowOuter
{
	width: 100%;
	height: 202px;
	background-image: url("../images/backgroundHeaderOuterRepeatX.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

div.HeaderAndMenuRowInner
{
/*	width: 100%;*/
	min-width: 1054px;
	height: 202px;
	background-image: url("../images/backgroundHeader.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

/* FormSubmissionCaptionPanel */
div.FormSubmissionOuterDiv div.FormSubmissionEntryRow div.FormSubmissionCaptionPanel 
{
	font-weight: normal;
}

/* Header logo row */
div.HeaderLogoRow
{
	width: 100%;
	height: 171px;
}
div.HeaderLogoInner
{
	width: 1054px;
	height: 171px;
	margin-right: auto;
	margin-left: auto;
}
div.HeaderLogoInner:hover
{
	cursor: pointer;
}
div.FlashWrapper
{
}

/* MENU ROW */
div.HeaderMenuRow
{
	height: 31px;
}


/* Main content */
div.MainContentContainerOuter
{
/*	width: 1000px; */	/* IS this the best width? */
	
	background-image: url("../images/contentBGRepeatX.png");
	background-repeat: repeat-x;
	background-position: top left;
}
div.MainContentContainerInner
{
	background-image: url("../images/contentBG.PNG");
	background-repeat: no-repeat;
	background-position: top center;

	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 764px;
	height: auto !important;
	height: 764px;
}

div.MainContentBoxTop
{
	behavior: url("shared/client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */

	background-image: url("../images/contentBoxBgTop.png");
	background-position: top left;
	background-repeat: no-repeat;

	margin-right: auto;
	margin-left: auto;

	width: 1054px;
	height: 23px;
}

div.MainContentContainerInner2
{
	margin-left: auto;
	margin-right: auto;

	width: 1054px;
/*	height: 250px;*/
}
div.MainContentBoxMainOuter
{
	margin-left: auto;
	margin-right: auto;

	behavior: url("shared/client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */

	width: 1054px;
/*	min-height: 369px; */
	
	background-image: url("../images/contentBoxBgRepeatY.png");
	background-position: top left;
	background-repeat: repeat;
}
div.MainContentBoxMainInner1
{
	width: 980px;
	padding-left: 37px;
	padding-right: 37px;
}
div.MainContentBoxMainInner2
{
	width: 980px;

	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 369px;
	height: auto !important;
	height: 369px;

	padding-bottom: 20px;
	
	background-image: url("../images/contentBoxBgBottomACropped.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.MainContentBoxLowerArea
{
	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 127px;
	height: auto !important;
	height: 127px;

	width: 1054px;

	margin-left: auto;
	margin-right: auto;

	behavior: url("shared/client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */

	background-image: url("../images/contentBoxBgBottomB.png");
	background-position: top left;
	background-repeat: no-repeat;
}
div.ButtonsRow1
{
	margin-left: auto;
	margin-right: auto;
	width: 941px;
	height: 229px;
	padding-left: 28px;
}
div.ButtonsRow1 span.Column1
{
	display: inline-block;
	width: 296px;
	height: 229px;
}
div.ButtonsRow1 span.Column2
{
	display: inline-block;
	width: 645px;
	height: 229px;
}

.ButtonCyberclub
{
	width: 296px;
	height: 229px;
}
div.ButtonsRow1 .Column2 div.SearchAreaRow
{
	width: 455px;
	padding-left: 190px;
	
	height: 87px;
	padding-top: 8px;
}

div.ButtonsRow1 .Column2 div.ThreeBigButtonsRow
{
	width: 645px;
	height: 134px;
}
span.inlineblock
{
	display: inline-block;
}
.ButtonBossArena
{
	width: 241px;
	height: 134px;
}
.ButtonURIAthletics
{
	width: 239px;
	height: 134px;
}
.ButtonMyRams
{
	width: 165px;
	height: 134px;
}

div.BannerAds
{
	margin-left: auto;
	margin-right: auto;
	width: 964px;
	height: 124px;
	padding-left: 0px;
}
span.BannerAd
{
	padding-left: 13px;
	width: 454px;
	padding-right: 15px;
	
	padding-top: 11px;
	height: 94px;
	padding-bottom: 15px;
	
	behavior: url("shared/client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */
	background-image: url("../images/bannerAdBackground.png" );
	background-position: top left;
	background-repeat: no-repeat;
}

div.MainContentDataBottomFooterInner a
{
	color: #034EA9;
}

div.ContentBetweenSearchFooterOuter
{
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}
div.ContentBetweenSearchFooterInner
{
	width: 830px;
}
div.HomeContentSecondary
{
	padding-top: 11px;
}
div.HomeLinksNewsAdsContainer
{
/*	background-color: Lime;*/
}
div.HomeSecondaryLinksLeft
{
	float: left;
	width: 240px;
	height: 235px;
}
div.HomeSecondaryVerticalSpacer
{
	float: left;
	width: 10px;
	height: 235px;
}
div.HomeSecondaryNewsAdsRightOuter
{
	float: left;
	width: 580px;
	height: 235px;
	behavior: url("shared/client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */
	background-image: url("../images/homeSecondaryNewsAdsRightBG.png");
	background-position: top left;
	background-repeat: no-repeat;
}
div.HomeSecondaryNewsAdsRightInner
{
	width: 560px;
	height: 191px;
	padding-top: 29px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

div.HSNAR_PressReleases
{
	float: left;
	height: 189px;
	width: 268px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #9b9b9b;
	overflow-y: auto;
	overflow-x: hidden;
}
div.HSNAR_PressReleasesInner
{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: 5px;
	width: 100%;
	height: 179px;
}

div.HSNAR_VerticalSeparator
{
	float: left;
	height: 191px;
	width: 20px;
}
div.HSNAR_RotatingAds
{
	float: left;
	height: 189px;
	width: 268px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #9b9b9b;
	overflow: hidden;
}

div.HSNAR_PressReleases div.HeadlineRow div.NewsItemContent
{
	display: none;
}


div.HomeLinkGetTickets
{
	behavior: url("shared/client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */
	background-image: url("../images/homeLeftGetTickets.png");
	background-position: top left;
	background-repeat: no-repeat;
}
div.HomeLinkCyberclub
{
	behavior: url("shared/client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */
	background-image: url("../images/homeLeftCyberclub.png");
	background-position: top left;
	background-repeat: no-repeat;
}

/* Featured Events */
/* Big home center FE section */
div.FeatureEventsOuter 
{
	width: 980px;
	height: 368px;
	padding: 0px;
	behavior: url("shared/client/pngMSIE/iepngfix.htc"); /* This is a hack for MSIE 6 */
	background-image:url("../images/backgroundFEUENews.png");
	background-position: top left;
	background-repeat: no-repeat;
	/*background-color: #000000;*/
	/*color: #ffffff;*/
}
div.FeatureEventsData
{
	height: 302px;
	width: 961px;	/* 980-19 */
	padding-left: 19px;
	padding-right: 0px;
	padding-top: 35px;
	text-transform: uppercase; /* everything in the featured events area is uppercase */
}

div.FeaturedEventBigLeftOuter
{
	float: left;
	width: 440px;
	height: 309px;
/*	background-color: #000000;	*/
}
div.FeaturedEventBigLeftInner
{
	width: 440px;
	height: 309px;
	padding: 0px;
}

div.FeaturedEventVerticalSeparator
{
	float: left;
	width: 10px;
	height: 309px;
}

div.FeaturedEventPictureDetailListOuter
{
	float: left;
	width: 314px;
	height: 280px;
	padding-top: 20px;
}
div.FeaturedEventPictureDetailListInner
{
	padding: 0px;
	width: 314px;
	height: 280px;
}
div.FeaturedEventPictureDetailListInner2
{
	width: 314px;
	height: 280px;
	/*overflow-x: hidden;*/
	overflow-y: auto;
	background-color: Transparent;
}
div.FeaturedEventPictureDetailListInner2 > div
{
	width: 297px;
	height: 70px;
	overflow: hidden;
	/*padding-bottom: 1px;*/
/*	border-bottom: solid 1px #ffffff;*/
}
div.FeaturedEventPictureDetailListInner2 div div.ContainerDiv
{
	height: 70px;
	padding-top: 5px;	/* IS THIS RIGHT? */

	width: 303px;
	padding-left: 11px;

	overflow: hidden;
}
div.FeaturedEventPictureDetailListInner2 div div.Alternate1
{
	background-image: url("../images/bgUEAltRow.png");
	background-repeat: repeat-y;
	background-position: top left;
}


div.FeaturedEventPictureDetailListInner2 div div.PictureDiv,
div.FeaturedEventPictureDetailListInner2 div div.VerticalSeparatorDiv,
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivOuter
{
	float: left;
	height: 70px;
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner
{
	height: 50px;
	padding-top: 0px;
	padding-left: 0px;
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner a
{
	color: #676456;
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner > div
{
	padding-bottom: 3px;
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.EventName,
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.EventName a
{
	font-weight: bold;
	color: #1b3664;
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.MoreInfoBuyTickets div.MoreInfoPopup,
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.MoreInfoBuyTickets div.BuyTickets
{
	float: left;
	padding-right: 10px;
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.MoreInfoBuyTickets div.MoreInfoPopup a
{
	background-image: url("../images/smallMoreInfoOff.png");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 75px;
	height: 17px;
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.MoreInfoBuyTickets div.MoreInfoPopup a:hover
{
	background-image: url("../images/smallMoreInfoOn.png");
}

div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.MoreInfoBuyTickets div.BuyTickets a
{
	background-image: url("../images/smallBuyTicketsOff.png");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 58px;
	height: 17px;
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.MoreInfoBuyTickets div.BuyTickets a:hover
{
	background-image: url("../images/smallBuyTicketsOn.png");
}


div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.MoreInfoBuyTickets div.BuyTickets div.TicketsTextOrImage a
{
	color: #f8941d;
	font-weight: bold;
}

div.FeaturedEventPictureDetailListInner2 div div.DetailsDivInner div.MoreInfoBuyTickets div.BuyTickets div.TicketsDBCaption
{
	display: none;
}
div.FeaturedEventPictureDetailListInner2 div div.PictureDiv
{
	width: 58px;
	height: 58px;
	padding: 1px;
	background-color: #1b3664;
}
div.FeaturedEventPictureDetailListInner2 div div.VerticalSeparatorDiv
{
	width: 10px;
/*	background-color: Blue;*/
}
div.FeaturedEventPictureDetailListInner2 div div.DetailsDivOuter
{
	width: 220px; /*233px;*/
}

/* Single big Featured event */
div.FEText
{
	color: #ffffff;
}
div.FETextInner
{
	height: 80px;
}
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* More info / buy tickets */
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets
{
	text-transform: uppercase;
}

div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div
{
	float: left;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div.MoreInfo,
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div.BuyTickets
{
	padding-right: 10px;
	width: 100px;
	height: 24px;
}
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div.MoreInfo a,
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div.BuyTickets a
{
	width: 100px;
	height: 24px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div.MoreInfo a
{
	background-image: url("../images/largeMoreInfoOff.png");
}
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div.MoreInfo a:hover
{
	background-image: url("../images/largeMoreInfoOn.png");
}
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div.BuyTickets a
{
	background-image: url("../images/largeBuyTicketsOff.png");
}
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.MoreInfoBuyTickets div.BuyTickets a:hover
{
	background-image: url("../images/largeBuyTicketsOn.png");
}

div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.EventName
{
	font-weight: bold;
	color: #ffffff;
}
div.FeaturedEventBigLeftInner div.FE div.FEText div.FETextInner div.EventDates
{
	color: #ffffff;
}


div.UpcomingEventNewsVerticalSeparator
{
	float: left;
	width: 30px;
	height: 280px;
	padding-top: 20px;
}
div.HomeNewsOuter
{
	float: left;
	width: 117px;	/* 132 - padding */
	padding-left: 10px;
	padding-right: 5px;
	
	height: 280px;
	padding-top: 54px;
	padding-bottom: 20px;
}
div.HomeNewsInner
{
	text-transform: none;
	width: 121px;
	height: 242px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.HomeNewsOuter div.HomeNewsInner div.HeadlineRow
{
	border-top-color: #bdb8a2;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.HomeNewsOuter div.HomeNewsInner div.HeadlineRow:first-child
{
	border-top: none;
	padding-top: 0px;
}

div.HomeNewsOuter div.HomeNewsInner div.HeadlineRow div.NewsLinkDiv
{
	display: none;
}



/* NEWS */
div.NewsPageContent div.HeadlineRow
{
	padding-bottom: 10px;
}


div.BackLinkDiv
{
	padding-bottom: 15px;
}
div.HeadlineRow a.HeadlineLink
{
	color: #8a8675;
	font-size: 13px;
}
div.HeadlineItemCaption
{
	font-size: 14px;
	padding-bottom: 10px;
}
div.HomeNewsOuter div.HomeNewsInner div.HeadlineRow div.NewsItemContent
{
	padding-top: 4px;
}

/* Home news right margin */
div.HomeNewsOuter div.HomeNewsInner div.HeadlineRow a.HeadlineLink
{
	font-size: 11px;
	text-decoration: none;
}
div.HomeNewsOuter div.HomeNewsInner div.HeadlineRow a.HeadlineLink:hover
{
	font-size: 11px;
	text-decoration: underline;
}


/* FEATURED EVENT SCROLLER */
div.FEText
{
}


/* MAIN CONTENT DATA */
div.MainContentData
{
	float: left;
	width: 660px;
	padding: 0px;
}
div.MainContentDataOuter
{
	padding-left: 20px;
	padding-right: 19px;
	padding-top: 8px;
	padding-bottom: 6px;

	width: 621px;

	background-color: #ffffff;
}

div.MainContentDataInner
{
	width: 621px;

	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div.MainContentDataBottomFooterOuter
{
	margin-left: auto;
	margin-right: auto;
	width: 1054px;
	clear: both;
}
div.MainContentDataBottomFooterInner
{
	padding-top: 28px;
	padding-bottom: 16px;
	text-align: center;
	color: #034ea9;
}
div.FooterLogos
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 17px;
	width: 950px;
}
div.FooterLogos table
{
	width: 100%;
}

/* GOOGLE SEARCH */
span.GoogleSearch
{
	width: 220px;
	height: 30px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("../images/backgroundSearch.png");
}
div.GoogleSearchContainerDiv
{
/*	width: 300px;*/
}
div.GoogleSearchTextEntryDiv
{
	float: left;

	overflow: hidden;

	width: 185px;
	padding-left: 3px;
	padding-right: 3px;

	height: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}
input.GoogleSearchTextEntry
{
	background-color: Transparent; /* must explicitly set to transparent or it gets white */
	color: #000000;
	border-style: none;
	height: 20px;
	font-size: 14px;
}
div.GoogleSearchButtonDiv
{
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 28px;
	height: 28px;
	overflow: hidden;
}

.ButtonContactUs
{
	width: 114px;
	height:30px;
}
.ButtonEmployment
{
	width: 113px;
	height:30px;
}

/* */
div.MainContentDataPaddingBelowFooter
{
	width: 1054px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

div.NonHomeContentOuter
{
	width: 900px;
	padding-left: 40px;
	padding-right: 40px;
}
div.NonHomeContentCaptionOuter
{
/*	width: 940px;*/
	height: 30px;
}
div.NonHomeCaptionInner
{
	padding-top: 0px;
	padding-left: 0px;
	color: #7a786c;
	font-size: 16px;
	font-weight: bold;
}

/* Non Home */
div.NonHomeContentDataOuter 
{
	width: 900px;
	background-image: url("../images/nonHomeContentBgRepeatY.png");
	background-position: top left;
	background-repeat: repeat; /* do not repeat x or y, only simple repeat works for the hack */
/*TROUBLEMAKER	behavior: url("shared/client/pngMSIE/iepngfix.htc"); */ /* This is a hack for MSIE 6 */
}

body.IE6 div.NonHomeContentDataOuter
{
	background-image: url("../images/nonHomeContentBgRepeatYIE6.png");
}

div.NonHomeContentDataInner 
{
	/*width: 820px;
	padding-left: 0px;
	padding-right: 0px;*/
}
div.NonHomeContentDataInner2
{
	width: 900px;

	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 400px;
	height: auto !important;
	height: 400px;

	text-align:left;
	background-color: Transparent;
	
	padding: 0px;
}

div.PhotoGalleryContainer
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
div.PhotoGalleryContainer div.GalleryWhenStart
{
	display: none;
}
div.PhotoGalleryContainer div.navigation
{
	width: 600px;
}

div.PhotoGalleryContainer table.PhotoGalleryList1 td.Details div.EventDate
{
	display: none;
}

div.NonHomeCol1Of2
{
	float: left;
	width: 480px;
	height: 350px;
}
div.NonHomeColVerticalSeparator
{
	float: left;
	width: 31px;
	height: 200px;
}
div.NonHomeCol2Of2
{
	float: left;
	width: 110px;
}


div.HorizontalSeparatorFEUENews
{
	width: 621px;
	height: 24px;
}

div.HomeUpcomingEventsNewsContainer
{
	width: 621px;

	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

div.HomeUpcomingEvents
{
	float: left;
	width: 300px;
	height: 350px;
}
div.HomeUENewsVerticalSeparator
{
	float: left;
	width: 21px;
	height: 217px;
}
div.HomeNews
{
	float: left;
	width: 300px;
	height: 350px;
}

div.HomeNewsList
{
	width: 300px;
	height: 191px;
}

/* UPCOMING EVENTS */
div.HomeUpcomingEventsListOuter
{
	width: 298px;
	height: 189px;
	padding: 1px;
	background-color: #acacac;
}
div.HomeUpcomingEventsListInner
{
	width: 298px;
	height: 189px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #ffffff;
}

div.HomeUpcomingEventsListInner div.Alt0
{
	background-image: none;
}
div.HomeUpcomingEventsListInner div.Alt1
{
	background-image: url("../images/bgUERepeatYAlternate.jpg");
	background-position: top left;
	background-repeat: repeat-y;		
}
div.HomeUpcomingEventsListInner div.EventDiv
{
	padding: 10px;
}
div.HomeUpcomingEventsListInner div.EventDiv div.DetailsDiv div.EventName a
{
	font-weight: bold;
}
div.HomeUpcomingEventsListInner div.EventDiv div.DetailsDiv 
{
	font-weight: bold;
}
div.HomeUpcomingEventsListInner div.EventDiv div.DetailsDiv div.MoreInfoBuyTickets
{
	height: 13px;
}
div.HomeUpcomingEventsListInner div.EventDiv div.DetailsDiv div.MoreInfoBuyTickets div.MoreInfoPopup a
{
	color: #285c9c;
	font-weight: bold;
}
div.HomeUpcomingEventsListInner div.EventDiv div.DetailsDiv div.MoreInfoBuyTickets div.MoreInfoPopup,
div.HomeUpcomingEventsListInner div.EventDiv div.DetailsDiv div.MoreInfoBuyTickets div.BuyTickets
{
	padding-right: 10px;
	float: left;
}
div.HomeUpcomingEventsListInner div.EventDiv div.DetailsDiv div.MoreInfoBuyTickets div.BuyTickets div.TicketsDBCaption
{
	display: none;
}
div.HomeUpcomingEventsListInner div.EventDiv div.DetailsDiv div.MoreInfoBuyTickets div.BuyTickets div.TicketsTextOrImage a
{
	color: #d08c45;
	text-transform: uppercase;
	font-weight: bold;
}

/* SEPARATOR */

div.HomeUENewsSeparatorHorizBelow
{
	width: 300px;
	height: 13px;
}

/* News  more  */
div.NewsItemContent a.NewsMore
{
	color: #f26522;
}

/* Sponsor Banner Ads */
div.HomeUEBannerAds,
div.HomeBelowNewsSSField
{
	text-align: center;
	width: 300px;
	height: 100px;
}
div.HomeBelowNewsSSField a
{
	margin-left: auto;
	margin-right: auto;	
}

/* spacer */
div.MainContentRightSpacer
{
	float: left;
	width: 30px;
	height: 200px;
}

/* Tickets on Sale */
table.TicketsOnSaleSection
{
	width: 790px;
}
table.TicketsOnSale table tbody tr.Alternate1
{
	background-image: url("../images/bgTOSRepeatYAlternate.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}
table.TicketsOnSaleSection th 
{
	border-bottom: 1px solid #000000;
	font-size: 12px;
}

/************/
/* Calendar */
/************/
table
{
	border-collapse: collapse;
}
td.DayCell a, 
td.DayCell div.eventName,
th.DayNumberRowHeaderCell,
div.eventName,
a.MonthCalendarLinkEventName
{
	color: #284883;
}

div.MonthNavigation,
div.MonthNavigation a
{
	color: #1B3664;
}
div.MonthCalendar
{
	background-color: #E5E9F2;	/* Normal Cell background colors */
}
tr.DaysOfWeek th
{
	color: #D7D0C9;
	background-color: #284883;
}
th.DayNumberRowHeaderCell,
td.DayCell,
td.DayFillerCell,
th.DayHeaderFillerCell,
tr.WeekDayNumbers,
tr.DaysOfWeek th,
div.eventNonFirst
{
	border-color: #000000;
}
td.DayFillerCell,
th.DayHeaderFillerCell
{
	background-color: #eeeeee; /* Undated cells */
}

div.MonthNavigation
{
	padding-bottom: 10px;
	padding-left: 0px;
}

div.MonthCalendar,
table.MonthCalendarTable
{
	width: 900px;
}
table.MonthCalendarTable tr.WeekEvents td.DayCell div,
table.MonthCalendarTable tr.WeekEvents td.DayCell div a
{
	line-height: normal;
}

tr.DaysOfWeek th
{
	width: 140px;
}
td.DayNumberCell
{
	width: 14px;
}
td.DayNumberFillCell
{
	width: 126px;
}
div.eventFirst,
div.eventNonFirst,
td.DayCell
{
	width: 140px;
}

td.DayNumberCell,
td.DayNumberFillCell
{
	text-align: right;
}

div.MonthCalendar
{
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
table.MonthCalendarTable
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
}

tr.DaysOfWeek th
{
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

tr.WeekDayNumbers
{
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
}


th.DayNumberRowHeaderCell,
td.DayCell
{
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

th.DayNumberRowHeaderCell
{
	border-bottom-width: 0px;
}
td.DayCell
{
	border-bottom-width: 1px;
}

td.DayFillerCell,
th.DayHeaderFillerCell
{
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}
td.DayFillerCell
{
	border-bottom-width: 1px;
}
th.DayHeaderFillerCell
{
	border-bottom-width: 0px;
}

div.eventFirst,
div.eventNonFirst
{
	overflow: hidden;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
}
div.eventFirst
{
	padding-top: 0px;
}
div.eventNonFirst
{
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 10px;
}

div.eventImage
{
	text-align: center;
}
div.eventName
{
	text-align: left;
	font-size: 9px;
	padding: 2px 2px 2px 2px;
}


/* Menu Container */
div.MenuContainerOuter
{
	margin-left: auto;
	margin-right: auto;

	width: 1054px;
	height: 31px;
}

div.MenuContainerInner
{
/*
	padding-top: 0px;
	padding-bottom: 0px;
*/
	width: 1004px;	/* 1054 - 50 */
	padding-left: 50px;

	height: 31px;
}
div.MenuContainerContent
{
	width: 762px;
	height: 31px;
	background-image: url("../images/menuSprite.png");
	background-position: top left;
	background-repeat: no-repeat;
}
div.MenuContainerContent a,
div.MenuContainerContent a:link,
div.MenuContainerContent a:visited,
div.MenuContainerContent a:hover
{
	font-weight: normal;
}

/* Top Menu specifics */
div.MenuContainerContent a
{
	text-decoration: none;
}
div.MenuContainerContent a:hover
{
	text-decoration: none;
}
/* Top graphic menu images */

/* All level 1 menu anchors */
div.MenuContainerContent div.MenuItem_L1 .Label a
{
	display: block;
	height: 31px;
	overflow: hidden;
}
/* Home */
div.MenuContainerContent div.MenuItem_L1_I1 .Label a
{
	margin-left: 0px;
	width: 74px;
}
div.MenuContainerContent div.MenuItem_L1_I1 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I1 .SELECTED a
{
	background: url("../images/menuSprite.png") -0px -31px no-repeat;
}
/* Events */
div.MenuContainerContent div.MenuItem_L1_I2 .Label a
{
	margin-left: 0px;
	width: 84px;
}
div.MenuContainerContent div.MenuItem_L1_I2 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I2 .SELECTED a
{
	background: url("../images/menuSprite.png") -74px -31px no-repeat;
}

/* Tickets */
div.MenuContainerContent div.MenuItem_L1_I3 .Label a
{
	margin-left: 0px;
	width: 85px;
}
div.MenuContainerContent div.MenuItem_L1_I3 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I3 .SELECTED a
{
	background: url("../images/menuSprite.png") -158px -31px no-repeat;
}

/* Directions */
div.MenuContainerContent div.MenuItem_L1_I4 .Label a
{
	margin-left: 0px;
	width: 111px;
}
div.MenuContainerContent div.MenuItem_L1_I4 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I4 .SELECTED a
{
	background: url("../images/menuSprite.png") -243px -31px no-repeat;
}

/* About */
div.MenuContainerContent div.MenuItem_L1_I5 .Label a
{
	margin-left: 0px;
	width: 192px;
}
div.MenuContainerContent div.MenuItem_L1_I5 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I5 .SELECTED a
{
	background: url("../images/menuSprite.png") -354px -31px no-repeat;
}

/* Partnership Opp */
div.MenuContainerContent div.MenuItem_L1_I6 .Label a
{
	margin-left: 0px;
	width: 216px;
}
div.MenuContainerContent div.MenuItem_L1_I6 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I6 .SELECTED a
{
	background: url("../images/menuSprite.png") -546px -31px no-repeat;
}

/****** Borders around sub menu items *******/
/*
div.Menu div.MenuItem div.Label_L2
{
	border-color: #1b3664;
	border-width: 1px;
	border-style: solid;

	border-top-style: none;
}
div.Menu div.MenuItem div.Label_L2_I1
{
	border-top-color: #1b3664;
	border-top-style: solid;
	border-top-width: 1px;
}
*/
div.Menu_L2
{
	border-color: #3e557c;
	border-width: 2px;
	border-style: solid;

/*	border-top-style: none;*/
}


/* -------------------*/
/* Prevent top level menu background images from trickling down to lower levels */
div.MenuContainerContent div.MenuItem_L2 .Label a:hover
{
	background-image: none;
}
/* Make the all of the sub menu heights shorter than the top level */
div.MenuContainerContent .Menu_L1 .MenuItem_L1 .Menu_L2 .MenuItem_L2 .Label_L2 a
{
	height: 18px;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 3px;
	color: #1b3664;
	background-color: #ffffff;
}

div.MenuContainerContent .Menu_L1 .MenuItem_L1 .Menu_L2 .MenuItem_L2 .Label_L2 a:hover
{
	color: #ffffff;
	background-color: #1b3664;
}

/* SUB MENU WIDTHS */

/* Tickets sub menu */
div.MenuContainerContent .MenuItem_L1_I3 .Menu_L1_I3_L2 .Label a
{
	width: 110px;
}

/* Directions sub menu */
div.MenuContainerContent .MenuItem_L1_I4 .Menu_L1_I4_L2 .Label a
{
	width: 130px;
}

/* About sub menu */
div.MenuContainerContent .MenuItem_L1_I5 .Menu_L1_I5_L2 .Label a
{
	width: 170px;
}


/* PHOTO GALLERY PAGE */
div.NonHomeContentDataInner2 div.PhotoGalleryCenteringDiv div#SlideShow1_GalleryName,
div.NonHomeContentDataInner2 div.PhotoGalleryCenteringDiv div#SlideShow1_GalleryWhenStart
{
	text-align: center;
}
div.PhotoGalleryCenteringDiv
{
	margin-left: auto;
	margin-right: auto;
	width: 541px;
}
div.PhotoGalleryCenteringDiv div#SlideShow1_GalleryName span
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.PhotoGalleryCenteringDiv div#SlideShow1_GalleryWhenStart
{
	padding-bottom: 10px;
}
div.PhotoGalleryCenteringDiv div.SlideShow1
{
	text-align: center;
	width: 798px;
}

/* Popup video div */
div.jq_overlay 
{ 
    /* growing background image */ 
    background-image:url("../shared/images/overlayBgBlack.png"); 
}
div.jq_overlay div.close 
{ 
	background-image:url("../images/closeBurgundy642127.png"); 
}
/* IE 6 of the above */
body.IE6 div.jq_overlay 
{ 
    /* growing background image */ 
    background-image:url("../images/overlayBurgundyMSIE6.png"); 
}
body.IE6 div.jq_overlay div.close 
{ 
	background-image:url("../images/closeBurgundy642127MSIE6.png"); 
}



/* FOOOTER */
div.MainContentDataBottomFooterInner a
{
	font-weight: normal;
}