#calbox .calTableV
{
	border-collapse: collapse;
	margin:          0px 0px 0px 0px;
	width:           160px;
	empty-cells:     show;
	border:          1px solid ThreeDShadow;
}

#calbox .calLabel
{
	font:        700 11px Arial, Helvetica, sans-serif;
	color:       WindowText;
	text-align:  center;
	background:  Window;
	padding:     1px;
	line-height: 18px;
	white-space: nowrap
}

#calbox .calDayName
{
	background: ThreeDFace;
	color:      WindowText;
	font:       500 10px Arial, Helvetica, sans-serif;
	text-align: center;
	width:      19px
}

#calbox .calDate
{
	text-align:  center;
	font:        500 10px Arial, Helvetica, sans-serif;
	background:  Window;
	line-height: 13px;
}

#calbox .calDateSel
{
	background:  Highlight;
	text-align:  center;
	font:        500 10px Arial, Helvetica, sans-serif;
	line-height: 13px;
}

#calbox .calNavA
{
	text-decoration: underline;
	color:           #333333;
}

#calbox .calNavA:hover
{
	text-decoration: none;
	color:           blue;
}

.calboxon
{
	z-index:          999;
	height:           132px;
	width:            160px;
	position:         absolute;
	top:              40px;
	left:             200px;
	display:          block;
	font:             bold 10px Arial, Helvetica, sans-serif;
	text-align:       center;
	border:           1px solid ThreeDShadow;
	background-color: ThreeDFace;
}

.calboxoff
{
	height:     1px;
	width:      1px;
	overflow:   hidden;
	position:   absolute;
	top:        0px;
	left:       0px;
	visibility: hidden;
	display:    none;
}

.calboxNoLink
{
	color: black;
}


