/* Australian Soil Classification Global Styles CSS */
/* Author: Harry Kontos, CSIRO IMT */
/* Author third edition: Noel Schoknecht */
/* Date Created: 2009-05-05 */
/* Date Modified: 2020-04-02 */

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. 
Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by 
using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. 
You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 
70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

body {
	font: 100% "Verdana", Verdana, sans-serif;
	background: #F1F1EC;
	background-image:url(../images/pageborder.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body */
	padding: 0;
	margin-left: 25px !important; /* avoid overlaying the red strip if window is narrow */
	text-align: center; /* centers the container which is then reset left in #container */
	color: #000000;
	}

.elasticbody #container hr { 
	color: #008080 ;
	background: #008080;
	border: 0;
	height: 2px;
	margin: 0; 
	}

.elasticbody #container {
	width: 55em; /* about 880px wide at default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #DADACD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FCFCF7;
	height: 100%;
	}

.elasticbody #header { 
	background: #CDDADA; 
<!-- Old header colour #DADACD -->
	padding: 50px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. */
	} 

.elasticbody #header h1 {
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
	font-size: 350%;
	font-weight: normal;
	color:#CC0000; /*red colour
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 20px; /* using padding not margin keeps the element away from the edges of the div */
	border-bottom: 3px solid #F1F1EC;
	}

.elasticbody #header p {
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
	font-size:90%;
	margin: 0; 
	padding: 5px 0 10px 20px;
	}

.elasticbody #mainContent {
	padding: 0 20px 0 20px; /* padding is the space inside the div. margin is the space outside the div. */
	background: #FCFCF7;
	}

.elasticbody #newContent {
		color: #9600CD;
	}
	
	
.elasticbody #mainContent h1 {
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color:#CC0000;
	margin: 0; 
	padding-top: 20px; 
	}
	
.elasticbody #mainContent h2 {
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color:#CC0000;
	}
	
	elasticbody #mainContent h3 {
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
		font-size: 150%;
	font-weight: normal;
	color:#000;
	}
	
}
table, th, td {
    border: 1px solid #cecece;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
	
 .elasticbody #mainContent h4 {
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color:#808080;
	}

.elasticbody #footer { 
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
	font-size: 70%;
	line-height:1.5em;
	padding: 0 10px 0 10px; /* padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F0F0F0;
	border-top: 3px solid #DADACD;
	} 

.elasticbody #footer p {
	margin: 0; /* zeroing  margins of  first element in the footer avoids possibility of margin collapse */
	padding: 10px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
.elasticbody #header a,
.elasticbody #header a:link, 
.elasticbody #header a:visited, 
.elasticbody #footer a,
.elasticbody #footer a:link, 
.elasticbody #footer a:visited 
	{
	color: #CC0000;
	text-decoration:none;
	}
	
.elasticbody #header a:hover, 
.elasticbody #footer a:hover
	{
	text-decoration:underline;
	}

img.levelup {float:right; clear:both; margin:20px;}
.suborder {
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
	font-size:125%;
	font-weight:bold;
	color: #CC0000; 
	display:block; 
	text-align: right;
	padding:0.35em 0 1em 0;
	}

#classbar {
	text-align:center;
	white-space:nowrap;
	font-family: Helvetica, "Helvetica-Neue", Arial, sans-serif;
	padding: 1em 0 2em 0;
	margin: 0 7em 0 7em;
	border-top: 5px solid #F1F1EC;
	}

.alignRight {text-align:right;}
.alignLeft {text-align:left;}
.alignCentre {text-align:center;}

/* ############################################# */
/* ############### BORDERS ##################### */
/* ############################################# */

.border {border:1px solid #ccc;}
.bordertop {border-top:1px solid #ccc;}
.borderright {border-right:1px solid #ccc;}
.borderbottom {border-bottom:1px solid #ccc;}
.borderleft {border-left:1px solid #ccc;}
.bordertopright {border-top:1px solid #ccc; border-right:1px solid #ccc;}
.borderbottomright {border-bottom:1px solid #ccc; border-right:1px solid #ccc;}
.borderbottomleft {border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
.bordertopleft {border-top:1px solid #ccc; border-left:1px solid #ccc;}
.bordertopbottom {border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.borderleftright {border-left:1px solid #ccc; border-right:1px solid #ccc;}
.bordertopleftright {border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.bordertoprightbottom {border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.borderbottomleftright {border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.bordertopbottomleft {border-top:1px solid #ccc; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}

/* ############################################# */
/* ############### COLOURS ##################### */
/* ############################################# */

.theme_darkblue {color:#004064;} /* THEME */
.theme_bluegrey {color:#738692;} /* THEME */
.theme_darkgreygreen {color:#99957E;} /* THEME */
.theme_olivebrown {color:#BAA32B;} /* THEME */
.theme_orange {color:#FFAD1C;} /* THEME */
.theme_lightgreygreen {color:#C9CCC1;} /* THEME */

.theme_bg_darkblue {background-color:#004064;} /* THEME */
.theme_bg_bluegrey {background-color:#738692;} /* THEME */
.theme_bg_darkgreygreen {background-color:#99957E;} /* THEME */
.theme_bg_olivebrown {background-color:#BAA32B;} /* THEME */
.theme_bg_orange {background-color:#FFAD1C;} /* THEME */
.theme_bg_lightgreygreen {background-color:#C9CCC1;} /* THEME */

.theme_f5f5f5 {color:#F5F5F5;} /* grey shades */
.theme_f0f0f0 {color:#F0F0F0;} /* lighter */
.theme_ebebeb {color:#EBEBEB;}
.theme_e6e6e6 {color:#E6E6E6;}
.theme_e1e1e1 {color:#E1E1E1;}
.theme_dcdcdc {color:#DCDCDC;}
.theme_cccccc {color:#CCCCCC;}
.theme_999999 {color:#999999;}
.theme_666666 {color:#666666;}
.theme_333333 {color:#333333;} /* darker */

.theme_bg_f5f5f5 {background-color:#F5F5F5;} /* grey shades */
.theme_bg_f0f0f0 {background-color:#F0F0F0;} /* lighter */
.theme_bg_ebebeb {background-color:#EBEBEB;}
.theme_bg_e6e6e6 {background-color:#E6E6E6;}
.theme_bg_e1e1e1 {background-color:#E1E1E1;}
.theme_bg_dcdcdc {background-color:#DCDCDC;}
.theme_bg_cccccc {background-color:#CCCCCC;}
.theme_bg_999999 {background-color:#999999;}
.theme_bg_666666 {background-color:#666666;}
.theme_bg_333333 {background-color:#333333;} /* darker */

.red {color:#C00;}
.grey {color:#808080;}
.blue {color:#36C;}
.green {color: #090;}
.pink {color:#F0F;}
.purple {color:#909;}
.white {color:#fff;}

.maroon {color:maroon;}
.yellow {color:yellow;}
.olive {color:olive;}
.lime {color:lime;}
.navy {color:navy;}
.aqua {color:aqua;}
.teal {color:teal;}
.black {color:black;}
.silver {color:silver;}

.f5f5f5 {color:#F5F5F5;} /* grey shades */
.f0f0f0 {color:#F0F0F0;} /* lighter */
.ebebeb {color:#EBEBEB;}
.e6e6e6 {color:#E6E6E6;}
.e1e1e1 {color:#E1E1E1;}
.dcdcdc {color:#DCDCDC;}
.cccccc {color:#CCCCCC;}
.c999999 {color:#999999;} /* darker */

.darkred {color:#990000;} /* dark red */
.darkorange {color:#CC6600;} /* dark orange */
.darkgreen {color:#336600;} /* dark green */
.darkblue {color:#003366;} /* dark blue */
.darkyellow {color:#FFCC00;} /* dark yellow */
.brown {color:#996600;} /* brown */

/* __________ MISC BACKGROUND COLOURS __________ */
.bg_red {background-color:#C00;}
.bg_grey {background-color:#808080;}
.bg_blue {background-color:#36C;}
.bg_green {background-color:#090;}
.bg_pink {background-color:#F0F;}
.bg_purple {background-color:#909;}
.bg_white {background-color:#fff;}

.bg_maroon {background-color:maroon;}
.bg_yellow {background-color:yellow;}
.bg_olive {background-color:olive;}
.bg_lime {background-color:lime;}
.bg_navy {background-color:navy;}
.bg_aqua {background-color:aqua;}
.bg_teal {background-color:teal;}
.bg_black {background-color:black;}
.bg_silver {background-color:silver;}

.bg_f5f5f5 {background-color:#F5F5F5;} /* grey shades */
.bg_f0f0f0 {background-color:#F0F0F0;} /* lighter */
.bg_ebebeb {background-color:#EBEBEB;}
.bg_e6e6e6 {background-color:#E6E6E6;}
.bg_e1e1e1 {background-color:#E1E1E1;}
.bg_dcdcdc {background-color:#DCDCDC;}
.bg_cecece {background-color:#CECECE;}
.bg_cccccc {background-color:#CCCCCC;}
.bg_999999 {background-color:#999999;} /* darker */

.bg_darkred {background-color:#990000;} /* dark red */
.bg_darkorange {background-color:#CC6600;} /* dark orange */
.bg_darkgreen {background-color:#336600;} /* dark green */
.bg_darkblue {background-color:#003366;} /* dark blue */
.bg_darkyellow {background-color:#FFCC00;} /* dark yellow */
.bg_brown {background-color:#996600;} /* brown */

/* THEME ACP */
.theme_bg_DADACD {background-color:#DADACD;} /* beige */
.theme_bg_CDDADA {background-color:#CDDADA;} /* pale blue */
.theme_bg_F1F1EC {background-color:#F1F1EC;} /* pale beige */
.theme_bg_FCFCF7 {background-color:#FCFCF7;} /* very pale beige */

.theme_DADACD {color:#DADACD;} /* beige */
.theme_F1F1EC {color:#F1F1EC;} /* pale beige */
.theme_FCFCF7 {color:#FCFCF7;} /* very pale beige */
