/*
 * Copyright (c) 2017. Crossroads Multimedia Pty Ltd - ALL RIGHTS RESERVED - unauthorised copying or usage is strictly prohibited - www.xroads.om.au.
 */

@charset "utf-8";
/* CSS Document */
h4 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	text-align:left;
}
BODY {
	background-color:#ffffff;
}
.tableHead {
	color:#004660;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	background-color:#bfbfbf;
	font-weight:normal;
	text-align:center;
}
th {
	font-size:9pt;
	padding:0px;
}

.plaintext {
	color:#003448;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left:10px;
}
.autocomp {
	color:#003448;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left:5px;
}
.contentOdd {
	color:#003448;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left:10px;
}
.contentEven {
	color:#003448;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left:10px;
}
.dayodd {
	background-color:#e6e6e6;
	color: #2c6ed0;
	font-size:9pt;
}
.dayeven {
	background-color:#f0f0f0;
	font-size:9pt;
}
.entrytype {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e6e6e6;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	text-transform: uppercase;
}
.entry {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e6e6e6;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	text-transform: uppercase;
}
.score {
	color:#005778;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
}
.bonus {
	color:#005778;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
}
.total {
	color:#95000C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
}
.grandtotal {
	color:#95000C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
	font-weight:bold;
}
.pos {
	color: #189534;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
	font-weight:bold;
}
.trOdd { 
	background-color:#E6F7FD;
}
.trEven {
	background-color:#CCEFFC;
}

