/*---- Tables ----*/
table {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	border: 1px solid #E3EBAF;
	border-collapse: collapse;
	}

th {
	padding: 2px 4px 6px 4px;
	background: #efeee6;
	}

table td {
	/*background: #F8FAEB;*/
	}

table.reckoner {
	empty-cells: hide;
	border: 1px solid #aea582;
	}

.reckoner td {
	border: 1px solid #aea582;
	padding: 2px 2px 3px 2px;
	background: #fff;	
	font-size: .85em;
	text-align: center;
	}
	
.reckoner th {
	border: 1px solid #aea582;
	padding: 3px 4px;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	}

caption {
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #000;
	}
	
* html caption {
	padding-bottom: .4em;
	}
	
table.hangers {
	border: 1px solid #aea582;
	}
	
.hangers {	
	font-family: Geneva, Helvetica, san-serif;
	}

.hangers td {
	border: 1px solid #aea582;
	padding: 4px 6px;
	background: #fff;
	vertical-align: top;
	text-align: left;
	font-size: .85em;
	}
	
* html .hangers td {
	font-size: .9em;
	}	
		
.hangers th {
	border: 1px solid #aea582;
	padding: 4px 6px;
	background: #fff;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: .85em;
	}
	
* html .hangers th {
	font-size: .9em;
	}	

.hangers thead th {
	background: #efeee6;
	font-weight: bold;
	text-align: center;
}