@charset "utf-8";
a{
    color:#000;
}
table{
    border-collapse: collapse;
    width:500px;
    margin-top:25px;
    border-radius: 4px;
}
table th,
table td{
    border:1px solid #aaa;
    padding: 5px 15px;
}
table th{
    background:url("../images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #ccc;
}
table tr:hover{
    background: #ffffd2;
}
table tr.production td a{
    color: #ff6148;
}
#dialog pre{
    width:500px;
    height:300px;
    background:#000;
    color: #56ff4d;
    overflow-y:scroll;
    padding:15px;
}