/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */

body {
  background-image:url(images/bg.png);
  background-color:#E9E9E9;
  font: 13px/17px normal Arial,sans-serif;
  color: #333;
}

.container {
	margin: 0 auto;
}

.content {
	background-color:#FFF;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 7px;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #ADADAD;
	border-right: 1px solid #CECECE;
	border-top: 0px
}

.title {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding: 8px 20px 8px 20px;
}

.searchresults {
	font-size: 13px;
	color: #333;
	background-color: #FFF;
	float: right;
	padding: 2px 20px 8px 20px;
}

/* table */
table.tablesorter {
	margin-top: 30px;
	margin-bottom: -1px;
	width: 970px;
}

/* table headers */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FFF;
	border-bottom: 1px solid #E7E7E7;
	font-size: 13px;
	text-align: left;
	color: #333;
	padding: 4px;
}

/* table header up-down icon */
table.tablesorter thead tr .header {
	background-image: url(bg-off.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

/* table header up-down icon hover state */
table.tablesorter thead tr .header:hover, table.tablesorter thead tr .header:focus {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

/* table header sort ascending icon */
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}

/* table header sort descending icon */
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}

/* table header bg color of sorted column */
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #FFF;
}

/* styles the DATE td */
table.tablesorter tbody td {
	padding: 15px 5px 15px 20px;
	border-bottom: 1px solid #E7E7E7;
	vertical-align: center;
    text-align: left;
	font-size: 13px;
	color: #333;
}

/* styles the ARTIST td */
table.tablesorter td + td, table.tablesorter td + td a:link, table.tablesorter td + td a:visited { 
	padding: 15px 5px 15px 5px;
    font-size: 16px;
    line-height: 24px;
    color: #069;
    text-decoration: none;
}

/* styles the ARTIST td links */
table.tablesorter td + td a:hover, table.tablesorter td + td a:active { 
	text-decoration: underline;
}

/* styles the VENUE td */
table.tablesorter td + td + td { 
    font-size: 13px;
    width: 180px;
    color: #333;
}

/* styles the COST td */
table.tablesorter td + td + td + td { 
    font-size: 13px;
    width: 90px;
    color: #333;
    text-align: right;
    padding-right: 20px;
}

/* styles the TICKETS td */
table.tablesorter td + td + td + td + td { 
    padding-right: 15px;
    font-size: 13px;
    width: 160px;
    color: #999;
    text-align: left;
}

.footer-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
}

.footer-container td {
	padding-top: 15px;
	padding-bottom: 20px;
}

.footer-container td div {
	font-size: 13px;
	line-height: 30px;
	color: #666;
	text-align: center;
}

.footer-container td div a:link, .footer-container td div a:visited {
	color: #069;
	text-decoration: none;
}

.footer-container td div a:hover, .footer-container td div a:active {
	text-decoration: underline;
}

.group:before, .group:after {
	content: '';
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* IE6&7 */
}