/*
    Neumann Group (Print Styles)

    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created Thursday, 27th July, 2006
*/

/*
	** Hide these elements
*/
.noprint,
.offleft,
.offleft,
.header form,
.header .topmenu,
.branding,
.menu,
.sidecol,
.footer h4,
hr
{
	display: none;
}

/*
	**Show these elements
*/
.content,
.footer
{
	display: block;
}



/*
	** Custom Elements
*/
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size: 12.5pt;
}

h1
{
	margin-top: 0;
	padding-top: 0;
	border-bottom: .3mm solid #d82833;
}

a img
{
	border: 0cm none;
}

a:link { color: #777; }
a:visited { color: #555; }

.header 
{
	padding: 0.4cm 1cm;
}

.site
{
	border: .3mm solid #b4bebf;
}

.page
{
	padding: 0cm 1cm 1cm 1cm;
}

.content table
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.content table th
{
	text-align: left;
	border-bottom: 2px solid #ccc;
	padding: 0.1cm;
}
.content table th a { color: #000; }
.content table td
{
	border-bottom: 1px solid #ccc;
	padding: 0.1cm;
}

.footer
{
	padding: 1.5mm 0;
	
	border-top: .3mm solid #b4bebf;
	
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}


/*
	** sIFR Print Styles
*/
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}