﻿/*

Kowhai Communications Ltd.
Pegasus -- Print Style Sheet

05 September 2006
Chris Evans

*/

body {
	font: 10pt/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

p.loggedIn {
	display: none;	
}

div.sideMenu {
	display: none;	
}


span.extraInstructions
{
	display:none;
}

ul.navigation { display: none; }

div.forumMessage {
	border: 1pt solid #000;	
	margin: 0 0 1em 0;
	min-height: 12em;	
}
* html div.forumMessage { height: 12em; }


div.forumMessage p.date {
	border-bottom:1pt solid #999;	
	margin:0;
	padding:.25em .25em .25em .5em;
}

div.forumMessage p.userInfo {
	float: left;
	width: 12em;
	font-size: 120%;
}

dl {
	margin: 1em 0 0 .5em;	
}

dt {
	width: 30%;
	float: left;
	clear: left;
}

dt,dd { padding: .25em .25em .25em .5em; }

div.forumMessage p.userInfo span.role { font-size: 80%; }

div.forumMessage div.content {
	margin: 1em .5em 0 14em;
}

h1 { line-height: 1.5em; font-size: 16pt; }

h2 { font-size: 13pt; }

h3 { font-size: 11pt; }

div.report div.inputForm, 
div.report div.collapsePanelHeader { display: none; }

/* ++ Helper styles */
.fc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fc {
	display: inline-table;
	height: 1%;
	display: block;
}

/* Enrolment Forms */
div.enrolmentForms br.pageBreak 
{
	page-break-before: always;
} 

div.enrolmentForms div.print
{
	display:none;
}

div.enrolmentForms span.signature
{
	display:block;
	float:left;
	font-size:150%;
	line-height:1.5em;
}
        
div.enrolmentForms span.signHere
{
	display:block;
	float:left;
	border-bottom:1px solid #000;
	width: 400px;
	line-height:1.8em;
}

div.enrolmentForms dl 
{	
	margin: 0px 0px 0.5em
}

div.enrolmentForms dt 
{	
	clear: left;	
	display: block;	
	float: left;	
	width: 30%;
	padding: 0.25em;
	padding-left: 0.5em
} 

/* =Profiles */

#memberList
{
	margin-top: .8em;
	font-size: 9pt;
}

#memberList .container
{
	clear: left;
	background-color: #f0fff0;
	border: solid 1px #ccc;
	margin-bottom: .5em;
	min-height: 10px; /* prevents contents from going out of the box */
}

#memberList .container img,
#memberList .container table
{
	float: left;
	margin: .5em 0 .5em .5em;
	display: inline;
}

#memberList .container p
{
	clear: both;
	margin: .5em;
}

img.userPhoto
{
	vertical-align: top;
	border: solid 2px #ccc;
	border-width: 2px !important;
	width: 80px;
}

img.blockDisplay
{
	display: block;
}

.hiddenOnPrint
{
	display: none;
}

#memberList .container table
{
	border: 0;
	border-collapse: collapse;
	width: 200px;
}

#memberList .container p.intro
{
	border: dotted 1px #ccc;
	background-color: #fff;
	padding: .8em;
	min-height: 16px;
	width: auto;
	font-weight: normal;
}

#memberList .container table thead tr th.tag
{
	vertical-align: top;
	padding: 0;
}

#memberList .container table thead tr th.tag p
{
	margin: 0;
	padding: .2em;
	font-size: 8pt;
	border: solid 1px #cdc;
	background-color: #ded;
	color: #898;
	width: 200px;
}

#memberList .container table tbody tr *
{
	padding: .6em .3em 0 .3em;
	white-space: pre-wrap;
	vertical-align: top;
}

#memberList .container table tbody tr th
{
	color: #888;
}

div.clear
{
	clear: both;
}

#memberList .container span.default
{
	color: #ccc;
}

.hideOnPrint { display: none; }

.floatList
{
	margin: .6em 0 .8em 0;
	padding: 0;
}

.floatList p
{
	padding: 0;
	margin: .2em 0;
}

.floatList p.tag
{
	color: #898;
	font-weight: bold;
}

.floatList div.floatListItem
{
	margin-right: 1.5em;
	text-align:center;
	width: 100px;
	float: left;
	min-height: 150px;
}

.inputForm img.userPhoto
{
	margin-left: 13.4em;
}

.ba
{
	vertical-align: bottom;
}

.sml
{
	margin-left: .3em;
}

.idCard
{
	width: 340px;
	background-color: transparent;
	padding: .4em .8em 0em .8em;
	font-family: Arial, Verdana, Sans-Serif, !important;
	border: solid 1px #666;
	color: #000;
	margin: 2em 0;
}
.idCard h1
{
	color: #000;
	font-size: 11pt;
	text-align: center;
	padding: 0;
	margin: 0 0 .3em 0;
	white-space: nowrap;
	font-family: Arial, Verdana, Sans-Serif, !important;
}
.idCard table
{
	margin-bottom: 0;
}
.idCard table *
{
	font-size: 95%;
}
.idCard p
{
	font-style: italic;
	margin: .2em 0 .6em 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.2em;
}
.idCard tr
{
	padding: .2em 0;
}
.idCard th
{
	font-size: 100%;
	padding: 0 1em 0 0;
	white-space: nowrap;
}
.idCard td
{
	font-style: italic;
	font-size: 100%;
}
.centered
{
	text-align: center;
}
.idCard th
{
	text-align: left;
}
.idCard img.background
{
	position: absolute;
	margin-top: 4.2em;
	margin-left: .2em;
	z-index: -1;
}