/* CSS Document */
/* Prepared for Food Science Australia */
/* Author: Senior Producer */
/* BlueArc Group */


a {color: #000000;
}

a:hover {color: #49AA27;
}

body {
	background-image: url(images/wrapper_background_nav.gif);
	background-repeat: repeat-y;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, heading1 {
	border-bottom: 1px solid #49AA27;
	color: #49AA27;
	font-size: 2.10em;
	font-weight: 400;
}

h1.noline {
	color: #49AA27;
	border-bottom: 0px solid #49AA27;
	font-size: 2.10em;
	font-weight: 400;
}

h2, heading2 {
	color: #000000;
	font-size: 1.4em;
	font-weight: 800;
}
h3, heading3 {
	color: #D66B2A;
	font-size: 1.0em;
	font-weight: bold;
}

h4, heading4 {
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
}

hr.lightgrey {
	color: #EAEAEA;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

hr.white {
	color: #FFFFFF;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

/* Does this do anything useful?
input {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #666666;
}*/

p {line-height: 16px;
}

table, td {	font-size: 100%;
}

.noborder {
	border: 0px;
}

.tabledata {
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
/*	float: left;  stops centreing of tables?*/
	padding: 5px;
}

.tabledata td {
	border-bottom: 1px solid #EAEAEA;
	vertical-align:top;
}

.tabledata th {
	background-image: url(images/table_th.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.tabledata tr.rowdark {
	background-color: #F2F9BC;
}

.tabledata tr.rowlight {
	background-color: #FFFFFF;
}
/*Constructs a "new!" button*/
.new {
font-size:70%;
font-weight: bold;
color:green;
background-color:#f39385;
padding:3px;
}