
 /* Imports styles pertaining only to header */
	@import "header.css"; 

 /* Imports styles pertaining only to freqUpdate */
	@import "freqUpdate.css"; 

 /* Imports styles pertaining only to lowerContainer */
	@import "lowerContainer.css"; 

 /* Imports styles pertaining only to footer */
	@import "footer.css"; 

 /* Imports styles pertaining only to styleChanger */
	@import "styleChanger.css"; 

 /* Imports styles pertaining only to content */
	@import "content.css"; 

 /* Imports styles pertaining only to planner2 */
	@import "planner2.css"; 

 /* Imports styles pertaining only to table */
	@import "table.css"; 

 /* Imports styles pertaining only to xtype */
	@import "xtype.css"; 

/* Draw body with watermark of old school */

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-image: url(/images/bodyBG.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #DDDDDD;
	font-size: .9em;
}

/* Styles links and and their various behaviours*/
a:link {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:visited:hover {
	color: #0099FF;
	text-decoration: underline;
}

/* Wrapping DIV, contains all header, footer, and content DIVs */
#pageContainer {
	position:absolute;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 98%;
	padding-top:0px;
	margin-top:0px;
	top: 0px;
}

/* Containter DIV, only used in default.asp */
#topContainer {
	background-color: #002255;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 50px;
	width: 100%;
	min-height: 300px;
	background-image: url(http://www.brisbaneshs.eq.edu.au/dev/images/blueDarkGrad.gif);
	overflow: visible;
	clear: both;
	background-repeat: repeat-x;
	background-position: left bottom;
	display: none;
}

/* Defines left-hand (first) column */
#lhSideBar {
	float: left;
	width: 25%;
}
#pdfLhSideBar {
	float: left;
	width: inherit;
}

/* Defines right-hand (third) column */
#rhSideBar {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 25%;
}
/* Defines middle (second) column */
#content {
	/*width: 100%; */
	background-image: url(/images/lowerContainerWtrMrk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Hides handheld-only content */
.handHeldOnly {
 display: none;
}
#newsRoom .disabled a {
	color: #CCCCCC;
	cursor: text;
}
