A{
	color: #000000;
}

.evnCell{
	background-color: #FFFFFF;
}

.oddCell{
	background-color: #FFFFCC;
}

.selectCell{
	width: 15px;
	background-color: #CCCCFF;
	text-align: right;
}

.separator{
	background-color: #999999;
}

#timeCell{
	text-align: center;
	text-decoration : underline;
	cursor: hand;
}

#disabledTimeCell{
	text-align: center;
	cursor: default;
}

#tableRow{
	cursor: default;
}

.tab{
	background-image: url(../images/wk_tab_dis.gif);
	cursor: hand;
	font: 10px Arial;
}