/* CSIRO Online Homepage CSS */
/* Copyright (c) CSIRO 2004 */
/* Author: Harry Kontos, CSIRO IT */
/* Last Updated: 04/10/2004 */


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


form { 
	margin: 0px;
	padding: 0px;
	}
	
input {
	font-size: 11px;
	}
	
.small {
	font-size: 9px;
	}

.medium {
	font-size: 10px;
	}
	
.normal {
	font-size: 11px;
	}
			
div#gn {
	border-bottom: 1px solid #fff;
	background-color: #036;
	}
	
div#gn td {
	color: #fff;
	background-color: #036;
	border-right: 1px solid #999;
	font-size: 11px;
	white-space: nowrap;
	height: 20px;
	}
	
div#gn td a {
	color: #fff;
	background-color: #036;
	text-decoration: none;
	}
	
div#gn td a:hover {
	color: #fff;
	background-color: #036;
	text-decoration: underline;
	}
	
div#ban {
	border-bottom: 3px solid #000;
	}
	
div#main {
	border-bottom: 1px solid #000;
	}
	
/* CSIRO Fact Styles */

div#cf {
	margin: 15px;
	}
	
.cf {
	font-size: 10px;
	color: #666;
	line-height: 150%;
	}
	
.cf a {
	color: #666;
	text-decoration: underline;
	}

.cfHead {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	}
	
/* GREY BORDERS */
.border { border: 1px solid #999; }
.bordertop { border-top: 1px solid #999; }
.borderright { border-right: 1px solid #999; }
.borderleft { border-left: 1px solid #999; }
.borderleftright { border-left: 1px solid #999; border-right: 1px solid #999; }
.borderbottom { border-bottom: 1px solid #999; }
.bordertopleft { border-top: 1px solid #999; border-left: 1px solid #999; }
.borderbottomleft { border-bottom: 1px solid #999; border-left: 1px solid #999; }
.bordertopright { border-top: 1px solid #999; border-right: 1px solid #999; }
.borderbottomright { border-bottom: 1px solid #999; border-right: 1px solid #999; }
.bordertopleftright { border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999;}
.borderbottomleftright { border-bottom: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999;}
.bordertopbottom { border-top: 1px solid #999; border-bottom: 1px solid #999; }
.bordertopbottomleft { border-top: 1px solid #999; border-bottom: 1px solid #999; border-left: 1px solid #999; }

/* Middle Column Styles */

.commonHeading1 {
	color: #fff;
	background-color: #09C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.commonHeading1 a { 
	color: #fff; 
	text-decoration: underline; 
	}
		
.commonHeading2 {
	color: #000;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.commonHeading2 a { 
	color: #000; 
	text-decoration: underline; 
	}
	
li.hotTopics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(/stylesheets/html2/imagesNew/blueBullet.gif);
	list-style-type: disc;
	}

li.expand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(/stylesheets/html2/imagesNew/plus.gif);
	list-style-type: square;
	}

.spotlightHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

a.spotlightHeading {
	color: #000; 
	text-decoration: underline; 
	}
	
/* Footer */

div#footer	{
	text-align: center;
	line-height: 150%;
	padding: 1em;
	}.white {
	color: #FFFFFF;
	}

.hidden {
	display: none;
	}
