


/* Tables
--------------------------------------------------------------------- */

body {
	font-size: 62.5%;
	line-height: 1.5em;
	}

. {
	caption-side: top;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	color: #333;
	margin: 0px;
	padding: 0px;
	}

.table-gen caption {
	font-size: 1.3em;
	font-weight: bold;
	color: #f60;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 36px; /*IE fix included in ie.css*/
	margin: 0px;
	padding: 10px 6px 0 6px;
	}

.table-gen th {
	font-weight: bold;
	}

.table-gen th, .table-gen td {
	border-bottom: 1px solid #e5e5e5;	
	margin: 0;
	padding: 6px 6px;
	}

.table-gen tr.alt {
	background-color: #f6f6f6
	}

.table-gen tfoot {
	height: 10px;
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	}

.table-gen th.title {
	font-size: 1.3em;
	font-weight: bold;
	color: #f27d00;
	height: 24px
	}

.table-gen thead.centered th, .table-gen tbody.centered td {
	text-align: center
	}

.table-gen thead.centered th.left, .table-gen tbody.centered td.left {
	text-align: left
	}
