/*asdjsjdsd*/
/*
Title: /common/style.css
Author: Steve Beck / Nick Payne
Date: 14/09/2005
Description: CSS styles for imax.com.au
*/
	@import url("navigation.css");	
/* 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 */
	color: #0a5097;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/common/wide_extend_background.jpg) repeat-y top center;
}

#extend_background_container {
	background: url(../images/common/wide_global_background.jpg) no-repeat top center;
}

form {
	margin: 0px 0px;
}
h1 {
	font-size: 23px;
	margin: 0px;
	padding: 0px;
	color: #106ab2;
}

p {
	/* Font */
	text-align: left;
}
h1 span {
  	display: none;
  }

h3 {
	font-size: 12px;
}

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 */

#SiteContainer {
	margin: 0px auto;
	width: 990px;
}

/* HEADER */
#header {
	width: 990px;
	text-align: left;
}

#banner {
	height: 110px;
	/*background-image: url(../images/header/banner_bg.jpg);*/
	background-repeat: no-repeat;
	/*padding-top: 6px;*/
	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;
}


/* CONTENT */
#content {
	/* Layout */
	width: 990px;
	text-align: left;
	background-color: #FFF;
  
	/* 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/FooterBackground.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: 190px;
	padding: 0px 0px 10px 0px;

	text-align: left;
}

#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 {
	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 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}
.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;
	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;
}

/*#footer #links ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#footer #links li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
}
*/


/*#footer p.credit {
 	color:#1ca7d1;
 	float: right;
 	margin: 0px;
	padding-right: 10px;
}

#footer p.links {
	padding-left: 20px;
 	padding-top: 4px;
 	margin: 0px;
	border: solid 1px red;
}*/

/*  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;	
}
.Clear {
	clear: both;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
