.schedule_title {
	text-transform: uppercase;
	font: 12px Verdana,sans-serif normal;
	font-weight: bold;
}

#schedule_content {
  padding: 10px;
}


/* tables */
table.tablesorter {
	text-align: center;
}
table.tablesorter thead tr th {
	background-color: #435360;
	border: 1px solid #dae0e0;
	padding: 3px;
	color: #bbbbbb;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #000;
	padding: 3px 6px;;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(http://www.peakfitnessusa.com/img/arrow_up.png) no-repeat 0 40%;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://www.peakfitnessusa.com/img/arrow_down.png) no-repeat 0 40%;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #435360;
color: #bbbbbb;
}

/* class info bubble */
td img {
  float: right;
  padding-top: 0px;
}

th img {
  float: left;
}

/* zebra row striping */
table.tablesorter tbody tr.even td {
  background-color: #e5e9ea;
}
table.tablesorter tbody tr.odd td {
  background-color: #dae0e0;
}