@charset "utf-8";
/* CSS Document */
table.tickets{font-size:12px;width:100%;}

table.tickets thead tr th{background:#EEE;border-bottom:1px solid #D1D1D1;font-size:11px;padding:5px;text-align:left;}
table.tickets thead tr th.tac{text-align:center;}

table.tickets tbody tr.odd{background:#F6F6F6;}
table.tickets tbody tr.even{background:#FFF;}
table.tickets tbody tr.new{background:#fff7c0;}
/*
table.tickets tbody tr.closed td{color:#999;}
table.tickets tbody tr.closed td span.time{color:#999;font-size:10px;}
table.tickets tbody tr.closed td a{color:#999;}
*/
table.tickets tbody tr td{border-bottom:1px solid #D1D1D1;padding:5px 5px;}
table.tickets tbody tr td.ticket_id{font-size:10px;}
table.tickets tbody tr td.no-border{border-bottom:0 none;}
table.tickets tbody tr td.message{color:#000;padding-left:10px;}

table.tickets tbody tr td span.time{color:#333;font-size:10px;}
table.tickets tbody tr td span.pages{color:#000;}
table.tickets tbody tr td span.pages span.current{color:#999;font-weight:bold;}

a.close_ticket{background:url(/img/iconset/cross-circle.png) no-repeat left center;display:block;height:16px;font-size:12px;height:16px;line-height:16px;padding:0 0 0 20px;}
a.open_ticket{background:url(/img/iconset/tick-circle-frame.png) no-repeat left center;display:block;height:16px;font-size:12px;height:16px;line-height:16px;padding:0 0 0 20px;}