@charset "UTF-8";
/* CSS Document */

body {
	background-color:#001022;
	color:#FFC;
	margin:0;
	padding:0;
	text-align:center;
}

a:link {color: #FFC;}
a:visited {color: #FFC;}
a:active {color: #FFC;}
a:hover {color: #FFF;}
a {text-decoration: none;}

.thrColFixHdr #mainContainer {
	width:924px;
	margin: 0 auto;
	background:url(http://www.ticketmicket.com/images/background.jpg) no-repeat top;
}

.thrColFixHdr #mainContent {
	height:480px;
	width:510px;
	margin:0px 0px 0px 205px;
	position:relative;
}

.thrColFixHdr #box1 {
	width:160px;
	height:205px;
	position:absolute;
	margin:0px 0px;
	padding:11px 0px 0px 0px;
	text-align:center;
	background:url(http://www.ticketmicket.com/images/showbox.png) no-repeat top;
}

.thrColFixHdr #box2 {
	width:160px;
	height:205px;
	position:absolute;
	margin:0px 0px 0px 175px;
	padding:11px 0px 0px 0px;
	text-align:center;
	background:url(http://www.ticketmicket.com/images/showbox.png) no-repeat top;
}
.thrColFixHdr #box3 {
	width:160px;
	height:205px;
	position:absolute;
	margin:0px 0px 0px 350px;
	padding:11px 0px 0px 0px;
	text-align:center;
	background:url(http://www.ticketmicket.com/images/showbox.png) no-repeat top;
}
.thrColFixHdr #box4 {
	width:160px;
	height:205px;
	position:absolute;
	margin:205px 0px 0px 0px;
	padding:11px 0px 0px 0px;
	text-align:center;
	background:url(http://www.ticketmicket.com/images/showbox.png) no-repeat top;
}

.thrColFixHdr #box5 {
	width:160px;
	height:205px;
	position:absolute;
	margin:205px 0px 0px 175px;
	padding:11px 0px 0px 0px;
	text-align:center;
	background:url(http://www.ticketmicket.com/images/showbox.png) no-repeat top;
}
.thrColFixHdr #box6 {
	width:160px;
	height:205px;
	position:absolute;
	margin:205px 0px 0px 350px;
	padding:11px 0px 0px 0px;
	text-align:center;
	background:url(http://www.ticketmicket.com/images/showbox.png) no-repeat top;
}
.thrColFixHdr #sidebar1 {
	width:190px;
	float:left;
	padding:10px 2px 2px 10px;
	text-align:left;
}
.thrColFixHdr #bigbox {
	width:300px;
	height:480px;
	position:relative;
	margin:0px 0px 0px 210px;
}

.thrColFixHdr #sidebar2 {
	width:200px;
	float:right;
	padding:0;
	text-align:center;
}

.thrColFixHdr #sidebar3 {
	width:400px;
	height:480px;
	float:right;
	text-align:center;
}

.thrColFixHdr #sidebar4 {
	width:180px;
	float:left;
	padding:10px 2px 2px 10px;
	text-align:left;
}

.thrColFixHdr #theater {
	height:425px;
	width:730px;
	margin:0px 0px 0px 190px;
	position:relative;
}

.thrColFixHdr #header {
	height:160px;
	background:url(http://www.ticketmicket.com/images/banner.png) no-repeat top;
}

.thrColFixHdr #footer {
	height:80px;
	background:url(http://www.ticketmicket.com/images/footer.png) no-repeat top;
}

.thrColFixHdr #footer p {
	text-align:center;
	padding: 60px 0px 0px 0px;
	color:#CCC;
	font-size:10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #001022;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #F60;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

