/*  Eplanation:
	Puts a 100px padding at top of body and a 50px padding at bottom op body. 
	Fixed positioning for header and footer in all browsers except IE Windows.
	Scrolling is a problem for IE in general and Safari it seems. That is what the overflow hack is about
*/
 body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
 }
 #container{height:90%; }

#header{
  padding:0 0 0 0;
  background-image:url(images/banner.jpg);
  background-repeat:no-repeat;
  background-position: 0 0;
  background-color:#B34040;
  width:100%;
 }
#locationDiv{
	display:none; 
	position:absolute; 
	color:#FFFFFF;
	font-size:70%;
	font-weight:bold;
	background-color:#333333;
	padding: 5px;
}
	  
#content{
  font-size:85%;
	margin: 20px 10px 0 0;
	float: right;
	width:66%;
}
#contentWide{
  font-size:85%;
	margin: 20px 0 0 10px;	
	float: left;
	width:95%;
}




/*used for content to take up 100% of page width*/
#contentFull{
  font-size:85%;
	margin: 20px 0 0 10px;	
	float: left;
	width:100%;
}
/*used for wide content under left side box (not at top of page)*/
#contentWide2{
  font-size:85%;
	clear:both;
	margin: 20px 0 0 10px;	
	width:95%;
}
#sidebar {
	float:left;
	width:30%
	}

#sidebar #news {
	margin:10% 0 0 10%;
	width:85%;
	background-color:#A5C6B4;
}
#footer {
	/*position:fixed;
	bottom:0;
	width:100%;
	clear:both;
	border-top:10px solid white;
	background: #666;
	padding: 10px 0 10px 10px;
	font-family:Palatino, Arial;
	font-style: italic;
	font-size:70%;
	color:#fff;
	height:20px;*/
	display:none;
}



h1 {
	font-family:Palatino, Arial;
	color:#B34040;
	font-style: italic;
	font-size:140%;
	
} 
h2 {
	font-family:Palatino, Arial;
	color:#000;
	font-style: italic;
	font-size:110%;
	margin:20px 0 0 0;
} 
h3{
	font-family:Palatino, Arial;
	color:#333;
	font-style: italic;
	font-size:110%;
	margin:5px 0 5px 0;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #A5C6B4;
	border-bottom: 1px solid #A5C6B4;
	background-color: #DAE5DF;
	
} 
h5{
	font-family:Palatino, Arial;
	color:#333;
	font-size:100%;
	margin:20px 0 0 0;
	padding: 5px 0 5px 5px;
	background-color: #E4E4E4;
	
} 
.centre {
	font-family:Palatino, Arial;
	color:#000;
	font-weight:bold;
	font-size:100%;
	
}



.header{
	font-family:Palatino;
	font-style: italic;
	font-weight:bold;
	font-size:100%;
	color:#fff;
	position:relative; 
	padding: 2px 0 0 500px;
	letter-spacing: -0.8px;
	margin:0 0 10px 0; 	
}
.header strong{
	font-weight:bold;
	font-size:160%;
	line-height:120%;
	letter-spacing: -1px; 
}
.indent{
	margin-left:20px;
}
a:link {
	color:#B34040;
}
a:visited {
	color:#B34040;
}
#content a:hover {
	color: #000;
	background-color:#A5C6B4;
}

ul.courseList li{
	font-family:Palatino, Arial;
	color:#333;
	font-size:100%;
	margin:20px 0 0 0;
	padding: 5px 0 5px 5px;
	background-color: #E4E4E4;
}
/*TOP MENU NAVIGATION*/
#header ul{
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type: none;
	background-color:#fff;
	border-top: 2px solid #B34040;
}

#header li{
	background-color:#fff;
  	display: inline;
  	padding:0 15px 0 15px;
	font-family:Arial,Helvetica;
	font-size:100%;
	margin:0;
	font-weight:bold;
			
 }
#header li a:link{
	color:#000;
	text-decoration:none;
	
}
#header li a:visited{
	color:#000;
	text-decoration:none;
}
#header li.on{
	background-color:#B34040;
	margin-bottom: 0;
}
#header li.on a:link{
	color:#fff;
}
#header li.on a:visited{
	color:#fff;
}
 
 /*LEVEL 2 NAVIGATION*/
 #header #nav ul.submenu{
 	padding:3px 0 0 2px;
 	margin:0 0 0 0;
 	background-color:#fff;
	color:#35403a;
	list-style-type: none;
	border-bottom: 5px solid #fff;
}

#header #nav ul.submenu li{
	padding:0 0 0 1px;
	background:url("images/rightgreen.gif")
	no-repeat right top; 
  	display: inline;
	font-family:Arial,Helvetica;
	font-size:75%;
	font-weight:normal;
 }
 
 #header #nav ul.submenu a {
	background:url("images/leftgreen.gif")
	no-repeat left top;
	background-color:#A5C6B4;
	padding:3px 5px 2px 5px;
	margin:0;
} 


#header #nav ul.submenu li.on{
	padding:0 0 0 5px;
	color:#fff;
	background:url("images/rightred.gif")
	no-repeat right top;
	background-color:#fff;
  	display: inline;
	font-family:Arial,Helvetica;
	font-weight:normal;
	
}

 	#header #nav ul.submenu li.on a {
	background:url("images/leftred.gif")
	no-repeat left top;
	background-color:#B34040;
	margin-right:-2px;
	padding:5px 5px 5px 5px;
	
} 

/*BOX*/



#sidebar P{
	background-color:#fff;
	padding:10px 10px 10px 10px;
	border-left:10px solid #A5C6B4;
	border-right:10px solid #A5C6B4;
	font-size:80%;
}
#sidebar h2{
	margin:0;
	padding: 0 5px 0 5px;
	text-align: center;
	font-size:100%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
 }

#sidebar #newstop { 
        background: url(images/toprightgr.gif) no-repeat top right; 
}

#sidebar #newsbottom {
        background: url(images/botrightgr.gif) no-repeat top right; 
		border-bottom:1px solid #fff;
}

img.corner {
   border: none;
   display: block /*!important;*/
} 
 
img.left{/*!christmas image;*/
float:left;
margin:0 5px 0 0 ;
border-right:30px solid white;
border-left:30px solid white;
 
 
}
div.left{float:left;}
div.right{float:right;}
 /*CONTENT COLUMN*/
#content #rightText{
	position: absolute;
	top: 0;
	left: 30%;
	width:65%;	
	background-color:#fff;
	padding-bottom:20px;
}

 /*CONTENT COLUMN FOR WHOLE PAGE*/
#content #rightTextWhole{
	position: absolute;
	top:0;
	left: 20px;
	width:85%;	
	background-color:#fff;
	padding-bottom:20px;
}

.conditions{
	margin:5px 0 30px 0;
	padding: 5px 0 5px 30px;
	border-top: 1px solid #A5C6B4;
	border-bottom: 1px solid #A5C6B4;
	font-size:80%;
	color:#333;	
}   
.note{
	margin:5px 0 30px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #A5C6B4;
	border-bottom: 1px solid #A5C6B4;
	font-size:80%;
	color:#333;	
} 
.note2{
	font-style:italic;
	font-size:80%;
}   
.gotoTop {
	font-size: 80%;
	text-align: right;
}
.emph {
	color: #B34040;
	font-weight: bold;
}

div.legend{
}
 

table.month{
	font-size:90%;
	width:248px;
	font-family:Palatino, Arial;
}
table.year td{
	padding-right:10px;
}
table.year{
	font-size:85%;
}
table.noBorder{
	width:100%
	border:0;
}
table.month td{
	padding-left:3px;
	border:1px solid #333333;
	background-color:#FFFFFF;
	
}
table.month a{
	color:#000000;
	text-decoration:none;
}
table.month td.hidden{
	border:0;
	background-color: #E4E4E4;
}
table.month td.head{
	font-weight:bold;
	background-color: #E4E4E4;
}
table.legend{
	border:1px solid #B34040;
	font-size:85%;
}
table.legend td{
	padding-right:10px;
}
table.legend td.head{
	font-weight: bold;
}
 /*SUNSHINE COAST*/
table.month td.on1{ 
	background-color:#99CC00;
	font-weight:bold;
}
table.legend td.on1{
	width:20px;
	background-color:#99CC00;
	border:1px solid #333333;
}
 /*gold coast*/
table.month td.on2{ 
	background-color:#FDFF00;
	font-weight:bold;
}
table.month td.on2a{
	border-right:10px solid #FDFF00; 	
	font-weight:bold;
}
table.legend td.on2{
	width:20px;
	background-color: #FDFF00;
	border:1px solid #333333;
}
 /*BUNDABERG*/	
 table.month td.on3{ 
	background-color:#FF9900;
	font-weight:bold;
}
table.month td.on3a{
	border-bottom:10px solid #FF9900;	
	font-weight:bold;
}
table.legend td.on3{
	width:20px;
	background-color:#FF9900;
	border:1px solid #333333;
}
 /*BRISBANE CHELMER*/	
 table.month td.on4{ 
	background-color:#B34040;
	font-weight:bold;
}
table.month td.on4a{
	border-top:10px solid #B34040;	
	font-weight:bold;
}
table.legend td.on4{
	width:20px;
	background-color:#B34040;
	border:1px solid #333333;
}

/*BRISBANE NORTH LAKES*/	
 table.month td.on5{ 
	background-color:#A5C6B4;
	font-weight:bold;
}
table.month td.on5a{
	border-left:10px solid #A5C6B4;	
	font-weight:bold;
}
table.legend td.on5{
	width:20px;
	background-color:#A5C6B4;
	border:1px solid #333333;
}
/*Brisbane Southbank*/
table.month td.on6{ 
	background-color:#EF8FFF;
	font-weight:bold;
}
table.month td.on6a{
	border-left:10px solid #EF8FFF;	
	font-weight:bold;
}
table.legend td.on6{
	width:20px;
	background-color:#EF8FFF;
	border:1px solid #333333;
}

/*Hervey Bay*/
table.month td.on7{ 
	background-color:#5CA4FF;
	font-weight:bold;
}
table.month td.on7a{
	border-left:10px solid #5CA4FF;	
	font-weight:bold;
}
table.legend td.on7{
	width:20px;
	background-color:#5CA4FF;
	border:1px solid #333333;
}

table.timetables{
	font-size:90%;
	font-family:Palatino, Arial;
	border-bottom: 1px solid #B34040;
}
table.timetables th {
	text-align:left;
	color:#333;
	font-style: italic;
	border-top: 1px solid #A5C6B4;
	border-bottom: 1px solid #A5C6B4;
	background-color: #DAE5DF;
}
table.timetables td.semesters{
	font-weight:bold;
	color:#333;
	background-color:#A5C6B4;
}
table.timetables td.content {
	text-align:left;
	color:#333;
	border-top: 1px solid #A5C6B4;
	border-bottom: 1px solid #A5C6B4;
}

table.timetables ul{
	padding:0;
	margin:0 0 0 30px;
}
table.timetables td.clusters{
	font-weight:bold;
	color:#B34040;
	background-color:#E6E6E6;
}
table.links{
	font-size:90%;
	font-family:Palatino, Arial;
	border-bottom: 1px solid #B34040;
}
table.links td {
	text-align:left;
	color:#333;
	border-top: 1px solid #A5C6B4;
}
.highlight {
	background-color:#C9B09C;
	padding:5px;
	font-weight:bold;
}
.highlight2 {
	color:#B34040;
	font-weight:bold;
	background-color:#ccc;	
}
.highlight3 {
	background-color:#C9B09C;	
}
.highlight4 {
	background-color:#A5C6B4;
	padding:10px;
	height:30px;

}
.highlight4 a{
	font-weight:bold;
	background-color:#fff;
	padding:5px;
}
.alert {
     color:#B34040;
	font-weight:bold;
	background-color:#ccc;	
	margin:0;
	padding:10px;
	border:2px solid #B34040;
	font-size:90%;
}
