@charset "utf-8";

.title
{
	font-family: arial;
	font-size: 20px;

	color: #15ad0d;
}

body
{
	font-family: arial;
	-webkit-print-color-adjust:exact;
}

.copy
{
	font-size: 12px;
}

table.data
{
	border-width: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}

table.data tr.smaller
{
	font-size: 12px;
}


table.data td
{
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
}

table.data th
{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: green;
	border-top-width: 2px;
	border-top-color: black;
	border-bottom-width: 2px;
	border-bottom-color: black;
}

table.nospacing
{
	border-spacing: 0px;
}

table.nospacing td
{
	padding: 0px;
}


table.noBorder
{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #f5f5f5;
}

table.noBorder td
{
	border-width: 0px;
	border-style: none;
	padding-right: 5px;
	padding-left: 5px;
}

.disabled
{
	background-color: #cccccc;
}

.units
{
	font-size: 11px;
}

.bold
{
	font-weight: bold;
}

.largerFont
{
	font-size: 16px;
}

hr
{
	height: 1px;
	border-width: 0;
	color: #000000;
	background-color: #000000;
}

.centreImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centreTable
{
	margin-left: auto;
	margin-right: auto;
}

.centreText
{
	text-align: center;
}

.leftText
{
	text-align: left;
}

.rightText
{
	text-align: right;
}

form
{
	padding:0;
	margin:0;
}

img.noBorder
{
	border: 0px;
}

img.thinBorder
{
	border: 1px solid #000000;
}

.thinBorder
{
	border: 1px solid #000000;
}

.nowrap
{
	white-space: nowrap;
}

tr.top
{
	vertical-align: top;
}

.roundedBorder
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.subtitleColour
{
	color: #999999;
}

input.invisible
{
	font : normal 14pt Verdana, Helvetica, Arial;
	background : none;
	border : none;
}
textarea.invisible
{
	font : normal 14pt Verdana, Helvetica, Arial;
	background : none;
	border : none;
}

.errorColour
{
	color: #cc0000;
}

input.wideButton
{
	font : normal 14pt Verdana, Helvetica, Arial;
	padding-left: 60px;
	padding-right: 60px;
}

input.wideTextBox
{
	font : normal 14pt Verdana, Helvetica, Arial;
}

select.wideSelectBox
{
	font : normal 14pt Verdana, Helvetica, Arial;
}

table.stylized
{
	border-width: 2px;
	border-color: blue;
	border-collapse: collapse;
	font-family: arial;
}
table.stylized th
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #dddddd;
}
table.stylized td
{
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	border-color: #000000;
}
table.stylized td.note
{
	font-size: 11px;
	background-color: #ffffdd;
}

.title1
{
   color: #000000;
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   border-bottom-style: solid;
   border-bottom-width: 1px;
}

.title2
{
   color: #3300ff;
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-color: #3300ff;
   text-align: center;
   background-color: #eeeeee;
}

.lightblue
{
   background-color: lightblue;
}

.yellow
{
   background-color: yellow;
}

.redError
{
	background-color: red;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

.redBackGround
{
	background-color: red;
}

.greenBackGround
{
	background-color: green;
}

.yellowBackGround
{
	background-color: yellow;
}

.orangeBackGround
{
	background-color: orange;
}

table.oatStyle
{
	border-width: 2px;
	border-color: #000000;
	border-collapse: collapse;
}
table.oatStyle th
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #f3ecec;
	font-family: arial;
	padding: 3px;
}
table.oatStyle td
{
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	border-color: #000000;
	font-family: "courier new", courier;
	text-align: right;
}

table.oatStyle td.noborder
{
	border-width: 0px;
	border-style: solid;
}

.niceFont
{
	font-size: 11px;
	font-family: arial;
}

.niceFontSmall
{
	font-size: 10px;
	font-family: arial;
}


.bottomPadding
{
	padding-bottom: 10px;
}

.textShadow
{
	font-size: 70px;
	font-family: "Tempus Sans ITC", Tahoma, Helvetica, Arial, Sans-Serif;
	color: #000000;
	text-shadow: 2px 2px 3px #555;
}


.boxShadow
{
	-moz-box-shadow: 2px 2px 3px #555;
	-webkit-box-shadow: 2px 2px 3px #555;
	box-shadow: 2px 2px 3px #555;
}

.monoSpace
{
	font-family: "courier new", courier;
}

