/* stylesheet for taxonomy.org.au index page */
body {
	background-color: #E2E2E2;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 0.8em;
	color: #666666;
	margin-bottom: 8px; 
}
.tdbar {
	background-color: #DE4E12;
	height: 1.2em;
	vertical-align: middle;
}
.bgimgstrip {
	background-image: url(../images/index/random_bgimgstrip.php);
	background-repeat: no-repeat;
	background-position: top left;
	height: 141px;
}

.index-content {
	padding-right: 30px;
	padding-left: 22px;
	padding-top: 20px;
}

/* styles for text */
p {
	font-size: 1em;   
	text-align: left;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* styles for links */
a:link, a:active, a:visited {
	color: #005291;
}
a:hover {
	color: #DE4E12;
}


/* styles for footer */
.footer {
	font-size: 0.8em;
	color: #666666;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	text-align: left;
}
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 what's new and updates panels*/
.panel{
	background-color: #7F9BC3;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3em;
	padding: 5px 12px 15px 10px;
	/*background-image: url(../images/index_panel_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;*/
}
a.panel, a.panel:active, a.panel:visited, .panel a, .panel a:active, .panel a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.panel:hover, .panel a:hover {
	color: #005291;
	text-decoration: none;
}
.paneltext {
    list-style: outside url(../images/bullet_indexpanel.gif);
	margin-left: 18px;
}

/* styles for menus */
.tdmenubar{
	display: block;
	float: left;
	width: 140px;
	height: 100%;
}

.menutitle{
	cursor: pointer;
	margin-bottom: 0px;
}
.submenu_li {
	margin: 0px 0px 2px 0px;
	line-height: 1.1em;
	font-size: 12px;
	display: list-item;
	list-style: url(../images/bullet_index.gif);
	list-style-position: outside;
}	
.submenu {
	margin: 0px 2px 8px 24px;
	line-height: 1.1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Tahoma;
}
a.menu, a.menu:active, a.menu:visited, .menu a, .menu a:active, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.submenu, a.submenu:active, a.submenu:visited, .submenu a, .submenu a:active, .submenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.menusmall {
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 3px;
}


/* sets styles for printing */

@media print {

.titleimg{
/*turns off image*/
	display: none; 
} 
.titletext{
	display: block;
	font-weight: bold;
	font-size: 1.3em;
}

