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

/* Venues */
.navtop ul{
	list-style: none;
	padding-left: 3px;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.navtop li
{
	float: left;
	margin: 0px;
	width: 223px;
}

.navtop a:link, .navtop a:visited  {
	height: 2em;
	line-height: 2em;
	display: block;
	border: 0.1em solid #000000;
	color: #FFCC66;
	text-decoration: none;
	text-align: center;
	background-image: url(../grafix/shim.jpg);
	background-repeat: repeat-x;
	}

.navtop a:hover  {
	/*color: #FFCC66;	*/
	color: #0099ff;	
}

/* menu = all the acts on the left */

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li a:link, #menu ul li a:visited  {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	width:150px;
	text-transform: uppercase;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	background-color: #161616;
	border: thin solid #666666;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
#menu ul li a:hover {
	background-color: #FF0000;
}

.navclear{
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	height: 0px;
}

/* nav = HOME - EVENTS - ATRISTS etc */



#nav ul{
	list-style: none;
	padding: 4px;
	margin: 0px;
}

#nav li
{
	float: left;
	margin: 0px;
	width: 97px;
	padding-top: 2px;
	padding-bottom: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

#nav li a:link, #nav li a:visited  {
	display: block;
	color: #999999;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	}

#nav li a:hover  {
	color: #FFFFFF;
}



td a:link, td a:visited{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

td a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.tickets a:link, .tickets a:visited{
	display:block;
	float: none;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #FF0000;
	color: #CCCCCC;
	background-color: #900;
	width: 50px;
}

.tickets2 a:link, .tickets2 a:visited{
	display:block;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #00F;
	color: #000;
	background-color: #06C;
}
.tickets2 a:hover, .tickets a:hover{
	color: #fff;
	background-color: #000;
	
}

.tinyText{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	
}
.smallText{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	
}
