
body 
	{
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #666666;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.7px;
	background-color:#000000;
	}
	
a
	{
  outline: none;
	}
	
a:link 
	{
	color: #FFFF99;
	text-decoration: none;
	/*background-color:#FFFF99;*/
	}
	
a:visited 
	{
	color: #FFFF99;
	text-decoration: none;
	/*background-color:#FFFF99;*/
	}
	
a:hover 
	{
	color: #000000;
	text-decoration: none;
	background-color:#9DC9F3;
	}

.containerTickets
    {
	width: 870px;
	background-color:#666666;
	padding: 0px;
	margin: auto;
	text-decoration: none;
    }

.container
    {
	width: 850px;
	/*background-color:#FFFF99;*/
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
    }

.colLeft
    {
	width: auto;
	height: auto;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;	
	text-decoration: none;
	border-left:#333333 dashed;
	border-width:thin;
	}

.colMiddle
    {
	width: auto;
	height: auto;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-decoration: none;
	border-left:#333333 dashed;
	border-width:thin;
	/*
	opacity: 0.60;
	filter:alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60; 
	*/
    }

.colRight
    {
	width: auto;
	height: auto;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-decoration: none;
	border-left:#333333 dashed;
	border-width:thin;
	border-right:#333333 dashed;
	border-width:thin;
    }

#thumbBox/*Outermost DIV for thumbnail viewer*/
{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #333333;
visibility: hidden;
z-index: 10;
cursor: default;
cursor: auto;
}

#thumbBox .footerbar /*Footer DIV of thumbbox that contains "close" link*/
{
font: 9px verdana;
letter-spacing: 1px;
line-height: 1.1em;
color: black;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage /*DIV within thumbbox that holds the enlarged image*/
{
background: #333333;
}

#thumbLoading /*DIV for showing "loading" status while thumbbox is being generated*/
{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}