/*
** Style Sheets for Opera Queensland 2004
**
** Author: Murray Shields
**
*/

/* Defaults! */

H1, H2, H3, H4, H5, H6
{
	margin: 1.0em 0em 0.3em 0em;
	color: #9C3037;
}
H1
{
	font-size: 1.6em;
}
H2
{
	font-size: 1.3em;
}
H3
{
	font-size: 1.2em;
}
H4
{
	font-size: 1.1em;
}
H5
{
	font-size: 1.05em;
}
H6
{
	font-size: 1em;
}
H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P
{
	margin-top: 0em;
}

IMG
{
	border: 0px;
}
IMG.left
{
	float: left;
	padding: 2px;
}
IMG.center, IMG.centre
{
	text-align: center;
	padding: 2px;
}
IMG.right
{
	float: right;
	padding: 2px;
}

*
{
	font-family: sans-serif;
	color: 214986;
}

P, LI, DT, DD
{
	font-size: 0.8em;
}

P EM
{
	color: #9C3037;
	font-weight: bold;
	font-style: normal;
}

DT
{
	font-weight: bold;
}

BODY
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

A
{
	text-decoration: none;
}
P A, H1 A, H2 A, H3 A, H4 A, H5 A, H6 A, LI A
{
	text-decoration: underline;
}
A:link, A:visited 
{
	color: #888888;
}
A:hover 
{
	color: #000000;
}

/* unique page areas */

#header
{
	position: relative;
	height: 170;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: auto;
	padding: 0px;
	background-image: url(images/header_art.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

#splitter
{
	height: 1px;
	clear: both;
	width: 100%;
	background-color: #999999;
}

#bar
{
	font-weight: bold;
	font-size: 1.0em;
	position: absolute;
	width: 100%;
	background-color: #000000;
	top: auto;
	right: 0px;
	left: 0px;
	bottom: 0px;
	color: #FFFFFF;;
}

#content
{
	position: absolute;
	margin-top: 0px;
	left: 150px;
	right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	z-index: 99;
}

#menubar
{
	position: absolute;
	left: 0px;
	padding-top: 0px;
	background-color: #0066CC;
	width: 150px;
}

#bottom
{
	clear: both;
	position: relative;
	border: 1px solid #DDDDDD;
	text-align: right;
	font-size: 0.7em;
	background-color: #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	z-index: 95;
}

/* repeating page areas */

.centre, .center
{
	text-align: center;
}

.d
{
	font-size: 10px;
}

.icon
{
	float: left;
	text-align: center;
	padding: 4px;
	margin: 4px;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #FF8702;
}

.news
{
	float: left;
	text-align: left;
	padding: 4px;
	margin: 4px;
	font-size: 0.9em;
	width: 300px;
	height: 150px;
	border: 1px solid #FF8702;
}

.menuitem
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #FFCC99;
	padding-left: 10px;
}
.menuitem A:link, .menuitem A:visited 
{
	color: #FFFFFF;
}
.menuitem A:hover 
{
	color: #FFCC99;
}

/* print presentation */

@media print
{
	#header, #splitter, #menubar, #bottom, #img_hero, .img_photo
	{
		display: none;
	}

	#content
	{
		position: relative;
		margin: 0px;
		left: 0px;
		right: 0px;
	}

	#img_logo
	{
		margin: 0px 0px 0px 10px;
		padding: 0px;
	}
}

/* tables and forms */

TABLE, TH, TD
{
	border: none;
}

TH, TD
{
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

TH
{
	font-size: 0.9em;
	font-weight: bold;
	background-color: #AAAAFF;
}

TD
{
	font-size: 0.8em;
	background-color: #FFFFAA;
}

INPUT, SELECT, TEXTAREA
{
	color: #000099;
	border: 1px solid #000099;
	background-color: #CCCCCC;
}
INPUT:focus
{
	background-color: #EEEEEE;
}
INPUT[type|="submit"]
{
	color: #FFFFAA;
	background-color: #0066CC;
	border: 1px solid #0066CC;
	font-weight: bold;
}

/* Alignment */

.txt_l
{
	text-align: left;
}

.txt_c
{
	text-align: center;
}

.txt_r
{
	text-align: right;
}

