/* START - added during re-process */

/* fix padding on images issues */
table img { 
	padding: 0; 
	margin: 0; 
	vertical-align: baseline; 	/* over-ride rule from basic.css - otherwise table layout behaves strangely, preventing the "box" components from aligning correctly - miks */
}

#microsite-body table table { margin: auto; }					/* nested tables */
#microsite-body table table#seeds-nav { margin-left: 0; }		/* menubar tables */
#microsite-body table form table { margin-right: 10px; }		/* drop-down menus */

.fixWhite { color: #FFF; }
.sideNav td { padding: 3px; }
.sideNav a:link { color: #003300; }
.sideNav a:visited { color: #228900; }		/* n-o link colour */


.timelineHighlight img { vertical-align: bottom; } 		/* re-over-ride - see above */
/* .timelineHighlight p { background-color: #003300; }		necessary where timelineHighlight span surrounds a P-tag (but not ideal format-wise) */
/* above rule was causing dodgy formatting problems, so has been replaced with the following rule (but this may have re-introduced a problem the previous rule was intended to fix - hard to tell as the JDSML is complex)  - miks - 04/2006 */ 
.timelineHighlight { background-color: #003300; }

h1, h2, h3, h4, h5 { color: #003300; }
a { color: #116600; }			/* over-ride n-o link colour as too light for bg - miks */

.printLinks a:link, .printLinks a:visited, .printLinks a:active { color: #003300; }		

#page-container #page-body #microsite-body ul li
{
	list-style-image: none;		/* remove n-o bullet image */
	margin-bottom: 10px;
} 


/* fix dodgy link underlining - links invisible otherwise */
#microsite-body a { text-decoration: underline; }
#microsite-body a.glossary { text-decoration: none; }

/* END - added during re-process */


/* body, table, tr and td font properties should be used in a core default css file. Default font-size of 100% allows use of em for p etc without IE going micro */
table, tr, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}


/* no padding class may be required for some h tag implementations */
.nopadding {
	line-height: normal;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin : 0px 0px 0px 0px;
}
.glossary { 
	text-decoration: none;  
	border-bottom: 1px solid #999999; 
}
.timelineHighlight {
	background-color: #003300;
	color: #fff;
	font-weight:bolder;
}
.txt-highlight {
	color : Red;
}
.highlight { color: #AA0000; }

.inline {
	display : inline;
}
.bottom-margin {
	margin-top : 0px;
}
.top-margin {
	margin-bottom : 0px;
}
.fixed {
	font-size : 11pt;
}
.small-button {
	font-size : 8pt;
	font-family : "Courier New", Courier, monospace;
}
.small-textfield {
	font-size : 10pt;
	font-family : "Courier New", Courier, monospace;
}
.button {
	font-size : 10pt;
	font-family : "Courier New", Courier, monospace;
}
.textfield {
	font-size : 12pt;
	font-family : "Courier New", Courier, monospace;
}

/* use <small> between <p> and </p> tag to appear smaller than p (it will appear bigger than p if you don't) as it will be a proportion of p */
small {
	font-size : 0.89em;
}
big { 
	font-size : 1.25em;
}


a.regnav:link {
	color: #ffffff;
}
a.regnav:visited {
	color: #99cc99;
}
.title-bg {
	background-color: #006633;
}
.global-bg {
	background-color: #99cc99;
}

.nav-bg {
	background-color: #003300;
}
.subnav-bg {
	background-color: #E0E6A0;
}
.light-bg {
	background-color: #ddeedd;
}
.pale-bg {
	background-color: #eaf2e3;
}
.crop-bg {
	background-color: #99cc99;
	color: #003300;
}
.category-bg {
	background-color: #669966;
	color: #ffffff;
}
.timelines-bg {
	background-color: #336633;
	color: #ffffff;
}
.region-bg {
	background-color: #003300;
	color: #ffffff;
}
.search-bg {
	background-color: #ccffcc;
	color: #003300;
}
.border-bg {
	background-color: #666666;
}
.border-table {
	background-color: #666666;
}
th.border-table {
	background-color : transparent;
}
td.border-table {
	background-color : transparent;
}


/* ----- added 12/2009 - miks ------------------------ */
td
{
	padding: 0;		/* counteract default from ?content.css */
}

table.padded td
{
	padding: 5px;
}
