table.dtTABLE
	{
	width: 100%; /* Forces tables to have correct right margin */
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #999999;
	background-color: #999999; 
	font-size: 10px; /* Text in Table is same size as text outside table */
	}
table.dtTABLE th, table.dtTABLE td
	{ 
	border-style: solid; /* Creates the cell border and color */
	border-style: solid;
	border-color: #999999;
	padding: 4px 6px;
	text-align: center;
	}
table.dtTABLE th	
	{ 
	background: #cccccc; /* Creates the shaded table header row */
	vertical-align: bottom;
	border-width: 1px 0px 1px 1px;
	}
table.dtTABLE td	
	{
	background: #f5f5f5;
	vertical-align: top;
	border-width: 0px 0px 1px 1px;
	}
.todo_name {
	font-size: 11px;
	font-weight: bold;
}
.todo_info {
	font-size: 11px;
	text-align: right;
}
.todo_address {
	font-size: 11px;
}
.back_link {
	text-align: right; 
	position: absolute; 
	top: 283px; 
	width: 564px; 
	font-size: 10px;
}
* html .back_link {
	text-align: right; 
	position: absolute; 
	top: 290px; 
	width: 564px;
	font-size: 10px;
}
li {
	list-style-type: square;
	font-size: 11px;
	line-height: 16px;
}
.thumbnail {
	width: 155px;
	height: 118px;
	background-image: url(/todo/thumbback.gif);
	padding: 5px;
	margin: 0px;
	text-align: left;
}
.thumbPane {
	margin-top: 70px;
	font-size: 10px;
	text-align: center;
	color: #666666;
}
