/*************Table Format***********/
td.day{
width:700px;
background:#663366;
}
td.day h1{
color:#FFFFFF;
font-family:georgia;
font-size:16px;
text-align:center;
}
td.headings{
background:#eee;
text-align:center;
font-size:12px;
font-family:georgia;
color:#663366;
padding:3px 0px;
font-weight:bold;
border-bottom:1px solid #fff;
border-top:1px solid #FFFFFF;
border-right:1px solid #fff;
}
td.time{
width:70px;
height:auto;
background:#eef9d9;
border-bottom:2px solid #FFFFFF;
border-right:1px solid #FFFFFF;
font-weight:bold;
padding-right:2px;
}
td.event{
width:200px;
height:auto;
background:#f7eaf9;
border-bottom:2px solid #FFFFFF;
border-right:1px solid #FFFFFF;
font-weight:bold;
padding:2px;
}
td.venue{
width:100px;
height:auto;
background:#eef9d9;
border-bottom:2px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}
td.price{
width:50px;
height:auto;
background:#f7eaf9;
border-bottom:2px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}
td.details{
width:280px;
height:auto;
background:#eef9d9;
border-bottom:2px solid #FFFFFF;
}
/*************Main Frame*************/ 
#my-glider{
	width:700px;
	margin:0px 0px 0px 20px;
	text-align:center;
	z-index:20;
}

#content_wide #text_wide #my-glider  li{
background:#663366 none repeat scroll 0 0;
border-right:1px solid #330033;
float:left;
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:3px 0 3px 2px;
padding:0;
text-align:center;
width:136px;
}
#content_wide #text_wide #my-glider .last{
border:none;
}
#my-glider .links a:hover{
color: #99cc33;
}
/*************Content Holder*************/
#innerbody{
background:transparent url(bgimage/pagebg.gif) top center repeat-y; 
position:relative;
}
#containertopper{
background:transparent url(bgimage/heading.gif) center -30px no-repeat; 
position:relative;  
}
#containerfooting{
background:transparent url(bgimage/containerbottom.gif) bottom center no-repeat; 
padding-bottom:110px;
}

#container{
	width:700px;
	text-align:left;          
	overflow:visilble;
	margin:0 auto;
	}  
.scroller div.content { 
width: 15000px; 
height: auto;
margin-top:8px;
clear:both;
z-index:11; 
} 
.scroller div.section { 
width:700px; 
height:auto; 
overflow:hidden; 
float:left;
z-index:12;
}
/*************Internal Text*************/
.scroller {  
width: 700px; 
height: auto;
overflow: hidden; 
clear:both;
z-index:13; 
}
.scroller h1{
margin:5px 10px 0px 10px;
padding:5px 0px 5px 0px;
font-size:14px;
/*background:url(../images/nav_back.jpg) repeat-x;*/
font-weight:bold;
}
.scroller h2{
padding:3px 0px 3px 0px;
color:#330033;
text-align:left;
border-bottom: 1px #666699 dashed;
margin:0px 10px 0px 5px;
padding:2px 0px 2px 0px;
font-size:12px;
display:block;
background:none;
font-weight:bold;
}
.scroller p{
margin:2px 40px 0px 15px;
padding:0px;
font-size:11px;
background:none;
}             
  
/*************Tabs*************/
.controls{
	clear:both;
	text-align:center;
}
.controls a, .forwarders a{
	color:#FFFFFF;
font-family:georgia;
font-size:14px;
line-height:30px;
padding:0 0;
text-align:center;
text-decoration:none;
}   
.forwarders a{
	background:#F1F3EB;  
	color:#666;
	
}
.controls a:hover, .forwarders a:hover{
color: #99cc33;
text-decoration:none;

}  
.controls a:focus, .forwarders a:focus{ 
 	outline:none;
}

.controls a.active{
	background:#F1F3EB;    
	border-top:1px solid #F1F3EB;   
	color:#666;
}	

.forwarders{
	float:right; 
	margin-right:-2px;
	display:inline;
}	

.section img{
	float:right; 
	margin:10px;
	display:inline;
}    
