﻿@import url(layout.css);
.style1 {
	border-style: solid;
	border-width: 0px;
}
.style2 {
	text-align: center;
}
body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 0.9em;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	border-bottom: 3px solid #999999;
	background-color: #ffffff;
}
#masthead {
	background-image: url('../images/sydney1d.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #778899;
	margin: 0px;
	padding: 15px;
}
#navigation {
	background-color: #998866;
	margin-left: 0px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
	/*The following is a hack for IE5 and 6. Margins are incorrect in pre-7 versions of IE */
	/*IE5 and 6 use -80px; other browsers use -160px. Box model...*/
	/*the code presents different IDs for different IE versions*/
#column_left {
	float: left;
	margin-left: -150px;
	width: 740px;
	background-color: #ffffff;
}
#ie7andup #column_left {
	float: left;
	margin-left: -150px;
	width: 740px;
	background-color: #ffffff;
}

#ie6only #column_left {
	float: left;
	margin-left: -70px;
	width: 740px;
	background-color: #ffffff;
}

#ie5-5only #column_left {
	float: left;
	margin-left: -70px;
	width: 740px;
	background-color: #ffffff;
}

#ie5-01only #column_left {
	float: left;
	margin-left: -70px;
	width: 740px;
	background-color: #ffffff;
}
#column_right {
	/*background-color: #bfcfff;
	padding-bottom: 30px;*/
	display:none;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	margin-left: -90px;
	margin-left/**/:/**/ -160px;
	background-color: #998866;
	color: #ffffff;
}
/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 20pt;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h2 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: 14pt;
	padding-top: 4pt;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #986;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #443311;
}
#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}
/* Styles for Left Column */
h1 {
	font-size: 1.5em;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: 1.3em;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-size: 1.1em;
	color: #333333;
	margin-top: 0px;
}
h4 {
	font-size: 1em;
	color: #333333;
	margin-top: 0px;
	margin-left: 3%;
	font-style:italic;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size:0.8em;
	padding: 10px;
	background-color:#efefef;
}
pre.code {
	width: 720px;
	margin: auto;
	margin-bottom:1em;
	border: 1px black solid;
}
pre.code strong {
	font-weight:bold;
	background-color:#ffff99;
}
.section {
	border: 1px #000000 solid;
	width: 720px;
	padding: 10px;
	margin-bottom: 10px;
}
.section h3 {
	background-color: #998866;
	color: #ffffff;
	padding: 2px 0px 2px 5px;
	margin: 0px;
}
.section p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.section p>li {
	margin-top: 2px;
}
.section ul {
	margin: 0px 0px 0px 10px;
}
.section li {
 	list-style: none;
}
li.indent {
	margin-left:20px;
}
div img {
	padding-bottom: 1em;
}
#footer img {
	padding: 0;
}
td img {
	padding: 0;
}
li.download {
	font-weight: bold;
	color: navy;
	list-style: square;
}
table {
	margin:0em auto 1em auto;
	border:2px black solid;
	padding:5px;
	border-collapse:collapse;
}
th {
	text-align:center;
	font-weight:bold;
	background:#998866;
	border:1px black solid;
}
td {
	color:black;
	border:1px black solid;
	margin:1px 3px 1px 3px;
	padding: 0px 5px 0px 5px;
}
dt {
	background-color: #998866;
	color: #ffffff;
	width: 60%;
	margin-left:5px;
	padding: 1px 0px 1px 5px;
}
table.imagelayout {
	border-style: none;
	width: 100%;
}
table.imagelayout td {
	border-style: none;
}
td.rightcell {
	width: 120px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
.navright {
    width:49%;
	text-align:right;
	float:right;
}
.navleft {
    width:49%;
	text-align:left;
	float:left;
}
.box {
	padding-bottom:10px;
	clear:both;
}
.floatright {
	width:110px;
	float:right;
	text-align:right;
}
.floatleft {
	width:600px;
	float:left;
}
.center {
	text-align:center;	
}
a img {
	border:none;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
dt a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
dt a:hover {
	color:#ffffff;
	background-color:#112233;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.hide {
	display: none;
}
.object_center {
	margin-left:auto;
	margin-right:auto;
}
.tip:before {
	content: url('../images/lightbulb_small.png'); 
}
.tip {
	background-color:#999999;
	padding-left:38px;
	text-indent:-38px;
	padding-top:-38px;
}