@charset "UTF-8";

/* tables */
table.tablesorter {
	margin:20px 0 20px 0;
	width: 100%;
	text-align: left;
	border:0;
	border-bottom:#ee808d solid 1px;
	}
	
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-weight:bolder;
	padding:7px 20px 7px 8px;
	vertical-align:top;
	font-size:12px;
	border-top:#dc001b solid 2px;
	border-right:#fff solid 1px;
	font-size:12px;
	}
	
table.tablesorter thead tr .header {
	background: url(bg.gif) no-repeat center right;
	cursor: pointer;
	padding-right:20px;
	}
	
	table.tablesorter p.header {
	}
	
table.tablesorter tbody td {
	padding:10px 20px 0px 8px;
	vertical-align: top;
	border-top:#ee808d solid 1px;
	border-bottom:#fff solid 3px;
	border-right:#fff solid 1px;
	line-height:160%;
	background: #fcf2ef;
	font-size:12px;
	}
	
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	}
	
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	}
	
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	}
	
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
	color:#fff;
	}
	
.eventheader {
	font-weight:bolder;
	display:block;
	margin-bottom:5px;
	}
	
	.eventsemiheader {
	display:block;
	margin-bottom:7px;
	}
	
	.red {
	color:#DC001B;
	}