/*
	www.chrisbeales.net Stylesheet - (c) Chris Beales 2006-2010

	Name = normal.css

	Version date = 20/03/2010
*/

@import "text.css";
@import "setup.css";

/*
	Over-rides
	----------
*/

th, td {
	border : 2px groove white;
	text-align: center;
}

th {
	font-weight : bold;
	color : olive;
} 

.footerDiv {
	border-top-color: olive; 
}

#main {
	margin-left: 5%;
	margin-right: 5%;	
}

/*  
	Environment pages specific
	--------------------------
*/

.divFigure {
	clear: both;
	text-align: center;
	width: 100%;
}

.tblPair {
	width: 100%;
	border-collapse: separate;
}

.tblPair tr td {
	border: none;
	padding: 0;
	width: 50%;
}

.tblPair tr th {
	border: none;
	padding-left: 2em;
	padding-right: 2em;
} 

.imgGraph, .tblPair tr td img {
	max-width: 90%; 
	width: 530px;
}	

.imgBigGraph {
	max-width: 100%; 
	width: 800px;	
}

.sectionAims {
	color: #303000;
	padding: 2ex;
	margin: 1ex;
	border: 1px solid olive;
	text-align: left;
}

.sectionAimsLSright {
	color: #303000;
	text-indent: 1em;
}

.sectionAimsLSleft {
	color: #303000;
	padding-left: 1em;
}

.sectionAimsPright {
	color: #303000;
	text-indent: 1em;
}

.sectionAimsPleft {
	color: #303000;
	padding-left: 1em;
}

.bulletReturn {
	text-align: right;
	clear: left;
}

.bulletReturn img {
	float: right;
}

.UKCPtable {
	width: 630px;
}

.UKCPtable tr td {
	border: hidden;
}

.ukcpTableTitle {
	background-color: #dedfe2; 
	text-decoration: underline;	
}

.newstylesubhead {
	font-weight: bold;
	text-decoration: underline;
}

.lineBreak {
	clear: both;
	padding-top: 3ex;
	border-top: 1px solid olive;
}








/*
	Depreciated...
*/

.noLines td {
	border: none;
	padding: 0;
}

.noLines th {
	border: none;
	padding-left: 2em;
	padding-right: 2em;
} 

.imgPair {
	max-width: 100%; 
	width: 500px;
}