/*
  tincaCMS Page Stylesheet
*/
/* Colors and borders */
html { 
  font-size: 100%; /* IE hack */ 
}

body {
  font-family: Verdana, Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.7em;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

p {
	
}
p.red {
	color: red;
}

.required {
	color: red;
}

pre {
	font-size: 1.2em;
}

.warning {
	color: #f00;
}
#content h1 {
  font-size: 2em;
  font-weight: bold;
  color: #09c;
	margin-top: 0px;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #999;
}

h3 {
  font-size: 1.2em;
	color: #000;
}

h4 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
	color: #09c;
}

a:hover {
	text-decoration: none;
	color: #f30;
}

/* Forms */

input, textarea {
  border: 1px solid #666;
  background-color: #f0f0f0;
}

select {
  border: 1px solid #666;
  background-color: #f0f0f0; 
}

/* 
  3 column layout with banner and footer 
  based on code at http://www.glish.com/css/7.asp
*/
#sidebar-left {
  position: absolute;
  left:4px;
  top: 82px;
  width: 135px;
  padding: 0 12px 0 12px;
}

#sidebar-right {
  position: absolute;
  right: 0;
  top: 101px;
  width:180px;
  background:#fff;
}
  
#content {
  background:#fff;
	margin-top: 15px;
  margin-left: 145px;
  margin-right: 0;
  padding: 0 15px 1em 1em;
	line-height: 1.2;
}

#header {
  padding: 0;
  margin: 0;
  height: 70px;
 	background-color: #fff;
}

/*  background-image: url(/images/header-background.jpg); 
 background-repeat: no-repeat;
  background-position: left;
*/
#footer {
  margin-top: 1em;
  border-top: 1px solid #036;
  font-size: 0.8em;
}

#footer-links {
	font-size: 1.1em;
	text-align: center;
}
#footer-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer-links li {
  display: inline;
  padding:  0 0.5em 0 0.5em;
  border-right: 1px solid #000;
}
#footer-links li.end {
  border-right: none;
}
#footer-links a {
	color: #09c;
  text-decoration: none;
}
#footer-links a:hover {
  color: #f30;
  text-decoration: underline;
}
/* Header Elements */

#logo {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px; 
  position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

#logo img {
	border: 0;
	margin: 10px 0 0 0;
	width: 50px;
	height: 50px;
	/* vertical-align: bottom; */
}

#header-title {
	margin: 0 0 0 70px;
	top: 0;
	height: 70px;
	background-color: #159bcb;
	background-image: url(/images/vi/50px_csiro_mast_solid.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#header-title img {
	width: 360px; 
	height: 50px; 
	border: none;
	margin-left: 84px;
	margin-top: 15px;
}

#search-box form {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#search-box form input {
	font-size: 0.9em;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#search-box form input.searchsubmit {
	border: 1px solid #000;;
	background-color: #fff;
	font-size: 0.9em;
	padding: 0;
}

/* Other Elements */

table#content-table {
	width: 100%;
	border: none;
}

td#content-cell {
	vertical-align: top;
}
td#related-cell {
	width: 180px;
	vertical-align: top;
}
#breadcrumbs {
  margin: 1em 0.5em 0.5em 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 0.8em;
}

#messages {
  background-color: #f0f0f0;
  border: 1px solid #096;
  margin-top: 0.5em;
  padding: 0 0.5em 0 0.5em;
}


/* Left Navigation Menu */
#leftmenu, #leftmenu ul {
  padding-left: 0.5em;
  margin: 0;
  list-style: none;
}

#leftmenu li { 
	margin-bottom: 0.2em;  
}

#leftmenu a:link, #leftmenu a:visited {
	text-decoration: none;
	color: #000;
}

#leftmenu a:hover {
	color: #fff;
	background-color: #09c;
}

#leftmenu ul ul {
}

#leftmenu ul ul li {
	font-size: 0.9em;
}

#leftmenu ul ul li a:link, #leftmenu ul ul li a:visited {
	color: #666;
}

#leftmenu ul ul ul {
	margin-right: 0;
	width: 9em;
}

#leftmenu ul ul ul li {
	font-size: 0.9em;
	margin-right: 0;
}

#leftmenu ul ul ul ul li {
	margin-right: 0;
	font-size: 7pt;
}

#leftmenu ul ul ul li a:link, #leftmenu ul ul ul li a:visited {
	color: #09c;
}

#leftmenu ul ul li a:hover, #leftmenu ul ul ul li a:hover {
	color: #fff;
}

.zebra {
  background-color: #f0f0f0;
}

/* Related Documents */
#related-documents {
  background-color: #f0f0f0;
	margin: 1em;
}

#related-documents h2 {
  font-size: 1.1em;
  font-weight: bold;
	text-transform: none;
  color: #fff;
  background-color: #666;
  margin-top: 0;
  margin-bottom: 0;
	padding-left: 0.5em;
}

#related-documents ul {
	padding-left: 0.5em;
  margin: 0;
  list-style: none;
}

#related-documents li { 
	margin-bottom: 0.3em;  
}

#related-documents a {
	text-decoration: underline;
}


/* Contacts */

#contacts {
	background-color: #f0f0f0;
	margin: 1em;
}

#contacts h2 {
	font-size: 1.1em;
  font-weight: bold;
	text-transform: none;
  color: #fff;
  background-color: #666;
  margin-top: 0;
  margin-bottom: 0;
	padding-left: 0.5em;
}

#contacts p {
	margin-top: 0;
	margin-bottom: 0.2em;
	padding-left: 0.5em;
}

/* Spotlights */

.spotlight {
  width: 178px;
  background-color: #f0f0f0;
  border: 1px solid #505B1A;
	margin-top: 1em;
}

.spotlight h2 {
  font-size: 1.1em;
  font-weight: normal;
  color: #fff;
  background-color: #505B1A;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.spotlight p {
  margin-top: 0.1em;
  margin-bottom: 0.2em;
}

.spotlight .morelink p {
	text-align: right;
}
/* Print */
#print-page {
	margin-left: 1em;
}
#print-page img {
	height: 12px;
	width: 12px;
	vertical-align: bottom;
	border: none;
}
/* Top */
#top-link {
	background-color: #f0f0f0;
	border: 1px solid #999;
	float: right;
	margin: 1em;
	padding: 0.3em;
}

/* Staff page */

.cv {
	font-size: 10pt;
}
.cv table {
	margin-left: 3em;
	font-size: 1em;
	border-collapse: collapse;
	border: 1px solid #666;
}

.cv td {
	padding: 0.2em 0.5em 0.2em 0.5em;
	border: 1px dotted #666;
	text-align: left;
}

table.datetable {
	border: none;
	width: 100%;
}

table.datetable td {
	border: none;
}
td.datecell {
	width: 8em;
}

.cv th {
	padding: 0.2em 0.5em 0.2em 0.5em;
	border: 1px dotted #666;
	background-color: #f0f0f0;
}

#top-menu { 
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-right: none;
	margin-left: 86px;
}
#navlist {
	margin: 2px;
}
#navlist li{
	display: inline;
	list-style-type: none;
	margin: 0 0.5em 0 0.5em;
}

#navlist a{
	text-decoration: none;
}
#navlist a.hover {
	text-decoration: underline;
}
