table.tab {
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

td.tabini {
	background-position: left top;
	width: 3px;
}

td.tabsep {
	background-repeat: no-repeat;
	background-position: center top;
	width: 7px;
}

td.tabend {
	background-position: right top;
	width: 3px;
}

td.tabnormal {
	background-position: center top;
	width: 100px;
}

td.tabactual {
	background-position: center;
	width: 100px;
}

td.tabnormalh, td.tabactualh {
	background-position: center bottom;
	width: 100px;
}

div.taboptions { 
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 27px;
	line-height: 2.2em;
}
