 
	/* custom twsn event datatable css*/
	#basic {margin:1px;}
	#basic table {border-collapse:collapse;}
	#basic th, #xml td {padding:3px; border:1px solid #000;}
	#basic th {background-color:#696969;color:#fff;}/*white*/
	#basic th a {color:white;}
	#basic th a:hover {color:blue;}
	#basic .yui-dt-odd {background-color:#dadada;} /*light gray*/

	/* customized css for scrolling */
	.yui-dt-scrollable  {
		width:347px; /* SET OVERALL WIDTH HERE for ie (make sure columns add up to this total) */
		height:385px; /* SET HEIGHT HERE for ie */
	}
	.yui-dt-scrollbody {
		height:385px; /* SET HEIGHT HERE for non-ie */
		height:auto; /* for ie */
	}
	.yui-dt-scrollable  thead {
		background:#696969; /* for ie */
		/*text-indent: -1000em; */  	/* Makes column header appear "off screen" so it doesn't blow out the table */
		display: none;		/* Hide the header row */
	}

	/* SET WIDTHS FOR EACH TH TO HELP ALIGN COLUMNS */
	/* IF ALL COLS CAN BE SAME WIDTH USE THIS:
	.yui-dt-scrollable th, .yui-dt-scrollbody td {
		width:340px;
	}*/
	/* OTHERWISE SET EACH COL WIDTH EXPLICITLY:*/
	.yui-dt-scrollable .eventCol1 {
		width:50px; 
	}
	.yui-dt-scrollable .eventCol2 {
		width:75px;
	}
	.yui-dt-scrollable .eventCol3 {
		width:222px;		
	}

	