	body
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
		background-color : #ffffff;
		}
	.logo
		{
		font-family: "Britannic Bold" ,Arial,sans-serif;
		}
	.b
		{
		font-weight: bold;
		}
	.i
		{
		font-style: italic;	
		}
	.s10
		{
		font-size: 10px;
		}
	.s12
		{
		font-size: 12px;
		}
	.s16
		{
		font-size: 16px;
		}
	.s18
		{
		font-size: 18px
		}
	.s20
		{
		font-size: 20px;
		}
	.s24
		{
		font-size: 24px; 
		}
	.s36
		{
		font-size: 36px;
		}
	.s40
		{
		font-size: 40px;
		}
	.s60
		{
		font-size: 60px;
		}
	.bl
		{
		color: #000099;
		}
	.red
		{
		color: red;
		}
	.ac
		{
		text-align: center;
		}
	.ar
		{
		text-align: right;
		}
	.update
		{
		font-style: italic;
		color: #ff0000;
		text-align: left;	
		}
	#diary
	        {
                }
	#diary td,th
		{
		vertical-align:text-top;
		border-style: solid;
		border-color: #999999;
		border-width: 1px;
		padding: 1px;
		border-spacing: 0px ;
		}
	#diaryHdr
                {
                text-align: center;
                font-size : 16px;
                }
	.bgDiary
		{
		background-color: #99FFCC;
		}
	.bgReh
		{
		background-color: #FFFF99;
		}
	#diary table
		{
		background-color: #FFFF99;
		border-style: solid;
		border-color: #999999;
		border-width: 1px;
		border-collapse: collapse;
		}

	.floatr
		{
		float:right;
		}

	.floatl
		{
		float:left;
		}
	#soldout
	        {
                font-size : 20px;
                font-style: italic;
                }
        .clearer
                {
                height:1px;
                overflow:hidden;
                margin-top:-1px;
                clear:both;
                }
        /* TICKET INFO SECTION */
        #tickets th#date
                {
                width : 130px;
                }
        #tickets th#price
                {
                width : 30px;
                }
        #tickets th#concessions
                {
                width : 95px;
                }
        #tickets th#availability
                {
                width : 85px;
                }

.popup{
position: relative;
z-index: 0;
}

.popup:hover{
background-color: transparent;
z-index: 20;
}

.popup span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
/* left: -1000px;*/
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.popup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.popup:hover
{
cursor: default;
}

.popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
right: -30px; /*position where enlarged image should offset horizontally */
cursor: default;
}

#current_fiddler
  {
  position : absolute;
  top: 120px;
  padding : 10px 20px;
  }

#current_fiddler #credits
  {
  font-size: 8px;
  }



