/*
Disclaimer: education.au provides this service free to the Australian education and training community subject to the Terms and Conditions at http://www.edna.edu.au/edna/page3014.html.
Content, graphics, text or any other part of the headers and footers automatically delivered as part of this distributed service are provided by the end user, and neither education.au nor any of its stakeholders have any responsibility or liability for such headers or footers
---------------------------------------------------------------------------

Styles for formatting basic elements of the page
===========================================================================
Formats the backround color, background image etc.
*/
body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(http://www.edna.edu.au/images/bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*
Formats the font family and font size
*/
body, table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
Formats link text
*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a:visted {
	color: #990099;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}
/*

---------------------------------------------------------------------------
The search results display a bar before the results with
information about the search and if multiple repositories
are included there are links to filter for each included
repository.  If you are not using this file to format search results
you may disregard the classes defined herein.
===========================================================================
Formats the currently selected search repository tab and search information
*/
.tab_sel {
	background-color: #9999CC;
	color: #FFFFFF;
}

/*
Formats all other search repository tabs
*/
.tab_unsel {
	background-color: #efefef;
	color: #000000;
}

.tagSize1 {
        font-size:9pt;
        padding-right:3px;
}
.tagSize2 {
        font-size:12pt;
        padding-right:3px;
}
.tagSize3 {
        font-size:12pt;
        font-weight:bold;
        padding-right:3px;
}
.tagSize4 {
        font-size:16pt;
        padding-right:3px;
}
.tagSize5 {
        font-size:16pt;
        font-weight:bold;
        padding-right:3px;
}
.tagSize6 {
        font-size:18pt;
        padding-right:3px;
}
.tagSize7 {
        font-size:18pt;
        font-weight:bold;
        padding-right:3px;
}
