.PopCalendar {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 163px;
    background-color: #d8d4d0;
    cursor: default;
    padding: 1px;
    border: 1px solid #666666;
}

.PopCalendar TABLE {
	width: 100%;
}

.PopCalendar .mainTable {
}

.PopCalendar .calTable {
}

.PopCalendar .dayofweek { 
	height: 18px;
	font-size: 11px;
} 

.PopCalendar .month { 
	font-size: 11px;
}

.PopCalendar .date { 
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #ffffff;
}

.PopCalendar .selected { 
	border: 1px solid #333366;
	background-color: #b0b0d0;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	cursor: pointer;
} 

.PopCalendar .today { 
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	background-color: #b0b0d0;
} 

.PopCalendar .empty { 
	height: 20px;
} 

.PopCalendar INPUT { 
	height: 16px;
	width: 22px;
	text-align: center;
	margin: 0 3px 0px 2px;
	border: 1px solid #999999;
} 

.PopCalendar IMG { 
	border: 0px none #000;
	width: 12px;
	height: 18px;
	cursor: pointer;
} 

