﻿.Header
{
	position: absolute;
	top: 180px;
	left: 190px;
	z-index: 10;
}
#RightSideBlock
{
    z-index: 10;
    position: absolute;
    top: 345px;
    left: 745px;
    width: 230px;
    height: 645px;
    text-align: center;
    font-family: Arial;
    color: black;
}
#divUpcomingPerformances
{
	z-index: 1;
    position: absolute;
    top: 250px;
    left: 200px;
    width: 490px;
    height: 640px;
    text-align: left;
    font-family: Arial;
    color: black;
    padding-left: 10px;
}
#divUpcomingPerformancesDescription1
{
	z-index: 10;
    position: absolute;
    top: 2px;
    left: 220px;
    font-family: Arial;
}
#divUpcomingPerformancesDescription2
{
	z-index: 10;
    position: absolute;
    top: 185px;
    left: 220px;
    font-family: Arial;
}
#divUpcomingPerformancesDescription3
{
	z-index: 10;
    position: absolute;
    top: 365px;
    left: 220px;
    font-family: Arial;
}
.BuyTicketsNow
{
	position: relative;
    top: 7px;
    left: 0px;
}
.spaPerformanceTitle
{
	font-size: 13pt;
    font-weight: bold;
}
.spaPerformanceTitleTrailer
{
    font-size: 11pt;
    font-weight: bold;
}
.spaPerformanceDate
{
	font-size: 10pt;
    font-weight: bold;
}
.spaPerformanceDescription
{
	font-size: 9pt;
    font-weight: bold;
}
.divPerformanceMoreInfo
{
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	width: 300px;
	font-family: Arial;
}
.divPerformanceMoreInfo a
{
	text-decoration:none;
    color: black;
}
.imgCorporateSponsors
{
	z-index: 10;
    position: absolute;
    top: 790px;
    left: 220px;
}
.imgBuyNow
{
	z-index: 11;
    position: absolute;
    top: 180px;
    left: 650px;
}
.imgVirtual
{
	z-index: 11;
	position: absolute;
	top: 180px;
	left: 550px;
	cursor: hand;
	cursor: Pointer;
}
#divVirtualTour
{
	z-index: 11;
	position: absolute;
	top: 350px;
	left: 250px;
	width: 670px;
	height: 520px;
	background-color: black;
	border-bottom: red 1px solid;
	border-left: red 1px solid;
	border-top: red 1px solid;
	border-right: red 1px solid;
	background-image: url(../Images/MainPage/VirtualTourBG.jpg);
	background-repeat: no-repeat;
	display: none;
}
#divVideo
{
	position: absolute;
	top: 60px;
	left: 60px;
}
.imgCloseButton
{
	position: absolute;
	top: 10px;
	left: 530px;
}
.divFaceTwit
{
    z-index: 11;
    position: absolute;
    top: 740px;
    left: 800px;
    text-align: center;
}
.divNotice
{
    color: red;
    font-weight: bold;
    font-size: 8pt;
}
