	/* print checklist page */

	#printchecklist {
		width: 100%;
		background-color: #DFEEFB;
		border-left: 1px solid #6699CC;
		border-top: 1px solid #6699CC;
		padding: 0px;
		margin: 0px;
	}
	
	#printchecklist tr {
		height: 35px;
	}
	
	#printchecklist tr td{
		padding: 0px 5px 0px 5px;
		border-right: 1px solid #6699CC;
		border-bottom: 1px solid #6699CC;
	}
	
	#printchecklist .checklistheader {
		background-color: #CCCCCC;
		color: #06C;
		font-weight: bold;
	}
	
	#printchecklist .checklistfooter {
		background-color: #CCCCCC;
		color: #06C;
		font-weight: bold;
	}
	
	#printchecklist .checklistinputbox {
		text-align: center;
		vertical-align: middle;
		width: 10%;
	}
	
	.wrappertable {
		width: 100%;
	}
	
	.wrappertable td{
		padding: 10px;
	}


		/* normal checklist page */


		.toolbackground {
			background-image: url(/images/tools/bg_tool_footer.jpg);
			background-repeat: no-repeat;
			background-position: bottom left;
		}

		.checklist {
			background-image: url(/images/tools/bg_dementia_tool.jpg);
			background-repeat: no-repeat;
			width: 466px;
			padding: 0px;
			margin: 0px;
		}

		.checklist tr {
			height: 35px;
		}

		.checklist tr td{
			padding: 0px 5px 0px 5px;
		}

		.checklist .checklistheader {
			color: #06C;
			font-weight: bold;
		}

		.checklist .checklistheader td {
			padding-top: 200px;
		}
		
		.checklist .checklistfooter {
			color: #06C;
			font-weight: bold;
		}

		.checklist .checklistfooter td {
			padding-bottom: 20px;
			padding-top: 5px;
		}
		
		.checklist .checklistinputbox {
			text-align: center;
			vertical-align: middle;
			width: 10%;
		}


