/*
    RewardsCorp (Print Styles)

    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created 5th June 2007
*/

/*
	** Hide these elements
*/
.noprint,
.offleft,
.offleft,
.header form,
.header .login-details,
.header a strong,
.selected-member,
.menu,
.sidecol,
.footer h4,
ul.tabs,
ul.progress,
.btn,
.documentation,
hr
{
	display: none;
}

/*
	**Show these elements
*/
.content,
.footer
{
	display: block;
}



/*
	** Custom Elements
*/
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0;
	padding: 5mm 0 2mm;
	font-size: 12.5pt;
}
p,
dl,
ul,
ol
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 2mm 0;
}

a img
{
	border: 0cm none;
}

a:link { color: #777; }
a:visited { color: #555; }

fieldset
{
	border: 0;
}

dl.split
{
	margin: 0;
}
dl.split dt
{
	float: left;
	width: 29%;
	font-weight: bold;
}
dl.split dd
{
	margin-left: 30%;
	padding-bottom: 1mm;
}

.header 
{
	padding: 0.5cm 1cm;
}


.page
{
	padding: 0cm 1cm 1cm 1cm;
}


div.content table
{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	
	border: 1px solid #ccc;
	
	font-size: 90%;
}
div.content table caption
{
	display: none;
}
	div.content td,
	div.content th
	{
		padding: 1mm;
		border: 1px solid #e4e4e4;
		vertical-align: top;
	}
	div.content table thead th,
	div.content table thead td
	{
		text-align: left;
	}
	div.content table tbody th
	{
		text-align: left;
	}

.footer
{
	text-align: center;
	font-size: 11pt;
	font-weight: normal;
}