/* calcstyle.css */

table.service, table.service td, table.service tr, table.service tr.head, table.service tr.head td, table.service tr td  {
margin: 0px;
padding: 0px;
border: none;
text-decoration: none;
font-size: 12px;
font-family: Arial;
list-style: none;
text-align:center;
}

#TrafficCalcTable table.service { float:left; clear:left; width:499px; border:1px solid #CFCFCF; margin:0px 20px 20px; padding:0px; border-bottom:none; border-right:none; background:#FFF; }
#TrafficCalcTable .service tr { height:26px; line-height:26px; overflow:hidden; text-align:center; }
#TrafficCalcTable .service tr.head { background:url(../images/service_tabel_header.png) repeat-x; height:28px; line-height:28px; }
#TrafficCalcTable .service tr.head td { font-weight:bold; }
#TrafficCalcTable .service tr:hover { background:#DFDFDF; cursor:pointer; color:#000; }
#TrafficCalcTable .service td { border-bottom:1px solid #CFCFCF; border-right:1px solid #CFCFCF;}
#TrafficCalcTable .service td.order { width:57px; padding:0px 5px; }

/* Bandwidth Calc */
#TrafficCalc input,#TrafficCalc select { width:86px; border:1px solid #CCC; margin-top: 4px;}