/* Style sheet for Helix home page

Colour scheme
	Text: 
	Links: 

Last updated: 6th April 2004
Author: James Harris
*/

@import url("global.css");


td#AvailabilityTitle
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #C1C8EE;
	/*text-align: center;*/
	font-size: 10pt;
	border-top: double 5px #2F3A89;
}

td#SuburbTitle
{
	font-size: 8pt;
	padding-left: 10px;
	color: #DDDDDD;
}

/* Text entry field for suburb*/
#txtSuburb
{
	margin-top: 2px;
	margin-left: 10px;
	border: solid 1px silver;
	color: #0000AA;
}

/* Check availability button (Go) */
#btnCheck
{
	margin-top: 3px;
	margin-left: 5px;
	border: solid 1px silver;
	height: 18px;
	width: 30px;
	font-size: 8pt;
}

td#AvailabilityBase
{
	border-bottom: dashed 1px #2F3A89;	
	padding-bottom: 0px;
}

td.BoxHeading
{
	font-size: 10pt;
	color: #0A246A;
	font-weight: 700;
	width: 100%;
	padding-left: 5px;
}

td.ContentBox
{
	padding-top: 10px;
	padding-left: 15px;
	font-size: 8pt;
}

p.SmallText
{
	font-size: 8pt;
}

ul#NewsList
{
	line-height: 14pt;
	margin-left: 12px;
	margin-bottom: 0px;
	padding-left: 0px;	
	list-style-type: disc;
	color: #0A246A;
	font-size: 8pt;
}

a.NewsLink:link
{
	color: #0A246A;
	text-decoration: none;
}

a.NewsLink:hover
{
	color: blue;
	text-decoration: underline;
}