body {
	padding: 0;
	margin: 0;
}

.ui-effects-wrapper {
	
}

#swfNavHolder {
	position: absolute;
	top: 0;
	height: 48px;
}

#swfNavHolder{
	background: url(../images/header_bg.gif) right no-repeat;
	width: 980px;
}

#swfNav {
	position: absolute;
	top: 0;
	outline: none;
	
	z-index: 1000;
}

#swfFooterHolder {
	padding-top: 48px;
	outline: none;
}

#imageHolder {
	top: 48px;
	height: 650px;
	width: 980px;
	
	overflow: auto;
	
	/* IE 6. */
	*height:650px;
	*overflow-y:auto;
	*overflow-x:hidden;
	
	position: relative;
}

.scaPage {
	position: absolute;
	
	/* IE 6. */
	/*
	height:650px;
	overflow-y:auto;
	overflow-x:hidden;
	*/
}

#imageHolder img {
	border: none;
}




/* Overlay properties... */

div.blankOverlay {
	display: none;
}

div.graphOverlay {
	display: none;
	
	border: black solid 1px;
	background-image:url(../images/Queensland.png); 
}

div.overlay { 
     
    /* growing background image */ 
    background-image:url(../images/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../images/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../images/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../images/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}

div table td ul {
	margin-top: 0;
}

.paddedDiv {
	padding: 3px 0;
	/*width: 95%;*/
	/*position: relative;*/
}

.rightAlign {
	position: absolute;
	right: 0;
}