  	.venueSearchBox{
		width:970px;
		margin:0px auto;
		position:relative;
		z-index:100;
	}
	.venueSearch{
		width:470px; 
		height:186px; 
		position:absolute; 
		left:267px; 
		top:256px; 
		display:none; 
		border-color: #555555;
		background-color:#eeeeee;
		border-style:solid;
		border-width: 1px 2px 2px 1px;
		z-index:100;
	}
	 .venueSearch td{
	 	font-size: 13px;
	 }
	 
	 .venueSearch .small{
	 	font-size:11px;
	 }
	 .venueSearch .small2{
		font-family:arial;
	 	font-size:9px;
	 }
	 
	 .venueLogo{
	 	border-style:solid;
		border-color:#555555;
		border-width:1px;
	 }
	
  	.categoryTable td{
  		font-size:10px;
  	}
  	
  	form{
  		margin:0px;
  		padding:0px;
  	}
  	
	.searchBox{
		padding:1px;
		margin:1px;
		background-color:ffffff;
		border-color:1e1e1e;
		border-style:solid;
		border-width:1px;
		margin-top:0px;
		padding-top:0px;
	}
	.searchBox img{
		border-style:none;
	}	

	.searchBox a img{
		border-style:none;
	}	

	.EventCategory{
		font-size:14px;
		font-weight:0;
		font-family:Verdana;
		color:#FFFFFF;
		padding:1px;
		padding-left:2px;
		border-style:solid;
		border-width:1px;
		margin:0px;
	}
	
	.eventDescription{
		margin-top: 3px;
		margin-bottom: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-style:dashed none dashed none;
		border-width:1px;
		border-color:#999999;
	}
	
	.AllSwatch{
		background-color:#000000;
		font-size:8px;
		border-style:solid;
		border-width:1px;
	}
	.Other .EventCategory{
		background-color:#888888;
		border-color:#aaaaaa #555555 #555555 #aaaaaa;
		/*border-color:e275e2;*/
		border-width:1px;
	}

	.OtherSwatch{
		background-color:#888888;
		border-color:#000000;
		border-width:1px;
		border-style:solid;
		font-size:8px;
	}
	.EventWrapper{
		cursor:pointer; 
		cursor:hand;
	}

	.EventTitle{
		font-size:16px;
		font-weight:bold;
	}

	.NavBar {
		font-size:13px;
		text-align:right; 
		width:200px; 
		height:16px; 
		float:right; 
		color:#fff;
	}

	.NavBar a{
		color:#fff;
		text-decoration:none;
		font-size:13px;
	}

	.NavBar a:hover{
		color:#CCCCCC;
		text-decoration:underline;
		font-size:13px;
	}
	
	.weekday, .weekend{
		width:760;
		padding:3px;
		color:#FFFFFF;
		background-color:#111;
		font-size:18px;
		border-style:solid;
		border-width:1px;
		border-color:#000;
		height:21px;
		margin-top:5px;
	}

	.weekday{
		background-color:#333;
	
	}
