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

table {
	border: 1px solid #CCC;
	border-collapse: collapse;
  	font: 10px Veranda, Arial, Helvetica, sans-serif;
	margin-left: 2px;
	text-align: left;
}

table {
	float: left; display: inline;
	border:none;
	border:1px solid #CCC;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
}

td {
	background-position: center
}

thead th,
tbody th {
	background: #FFF;
	color: #666;
	text-align: left;
	padding: 5px 10px;
	border-left: 1px solid #CCC;
}

tbody th {
 	background: #FAFAFB;
 	border-top: 1px solid #CCC;
  	text-align: left;
 	font-weight: normal;
}

tbody tr td {
	padding: 5px 10px;
  	color: #333;
}

tbody tr:hover {
  	background: #DFDFDF;
}

tbody tr:hover td {
  	color: #454545;
}

tfoot td,
tfoot th {
  	border-left: none;
  	border-top: 1px solid #CCC;
	padding: 4px;
  	background: #FFF;
  	color: #666;
}

caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}

table a:link {
	color: #666;
}

table a:visited {
	color: #666;
}

table a:hover {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

table a:active {
	color: #0066CC;
}

#caculator a { width: 23px; }
#calculator a span {
	position: absolute;
	left: 0px;
	cursor: pointer;
	width: 23px;
	height: 24px;
	background: url(../Images/calculator.png) 0px 0px no-repeat;
}
#calculator a:hover span { background-position: 0px 0px 0px 100px;
	background: url(../Images/calculator_hover.png);
}
