﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #efefef;
	color: #444444;
	margin-top: 0px;
	text-align: center;
	height: 800px;
}

.wrapper
{
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	border-color: #000000;
	background-color: #ffffff;
	minimum-height: 1024px;
}

.navdiv
{
	text-align: left;
	background-color: #0098D6;
	color: #002A5C;
	width: 896px;
	height: 30px;
	vertical-align: bottom;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 2px;
	border-top: 1px dotted #666;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}

.navdiv a
{
	text-decoration: none;
	color: #002A5C;
}

.navselected
{
	float: left;
	width: 85px;
	text-align: center;
	font-weight: bold;
	color: Red;
	background-image: url("https://www.i-maps.co.uk/Webportal/images/tabdivider.gif");	
}

.navnormal
{
	float: left;
	width: 85px;
	text-align: center;
	color: Gray;
}

.fred
{
	color: #9B972D;
}

.scrollydiv
{	
	text-align: left;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}

.mainheading
{
	background-color: #ffffff;
	color: #002A5C;
	text-align: center;
	font-size: 20pt;	
	margin-bottom: 10px;
}

.rfv
{
	text-align: left;
	color: #ff0000;
}

.sectionheading
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: medium;
	font-weight: bold;
	color: #002A5C;
}

.inputgroup
{
	border-width: thin;
	border-color: #C0C0C0;
	width: 838px;
	clear: left;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border-top-style: solid;
	border-right-style: solid;
/*	border-bottom-style: solid;	*/
	border-left-style: solid;
}

.inputgroupb
{
	border-width: thin;
	border-color: #C0C0C0;
	width: 838px;
	clear: left;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.label 
{
	width: 300px;
	padding-top: 3px;
	text-align: left;
}

.input
{
	width: 400px;
/*	height: 36px;	*/
	padding-top: 3px;
}

.input1
{
	width: 200px;
	padding-top: 3px;
}

.input2
{
	width: 200px;
	padding-top: 3px;
}

.labelx
{
	width: 600px;
	padding-top: 3px;
	text-align: left;
}
.inputx
{
	width: 100px;
	padding-top: 3px;
}
.header
{
	height: 140px;
	background-image: url(https://www.i-maps.co.uk/Webportal/Images/imapdemoheader.gif);
	background-repeat: no-repeat;
}
.footer
{
	display: none;
	background-position: right;
	height: 50px;
	background-image: url(https://www.i-maps.co.uk/Webportal/Images/platinumfooter.gif);
	clear: both;
	text-align: right;
	background-repeat: no-repeat;
	margin: 10px;
}
.accselected
{
	background-image: url('../Images/arrow_up.png');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #c0c0c0;
}
.accnotselected
{
	background-image: url('../Images/arrow_down.png');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #c0c0c0;
}
.repttable
{	
	width: 800px;
	font-size: 7pt;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.repttable th
{
	border: 1px solid #333333;
	text-align: left;
	background-color: #DDDDDD;
	padding: 4px;
}
.repttable td
{
	border: 1px solid #333333;
	padding: 4px;
}

.reptbody 
{
	background-color: #ffffff;
	color: #000000;
}
.error
{
	color: #FF0000;
}
@media print
{
.pbba {page-break-before:always;}
}
