/* tables */
table.tablesorter {
	font-family: Geneva,Verdana, Helvetica,Arial, sans-serif;
	background-color: #CDCDCD;
	margin:10px auto 15px auto;
  font-size: .9em;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 2px;
}
table.tablesorter thead tr .header {
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.tablesorter tbody td a {
	text-decoration:none;
	color: #66CCFF;
}

table.tablesorter tbody td {
	color: #FfFfFf;
	padding: 4px;
	background-color: #FFF;
		background-color:#47484E;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	color: #47484E;
}

table.tablesorter tbody tr.odd td a {
	text-decoration:none;
	color:#47484E;
}

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;
}

#instructions {
	font-family: Geneva,Verdana, Helvetica,Arial, sans-serif;
	font-size: smaller;
	/*border: solid 1px;*/
	width: 90%;
	margin: 10px auto 5px auto;
}

#instructions li, #instructions h4 {
    margin: 5px;
    padding: 1px 3px 1px 3px;
}

/*table widths */
td.date {
	width: 70px;
}

td.format, td.size {
 	width: 50px;
 }
 
 td.series {
 	width: 150px;
 }
 
td.reference {
	width: 100px;
	
}
 
 td.speaker {
 	width:130px;
 }
 
table.tablesorter tbody tr:hover td, table.tablesorter tbody tr:hover td a   {
 	color:#000;
 }

