.node1 
	{
		cursor:hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
	}
.node1Focus 
	{
		cursor:hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
		border-bottom-style : solid; 
		border-bottom-width : 1px;
		border-bottom-color :000000;	
	}		
.node2 
	{
		cursor:hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
	}
.node2Focus
	{
		cursor: hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
		border-bottom-style : solid; 
		border-bottom-width : 1px;
		border-bottom-color : 000000;		
	}		
.nodeToday
	{
		cursor: hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
		color : #FF0000;
	}		
.nodeTodayFocus
	{
		cursor: hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
		border-bottom-style : solid; 
		border-bottom-width : 1px;
		border-bottom-color : 000000;
		color : #FF0000;
	}

.nodeSelected
	{
		cursor: hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		font-weight : bold;
		background-color : #FFFFE0;
		color : #000000;
	}		
.nodeSelectedFocus
	{
		cursor: hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		font-weight : bold;
		background-color : #FFFFE0;
		border-bottom-style : solid; 
		border-bottom-width : 1px;
		border-bottom-color : 000000;
		color : #000000;
	}
	
	

.nodeDay 
	{
		cursor: default;
	 	width : 30;
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
		border-bottom-style : solid; 
		border-bottom-width : 1px;
	}
.btn 
	{
		cursor: hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		background-color:threedface;
		border : 1px ridge;
	}


.btnYearBrowse
	{
		cursor: hand; 
		width : 50;
		height : 19;
		font : x-small Arial;
		background-color:threedface;
		border : 1px ridge;
	}	
	
.btnYear
	{
		cursor:hand; 
		width : 50;
		height : 19;
		font : x-small Arial;
		background-color:silver;
		border : 1px ridge;
	}	

.btnYearSelected
	{
		cursor:hand; 
		width : 50;
		height : 19;
		font : x-small Arial;
		background-color:white;
		border : 1px ridge;
	}


.btnTime
	{
		cursor:hand; 
		width : 25;
		height : 19;
		font : x-small Arial;
		background-color:silver;
		border : 1px ridge;
	}	

.btnTimeSelected
	{
		cursor:hand; 
		width : 25;
		height : 19;
		font : x-small Arial;
		background-color:white;
		border : 1px ridge;
	}	

.btnTimeBrowse
	{
		cursor: hand; 
		width : 25;
		height : 19;
		font : x-small Arial;
		background-color:threedface;
		border : 1px ridge;
	}

.small_btn 
	{
		cursor:hand; 
		width : 20;
		height : 25;
		font : x-small Arial;
		background-color:threedface;
		border : 1px ridge;
	}	
	
.btnLarge
	{
		cursor:hand; 
		width : 60;
		height : 25;
		font : x-small Arial;
		background-color:threedface;
		border : 1px ridge;
	}		

.btnNow
	{
		cursor:hand; 
		width : 90;
		height : 25;
		font : x-small Arial;
		background-color:threedface;
		border : 1px ridge;
	}	
.btnNowOver
	{
		cursor:hand; 
		width : 90;
		height : 25;
		font : x-small Arial;
		background-color : white;
		border : 1px ridge;
	}	

.btnOver 
	{
		cursor:hand; 
		width : 30;
		height : 25;
		font : x-small Arial;
		background-color : white;
		border : 1px ridge;
	}	
.btnLargeOver
	{
		cursor:hand; 
		width : 60;
		height : 25;
		font : x-small Arial;
		background-color : white;
		border : 1px ridge;
	}	
.datename1 
	{
		cursor:default;
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
	}	
.datename2 
	{
		cursor:default; 
		height : 25;
		font : x-small Arial;
		background-color : #FFFFE0;
		font-weight : bold;
		color:#FF0000;
	}	

