table.listings {
    background-color:#191919;
    border:0;
    width: 100%;
    border-collapse: collapse;
	border-bottom: 1px solid #666;
}

table.listings a {
	color: #fff;
	text-decoration: none;
}

table.listings th {
	border-bottom: 1px solid #666;
	padding-left:10px;
	color:white;
	font-size:12px;
	text-align: left;
    	background-color:#7c7a7c;
	padding-top:8px;
	padding-bottom:8px;
}

table.listings td {
    color: #fff;
    padding-left: 10px;
    font-size:12px;
	border-top: 1px solid #666;
}
table.listings tbody tr:first-child td {
	border-top: none;
	}

table.listings tbody tr {
    height:40px;
}
/* Grouped list rows */
table.listings tbody tr.group {
	}
	table.listings tbody tr.group td {
		border-top: 0;
		}
table.listings tbody tr.featured td {
	font-weight: bold;
	}
table.listings tbody tr.featured td a {
	color: #f8ff80;
}
#center table th a{
	background:transparent url("../images/buttons/yell_arr_up.png") center right no-repeat;
	color:white;
	padding-right: 15px;
}

#center table th a.selected, #center table th a:hover{
	background:transparent url("../images/buttons/yell_arr_down.png") center right no-repeat;
	color:#f8ff80;
	padding-right: 15px;
	text-decoration:none;
}

#center table #lastcolumn {
	width:230px;
}
table.listings td a.song { margin-top: -2px; height: 24px; }


#center table.listings tr:hover td, #center table.artistsfull tr.listing:hover td,  #center table.venuesfull tr.listing:hover td  { background:#f8ff80; color:#000;  }
#center table.listings tr:hover td a, #center table.artistsfull tr.listing:hover td a, #center table.venuesfull tr.listing:hover td a { color: #000;  } 

/* container div for sc player ****************************************************** */
#center #infopage div.sc_player {
  float:right;
  padding:0px;
  margin:0;
}

/* sc player styles */
div.select_tracks_hdr {
  position: relative; 
  top: -10px;
  left: 15px;
}

div.playing_status {
  position: relative;
  top: -20px;
}

div.playing_status p{
  font-size: 11px;
  color: #ffffff;
}

div.select_tracks_hdr h2{
  color: #293954; 
  font-size: 20px;
  font-weight: bold;
}

#sc_player_more {
  background: url("../images/buttons/player_updown.png") no-repeat 42px 1px transparent; 
  position: absolute;
  top: 67px;
  right: 193px;
  width: 62px;
  height: 22px;
  cursor: pointer;
  z-index: 3;
}

#sc_player_more #sc_player_more_label {
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  height: 21px;
  position: relative;
  left: 9px;
}

div.sc_player p {
  vertical-align: middle;
  color: #ffffff;
  font-size: 10px;
}
div.sc_player {
    background: url("../images/sc_player_grad_lg.jpg") repeat-x 0px  0px transparent;
    clear:none;
    /*height: 200px; */
    height: 30px;
    width: 295px;
    overflow: hidden;
    position: absolute;
    top: 61px;
    right: 190px;
    background-color: #CCCCCC;
    padding: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    z-index: 2;
}
div.sc_player_no_tracks {
    background: none;
    clear:none;
    position: absolute;
    top: 78px;
    right: 190px;
    padding: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    z-index: 2;
    font-size: 10px;
    color: #fff;
}


div.powered_by_ftr {
  color: #293954;
  position: relative; 
  top: 95px; 
  left: 185px;
}

div.powered_by_ftr p {
  color: #293954;
  font-size: 10px;
}

div.powered_by_ftr a {
  color: #293954;
  font-size: 10px;
}

/* Scrolling table for dates *****************************************************************************************  */

#center #infopage div.dates {
/*float:right;*/
  color: #ffffff;/*#191919;*/
  padding:5px;
  margin:0;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.dates {
    clear:none;
    height: 100%;
    overflow: auto;
    width: 565px; 
    border-bottom: 1px solid #ccc;
    
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.dates {
    overflow: hidden;
    width: 565px;
}

/* define width of table. IE browsers only                 */
div.dates table {
    float: left;
    width: 565px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.dates table {
    width: 565px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeaderdates tr {
    position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeaderdates tr {
    display: block;
}

/* make the TH elements pretty */
#dates.dates thead.fixedHeaderdates th {
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    font-size: 16px;
    background:#000;
    color:#F8FF80;
    padding: 8px;
}

/* make the A elements pretty. makes for nice clickable headers                */
#dates.dates thead.fixedHeaderdates a, #dates.dates thead.fixedHeadedatesr a:link, #dates.dates thead.fixedHeader a:visited {
    color: #000;
    display: block;
    text-decoration: underline;
    width: 100%;
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
#dates.dates thead.fixedHeaderdates a:hover {
    color: #FFF;
    display: block;
    text-decoration: underline;
    width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body #dates.dates tbody.scrollContent {
  display: block;
  height: 100%;
  min-height: 50px;
  overflow: auto;
  width: 100%;
  padding: 5px 0px 0px 0px;        
    
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
#dates.dates tbody.scrollContent td, #dates.dates tbody.scrollContent tr.normalRow td {
    background: #FFF;
    border-top: 1px solid #DDD;
    padding: 2px 3px 3px 4px;
    color:#000;
}


#center #infopage #dates.dates tbody.scrollContent tr td a {
color: #000;
}

#center #infopage #dates.dates tbody.scrollContent tr td a:hover {
color: #000;
}

#dates.dates tbody.scrollContent tr.alternateRow td {
    background: #EEE;
    border-top: 1px solid #DDD;
    padding: 2px 3px 3px 4px;
    
}


/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body #dates.dates thead.fixedHeaderdates th {
    width: 567px;
}

html>body #dates.dates tr.fixedHeader td.no_results {
    width: 567px;
    text-align: center;
    height: 100px;
    color: #333333;
}



/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body #dates.dates tbody.scrollContent td {
    width: 40px;
}
html>body #dates.dates tbody.scrollContent td + td {
    width: 70px;
}
html>body #dates.dates tbody.scrollContent td + td + td {
     width: 187px; 
}
html>body #dates.dates tbody.scrollContent td + td + td + td {
    width: 120px;
}
html>body #dates.dates tbody.scrollContent td + td + td + td + td + td {
    width: 30px;
}
/* Artist shows table */
html>body #dates.dates table.venue tbody.scrollContent td {
    width: 40px;
}
html>body #dates.dates table.venue tbody.scrollContent td + td {
    width: 70px;
}
html>body #dates.dates table.venue tbody.scrollContent td + td + td {
     width: 187px; 
}
html>body #dates.dates table.venue tbody.scrollContent td + td + td + td {
    width: 85px;
}
html>body #dates.dates table.venue tbody.scrollContent td + td + td + td + td + td  {
    width: 150px;
}
html>body #dates.dates table.venue tbody.scrollContent td + td + td + td + td + td + td {
    width: 10px;
}


#center #infopage #dates.dates tbody.scrollContent tr.highlight td{ 
        background-color: #f8ff80;
        cursor: pointer;}
        
#dates.dates p.noresults {
  padding: 10px 0 10px 10px;
}
		
/*artist listing sidetable***************************************************************************************** */

#center #infopage div.cityartists {
float:right;
color: #000;
padding:0px;
margin:0;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.cityartists {
	clear:none;
	height: 430px;
	overflow: auto;
	width: 146px;

	
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.cityartists {
	overflow: hidden;
	width: 140px;
}

/* define width of table. IE browsers only                 */
div.cityartists table {
	float: left;
	width: 140px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.cityartists table {
	width: 140px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedArtistsHeader tr {
	position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedArtistsHeader tr {
	display: block;
}

/* make the TH elements pretty */
#cityartists.cityartists thead.fixedArtistsHeader th {
	text-align: center;
	font-size: 12px;
	background:#fff;
	color:#000;
	padding: 5px;
}

/* make the A elements pretty. makes for nice clickable headers                */
#cityartists.cityartists thead.fixedArtistsHeader a {
	color: #000;
	text-decoration: none;
	
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
#cityartists.cityartists thead.fixedArtistsHeader a:hover, #cityartists.cityartists thead.fixedArtistsHeader a.selected{
	color: #000;
	text-decoration: underline;
	width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body #cityartists.cityartists tbody.scrollContent {
	display: block;
	height: 400px;
	overflow: auto;
	width: 100%;
	
	
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
#cityartists.cityartists tbody.scrollContent td, #cityartists.cityartists tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
	color:#000;
}


#right div.righttop div.rightcontainer #cityartists.cityartists tbody.scrollContent tr td a {
color: #000;
}

#right div.righttop div.rightcontainer #cityartists.cityartists tbody.scrollContent tr td a:hover {
color: #666;
}

#cityartists.cityartists tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
	
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body #cityartists.cityartists thead.fixedArtistsHeader th {
	width: 120px;
}



/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body #cityartists.cityartists tbody.scrollContent td {
	width: 120px;
}



#right div.righttop div.rightcontainer #cityartists.cityartists tbody.scrollContent tr.highlight td, #right div.righttop div.rightcontainer #cityartists.cityartists tbody.scrollContent tr.selected td{ 
        background-color: #f8ff80;
        }

/*Previous posts side scrolling table ***************************************************************************************** */



/* define height and width of scrollable area. Add 16px to width for scrollbar          */
#right div.yellowcol {
	clear:none;
	overflow: auto;
	width: 146px;

	
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body #right div.yellowcol {
	overflow: hidden;
	width: 140px;
}

/* define width of table. IE browsers only                 */
#right div.yellowcol table {
	float: left;
	width: 140px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body #right div.yellowcol table {
	width: 140px;
	margin-bottom: 35px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedPreviousHeader tr {
	position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedPreviousHeader tr {
	display: block;
}

/* make the TH elements pretty */
#right div.yellowcol thead.fixedPreviousHeader th {
	text-align: center;
	font-size: 14px;
	color:#000;
	padding: 0 5px 5px 5px;
}

/* make the A elements pretty. makes for nice clickable headers                */
#right div.yellowcol thead.fixedArtistsHeader a {
	color: #000;
	text-decoration: none;
	
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
#right div.yellowcol thead.fixedPreviousHeader a:hover, #right div.yellowcol thead.fixedPreviousHeader a.selected{
	color: #000;
	text-decoration: underline;
	width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body #right div.yellowcol tbody.scrollContent {
	display: block;
	height: 320px;
	overflow: auto;
	width: 100%;
	
	
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
#right div.yellowcol tbody.scrollContent td, #right div.yellowcol tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
	color:#000;
}


#right div.yellowcol tbody.scrollContent tr td p, #right div.yellowcol thead.fixedPreviousHeader th p{
padding:0;
margin: 5px 0 0 0;
font-size: 11px;
}

#right div.yellowcol thead.fixedPreviousHeader th p{
font-style:italic;
}

#right div.yellowcol tbody.scrollContent tr td a {
color: #000;
}

#right div.yellowcol tbody.scrollContent tr td a:hover {
color: #666;
}

#right div.yellowcol tbody.scrollContent tr.alternateRow td {
	background: #f6fdbd;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
	
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body #right div.yellowcol thead.fixedPreviousHeader th {
	width:210px;
}



/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body #right div.yellowcol tbody.scrollContent td {
	width: 120px;
}



#right div.yellowcol tbody.scrollContent tr.highlight td, #right div.yellowcol tbody.scrollContent tr.selected td{ 
        background-color: #f8ff80;
        }



tr.highlight { cursor: pointer; }


