var TABLE_CAPT = [
	{
		'name' : 'Date'		
	},
	{
		'name' : 'Category',
		'type' : STR
	},
	{
		'name' : 'Title',
		'type' : STR
	},
	{
		'name' : 'Artist',
		'type' : STR
	},
	{
		'name' : 'Venue',
		'type' : STR
	}
];
var TABLE_LOOK = {
	'structure' : [0, 2],
	'params' : [3, 0],
	'colors' : {
		'even'    : 'white',
		'odd'     : '#dee7ef',
		'hovered' : '#96aac6',
		'marked'  : '#96aac6'
	},
	'freeze' : [0, 0],
	'paging' : {
		'by' : 0,
		'tt' : '&nbsp;Page %ind of %pgs&nbsp;'
	},
	'sorting' : {
		'as' : '<img src=img/asc.gif border=0 height=4 width=8 alt="sort descending">',
		'ds' : '<img src=img/desc.gif border=0 height=4 width=8 alt="sort ascending">',
		'no' : '<img src=img/asds.gif border=0 height=9 width=8 alt="sort ascending">'
	},
	'filter' :{
		'type':0
	},
	'css' : {
		'main'     : 'tabTable',
		'body'     : ['tabBodyCol0','tabBodyCol1','tabBodyCol2','tabBodyCol3','tabBodyCol4'],
		'captCell' : 'tabCaptionCell',
		'captText' : 'tabCaptionLink',
		'head'     : 'tabHeadCell',
		'foot'     : 'tabFootCell',
		'pagnCell' : 'tabPaging',
		'pagnText' : 'tabPagingText',
		'pagnPict' : 'tabPagingArrowCell',
		'filtCell' : 'tabFilter',
		'filtPatt' : 'tabFilterPattern',
		'filtSelc' : 'tabFilterSelect'
	}
};
