table {
    font-family:"ËÎÌå";
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
}
a:link       {text-decoration: none; color:#993333;}
a:visited    {text-decoration: none; color:#993333;}
a:hover      {text-decoration: underline; color:#993333;}
.Title {
	font-size: 12pt;
}
a {
	text-decoration: none;
}
.up{
color:#FF0000
}
.down{
color:#00FF00
}
.change{
color:#0000FF
}
.normal{
color:#000000
}
#buggedTable 
{
table-layout: fixed;
border-collapse: collapse;
border: 1px solid black;
width: 100%;
}

#buggedTable td, th 
{
border: 1px solid black;
overflow: hidden;
white-space: nowrap;
}

#buggedTable td > input
{
max-width: 99%;
display: inline;
margin: 0;
padding: 0;
}
