/* Queensland Agricultural Seeds -> qas.CSS */
body
{
	margin: 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000;
	background: #888088;
}

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	margin-left: 5px;
	text-align: center;
	color: #a00000;
/*	color: #b04000;	*/
}

h1
{
	font-size: 18px;
	padding-top: 10px;
}

h2
{
	font-size: 16px;
	padding-bottom: 0px;
}

h3
{
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
}

h4
{
	font-size: 14px;
	text-align: left;
	margin-bottom: 0px;
}

h3.tableheading
{
	text-align: left;
	margin: 2px auto 0px 50px;
	font-size: 12px;
	color: #fff;
	line-height; 100%;
}

p, ul, ol, br
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 0 5 5 5px;
}

ul, ol
{
	margin-top: -5px;
	margin-left: 25px;
	margin-right: 5px;
}

li { margin-bottom: 5px; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.small
{
	font-size: 10px;
	font-weight: normal;
}

.smallc
{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

p.copyright
{
	font-size: 10px;
	color: #fff;
	margin: 5px;
	text-align: center;
}

a:link { color: #2020ff; }
a:visited { color: #6060a0; }
a:hover { color: #ff4040; }
a:active { color: #ff0000; }


a:whitelink.link { color: #fff; text-decoration: none;}
a.whitelink:visited { color: #fff; text-decoration: none;}
a.whitelink:hover { color: #ff4040; text-decoration: underline;}
a.whitelink:active { color: #ff0000; }

a.extra
{
	text-decoration: none;
	font-weight: bold;
}

a.tab, a:visited.tab
{
	display: block;
	font-family: arial,helvetica,sans-serif;
	background: url(images_navi/btn_bkgnd_blur.gif) top right no-repeat;
	width: 135px;
	height: 40px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 250%;
	text-decoration: none;
}

a:hover.tab, a:active.tab
{
	background: url(images_navi/btn_bkgnd_focus.gif) top right no-repeat;
	color: #ff4040;
	text-decoration: underline;
}

table
{
	empty-cells: display;
	font-size: 12px;
	background: #fff;
}
table.main { background: #400569; border: solid #400569 1px;}
table.navitable { background: #400569; }

table.searchcell
{
	border: solid #000;
	border-width: 1 1 1 10px;
}


th
{
	background: #400569;
	color: #fff;
}

td.legend { text-align: right; }

td.content
{
	background: url(images_navi/content_bkgnd.gif) center no-repeat;
	padding: 10px;
}

hr { color: #e08000; }

img
{
	border: none;
	font-size: 9px;
	color: #808080;
	margin: 0px;
}



input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_layout/input_bkgnd.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

textarea
{
	padding: 2px 5px;
}

/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}



input.submit
{
	background: url(images_layout/submit_btn.png) no-repeat;
	display: block;
	border: none;
	width: 112px;
	height: 20px;
	margin:0 auto;
	font-weight:bold;
	font-size: 14px;
}

input.submit:hover
{
	background: url(images_layout/submit_btn.png) 0 20px;
}


option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: solid #fff 1px;
}
