

	/* typicalTabularData */
	table.typicalTabularData {
		clear : both;
		border-collapse : collapse;
	}
		table.typicalTabularData thead {}
			table.typicalTabularData thead tr {}
				table.typicalTabularData thead tr th {
					background : #333333 url(../images/shinyButton.png) no-repeat -8px -128px;
					border : solid 1px #333333;
					color : #cccccc;
					font-weight : normal;
					padding : 0.2em 1em 0.4em 1em;
				}
				table.typicalTabularData thead tr th:first-child {
					background : #333333 url(../images/shinyButton.png) no-repeat 0px -128px;
				}
		table.typicalTabularData tfoot {}
			table.typicalTabularData tfoot tr {}
				table.typicalTabularData tfoot tr td {
					background : #333333 url(../images/shinyButton.png) no-repeat -8px -128px;
					border : solid 1px #333333;
					color : #cccccc;
					padding : 0.2em 1em 0.4em 1em;
					line-height : 1.5em;
				}
				table.typicalTabularData tfoot tr td:first-child {
					background : #333333 url(../images/shinyButton.png) no-repeat 0px -128px;
				}
		table.typicalTabularData tbody {}
			table.typicalTabularData tbody tr {}
				table.typicalTabularData tbody tr th {
					background : #eeeeee url(../images/shinyButton.png) no-repeat -1px -1px;
					border : solid 1px #333333;
					font-weight : bold;
					padding : 0.2em 1em 0.4em 1em;
				}
				table.typicalTabularData tbody tr td {
					background : #eeeeee url(../images/shinyButton.png) no-repeat -1px -1px;
					border : solid 1px #333333;
					font-weight : normal;
					padding : 0.2em 1em 0.4em 1em;
				}
			table.typicalTabularData tbody tr.even {}
				table.typicalTabularData tbody tr.even th {
					background : #ffffff url(../images/shinyButton.png) no-repeat -1px -16px;
				}
				table.typicalTabularData tbody tr.even td {
					background : #ffffff url(../images/shinyButton.png) no-repeat -1px -16px;
				}



/*
	background : #333333 url(../images/shinyButton_link.png);
	background : #1c1c1c url(../images/shinyButton_hover.png);
	background : #1b4c6b url(../images/shinyButton_active.png);
	background : #ffffff url(../images/button_passive.png);
*/
