/* CAPTIONS (tables) */
caption {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: .3em 0;
}

/* TABLES */
table {
	background: #FFF;
	border-collapse: collapse;
	color: #000;
	margin: 0 0 1em;
	table-layout: fixed;

	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	font-style: normal;
	text-align: left;
}


/* TABLE DATA */
td {
	padding: .3em .5em;
	text-align: center;
	vertical-align: top;
	background: #EEEEEE;
	border: 1px solid #FFF;
	color: #000;
}
td[colspan] {
	text-align: center;
}
td[rowspan] {
	vertical-align: middle;
}
thead td {
	vertical-align: bottom;
}

/* TABLE HEADING */
th {
	font-weight: normal;
	padding: .3em .5em;
	text-align: left;
	vertical-align: top;
	background: #CCCCCC;
	border: 1px solid #FFF;
	color: #000;
}
thead th {
	background: #666666;
	color: #FFF;
}

th[colspan] {
	text-align: center;
}

th[rowspan] {
	vertical-align: middle;
}
thead th {
	vertical-align: bottom;
}

