/*
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;
}
body {
	/* Layout */
	width: 750px;
	margin: 20px auto;
	padding: 0px;
	/*
	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-color: #fff;
}

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;
}

.table_form td
{
	padding:1px;
}

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 */
/* CONTENT */
#content {
	/* Layout */
	width: 750px;
	text-align: left;
  
	/* Fonts */
	color: #2059A5;
}

/*  PRESENTATION FIX */
.clear {
	clear: both;
}

.middle_column {
	background-image: url(../images/registration/middle_col_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 0px solid #ffffff;
	width: 8px;	
}
