<style>
td.dateOut {font-size: xx-small; border: 1 solid #CCCCCC; background: #F7F7F7;}
.dateToday {font-size: xx-small; background: #FFFFFF;}
.dateEvent {font-size: xx-small; border: 1 solid #CCCCCC; background: #DDFFDD;}
.dateNormal {font-size: xx-small; background: #FFFFFF;}

.eventToday {font-size: xx-small; background: #E1ECFF;}
.eventActive {font-size: 11px; color: #669FFF;}
.eventInactive {font-size: 11px; color: #b4b4b4;}

.textHighlight {font-size: x-small; color: #669FFF;}
.calTable {font-size: x-small;}
.chLeft {
		font-size: x-small;
		border-right-style: none; 
		border-right-width: medium; 
		border-top-color: #CCCCCC; 
		border-top-width: 1; 
		border-bottom-style: none; 
		border-bottom-width: medium; 
		background: url(bar.gif);
		}

.chMiddle {
		font-size: x-small;
		border-left-style: none; 
		border-left-width: medium; 
		border-right-style: none; 
		border-right-width: medium; 
		border-top-color: #CCCCCC; 
		border-top-width: 1; 
		border-bottom-style: none; 
		border-bottom-width: medium;
		background: url(bar.gif);
		}

.chRight {
		font-size: x-small;
		border-left-style: none; 
		border-left-width: medium; 
		border-top-color: #CCCCCC; 
		border-top-width: 1; 
		border-bottom-style: none; 
		border-bottom-width: medium;
		background: url(bar.gif);
		}		
.dateCell {font-size: x-small; text-decoration: none;}
.dateCellSmall {font-size: xx-small; color: #669FFFF; text-decoration: none;}
.calDayNames {
		font-size: xx-small;
		font-weight: bold;
		border-right-style: none; 
		border-right-width: medium; 
		background: #E9E9E9;
		}
.menuText {color: #000000; font-size: 10px; text-decoration: none;}

/*Tooltips - GCGRAFIX*/
	
	#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
	/*Remove below lines to remove shadow in IE6/7/8. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135)";
	}
	.style1 {font-size: x-small}	
		#hintbox{ /*CSS for pop up hint box */
		position:absolute;
		top: 0;
		background-color: lightyellow;
		width: 150px; /*Default width of hint.*/ 
		padding: 3px;
		border:1px solid black;
		font:normal 11px Verdana;
		line-height:18px;
		z-index:100;
		visibility: hidden;
		-moz-box-shadow: 1px 1px 3px #333;
		-webkit-box-shadow: 1px 1px 3px #333;
		box-shadow: 1px 1px 3px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=135,strength=3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=135,strength=3)";
		}
		
		.hintanchor{ /*CSS for link that shows hint onmouseover*/
		font-weight: bold;
		color: navy;
		margin: 3px 8px;
		}
