/*************************************************************************************

	TWO COLUMN LIQUID LAYOUT - Left Column
	
	Copyright: Tuross Technologies Australia 2008.
	
/*************************************************************************************/

/*************************************************************************************
	NOTE:
	To remove the need for overflow:hidden in #container, you need to follow the
	## NOTES below
/*************************************************************************************/


	

	#container 
	{
		width: 976px;
		margin: 0px auto;
		position: relative;
/*		overflow: hidden;					/* ##NOTES - remove */
	}
	
	#container .mid-col
	{
		position: relative;
		float: right;
		width: 670px;						/* TotalWidth - LeftCol */
		height: auto;
	}
	
	#container .left-col
	{
		position: relative;
		float: left;
		width: 250px;						/* LeftCol */
		height: auto;
	}

	.left {
		float: left;
	}
	
	.align-left {
		text-align: left;
	}
	
	.clear-left {
		clear: left;
	}
	
	.right {
		float: right;
	}
	
	.align-right {
		text-align: right;
	}
	
	.clear-right {
		clear: right;
	}
	
	
	h1
	{   font-family: Tahoma,Verdana,sans-serif;
		font-size:12pt;
    }
    
    .title_header
	{
		font-family: Tahoma,Verdana,sans-serif;
		font-size: 12pt;
		color: #005447;
		text-decoration: none;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight:bold;	
	}
	
	input.buttontext-red-off
{
	font-size: 11px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	color: #A9A9A9;
	width: 90px;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #669966;
	border-width: 1px;
}