body
{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
}

img.logo
{
	vertical-align:middle;
}

thead.a, thead.a:visited, thead.a:active
{
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}

thead.a:hover
{
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}

a, a:visited, a:active
{
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}

hr
{
	color: #000080;
	border-width: 1;
}


.tweet {
	border-bottom:1px dotted;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

.tune {
	border-bottom:1px dotted;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}

.container {
	top:120px;
	left:50%;
	padding:20px 20px 30px 20px;
	width:700px;
}





table.tablesorter {
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
