div.date {				display:			none;
						position:			absolute;
						background-color:	white;
						padding:			0.25em;
						border:				solid 1px #666; }
div.date td {			border:				solid 1px white; }
div.date td.browse {	text-align:			center;
						border-bottom:		solid 1px #666;
						padding-bottom:		1px; }
div.date img.browse {	width:				2.4em;
						height:				1.2em; }
div.date td.status {	text-align:			center;
						border-bottom:		solid 1px gray; }
div.date td.date {		width:				3em;
						text-align:			center; }
div.date td.time {		border-top:			1px solid #666;
						text-align:			right; }
div.date .today {		border:				solid 2px red !important; }
div.date .weekend {		border:				solid 1px #FEF;
						background-color:	#FEF; }
div.date .current {		font-weight:		bold;
						color:				#C33; }
div.date .current a {	font-weight:		bold;
						color:				#F00; }
div.date a {            border:				solid 0px white; 
                        height:				auto; 
						color:				#4be; 
						text-decoration:	none; 
						padding:			0; 
						font-weight:		lighter;} 
div.date a:hover {		border:				0px solid #000; 
						background-color:	#4be; 
						color:                          white;} 


