/*
Title: /common/style.css
Author: Steve Beck / Nick Payne
Date: 14/09/2005
Description: CSS styles for imax.com.au
*/

/* Defaults */
* {
	margin: 0px;
	padding: 0px;
}
*.accessibility {
	display: none;
}
body {
	/* Layout */
	/*
	EDIT
	Date: 12/10/2005
	Author: Nick Payne
	Description: Following declaration was preventing Firefox from having scroll bars on long pages (as it should).
					 I removed it with a view to moving it to the #banner selector, but when I opend IE it seemed to be
					 working correctly without it. So I've left it as is for the moment.
	*/
	/*overflow: hidden;*/ /* Required to prevent #navigation from de-centering content in IE */
	position: relative;
	
	/* Font defaults */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0A5097;
	background: #FFF url(../images/common/narrow_global_background.jpg) no-repeat top center;
}

form {
	margin: 0px;
}
h1 {
	font-size: 23px;
	margin: 0px;
	padding: 0px;
	color: #106ab2;
}

p {
	/* Layout */
	margin: 0px; /* Default to 0px to avoid confusion later */
	padding: 0px; /* Default to 0px to avoid confusion later */
	
	/* Font */
	text-align: left;
}
h1 span {
  	display: none;
}

img {
	border: none;
}

th, td {
	vertical-align: top;
	text-align: left;
	font-size: 8pt;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0A5097;
}

a:hover {
	text-decoration: underline;
	/*color: #A6D438;*/
}
fieldset { border: none; }
legend { display: none; }
   
/* Layout Declarations */
/* HEADER */

#SiteContainer {
	width: 750px;
	margin: 8px auto;
}

#header {
	text-align: left;
	width: 750px;
}

#banner {
	/*background-image: url(../images/header/banner_bg.jpg);*/
	background-repeat: no-repeat;
	/*padding-top: 6px;*/
	height: 110px;
	position: relative;
}

#login {
	/* Layout */
	background-image: url(../images/header/login_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
	/*
	float: right;
	*/
	/*
	position: relative;
	top: -6px;
	*/
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	
	/* Font */
	color: #8ACDE9;
	text-align: right;
}

#login p {
	/* Layout */
	background-image: url(../images/header/login_p_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-right: 1px solid #08507A;
}

#login p img {
	vertical-align: text-bottom;
}


/*  NAVIGATION */
#navigation {
	/*width: 750px;  Lock width to that off container to prevent strange things happening */
	height: 28px;
	background: url(../images/header/NewHeader/Small/NavigationBackground.jpg) repeat-x;
	overflow: visible; /* As above. Visible to allow menu to appear outside box in Firefox  */
}
#navigation ul {
	/* Layout */
	margin: 0px;
	padding: 0px;
	white-space: nowrap; /* Required to prevent navigation wrapping onto next line */
	position: relative; /* Fixes bug in IE5.5 */
    z-index: 1;
	/* Fonts */
	list-style-type: none;
}

#navigation li	{
	position: absolute;
	display: inline;
	margin: 0px;
	padding: 0px;
}


/* Realign buttons */
#menu_a {

}
#menu_b {
	left: 119px;
}
#menu_c {
	left: 177px;
}
#menu_d {
	left: 274px;
}
#menu_e {
	left: 372px;
}
#menu_f {
	left: 429px;
}
#menu_g {
	left: 509px;
}
#menu_h {
	left: 612px;
}
#menu_i {
	left: 658px;
}
/* Realign schools buttons */
#schools_a {

}
#schools_b {
	left: 119px;
}
#schools_c {
	left: 218px;
}
#schools_d {
	left: 352px;
}
#schools_e {
	left: 440px;
}
#schools_f {
	left: 593px;
}
#schools_g {
	left: 692px;
}

/* Realign function buttons */
#functions_a {
}
#functions_b {
	left: 140px;
}
#functions_c {
	left: 222px;
}
#functions_d {
	left: 360px;
}
#functions_e {
	left: 451px;
}
#functions_f {
	left: 536px;
}


/* Drop down menus */
#navigation div.dropdown {
	position: absolute;
	top: 28px;
	left: 0px;/*if you need to move nav drop down over from the left*/
	border: 1px solid #043c8e;
	background: #d2eef6;
	width: 133px;
	padding-bottom: 14px;
	visibility: hidden; /* Hide by default. Will appear during roll over of button. */
	/*This is The Background Opacity Settings for all Boswers*/
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#navigation div.dropdown div {
	/*background-image: url(../images/header/drop_down/top.gif); */
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#navigation div.dropdown ul  {
	/*background-image: url(../images/header/drop_down/bg.gif);*/
	list-style: none;
	padding: 9px 13px 0px 17px;
	margin: 0px;
	white-space: normal; /* Overpower nowrap declaration cascading from parent ul */
}
#navigation div.dropdown li {
	display: list-item;
	background-image: url(../images/header/drop_down/dots.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 4px 0px 4px 0px;
	width: 103px;
	position: relative; /* Overwrite cascade from parent li's */
}
#navigation div.dropdown a:hover {
	color: #0A5097;
}


/* Sub Navigation */
#sub_navigation {
	height: 25px;
	background-color: #00b6cc;
	margin: 0px;
	padding: 0px;
}
#sub_navigation ul {
	padding: 0px;
	margin: 0px 0px 5px 13px;
	white-space: nowrap; /* Required to prevent navigation wrapping onto next line */
	position: relative;  /*Fixes bug in IE5.5 */
	list-style-type: none;
	line-height: 2.3em;
}
#sub_navigation li {
	display: inline;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px;
	color: #ffffff;
	border-right: 1px solid #0593c3;
}


/* CONTENT */
#content {
	/* Layout */
	width: 748px;
	text-align: left;
	background-color: #FFF;
	border-left: 1px solid #6ebce2;
	border-right: 1px solid #6ebce2;
	overflow: hidden;

	/* Fonts */
	color: #2059A5;
}

/* FOOTER */
#footer {
	/* Layout */
	border-left: 1px solid #6ebce2;
	border-right: 1px solid #6ebce2;
	border-bottom: 1px solid #6ebce2;
	background: url(../images/common/FooterBackgroundSmall.jpg) no-repeat top left;

	/* Fonts */
  	font-size: 10px;
}
#Footer_Content {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 30px;
}
#SiteMap_Links .Links {	
	float: left;
	width: 175px;
	padding: 0px 0px 10px 0px;
	
	text-align: left;
}
#SiteMap_Links .Links h3 {
	font-size: 12px;
}

#SiteMap_Links .Links .Date {
	color: #0096d7;
	display:inline;
}

#SiteMap_Links .Links ul {	
	list-style: none;
}

#SiteMap_Links .Links li {	
	padding: 1px 0px 0px 0px;
}

#SiteMap_Links .Heading {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

#SiteMap_Links .Break {
	margin: 5px 0px 5px 0px;
	width: 80%;
	border-bottom: 1px dotted #1955A2;
}

#SiteMap_Links .BlogTitle a {
	color: #0096d7;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#SiteMap_Links .BlogTitle a:active {
 text-decoration:underline;
}

#SiteMap_Links .BlogBlurb {
	width: 90%;
}

#SiteMap_Links .BlogBreak {
	margin: 5px 0px 5px 0px;
	width: 90%;
	border-bottom: 1px dotted #1955A2;
}


/*	
	   SEARCH AREA
	================  */
.FooterForm {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
fieldset.FooterSearch {
	border: none;
	/*width: 243px;*/
	margin: 0px auto;
}
.FooterSearch p {
	padding: 0px 0px 10px 0px;
}
.FooterSearch input, .search button {
	border: none;
	float: left;
}
.FooterSearch input.box {
	color: #1955a2;
	font-size: 14px;
	font-weight: bold;
	width: 134px;
	height: 26px;
	padding: 5px 4px;
	background: url(../images/common/SearchBar/SearchBackgroundFocus.jpg) no-repeat top left;
	/*margin-right: 5px;*/
}
/*.search input.box:focus {/*This Only Works in Firefox*/ 
	/*background: url(../images/SearchBar/SearchBackgroundFocus.jpg) no-repeat top left;
	outline: none;
}
*/
.FooterSearch button.btn {
	width: 31px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/common/SearchBar/SearchButton.jpg) no-repeat top right;
	border: none;
	margin-left: -3px;
}
.FooterSearch button.btn:hover {
	background: url(../images/common/SearchBar/SearchButton.jpg) no-repeat bottom right;
}



#footer #credit {
 	color:#ffffff;
 	float: right;
 	margin: 0px;
	padding-right: 10px;
}

#footer #links {
	padding-left: 20px;
 	padding-top: 4px;
 	margin: 0px;
	float: left;
}

#footer #links a {
	color: #ffffff;
}

#footer #links li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	color: #ffffff;
}































/*  PRESENTATION FIX */
.clear {
	clear: both;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
/* VISITOR INFO HEADING */
#visitor_info_title {
	background-image: url(../visitor_info/images/title_visitor_info.jpg);
	height: 51px;
	/*width: 750px;*/
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}
#visitor_nav {
	width: 750px;
	height: 25px;
	/*overflow: visible;
	background-color: #00B6CC;*/
	margin-top: -4px;
}
#visitor_nav ul {
	/* Layout */
	margin: 0px;
	padding: 0px;
	white-space: nowrap; /* Required to prevent navigation wrapping onto next line */
	position: relative;  /*Fixes bug in IE5.5 */
	
	/* Fonts */
	list-style-type: none;
  
}
#visitor_nav li	{
	display: inline;
	margin-left: -3px;
	padding: 0px;

}

.middle_column {
	background-image: url(../images/common/middle_col_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 0px solid #ffffff;
	width: 8px;	
}*/