/* bugtracking.css */

div.bugtrackingbox
{
width: auto !important;
padding-bottom: 2px;
}

div.bugtrackingbox h2
{
margin: 12px 0 8px 0;
}

div.bugtrackingbox h2.green
{
color: green;
margin: 0 0 20px 0;
}

div.greenbox div.statusinfo
{
margin-bottom: 20px;
}

div.greenbox div.statusinfo p
{
margin: 0 0 5px 0;
}

img.minifav
{
text-align: center;
margin: -1px 5px 0 0;
width: 11px;
height: 11px;
}

div.statuslog a:link, div.statuslog a:visited, div.statuslog a:active
{
color: black;
}

div.statuslog a:hover
{
color: blue !important;
}