.wttable  { 		
				font-family: Arial;
				border:0;
				width:300px;
			}
			.wttable td  { 
					width: 11%;
					margin: 0;
					padding: 0; 
					text-align: center;
					color: #3399FF;					
					font-size: 8pt;
					
			}
			.wttable tr  { 			
					height: 18px;			
			}		
			.acd  { 
					background-color: #3399FF;
			}			
			.iacd  { 
					background-color: #CC0000;
			}	
			.dinner  { 
					background-color: #EBEBEB;
			}						
			.stat  { 
					color: #3399FF;
			}
			.showwt  { color: #999;}
			.showwtall  { color: #999; border-bottom: 1px dashed #999; cursor: pointer; }
			.wt {
				font-size: 10pt;			  
			}
			.wtday { margin: 0 0 0 9px; padding: 0 5px 0 20px; text-align: center; color: #3399ff; background-image: url(/images/comp/wt.gif); background-repeat: no-repeat; }
			.dinnerimg {
				 background-image: url(/images/comp/dinner.gif);
				 background-repeat: no-repeat;
				 margin: 0 0 0 5px;
				 padding: 0 5px 0 20px;
				 text-align: center;
			  }
			.wtopen {
				margin:0 0 0 5px;
				padding:0 3px 0 3px;
				color:#fff;
				background-color: #57b846;
				border: 1px solid #3d9b35;
				border-radius: 3px;
			}
			.wtclosed {
				margin:0 0 0 5px;
				padding:0 3px 0 3px;
				color:#fff;
				background-color: #ba3735;
				border: 1px solid #9c3022;
				border-radius: 3px;				
			}
			.wtdinner {
				margin:0 0 0 5px;
				padding:0 3px 0 3px;
				color:#fff;
				background-color: #f4ae52;
				border: 1px solid #d77600;
				border-radius: 3px;				
			}
			.wtact {
				background-color: #ffff99;	
			}