/* Copyright (C) 2002 The University of Western Australia */
/* Made by Adam Wright for the university Website Office  */
/* Base UWA style sheet intended for designs on MySource  */

/* BODY settings NS4 won't freak out over */
BODY		{ letter-spacing: 0px;
		  text-align: left;		/* Font family set in a  */
		  color: black;			/* non-netscape css file */
		  background-color: white;
		  position: absolute;
		  margin: 0px; padding: 0px;
		  top: 0px; left: 0px;
		  font-size: 90%; }

/* Our layout can get messy if some block types have been set as inline */
APPLET, ADDRESS,
BLOCKQUOTE,
CENTER,
DD, DIR, DIV,
DL, DT,
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4,					/* MySource's general.css forces font-size */
H5, H6, HR,					/*   properties, which should be taken out */
IFRAME, MENU,
NOFRAMES,
OBJECT, OL, P,
PRE, UL		{ display: block; }

/* Headings, relative to the smaller font size */
H1 A:visited,
H2 A:visited,
H3 A:visited,
H4 A:visited,
H5 A:visited,
H6 A:visited	{ color: #000066; }		/* UWA Blue - Don't want colour */
						/* variations in headings       */
H1 A:hover,
H2 A:hover,
H3 A:hover,
H4 A:hover,
H5 A:hover,
H6 A:hover	{ color: #BB8800; }		/* Dark UWA Gold */

H1, H2, H3,
H4, H5, H6	{ color: #000066;
		  margin-top: 1em;
		  margin-bottom: 0.33em;
		  font-weight: bold; }

H1		{ font-size: 180%; }		/* 80% of IE6 default */
H2		{ font-size: 145%; }		/* 90% of IE6 default */
H3		{ font-size: 125%; }
H4		{ font-size: 110%; }
H5		{ font-size: 110%; font-weight: normal; }
H6		{ font-size: 100%; font-weight: normal; }

H1, H2, H3, H4,
H5, H6, 	{ font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Default link colours */
A		{ text-decoration: underline; }

A:link		{ color: #000066; }		/* UWA Blue */

A:visited	{ color: #111199; }		/* Light UWA Blue */

A:hover		{ color: #BB8800; }		/* Dark UWA Gold */

A:active	{ color: #3E3E3E; }		/* Gray with the weight */
						/* of Light UWA Blue    */

/* Miscelaneous HTML element optimisation and standardisation */
BIG		{ font-size: 115%; }
SMALL		{ font-size: 85%; }
UL, OL		{ margin-top: 0.5em; }

/* For use in standard MySource Design Areas */
.dhtml_link	{ }
.dhtml_current	{ }

.sidenav_link	{ font-family: Arial, Helvetica, sans-serif;
		  font-size: 80%;
		  line-height: 1em; margin: 0px; border: 0px; padding: 0px; }

.sidenav_current
		{ font-family: Arial, Helvetica, sans-serif;
		  font-size: 80%;
		  line-height: 1em; }

.smallprint	{ font-size: 80%; }

.fineprint	{ font-size: 75%; }

.mainheading	{ font-weight: bold;
		  font-size: 125%; }

.heading	{ font-weight: bold;
		  font-size: 110%; }

.field		{ font-weight: bold; }

.data		{ font-family: courier, courier new, fixed-width; }

.error		{ color: #FF0000; }

/* A small set of styles for common use */
.black,
A.black:link,
A.black:visited,
A.black:hover,
A.black:active	{ color: black; }
