@charset "utf-8";
/* CSS Document */


#chCalculator {font-family:Arial, Helvetica, sans-serif; color:#003; width:auto; position:absolute; display:none; z-index:1000; }
#chCalculator table.dataTable th {font-size:12px; color:#003; font-weight:bold; background-color:#E0EAED;}
#chCalculator table.dataTable td {font-size:12px; background-color:#E0EAED;}
#chCalculator td.title {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
}

#chCalculator select, #chCalculator input { border:1px #CCC solid; background-color:#F8F2C9;}

#chCalculator a.ch_button { color:#003; padding:3px; font-size:10px;}
#chCalculator a.ch_button:hover { color:#C00; }

#chHandle { cursor:move; }
