/*
Header elements
-------------------------
*/
	
	#headerLogo {
		display: block;
		width: 193px;
		height: 101px;
		background-image: url("/images/common/thorpe-logo-text-version.jpg");
	}
	
	#headerLogo span {
		display: none;
	}

/*
Header elements
-------------------------
*/
	table, thead, tbody, tfoot, tr, th, td {
		border: 0px;
		margin: 0px;
	}
	
	table {
		background-color: #EFEFEF;
	}
	
	th, td {
		text-align: left;
	}
	table caption {
		text-align: left;
		font-weight: bold;
		padding: 2px 2px 2px 6px;
		background-color: #000000;
		color: #ffffff;
	}
	
	table tr {
		display: block;
		border-bottom: 1px solid #000000;
	}
