/* CSS Document */
.wdtable {
	border: #66CCFF thin solid;
	border-collapse: collapse;
	text-align: center;
}

.wdtable th, td{
    font-size: 14px;
    width: 20px;
    height: 15px;
	border: #66CCFF thin solid;
    padding: 2px 0px;
}

.wdtable th {
	background-color: #ccffff;
}

.wdholi {
    background-color: #ff99cc;
}

.wdwork {
    background-color: #ffffff;
}
