#sealantchart {
	margin: 0px auto;
}

#sealantchart td {
	border-bottom: solid 1px #000000;
}

#sealantchart thead tr{
	font-weight: bold;
	font-size: 11px;
}

#sealantchart thead td{
	border-bottom: none;
	width: 50px;
	text-align: center;
}

#sealantchart tbody td {
	padding: 4px;
	text-align: left;
}

#sealantchart tbody td img{
	text-align: center;
}

#sealantchart tbody tr:hover {
	background-color: #d4e3f2;
	color: #001a58;
	text-decoration: none;
}

.yaxis {
	margin: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

#printlogo {
	display: none;
}

#printnow {
	float: right;
	padding: 0px;
	margin: -30px 0px 0px 0px;
	width: 150px;
	
}

#printnow ul{
	list-style-image: url(../images/printericon.gif);
}
