h1
{
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 8px !important;
}

h2
{
    margin-top: 18px;
}



table.stats 
{
    width: 99%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 2em;
}

table.stats tbody td,
table.stats tbody th
{
    border-top: 1px solid #fff;
    padding: 3px;
    margin: 0;
	font-size: 1em;
}

table.stats thead th,
table.stats tfoot td
{

    font-weight: bold;
    border: 1px solid #cf8439;
    padding: 3px 6px;
    margin: 0;
    background: #fff;
    color: #339;
    text-align: top;
    font-size: .92em;
}

table.stats tfoot th,
table.stats tfoot td
{
    border: 1px solid #cf8439;
    text-align: right;
}

table.stats tfoot th
{
    text-align: right;
    color: #444;
    padding-right: 4px;
}

h3 {
	font: bold 1.1em Arial, Verdana, sans-serif;
  color: #339;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 3px 0;
	margin: 0 0 2em 0;
}

table.stats caption 
{
    font: bold 1.1em Arial, Verdana, sans-serif;
    color: #5c316b;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 3px 0;
		margin: 0;
}


table.stats tbody th { white-space: nowrap; text-align: left; padding-left: 4px; }
table.stats tbody th a { display: block; }
table.stats td.stat { text-align: center; }
table.stats td.empty { text-align: center; }
table.stats tr.hs-one { background: #fbfbe4; }
table.stats tr.hs-two { background: #e7e7e7; }
table.stats tbody tr:hover { background: #f8ca9d; }

table.stats th.sortable 
{ 
    cursor: pointer;
    color: rgb(27, 44, 133);
    padding-right: 12px;
}

table.stats th.sortable:hover { text-decoration: underline; }

table.stats th.sorted,
table.stats th.sorted-rev
{
    background-repeat: no-repeat;
    background-position: 95% 55%;
}



h3.link 
{
    background-image: url();
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 10px;
    text-transform: none;
    margin: 0 0 0 140px;
    line-height: 1.3em;
}



/* A little "help" for MacIE */
table.stats tbody a:link, table.stats tbody a:visited { color: #1B2C85; text-decoration: none; } 
table.stats tbody a:hover { text-decoration: underline; background-color: transparent; }

#big-fat-hack
{
    width: 99%;
    border-spacing: 0;
    border-collapse: collapse;
}