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

h2
{
    margin-top: 18px;
}



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

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

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

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

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

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

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

table.pets 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.pets tbody th { white-space: nowrap; text-align: left; padding-left: 4px; }
table.pets tbody th a { display: block; }
table.pets td.stat { text-align: center; }
table.pets td.empty { text-align: center; }
table.pets tr.hs-one { background: #eee; }
table.pets tr.hs-two { background: #e7e7e7; }
table.pets tbody tr:hover { background: #66ff99; }

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

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

table.pets th.sorted,
table.pets 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;
}




#related-links
{
    float: right;
    width: 200px;
    border: 1px #ccc solid;
}

#related-links h3
{
    margin: 4px;
}

#related-links ul 
{
    list-style-type: none;
    padding: 0;
    margin: 10px 4px;
}


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

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