
	#timer {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		width: 450px;
	}

	#timer-header {
		padding-top: 20px;
		height: 72px;
		background-position: center top;
		background-image: url(../images/timer-app-header.gif);
		background-repeat: no-repeat;
	}
	#timer-body {
		background-position: center top;
		background-repeat: repeat-y;
		background-image: url(../images/timer-body.gif);
		width: 450px;
	}
	#timer table {
		margin-right: auto;
		margin-left: auto;
		width: 440px;
	}
	#timer td {
		border-left-color: #cccccc;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-style: none;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
		color: #666666;
		font-size: 14px;
		width: 25%;
	}
	#timer table td:first-child {
		border-left-width: 0px;
	}
	#timer thead td {
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		border-bottom-color: #999999;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-top-color: #999999;
		border-top-style: solid;
		border-top-width: 1px;
		line-height: 28px;
		color: #666666;
		background-repeat: no-repeat;
		background-position: center top;
		height: 28px;
		background-image: url(../images/timer-table-header.gif);
	}
	#timer td span {
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
	}
	#timer tr.even {
		background-color: rgb(255,237,255);
	}
	#timer-footer {
		margin-bottom: 20px;
		padding-top: 9px;
		height: 51px;
		width: 450px;
		background-position: center top;
		background-repeat: no-repeat;
		background-image: url(../images/timer-footer.gif);
	}
	#start-stop {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 24px;
		color: white;
		font-weight: bold;
		border-width: 0px;
		height: 40px;
		width: 222px;
		background-repeat: no-repeat;
		background-image: url(../images/timer-start-button.gif);
		cursor: pointer;
	}
	#start-stop:hover {
		background-position: center -40px;
	}
	#start-stop:active {
		background-position: center -80px;
	}
	#print-button {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: white;
		border-width: 0px;
		height: 34px;
		width: 222px;
		background-repeat: no-repeat;
		background-image: url(../images/timer-print-results-button.gif);
		cursor: pointer;
	}
	#print-button:hover {
		background-position: center -34px;
	}
	#print-button:active {
		background-position: center -68px;
	}
	p.timer-note {
		text-align: center;
		padding-top: 4px;
		color: rgb(100,100,100);
		font-size: 13px;
	}
	#timer tbody td {
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}