/* \/**** Move this section to modules.css ***** */
body {background-color:transparent;}
TH {
	border: 1px solid #000;
	background: #888;
	font-weight: bold;
	padding: 3px;
	color: #fff;
}
.calc {
	background: #eee;
	border: 1px solid #000;
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
	border-collapse: collapse;
}
.fill01 {background-color: #fff}
.fill02 {background-color: #eee}
#calcH1 {font-size:16px; }
/* /\******************************************* */

/* \/**** Editied for sites ******************** */
#calcH1 a {text-decoration:none;color:#666;}
#texttable{}
/* /\******************************************* */

.calc_input {
	font: 100% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
}
.calc_button {
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
}
.sfont {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
	color: #666;
}
.err{
	color: #CC0000;
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
}
#tiplayer {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	position: absolute;
	width: 250px;
	padding: 4px;
	background: #FFFFE1;
	border: 1px solid #000000;
	z-index: 10;
	visibility: hidden;
}
#powered_by, #powered_by a{
	font: 11px arial,verdana,helvetica,lucida,sans-serif;
	margin-top: 15px;
	text-align: center;
	color: #BBBBBB;
}
#calclist li{margin-bottom: 8px}

