.calc {
	background: #E7E8F9;
	border: 1px solid #8688A8;
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #000000;
	border-collapse: collapse;
}
.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%;
}
TH {
	border: 1px solid #8688A8;
	background: #BEC1EE;
	font-weight: bold;
	padding: 3px;
	color: #373845;
}
#tiplayer {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	font-size: 83%;
	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;
}
.fill01 {background-color: #FFFFFF}
.fill02 {background-color: #E7E8F9}
#calcH1{	
	height: 45px;
	background: url(images/wm-calc.png) center top no-repeat;
	border: solid #3879B1;
	border-width: 5px 0;
	margin: 25px 5px 20px;
	/*font: bold 125% arial,verdana,helvetica,lucida,sans-serif;
	color: #595B70;
	text-align: center;*/
}
#calcH1 span {
	visibility: hidden;
}
#calclist{
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #777;
	list-style: none;
	margin: 0;
	padding: 25px 20px 20px;
	border: 1px solid;
	border-color: #eee #ccc #ccc #eee;
	background: url(images/stripe.gif) repeat;
}
#calclist li{
	margin-bottom: 15px;
}
a{
	color: #58C;
	outline: none;
	text-decoration: none;
}
a:hover{
	color: #DA4B47;
	text-decoration: underline;
}
#calclist a{
	padding-left: 25px;
	background: url(images/link-icon2a.png) 0 2px no-repeat;
}
#calclist a:hover{
	text-decoration: none;
	background: url(images/link-icon2a.png) 0 -93px no-repeat;
}
#pathway{
	font: bold 83% arial,verdana,helvetica,lucida,sans-serif;
	color: #7D7D7E;
	text-align: center;
}
#pathway a{
	font-weight: normal;
	text-decoration: none;
}
#texttable{
	font: 83% arial,verdana,helvetica,lucida,sans-serif;
}
