/*******************************************************************************
 *	Title: Click Counter III
 *	Version: 3.0 - 28 August 2020
 *	Original author: Bart 'Roebie' Degryse	
 *	Version history:
 *	1.3 @ 16 September 2012
 *	1.3a @ 3 June 2019 by William 'Rick' Bisbee, Wendel Voight 
 *	and Brent Hemphill to eliminate PHP 7.3 warnings.
 *	3.0 by Rick Bisbee, Ken Roy, Brent Hemphill and Jeff Robison incorporates 
 *	all previous mods for email notifications and fixes minor bugs.
 *      
 *	Maintained by the TNG Users Group
********************************************************************************
*  COPYRIGHT NOTICE
*  Copyright 2012 Bart 'Roebie' Degryse. All Rights Reserved.
*
*  This script may be used and modified free of charge by anyone
*  AS LONG AS COPYRIGHT NOTICES AND ALL THE COMMENTS REMAIN INTACT.
*  By using this code you agree to indemnify Bart 'Roebie' Degryse from any
*  liability that might arise from its use.
*
*  Selling the code for this program, in part or full, without prior
*  written consent is expressly forbidden.
*
*  Obtain permission before redistributing this software over the Internet
*  or in any other medium. In all cases copyright and header must remain
*  intact. This Copyright is in full effect in any country that has
*  International Trade Agreements with the European Union or
*  with the United States of America.
*
*  Removing any of the copyright notices without purchasing a license
*  is illegal! For more information on how to obtain a license
*  please contact me: bart dot degryse at joro dot be
*******************************************************************************/
body, td, p {
  background-color: #ffffff;
  color: #000000;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 11px;
}

body {
  margin:5px;
  padding:5px;
}

td.head {
  background-color: #AFC9E4;
  color: #000066;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align:center;
}

td.glava {
  background-color: #AFC9E4;
  color: #000066;
  border: 1px solid #336699;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 11px;
}

td.copyright {
  background-color: #AFC9E4;
  color: #000066;
  border: 1px solid #336699;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
}

td.vmes {
  border-right: #336699 1px solid;
  border-top: #336699 1px solid; 
  background-color: #ffffff; 
  border-left: #336699 1px solid; 
  border-bottom: #336699 1px solid
}

td.dol {
  border-right: #336699 2px solid;
  border-top: #336699 2px solid; 
  background-color: #ffffff; 
  border-left: #336699 2px solid; 
  border-bottom: #336699 2px solid;
  text-align:center;
}

td.sec {
  background-color: #ffffff;
}

.pseudolink {
  color: darkblue;
}

a {
  color: darkblue;
  text-decoration: underline;
}

a.copy {
  color: white;
  text-decoration: underline;
}

a.link {
  font-size: 10px;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

a.copy:hover {
  color: yellow;
  text-decoration: none;
}

span.header {
  color: #000066;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

hr {
  color: #8080ff;
  height: 1pt;
}

p.head {
  color: #000000;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

input {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  border-top: 1px solid #1162b6;
  border-left: 1px solid #1162b6;
  border-right: 1px solid #1162b6;
  border-bottom: 1px solid #1162b6;
  background: #ffffff;
}

td.first {
  background-color: #ffffff;
  color: #000000;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
}

td.second {
  background-color: #f4f4f4;
  color: #000000;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
}

span.tip {
  color: green;
  font-size: 11px;
  font-weight: bold;
} 

img.line {
  border: 1px solid #009900;
  vertical-align: text-bottom;
}

p.notice {
  text-align: center;
  color: #FF0000;
}

div.centersmalltable {
  width:400px;
  margin-left:auto;
  margin-right:auto;
}

div.centerwidetable {
  width:700px;
  margin-left:auto;
  margin-right:auto;
}

span.linkname {
  background-color:lightgrey;
  font-weight:bold;
  padding:0px 4px;
}

.center  {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.bottom  {vertical-align:text-bottom;}
