/* Others ************************************************************* */
@font-face {
  font-family: Extenda-40-Hecto;
  src: url('font/Extenda-40-Hecto.eot');
  src: url('font/Extenda-40-Hecto.eot?') format('?'),
       url('font/Extenda-40-Hecto.woff') format('woff'),
       url('font/Extenda-40-Hecto.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Extenda-100-Yotta;
  src: url('font/Extenda-100-Yotta.eot');
  src: url('font/Extenda-100-Yotta.eot?') format('?'),
       url('font/Extenda-100-Yotta.woff') format('woff'),
       url('font/Extenda-100-Yotta.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Geo-Light;
  src: url('font/Fieldwork-Geo-Light.ttf') format('truetype');
}
@font-face {
  font-family: Geo-Bold;
  src: url('font/Fieldwork-Geo-Bold.ttf') format('truetype');
}
@font-face {
  font-family: Geo-Demibold;
  src: url('font/Fieldwork-Geo-Demibold.ttf') format('truetype');
}
/* *********** buttons all grey with white text ************** */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color	: #1CFF99;
  border			: none;
  color				: black;
  height 	        : 25px;
  padding-left	    : 4px;
  padding-right	    : 4px;
  padding-top	    : 2px;
  padding-bottom    : 2px;
  text-align		: center;
  text-decoration	: none;
  display			: inline-block;
  font-size			: 14px;
}
::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
::-webkit-scrollbar-track {
  background: #FFFFFF;        /* color of the tracking area */
}
::-webkit-scrollbar-thumb {
  background-color: #131312;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 2px solid #FFFFFF;  /* creates padding around scroll thumb */
}
body,h1,h2,h3,h4,h5,h6,p,.w3-wide {
	font-family   : Geo-Light, sans-serif;
	font-weight   : normal;
    font-style    : normal;

}
.w3-main {
	min-height: 700px;
}
#head {
	/* font-family: Extenda-100-Yotta, sans-serif; */
	/* font-family: Extenda-40-Hecto, sans-serif; */
    height : 120px;
    width : 100%;

    color : #000000;
    background-color : #131312;
    background-repeat : no-repeat;
}
#head a {
    text-decoration: none;
}
#tabhead {
	font-size       : 13px;
	background-color: #D3D3D3;
	color           : #000;
    border-bottom   : 0px solid #FFF;
}
#tabhead1 {
	font-size       : 13px;
	background-color: #AFCB08;
    border-bottom   : 0px solid #FFF;
}
#tabheadz {
	font-size       : 12px;
	background-color: #FFFFFF;
	color           : #000;
	border-top      : 0px solid silver;
    border-bottom   : 0px solid #FFF;
}
#tabline {
	font-size       : 14px;
	font-weight     : bold;
	border-top      : 3px solid #FFF;
    border-bottom   : 3px solid #FFF;
    vertical-align  : top;
}
#tabline1 {
	font-size       : 14px;
	font-weight     : 200;
	border-top      : 3px solid #FFF;
    border-bottom   : 3px solid #FFF;
    vertical-align  : top;
}
#tabcol1 {
    background-color : #FFFFFF;
}
#tabcol2 {
    background-color : #F4F2F2;
}
th {
	text-align      : left;
}
td { 
    padding-left    : 2px;
    padding-right   : 0px;
    font-size       : 13px;
	margin-bottom   : 1px;
}
h1 { 
    font-size     : 1.7em;
    margin-bottom : 0px;
    margin-top    : 0px;
}
#tdcol1 {
    color: red;
    text-align: left;
}
#tdcol2 {
    color: green;
    text-align: left;
}
#tdcol3 {
    color: black;
    text-align: left;
}
#tdcol4 {
    color: blue;
    text-align: left;
}
#archway {
  width: 95%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
  border: 5px solid #FFFFFF;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color:white;
  min-height: 5000px;
}
#archway a {
	text-decoration: none;
	color: black;
}
div.greentop {
	text-align:center;
	background-color:#131312;
	color:white;
	height:30px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:20px;
	margin-bottom:0px;
	border: none;
}
.encircinit {
  display: inline-block;
  text-align: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #135191;
  color: white;
  border: 0;
  font-size: 14px;
}
img.resize {
  max-width:90%;
  max-height:90%;
  border: 1px solid grey;
}
img.resize1 {
  max-width:70%;
  max-height:70%;
  border: 1px solid grey;
}
#maintext {
    border      : 0px solid #ccc;
    padding-top : 5px;
    display : inline;
    width : 100%;
    float : left;
    min-height : 490px;
    background-color : #FFFFFF;
}
#maintext table {
     border-collapse: collapse;
     border-spacing : 0;
}
#maintext h1 { 
    font-size : 1.6em;
    color : #131312;
    margin-bottom : 0px;
    margin-top : 0px;
} 
#maintext h2 { 
    font-size : 1.4em;
    color : #C5D76A;
    margin-bottom : 0px;
    margin-top : 0px;
}
#maintext h3 { 
    font-size : 1.4em;
    color : #C5D76A;
    margin-bottom : 0px;
    margin-top : 0px;
}
/* ********************** popup body ****************************** */

body.popup {
	font-family: Geo-Light, sans-serif; 
    font-weight: 100;
    background-color :  #FFFFFF;
    color : #000000;
    font-size : 12px;
}
body.popup table {
     border-collapse: collapse;
     border-spacing : 0;
}
body.popup h1 { 
    font-size : 1.4em;
    color : #131312;
    margin-bottom : 5px;
    margin-top : 5px;
} 
body.popup h2 { 
    font-size : 1.3em;
    color : #131312;
    margin-bottom : 10px;
    margin-top : 12px;
    padding-left : 30px;
}
body.popup h3 { 
    font-size : 1.2em;
    color : black;
    margin-bottom : 5px;
    margin-top : 5px;
} 
body.popup p { 
    padding-left : 30px;
    padding-right : 30px;
}   
body.popup input {

} 
body.popup textarea { 
    color : #000000;
    font-size : 12px;
} 
body.popup tr { 
    height: 30px;
}
body.popup input.button {
    text-align: center;
	color : #000000;
	background-color:#1CFF99;
}
body.popup button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color	: #1CFF99;
  border			: none;
  color				: black;
  height 	        : 25px;
  padding-left	    : 4px;
  padding-right	    : 4px;
  padding-top	    : 2px;
  padding-bottom    : 2px;
  text-align		: center;
  text-decoration	: none;
  display			: inline-block;
  font-size			: 14px;
}
/* ********************** buttons ******************************* */ 
input.button-add {
		background-image: url('imgnew/addx.png');
		background-color: transparent;
		background-size: cover;
		background-repeat: no-repeat;
		border: none;
		height: 20px;
		width: 20px;
		vertical-align: middle;
}
input.button-date {
		background-image: url('imgnew/calpng.png');
		background-color: transparent;
		background-size: cover;
		background-repeat: no-repeat;
		border: none;
		height: 25px;
		width: 25px;
		vertical-align: middle;
}
/* ******************* input elements ***************************** */
input  {
   height        : 25px;
   font-size     : 12px;
   font-family   : Geo-Light;
   margin-bottom : 2px;
}
input.bottgap  {
   margin-bottom : 2px;
}
input.numberhalf  {
   width      : 45px;
   size       : 10;
   text-align : right;
   margin-bottom : 2px;
}
input.numbermid  {
   width      : 56px;
   size       : 10;
   text-align : right;
   margin-bottom : 2px;
}
/* for inputs as number */
input.number  {
   width      : 65px;
   size       : 10;
   text-align : right;
   margin-bottom : 2px;
}
/* for inputs as number - colour white*/
input.numberc  {
   width      : 65px;
   size       : 10;
   text-align : right;
   background-color: #FFFFFF;
   margin-bottom : 2px;
}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  padding: 10px;
}
input[type=radio]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  padding: 10px;
}
input.button-up {
		background-image: url('imgnew/upload.png');
		background-color: transparent;
		background-size: cover;
		background-repeat: no-repeat;
		border: none;
		height: 30px;
		width: 30px;
		vertical-align: middle;
}
input.button-change {
		background-image: url('imgnew/imagerep.png');
		background-color: transparent;
		background-size: cover;
		background-repeat: no-repeat;
		border: none;
		height: 30px;
		width: 30px;
		vertical-align: middle;
}
input.button-down {
		background-image: url('imgnew/download.png');
		background-color: transparent;
		background-size: cover;
		background-repeat: no-repeat;
		border: none;
		height: 30px;
		width: 30px;
		vertical-align: middle;
}
input.button-date {
		background-image: url('imgnew/calpng.png');
		background-color: transparent;
		background-size: cover;
		background-repeat: no-repeat;
		border: none;
		height: 23px;
		width: 23px;
		vertical-align: middle;
}
/* ********************** textareas ******************************* */
textarea  {
   width:400px;
   font-size:12px;
   line-height:15px;
   font-family : Geo-Light;
   padding-left:3px;
}
textarea.double {
   width:300px
}
textarea.dplus {
   width:400px
}
textarea.triple {
   width:450px
}
textarea.quad   {
   width:520px
}
textarea.quadx   {
   width:650px;
}
textarea.funf   {
   width:700px;
}
select.selecttiny  {
   height:     25px;
   width:      50px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selectsmall  {
   height:     25px;
   width:      80px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selecthalf  {
   height:     25px;
   width:      100px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selectmed   {
   height:     25px;
   width:      120px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selectfull  {
   height:     25px;
   width:      150px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selectfuller  {
   height:     25px;
   width:      200px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selectlarge  {
   height:     25px;
   width:      250px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selecthuge  {
   height:     25px;
   width:      300px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selectwopper  {
   height:     25px;
   width:      402px;
   font-size:  12px;
   margin-bottom : 2px;
}
select.selectmass  {
   height:     25px;
   width:      320px;
   font-size:  12px;
   margin-bottom : 2px;
}
hr {
    border: none;
    height: 1px;
    color: #333;
    background-color: #333;
}
/* ********************** menu ******************************* */
#amenu ul li a.current {
    color: #1CFF99;
}
#nav, #nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
	font-family: Geo-Light;
}

#nav a {
    border-radius: 0px;
    display:block;
    padding:4px 6px;
    color: #FFFFFF;
    text-decoration:none;
	font-size: 12px;
    background-color: #131312;
    margin-left : 2px;
    border-right: 1px solid white;
}

#nav a:hover {
    background-color: #1CFF99;
    color:#333;
}

#nav li{
    margin:0 0px 0 3px;
    float:left;
    position:relative;
}

#nav ul {
    position:absolute;
    z-index: 100;
    display:none;
    width:12em;
    top:1.5em;
}

#nav li ul a{
    font-size : 12px;
    width:15em;
    height:25px;
    float:left;
    background-color: #131312;
	color: white;
	border: 1px solid grey;
	padding: 4px;
}

#nav ul ul{
    top:auto;
}	

#nav li ul ul {
    left:160px;
    margin:0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
}
/* ***** Tabs CSS************************************************************ */
div.TabView {
    font-size:   14px;
    background-color :  #FFFFFF;
}
div.TabView div.Tabs {
    height: 22px;
    background-color :  #FFFFFF;
}
div.TabView div.Tabs a {
    float:   left;
    margin-right: 1px;
    width: 118px;
    text-align: center;
    height:      22px;
    line-height: 22px;
    vertical-align: middle;
    text-decoration: none;
    color:   #000000;
    cursor:  pointer;
}
div.TabView div.Tabs a.Current,
div.TabView div.Tabs a.Current:hover {
    margin-top: 01px;
    height:     21px;
    background-color :  #D3D3D3;
    color:   #000000;
    cursor:  default;
}
/* ***** Pages ***** */
div.TabView div.Pages {
    clear: both;
    border: 1px solid #000000;

}
div.TabView div.Pages {
    overflow: hidden;
}
div.TabView div.Pages div.Page {
    overflow: auto;
}
div.TabView div.Pages div.Page div.Pad {
    padding: 7px 7px;
}
/* ***** End of Tabs CSS***************************************************** */
/* ********************** END ******************************** */