@charset "utf-8";
/* CSS Document */
table,tr,td,th{border-collapse:collapse;border-spacing:0;/*border:1px solid #c3c3c3;*/ padding:2px; }
table{width:100%;margin:1em auto;}
caption{font-weight:bold;width:75%;margin:0 auto -1em;color:#efe;/*border-bottom:1px solid #d9d1cc;*/}
th{background:#000000 ;color:#ffffff;/*border-bottom:1px solid #ff7c00;*/}
tr{background:#ffffff;color:#333;hover:expression(this.onmouseover=new Function("this.style.background='#dcdcdb';"),this.onmouseout=new Function("this.style.background='#ffffff';"));}
tr:hover{background:#e7e7e7;}
td{padding-left:1em;}
table tr td a{color:#666;}
table tr td a:hover{color:#000;}
table .smallinput{
width:50px;
}
table .input-text{
background:url(../images/input-bg.jpg) repeat-x ;
border:1px solid #e7e7e7;
}

td.nohover{
background:#ffffff;
}
td.nohover:hover{
background:#ffffff;
}