body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #044444;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #CCCCCC;
	text-align: left;
	page-break-before: always;
	width: 950px;
}
a:link, a:visited
{
	color: #006699;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.2em;
	color: #334d55;
}
h2
{
	font-size: 1.14em;
	color: #006699;
}
h3
{
	font-size: 1em;
	color: #334d55;
}
h4
{
	font-size: 1em;
	font-weight: normal;
	color: #333333;
}
h5
{
	font-size: 1em;
	color: #334d55;
}
ul
{
	list-style-type: square;
	font-size: 1em;
}
ul ul
{
	list-style-type: disc;
}
ul ul ul
{
	list-style-type: none;
}
label
{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#clear-div
{
	clear: both;
}
#masthead
{
	width: 950px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	overflow: hidden;
	z-index: 1;
}
#navBar
{
	position: absolute;
	top: 100px;
	left: 0px;
/*	width: 23%;*/
	width: 220px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 1%;
	padding-right: 5px;
	padding-bottom: 20px;
	font-size: 0.9em;
	background-color: #eeeeee;
	border-top: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-repeat: no-repeat;
	overflow: visible;
	display: block;
	z-index: 2;
}
#content
{
	display: block;
	position: absolute;
	top: 100px;
	left: 235px;
	width: 710px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	overflow: normal;
	visibility: visible;
	z-index: 2;
}
#navBar h3
{
	padding: 10px 0px 2px 10px;
}
#navBar a:link
{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
}
#navBar a:visited
{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

/***********************************************/
/* #navBar link styles                         */
/***********************************************/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/***********************************************/
/* Table styles                                */
/***********************************************/
table.report 
{
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	empty-cells: show;
	width: 710px;
	padding: 0px;
	font-size: 12pt;
}
table.archive 
{
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	width: 100%;
	padding: 0px; 
}
tr.ttr
{
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	vertical-align: middle;
}
tr.tta
{
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	vertical-align: middle;
}
td.tdr
{
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
td.tda
{
	background-color: transparent;
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
td.tdrr
{
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
}

/***********************************************/
/* form styles                                 */
/***********************************************/
form p
{
	width: 400px;
	clear: both;
}
form p label
{
	float: left;
}
form p input, form p select
{
	float: right;
}

/*
tr > td > input
{
	float:left;	
}
*/

.radiobtn
{
	float:left;	
	background-color:#FFFFFF;
	color:#FFFFFF;	
}

/***********************************************/
/* image styles                                */
/***********************************************/
.status_button
{
	width: 50px;
	height: 50px;
	border: 0px;
	border-color: transparent;
	border-style: none;
	vertical-align: middle;
}
.float-right-300
{
	padding-left: 10px;
	width: 300px;
	float: right;
	border: 0px;
}
.user_help
{
	padding-left: 10px;
	width: 80%; 
	text-align: center;
}
.video-gif
{
	padding-left: 10px;
	padding-right: 10px;
	width: 350px;
	float: left;
	border: 0px;
}
.clear-para-left
{
	clear: left;
}
.clear-para-right
{
	clear: right;
}

/***********************************************/
/* text styles                                 */
/***********************************************/
.main_title
{
	font-family: Arial;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	
}

.sub_title
{
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.sub_title_centered
{
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.sub_title_right
{
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #000000;
}
.sub_title_strong
{
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	color: #000000;
}
.sub_title_minor
{
	font-family: Arial;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
p.error_title, span.error_title
{
	font-family: Arial;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-align: center; 
	color: #FF0000;
}
.site_name
{
	font-size: 1.5em; 
	font-style: italic; 
	font-weight: bold; 
	text-align: left; 
	color: #1100FF;
}
.switch_name
{
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #1100FF;
}
.confirmation
{
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	color: #F000FF;
}
.centered
{
	text-align: center;
}
.centre
{
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	color: #27AF11;
}
.button
{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: blue;
}
.style1
{	
	font-family: Arial;
	font-size: 1em;
}
.style2
{
	font-family: Arial;
	font-size: 1em; 
	font-weight: bold;
	text-align: center;
}
.style3
{
	font-size: 1em; 
	font-style: italic;
}
.style4
{
	font-size: 70%;
}
.style5 
{
	font-size: 1.2em;
}
.style6
{
	font-weight: bold;
}
.style7
{
	text-align: right;
}
.style12
{
	font-family: Arial;
	font-size: 0.9em;
	color: #006699;
	text-align: center;
}
.style13
{
	font-size: 1.1em;
	font-family: Arial;
	font-style: italic;
	color: #CCCCCC;
}
.style14
{
	font-size: 1.5em;
	color: #FFFFFF;
}
.style16
{
	font-size: medium;
}
.style24
{
	font-size: 0.95em;
	font-weight: bold;
	text-align: left;
}
.style25
{
	font-size: 0.95em;
	text-align: left;
}
.style25r
{
	font-size: .9em;
	text-align: right;
}
.style26
{
	font-size: 1.05em;
	text-align: justify;
	padding-left: 10px;
}
.style26s
{
	font-size: 1.05em;
	text-align: justify;
	font-weight: bold;
}
.style27
{
	font-size: 1.1em;
}
.style28
{
	font-size: 2em;
	font-weight: bold;
	color: #B2B2B2;
}
.style29
{
	font-size: 1.1em;
	color: #CCCCCC;
}
.style30
{
	font-size: 0.7em;
	vertical-align: super;
}

/*ire added */

.wrapper
{
position:relative;
border: 1px solid red;
width:auto;
height: 40px;
}

#SwitchName
{
	position:absolute;
	left:2px;
	/*top: 100px; */
 	width:auto;
	height: 22px;
	z-index: 1;
	vertical-align: middle;
	top: 0px;
	
 }
 
 #SwitchID
 {
	margin-left: 30px;
	left:90px;
	width:auto;
	height: 22px;
	position:absolute;
	vertical-align: middle;
	top: 0px;
	
 }
 
 #SIMID
 {
	left:200px;
	position:absolute;
	width:auto;
	height: 22px;
	top: 0px;
 }
 
 #SIMLocation
 {
	left:240px;
	position:absolute;
	width:auto;
	height: 22px;
	top: 0px;
 }
 
 #SiteID
 {
	position:absolute;
	left:515px;
	width:auto;
	height: 22px;
	top: 0px;
 }
 
 #PostCode
 {
	position:absolute;
	left:584px;
	width:auto;
	height: 22px;
	top: 0px;
 }
 
 #Company
 {
	position:absolute;
	left:700px;
	width:auto;
	height: 22px;
	top: 0px;
 }


/*---------- ire added --*/ 
.lists
{
color:#AAFFFF;
font-family:Arial, Helvetica, sans-serif;
}

.errors
{
color: red;
font-family:Arial, Helvetica, sans-serif;
}
.navlist li 
{ 
list-style-type: circle; 
}
.specialtext
{
color: red;
font-family:Arial, Helvetica, sans-serif;
}
.tabbedparagraph
{
padding-left: 25px;

}




/* for remote form*/

 label
{
/*width: 4em;*/
width:190px;;
float: left;
text-align: left;
/*margin-right: 0.5em;*/
display: block;
/*margin-top: 10px;*/

/*margin-right: 20px;*/
}

div #content > form > label
{
margin-right: 50px;
}

/*
.submit input
{
margin-left: 4.5em;

}
*/

fieldset input
{

color: #2A0000;
background:  #FFFFFF;
/*background-color:none;*/
border: 1px solid #C3CDDE; 
/*margin-top: 10px;*/
/*width: 250px;*/
/*height: 30px;*/
/*margin-top: 0px;
padding-top: 0px;*/
margin-left:0px;
padding-left: 0px;
float:left;
position:relative;
left:0px;


}

textarea
{

/*color: #781351;*/
background: #FFFFFF;
border: 1px solid #C3CDDE;
margin-top: 10px;
/*position:relative;
left: 20px;*/
font-family: Arial;
font-size:13px;

}

.submit input
{
color: #000;
/*color:#d4d0c8;*/
/*background: #C3CDDE;*/
background:#d4d0c8;
/*border: 2px outset #d7b9c9 ;*/
border: 2px outset thin;
height: 30px;
/*width: 80px;*/
/*width:auto;*/
/*margin-left: 92px;*/



}


.submit input:hover
{
/*color: #9999ee;*/
color:#006699;
}


fieldset
{
border: 3px solid #27af11;
width: 340px;
padding: 5px;
/*width:auto;*/


}

fieldset td
{
/*width:100px;*/
width:auto;

}

legend
{

background:  #eeeeee; /*#ffa20c;*/
border: 3px solid #27af11;
padding: 2px 6px;
}

fieldset p
{
/*border-top: 1px dashed gray;*/
}

fieldset > p > select
{
position:relative;
left: 95px;
}

select
{

/*color: #781351;*/
background: #FFFFFF;
border: 1px solid #C3CDDE;
/*margin-top: 10px;*/
/*width: 270px;*/
/*width:auto;*/
/*float:none;*/


}

td select
{
margin-top: 5px;
/*color: #781351;*/
background: #FFFFFF;
border: 1px solid #C3CDDE;
/*margin-top: 10px;*/
/*width:auto;*/

}


/*--------------------------------------*/
.sub_title_two
{
	font-family: Arial;
	border-top:dashed thin #2A3F00;
	border-bottom: dashed thin #2A3F00;
	font-size: 18px;
	width: 400px;
}

.sub_title_three
{
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	width:auto;
}


.radioBtn
{
color:#fff;
background-color:#33b;
}

.middlenotes
{
clear:both;
font-size:12px;
float:inherit;


}


table.stats
{
text-align: center;
/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;*/
font-weight: normal;
font-size:16px;
color: #fff;
width: 710px;
/*width:auto;*/
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
/*margin-right: 0px;
padding-right: 0px;*/


}

table.stats td
{
background-color: #CCC;
color: #000;
/*padding: 4px;*/
width:auto;

text-align:left;
border: 1px #fff solid;
}

/*.radio_b*/
radiobutton
{
    padding:1px 5px 1px 5px;
    background-color:#FF0000;
    cursor: default;
}


/*form fieldset div.notes*/ 
form div.notes 
{
  /*float: right;*/
  /*width: 158px;*/
  float:none;
  width:600px;
  
  height: auto;
  margin-top: 10px;
  /*margin: 10 0 10px 10px;*/
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

/*form fieldset div.notes h4 */
form div.notes h4 
{
  background-image: url(../images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

/*form fieldset div.notes p*/
/*form fieldset div.notes 
{
	  margin: 0em 0em 1.2em 0em;
  color: #666666;
}*/

/*form fieldset div.notes p.last 
{
  margin: 0em;
}*/


/*form div.notes p, form div small
{
  line-height: 125%;
}
*/

div#content > form > input
{
margin-left: 25px;
padding-left: 25px;

}

div#content > form > span
{
margin-left: 20px;
}

.pushabit
{
padding-left: 5px;
margin-left: 15px;
}

form > table.fix_td
{
/*/width: 300px;*/
/*max-width: 300px;*/
/*margin-left: 80px;*/

/*padding-right: 50px;
width: 260px;*/
}



.fix_p
{
width: 461px;
}

.fix_table
{
margin-left: 50px;
}

.fix_test
{
clear:both;
margin-left: 25px;

}

.form_centre
{
margin-left: 70px;

}

textarea:focus, input:focus
{
	border: 2px solid #900;
}



/*------------------------------------------------------*/

table.helpT
{ 
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 500px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td.helpHed
{ 
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align:center;
	text-indent: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #404040; 
}

/*handles data values inside <td>s*/
td.data
{ 
	/*border-bottom: 2px solid #6699CC;*/
	border-left: 1px solid #6699CC;
	/*background-color: #BEC8D1;*/
	text-align:left;
	/*text-indent: 5px;*/
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: 12px;
	/*color: #404040; */
	width:auto;
	height:18px;
	
}


td.helpBod
{ 
	border-bottom: 1px solid #9CF;
	border-top: 0px;
	border-left: 1px solid #9CF;
	border-right: 0px;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa; 
}

table.sofT
{ 
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	width: 700px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px; 

	margin-left: 14px;
}

div.page_title, p.page_title
{
	margin-left: 20px;
	
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

div.page_date_time
{
	margin-left: 20px;
	
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-style: dashed;
	border-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #eeeeee;
	
}

div.summary_window
{
	
	margin-left: auto;
	border: 1px #6699CC solid;
	color: black;
	background-color: white;
	width: auto;

	
}

a.printer_position
{
	text-align: right;
	/*padding-left: 240px;*/
	padding-left: 200px;
	font-size: small;
	font-weight: lighter;
}
