/* ------------------
 styling for the tables 
   ------------------   */
/*
#83df00 - Lime Green
#2b2b2b - Dark Grey
#919191 - Mid Grey
#e6e6e6 - Light Grey
#d5d5d5 - blue Grey
*/
#artistTableShowAll
{
	font-family: "Tahoma", Sans-Serif;
	font-size: 12px;
	background: #e6e6e6;
	width: 680px;
	border-collapse: collapse;
	text-align: left;
	z-index: 50;
}
#artistTableShowAll th
{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #2b2b2b;
	padding: 5px 10px ;
}

#artistTable tr
{
	border-bottom: 3px solid #919191;
	}
	
#artistTableShowAll td
{
	color: #2b2b2b;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
}
#artistTable tbody tr:hover td
{
	background-color: #FFF;
}

#artistTable tbody .priceNumber
{
	color: #83df00;
	font-size: 20px;
	font-weight: bolder;
}


#artistTableShowAll td .view img a{
  -moz-outline-style:none;
  border-style: none;
}


#artistTable
{
	font-family: "Tahoma", Sans-Serif;
	font-size: 12px;
	background: #e6e6e6;
	width: 680px;
	border-collapse: collapse;
	text-align: left;
	z-index: 50;
}
#artistTable th
{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #2b2b2b;
	padding: 5px 5px ;
}
#artistTableShowAll1 tr
{
	border-bottom: 1px dashed #919191;
	}
	
#artistTable tr
{
	border-bottom: 1px dashed #919191;
	}
		
#artistTable td
{
	color: #2b2b2b;
	padding: 5px 10px;
	vertical-align: middle;
}
#artistTable tbody tr:hover td
{
	background-color: #FFF;
}

#artistTable tbody .priceNumber
{
	color: #83df00;
	font-size: 20px;
	font-weight: bolder;
}

#artistTableShowAll2 tbody .priceNumber
{
	color: #83df00;
	font-size: 20px;
	font-weight: bolder;
}


#artistTable td .view img a{
  -moz-outline-style:none;
  border-style: none;
}

#artistTableShowAll td .view img a{
  -moz-outline-style:none;
  border-style: none;
}

#providerTable
{
	font-family: "Tahoma", Sans-Serif;
	font-size: 12px;
	background: #FFF;
	width: 680px;
	border-collapse: collapse;
	text-align: left;
	padding: 10px;
}

#providerTable td
{
	padding: 10px;
}


#providerTable th
{
	padding: 0px;
	color: #FFF;
	background-color: #2b2b2b;
}

#showsnav ul{
	
}

 .eventsTableNav li{
	display: inline;
}

 .eventsTableNav li a{
	text-decoration: none;
	background-color: #919191;
	color: #FFF;
	padding: 5px 10px 2px 10px;
	font-family: "Tahoma", sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
}

 .eventsTableNav li a:hover{
	text-decoration: underline;
	color: #2b2b2b;
}

 .eventsTableNav li a:active{
	text-decoration: none;
	background-color: #2b2b2b;
	color: #83df00;
}

 .eventsTableNav li.selected{
	text-decoration: none;
	background-color: #2b2b2b;
	color: #83df00;
	padding: 5px 10px 2px 10px;
	font-family: "Tahoma", sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
}
#artistTableDisplayAll
{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #2b2b2b;
	padding: 5px 10px ;
}
#locationTxt
{
	font-family: "tahoma", sans-serif;;
	font-size: 22px;
	font-weight: bold;
}
