/* Client: Australian Health Practitioner Registration Agency  */
/* File: CSS Page Layout  */
/* Created: 13 January 2010 */
/* Author: Paul Liddelow, Stamford Interactive  */

/* General Styles for Print only  */
	body
	{
		font-family:Arial, Verdana, Sans-Serif;
		font-weight:normal;
		font-size:83%;
	}
	h1, h2, h3, h4, h5, h6 {
        margin:8px 0;
        padding:0;
    }
	h1 {
	    font-size: 20px;
	    font-weight: normal;
	}
	h2 {
	    font-size: 18px;
		font-weight: normal;
	}
	h3 {
	    font-size: 16px;
		font-weight: bold;
	}
	h4 {
	    font-size: 14px;
		font-weight: normal;
		font-weight: bold;
	}
	h5 {
	    font-size: 12px;
		font-weight: bold;
	}
	h6 {
	    font-size: 12px;
		font-weight: bold;
	}
    #globalSearch, #globalnavbar, #professions-globalnavbar, #topblock span.utility, #othertopblock span.utility, #professions-hometopblock, #homecol3, #othercol1, #searchcol1, #othercol3, #hometopintro, #hometopimage, #hometoprightblock, #hometopblock, #footer, .noprint, div#toolbar, p.skipLink {
		display: none;
	}	
	#header
	{
		height:76px;
		border-bottom:solid 1px #000;
		padding-bottom:10px;
	}
	#logo
	{
		float:left;
		padding-right:10px;
	}
	#logo-text
	{
		float:left;
		padding-top:28px;
	}
	#logo-text h1
	{
		font-size:18px;
	}
	#homecol1, #homecol2, #othercol1, #othercol2, #searchcol2 {
		margin: 0;
        width: 100%;
		float: none;
	}
	#box-fancy {
		background: none;
	}
	.lighttext {
		color: #000;
	}
	a:link, a:visited {
		color: #781351;
	}
	p.goBack
	{
		display:none;
	}
	/* -------------------- */
	/* PRACTITIONER DETAILS */
	/* -------------------- */
	div.prac-detail
	{
		width:100%;
	}
	table.prac-data-list
	{
		border-collapse:collapse;
		width:100%;
	}
	table.prac-data-list td
	{
		width:50%;
		vertical-align:top;
	}
	table.prac-data-grid
	{		
		width:100%;
		border:solid 1px #999;
		border-collapse:collapse;
	}
	table.prac-data-grid th
	{
		width:50%;
		text-align:left;
		vertical-align:top;
		border:solid 1px #999;
		padding:3px;
	}
	table.prac-data-grid td
	{
		width:50%;
		vertical-align:top;
		border:solid 1px #999;
		padding:3px;
	}
	div.prac-detail ul
	{
		margin:0;
		margin-left:1em;
		padding:0;
	}	
	div.prac-detail ul li
	{
		margin:0;
	}
	/* -------------------- */
