h1 { font-size: 18px }

.searchList {
    margin-bottom: 5px;
}

#browseList td.pic {
    width: 95px;
}

#browseList td.pic a {
    display: block;
    margin: 10px 0;
}

.searchList td a.more {
	display: block !important; /* UPDATED for Livanation - 3/23/10 */
    font-size: 13px;
    padding-right: 7px;
	font-style:normal;
}

.searchList td a.more:hover {
    text-decoration: underline;
}

.searchList td a.signUp {
    font-size: 13px;
    font-weight: bold;
    display: block;
    color: #ef6307;
}

.searchList th, #browseList th  {
    border-bottom: 2px solid #efefef;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
    color: #4e4d4e;
    font-size: 11px
}


.searchList th a, #browseList th a {
    color: #4e4d4e;
    text-decoration: underline;
}


.searchList td,  #browseList td {
    background-color: #fff;
    padding: 0;
    height: 70px;
    font-size: 12px;
    border-bottom: 5px solid #efefef;
    vertical-align: top;
    line-height: 16px;
	
}

.searchList td.event { width: 295px }

.searchList td.event a { 
    font-weight: bold; 
    font-size: 13px;  
}

.searchList td.location { width: 215px }

.searchList td.location a {
    display: block;
    font-weight: bold; 
    color: #444; 
    text-decoration: none; 
}

.searchList td.location a:hover {
    color: #034678;
}

.searchList td.date { width: 100px }
.searchList td.more { 
	width: 170px; 
	/* NEW for Livanation - 3/23/10 */
	text-align:right;
	font-size: 11px; }


.pagi {
    float: right;
    color: #444;
    font-weight: bold;
    font-size: 11px;
    padding: 0 5px 30px 0;
}

.pagi a {
    text-decoration: underline;
    font-weight: normal;
}

/* Removed for livenation - 3/26/10 */
/*.pagi img.prev  {
    cursor: pointer;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-image: url('img/sys/search_prev.gif');
}

.pagi img.next  {
    cursor: pointer;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-image: url('img/sys/search_next.gif');
}*/



#left-nav a.browseFilter {
    padding: 7px 7px 8px 6px;
    line-height: 13px;
    background-image: url('img/sys/1000/browsefilter.gif');
    margin-bottom: 4px;
}

#left-nav a.browseFilter:hover {
    background-color: transparent;
    background-image: url('img/sys/1000/browsefilter_over.gif');
}

.browseFilter td {
    vertical-align: top;
    line-height: 12px;
    padding: 3px 0 4px 0;
}

.browseFilter td input {
    height: 13px;
    width: 14px;
    margin: 0px 5px 0 0;
}

.browseFilter tr.checked td {
    font-weight: bold;
}

.browseFilter tr.null td {
    color: #afafaf;
}

#left-nav a.more {
    font-size: 11px;
    background-image: url('img/sys/search/search_more.gif');/* image under 'search' folder - 3/25/10 */
	padding:3px 15px 0 7px;
}

#left-nav a.less {
    background-image: url('img/sys/search/search_less.gif');/* image under 'search' folder - 3/25/10 */
    font-size: 11px;
	padding:3px 15px 0 7px;
}


/*to be modified in default.css */
.drop_select a, #left-nav .drop_select a { 
    cursor: default; 
    display: block;
    padding: 0 5px;
    line-height: 19px;
    color: #898989;
}

/* Override default.css for Livenation - 3/23/10 */
#browseList td.event a	{ font-size: 13px;}
#browseList td.more		{ color: #414141; font-style:normal; line-height: 16px; }
#browseList a.more		{ display: block !important; }
#browseList td.more a	{ font-size: 13px;}
.lh20					{ line-height: 20px; }

/* NEW CLASS FOR LIVENATION 3/26/10 */
.noEvt	{ color: #b1b0b0; }
