/* TABLE STYLES */

table {
	padding: 0px;
	margin: 10px 0px;
	border: 1px solid #999999;
}

table th {
	background: #fddac2;
	padding: 5px 15px 5px 5px;
	font-weight: bold;
	color: #EE3027;
	font-size: 12px;
}

table td {
	vertical-align: top;
	padding: 5px;
}

tbody tr.even td {
	background: #EFEFEF;
}

table img {
	margin: 10px;
}

/* CASE STUDY TABLE */

table.caseStudy {
	padding: 0px;
	margin: 10px 0px;
	border: 1px solid #999;
	width: 100%;
	background: url(../images/caseStudyBg.gif) no-repeat center;
}

table.caseStudy th.red {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	background: #666;
	width: 50%;
	border-bottom: 1px solid #333;
}

table.caseStudy th.green {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	background: #666;
	width: 50%;
	text-align: right;
	border-bottom: 1px solid #333;
}

table.caseStudy td.red {
	background: url(../images/red-border-bottom.gif) no-repeat bottom left;
	width: 50%;
}

table.caseStudy td.green {
	background: url(../images/green-border-bottom.gif) no-repeat bottom right;
	width: 50%;
	text-align: right;
}

/* REQUIREMENT, WASTE AND SAVINGS TABLE */

table.savingsTable br {
	margin-bottom: 10px;
}

table.savingsTable td img.arrow {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

table.savingsTable {
	padding: 0px;
	margin: 10px 0px;
	border: none;
	width: 100%;
	background: none;
}

table.savingsTable th {
	width: 15%;
	background: none;
}

table.savingsTable th.requirement {
	text-transform: uppercase;
	color: #FFF;
	background: #3A5068 url(../images/requirement-bg.gif) repeat-x center;
	width: 23%;
	border: none;
	text-align: center;
}

table.savingsTable th.waste {
	text-transform: uppercase;
	color: #FFF;
	background: #D2232A url(../images/waste-bg.gif) repeat-x center;
	width: 23%;
	border: none;
	text-align: center;
}

table.savingsTable th.savings {
	text-transform: uppercase;
	color: #FFF;
	background: #40AE49 url(../images/savings-bg.gif) repeat-x center;
	width: 23%;
	border: none;
	text-align: center;
}

/* Table cells */

table.savingsTable tr.even td {
	background: #FFF;
}

table.savingsTable td.requirement,
table.savingsTable tr.even td.requirement {
	color: #3A5068;
	background: #CACBD4 url(../images/requirement-td-bg.gif) repeat-x top;
	width: 23%;
	border: none;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
	vertical-align: middle;
}

table.savingsTable tr.lastItem td.requirement {
	border-bottom: 1px solid #3A5068;
}

table.savingsTable td.waste,
table.savingsTable tr.even td.waste {
	color: #D2232A;
	background: #F4D0C1 url(../images/waste-td-bg.gif) repeat-x top;
	width: 23%;
	border: none;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
	vertical-align: middle;
}

table.savingsTable tr.lastItem td.waste {
	border-bottom: 1px solid #D2232A;
}

table.savingsTable td.savings,
table.savingsTable tr.even td.savings {
	color: #40AE49;
	background: #D9EAD3 url(../images/savings-td-bg.gif) repeat-x top;
	width: 23%;
	border: none;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
	vertical-align: middle;
}

table.savingsTable tr.lastItem td.savings {
	border-bottom: 1px solid #40AE49;
}

/* EVENT RELATED TABLES */

table.eventSummary {
	width: 410px;
	background: #FFF;
}

table.eventSummary td.first {
	width: 30%;
	font-weight: bold;
	text-transform: uppercase;
}

table.eventProgramme {
	width: 100%;
}

table.eventProgramme td.time {
	width: 20%;
	font-weight: bold;
}

table img {
	margin: 0px;
	padding-bottom: 1px;
	vertical-align: middle;
}

table.eventSummary strong {
	text-transform: uppercase;
}