* {
 line-height: 16px;
}

a{background-color: black;
text-decoration: underline;}
h1{color:yellow;}
h2,h3{color:red;}

h1{
 margin-left: 160px;
 font-size: 20px;
 line-height: 24px;

}

ul{
 margin: 4px;
 padding: 0px;
 list-style-type: none;
}

img {
 margin: 0px;
 padding: 0px;
 vertical-align: -3px;
}

table, th, td {
 border: 1px black solid;
 border-collapse: collapse;
 padding: 1px 4px 1px 4px;
}

th {
 color: gold;
 background-color: maroon;
}

table.tablesorter thead tr .header {
	background-image: url(/wizsm/pub/i/bg/bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/wizsm/pub/i/bg/asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/wizsm/pub/i/bg/desc.png);
}
..tablesorter tr.atwiki_tr_odd td:nth-of-type(3) {
 background-image: url("/wizsm/pub/i/bg-l-tp.png");
}

..tablesorter tr.atwiki_tr_even td:nth-of-type(3) {
 background-image: url("/wizsm/pub/i/bg-e-tp.png");
}

td {
 background-color: transparent;
}

.sun {
 background-image: url("/wizsm/pub/i/bg-s-tp.png");
}
.luna {
 background-image: url("/wizsm/pub/i/bg-l-tp.png");
}
.earth {
 {background: transparent url("/wizsm/pub/i/bg-e-tp.png") no-repeat right top;}

}

td:nth-of-type(1),td:nth-of-type(5),td:nth-of-type(6),td:nth-of-type(7),td:nth-of-type(8),td:nth-of-type(9),td:nth-of-type(10) {
text-align: right;
}