﻿@media screen,print
{
	/* Hide Standard Links */ 
	Div.MenuLink1 ,
	Div.MenuLink2 ,
	Div.MenuLink3 ,
	Div.MenuLink4 ,
	Div.MenuLink5 
	{
		display		: none ;
	}

	.PageCell .Header .Menu 
	{
		background-image: none ;
		background-color:#FFFFFF;
	}

	.PageCell .Header .Buttons,
	.PageCell .Header .Bar
	{
		visibility		: hidden ;
	}

	DIV.First_ErrorDiv
	{
		font-weight		: bold ;
		color			: red ;
	}

	/* ContactPerson */
	DIV.ContactPerson
	{
		height			: 125px ;
	}
	DIV.Title ,
	DIV.JobTitle ,
	DIV.GivenName ,
	DIV.FamilyName ,
	DIV.EmailAddress ,
	DIV.BusinessPhone ,
	DIV.BusinessPhone DIV.IDD,
	DIV.BusinessPhone DIV.STD,
	DIV.BusinessPhone DIV.Local
	{
		float			: left ;
		margin-bottom	: 5px ;
	}

	DIV.Title DIV ,
	DIV.JobTitle DIV ,
	DIV.GivenName DIV ,
	DIV.FamilyName DIV ,
	DIV.EmailAddress DIV ,
	DIV.BusinessPhone DIV
	{
		display			: inline ;
		float			: none ;
	}
	DIV.BusinessPhone DIV.IDD DIV,
	DIV.BusinessPhone DIV.STD DIV,
	DIV.BusinessPhone DIV.Local DIV
	{
		display			: none ;
	}

	DIV.Title INPUT ,
	DIV.JobTitle INPUT ,
	DIV.GivenName INPUT ,
	DIV.FamilyName INPUT ,
	DIV.EmailAddress INPUT ,
	DIV.BusinessPhone INPUT 
	{
		display			: block ;
		margin-right	: 10px ;
	}
	DIV.Title INPUT ,
	DIV.GivenName INPUT ,
	DIV.FamilyName INPUT ,
	DIV.EmailAddress INPUT 
	{
		width			: 345px ;
	}
	DIV.BusinessPhone
	{
		width			: 359px ;
	}
	DIV.BusinessPhone DIV.IDD INPUT
	{
		width			: 55px ;
	}
	DIV.BusinessPhone DIV.STD INPUT
	{
		width			: 124px ;
	}
	DIV.BusinessPhone DIV.Local INPUT
	{
		width			: 207px ;
	}
	/* Organisation */
	DIV.Organisation
	{
		height			: 225px ;
		margin-bottom	: 25px ;
	}
	DIV.CompanyName ,
	DIV.Line1 ,
	DIV.Line2 ,
	DIV.Suburb ,
	DIV.Town_City_State ,
	DIV.Postcode
	{
		float			: left ;
		margin-bottom	: 5px ;
	}

	DIV.CompanyName DIV ,
	DIV.Line1 DIV ,
	DIV.Line1 SPAN.Line1Req,
	DIV.Line2 DIV ,
	DIV.Suburb DIV ,
	DIV.Town_City_State DIV ,
	DIV.Postcode DIV
	{
		display			: inline ;
		float			: none ;
	}

	DIV.CompanyName INPUT ,
	DIV.Line1 INPUT ,
	DIV.Line2 INPUT ,
	DIV.Suburb INPUT ,
	DIV.Town_City_State INPUT ,
	DIV.Postcode INPUT 
	{
		display			: block ;
		margin-right	: 10px ;
	}
	DIV.Line2 INPUT
	{
		margin-top		: 10px ;
	}
	DIV.CompanyName INPUT ,
	DIV.JobTitle INPUT ,
	DIV.Line1 INPUT ,
	DIV.Line2 INPUT ,
	DIV.Suburb INPUT
	{
		width			: 704px ;
	}
	DIV.Town_City_State INPUT
	{
		width			: 483px ;
	}
	DIV.Postcode INPUT
	{
		width			: 207px ;
	}

	DIV.BusinessPhone DIV.IDD
	{
		display			: none ;
	}

	DIV.Details 
	{
		border-style	: solid ;
		border-color	: #000000 ;
		border-width	: 3px 0px ;
	}
}