/* Author:	 Steve Pick
*/

/* ToDo: 
*/

@import url(./Breadcrumbs.css);
@import url(./Footer.css);
@import url(./Forms.css);
@import url(./Header.css);

/* Override the formatting in the imported stylesheets. */

#footer_advertising, #tabs, #breadcrumbs, #controls
{
	display: none;
}

#footer
{
	border-top: solid 1px #000000;
}

#application_title
{
	margin: 0;
	padding: 0;
}

/* ------------------------ */
body
{
	margin: 0;
	padding: 0;
	font-size: 10pt; 
	font-family:  Verdana, "Times New Roman", "Courier New", serif;
	border-top: solid 0.1px gray;
	line-height: 1.5em;  /* recommended for seniors*/
}

h1
{
	font-size: 140%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
h4
{
	font-size: 100%;
}

img
{
	border: none;
}

#container
{
	margin: 0;
	padding: 0;
}

/* 9/8/2006 Steve - move to this method for pages with left side nav.
		http://www.bigbaer.com/css_tutorials/two-column-header-footer.htm
		without the absolute positioning.
*/

#content
{
	margin: 1em 0 1em 0;
	padding: 0;
	border-top: solid 1px black;
}

#local_nav
{
	display: none;
}

#content_full_width
{
	display: inline;
	float: left;
	margin: 1em 0 1em 0;
	padding: 0;
	border-top: solid 1px black;
}

.hidden
{
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* selectors for formating text with left side image. */

.image_text
{
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
}

.image_text p
{
	margin: 0 0 0 0;
}

.image_text h2
{
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 110%;
}

.left_image
{
	display: inline;
	float: left;
	margin: 3px 0 0 0;
	padding: 0 3px 0 0;
}

.right_image
{
	display: inline;
	float: right;
}

.code
{
	font-size: 115%;
	border: solid 1px gray;
}


/* Formatting for locations page */
.locations h2
{
	border-bottom: solid 1px #952114;
}

.locations div.row
{
	clear: left;
}

.locations .locality
{
	/* Styled as h3 */
	font-size: 110%;
	background-color: #FFFFFF;
	color: #9B2D1E;
	font-weight: bold;
}

.locations address
{
	display: inline;
	float: left;
	width: 45%;
	font-style: normal;
	margin: 5px 0 20px 0;
}

.locations address span.line,
.locations address span.locality
{
	display: block;
}

/* Image map code for locations page */

#image_map
{
	height: 430px;
}

#map_aus
{
	position: absolute;
	top: 220px;
	left: 190px;
}

#map_world
{
	position: absolute;
	top: 220px;
	left: 650px;
}

#image_map #world
{
	position: absolute;
	top: 330px;
	left: 660px;
}

#image_map #wa
{
	position: absolute;
	top: 450px;
	left: 100px;
}

#image_map #ct
{
	position: absolute;
	top: 250px;
	left: 480px;
}

#image_map #qld
{
	position: absolute;
	top: 280px;
	left: 500px;
}
#image_map #gc
{
	position: absolute;
	top: 310px;
	left: 520px;
}
#image_map #sc
{
	position: absolute;
	top: 340px;
	left: 530px;
}
#image_map #par
{
	position: absolute;
	top: 390px;
	left: 520px;
}
#image_map #nsw
{
	position: absolute;
	top: 420px;
	left: 510px;
}
#image_map #vic
{
	position: absolute;
	top: 460px;
	left: 500px;
}
#image_map #sa
{
	position: absolute;
	top: 470px;
	left: 300px;
}

/* Table formatting */
table.table caption
{
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0 0 .5em 0;
	font-weight: bold;
}

table.table
{
	margin: 0 0 0 5px;
	padding: 0;
	border-collapse: collapse;
}

.table th
{
	padding: .2em .4em .2em .4em;
	text-align: left;
}

.table td, .table tbody th
{
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #ECECEC;
	border-left: solid 1px #ECECEC;
	margin: 0;
	padding: .2em .3em .2em .3em;
	text-align: left;
}


.table th.numeric, .table td.numeric
{
	text-align: right;
}

.table thead th
{
	border: solid 1px #CCCCCC;
	background-color: #DCDCDC;
	color: #000000;
}

.table tbody
{
	border: solid 1px #CCCCCC;
}

.table tbody th
{
	color: #000000;
	font-weight: lighter;
}

.table tr.alternate
{
	background-color: #EEEEFF;
}

.table tfoot
{
	border: solid 1px #CCCCCC;
}
