/* title container */
td.calcTitle_dti {
	padding: 10px;
	color: #fff;
	text-align: left;
	
	background: rgb(84,84,84); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(84,84,84,1) 0%, rgba(109,109,109,1) 34%, rgba(76,76,76,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,84,84,1)), color-stop(34%,rgba(109,109,109,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(84,84,84,1) 0%,rgba(109,109,109,1) 34%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(84,84,84,1) 0%,rgba(109,109,109,1) 34%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(84,84,84,1) 0%,rgba(109,109,109,1) 34%,rgba(76,76,76,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(84,84,84,1) 0%,rgba(109,109,109,1) 34%,rgba(76,76,76,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}

/* buttons */
input.clearbutton_dti, input.nextbutton_dti, input.summaryclearbutton_dti {
	width:200px;
	border: 2px solid #ccc;
	background: #5e5e5e;
	color: #fff;
}

input.clearbutton_dti:hover, input.nextbutton_dti:hover, input.summaryclearbutton_dti:hover {
	background: #2e2e2e;
	cursor: pointer;
}

input.clearbutton_dti:focus, input.nextbutton_dti:focus, input.summaryclearbutton_dti:focus {
	background: #2e2e2e;
}