/* tables */
table.tablesorter {
	text-align: left;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
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: #E5E5E5;
}

table.tablesorter thead tr {
	border: 1px solid red;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 1px 4px 1px 4px;
}

.box, .box td, .box th {
	border: 1px solid black;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.fullWidth {
	width: 100%;
}

#likes {
	margin-top: 10px;
}

#tabs {
}

.bold {
	font-weight: bold;
}

.pt9 {
	font-size: 9pt;
}