/* stylesheet for taxonomy.org.au */
/* everything besides menu colour styles */

body{
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: 100%;
}
#content {
	margin-left: 20px;
	margin-right: 20px;
}

/* styles for page title image */
.title {
	margin-top: 20px;
	margin-bottom: 15px;
	width: 400px;
	display: block;
}	
.titletext{
	display: none;
}

/* styles for text */
h1{
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Tahoma;
}
h2{
	font-size: 0.9em;
	color: #005291;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-top: 20px;
}
h3{
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 4px;
}
h4{
	font-size: 0.8em;
	color: #DE4E12;
	margin-bottom: 0px;
	margin-top: 16px;
}
p{
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 0px;
}
ul{
	font-size: 0.8em;
	margin-left: 30px;
	list-style: disc outside;
	margin-bottom: 16px;
	margin-top: 0px;
	line-height: 1.5em;
}
ol{
	font-size: 0.8em;
	margin-left: 30px;
	list-style: decimal outside;
	margin-bottom: 16px;
	margin-top: 0px;
	line-height: 1.5em;
}

/* styles for links */
a:link, a:active, a:visited {
	color: #D54E12;
	text-decoration: none;
}
a:hover {
	color: #005291;
	text-decoration: none;
}	

/* styles for images */
.image {
	margin: 5px 20px 10px 15px;
}
.imgpara {
	margin: 5px 0px 5px 15px;
}

/* styles for trail, search, footer */
.trail {
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 0px 20px 0px 12px;
	padding-top: 3px;
	vertical-align: middle;
	text-align: right;
}
a.trail, a.trail:active, a.trail:visited, a.trail:hover, .trail a, .trail a:active, .trail a:visited, .trail a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.search {
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 0px 12px 0px 0px;
	height: 15px;
	text-align: right; 
}
.btntext {
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
}
.footer {
	font-size: 0.7em;
	color: #666666;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}
a.footer, a.footer:active, a.footer:visited, a.footer:hover, .footer a, .footer a:active, .footer a:visited, .footer a:hover {
	color: #666666;
}

/* styles for menus */
.tdmenubar{
	display: block;
	float: left;
	width: 140px;
	height: 100%;
}
.menu {
	margin: 0px 0px 10px 12px;
	line-height: 1.15em;
	cursor: pointer;
}
.menutitle{
	margin: 0px 0px 10px 12px;
	line-height: 1.15em;
	cursor: pointer;
}
.menu-out {
	margin-left: 12px;
	color: #989898;
	margin-bottom: 8px;
}
.submenu_li {
	margin: 2px 0px 5px 0px;
	line-height: 1.1em;
	font-size: 12px;
	display: list-item;
	list-style: url(../images/bullet.gif);
	list-style-position: outside;
}	
.submenu {
	margin: -6px 2px 8px 24px;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	font-family: Tahoma;
}
.submenu1 {
	margin: -6px 2px 8px 24px;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	font-family: Tahoma;
}

a.menutitle, a.menutitle:active, a.menutitle:visited, .menutitle a, .menutitle a:active, .menutitle a:visited {
	color: #333333;
	text-decoration: none;
}
a.menu, a.menu:active, a.menu:visited, .menu a, .menu a:active, .menu a:visited {
	color: #333333;
	text-decoration: none;
}
a.submenu, a.submenu:active, a.submenu:visited, .submenu a, .submenu a:active, .submenu a:visited {
	color: #666666;
	text-decoration: none;
}
a.submenu1, a.submenu1:active, a.submenu1:visited, .submenu1 a, .submenu1 a:active, .submenu1 a:visited {
	color: #666666;
	text-decoration: none;
}
.menusmall {
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 3px;
}
.pagemenu {
	font-size: 0.8em;
	margin-bottom: 15px;
}

/* styles for sidepanel */
.tdpanel{
	margin-left: 20px;
	margin-right: 20px;
}
.panel{
	color: #333333;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.ptext {
	margin-bottom: 5px;
}
.phead {
	margin-bottom: 2px;
}
a.panel:hover, .panel a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.listsmall {
	font-size: 0.9em;
	display: list-item;
	list-style: outside url(../images/bullet_panel.gif);
	margin-left: 13px;
	margin-top: 5px;
	line-height: 1.4em;
}
.small {
	font-size: 0.8em;
	line-height: 1.2em;
}

/* styles for tables */
.table{
	font-size: 0.8em;
	line-height: 1.4em;
	margin-right: 20px;
}
.tdhead{
	color: #555555;
	font-weight: bold;
	background-color: #99adce;
}
.leader{
	background-color: #F2F4F9;
}
.project-td{
	color: #FFFFFF;
	margin: 9px 9px 9px 9px;
	font-size: 0.7em;
	line-height: 1.3em;
}
a.project-td, a.project-td:active, a.project-td:visited, a.project-td:hover, .project-td a, .project-td a:active, .project-td a:visited, .project-td a:hover {
	color: #FFFFFF;
}


/* styles for buttons top of project pages */
.button {
	padding: 3px 0px 3px 0px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
a.button, a.button:active, a.button:visited, a.button:hover, .button a, .button a:active, .button a:visited, .button a:hover {
	color: #333333;
	font-weight: bold;
}

/* styles for forms */
.form {
	font-size: 0.8em;
}


/* sets styles for printing */

@media print {

.titleimg{
/*turns off image*/
	display: none; 
} 
.titletext{
	display: block;
	font-weight: bold;
	font-size: 1.3em;
}