.contenttable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.contenttext  {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

@media only screen and (max-width: 600px) {
	.topad { display:none }
}

@media only screen and (min-width: 600px) {
	.topad {
	  min-height: 200px;
	  /*background-color: lightblue; */
	}
}

table { 
	border-collapse: collapse;
}

.tableheader {
	font-weight: bold;
	color:#fff;
	background:#000;
	border-bottom: 1px solid #ddd;
}

td {
	border: 1px solid #ddd;
	padding: 5px;
}

/*td  {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}*/

.linkdesc  {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.articletitle h1 a:link, 
.articletitle h1 a:visited {
	color: #000000;
}

a:link.linkdesc  {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

a:visited.linkdesc  {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.wordcloud {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #000000;
}
a:link.wordcloud {
	text-decoration: none;
	color: #000000;
	font-size: 20px;
}
a:visited.wordcloud {
	text-decoration: none;
	color: #000000;
	font-size: 20px;
}
a:active.wordcloud {
	text-decoration: none;
	color: #000000;
	font-size: 20px;
}
a:hover.wordcloud {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	color: #000000;
	font-size: 20px;
}
.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
a:link.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.newsfooter {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}

hr {
	color: #CCCCCC;
	border-style: dotted;
}

.mailformerror {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	color: #FF0000;
	font-weight: bold;
}
.mailformsuccess {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	color: #00CC33;
	font-weight: bold;
}
/*
.consoletext {
	font-family: Consolas,"Andale Mono WT","Andale Mono","Bitstream Vera Sans Mono","Nimbus Mono L",Monaco,"Courier New",monospace;
	font-size: 8pt;
	overflow: auto;
	word-wrap: normal;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 .5em #ccc;
	padding: .7em 1em;
	width: 650;
	overflow: auto;
}
*/
/* # New version 2019 */
.consoletext {
	font-family: "Consolas","Andale Mono WT","Andale Mono","Bitstream Vera Sans Mono","Nimbus Mono L",Monaco,"Courier New",monospace;
	font-size: 10pt;
	color: #dedede;
	background-color: #000;
	overflow: auto;
	word-wrap: normal;
	border: 2px solid #037600;
	border-radius: 2px;
	box-shadow: inset 0 0 .5em #037600;
	padding: .7em 1em;
	width: 650;
	overflow: auto;
}
.consolecommand {
	color: #00c633;
	font-weight: bold;
}
.quote {
	font-family: Times New Roman, Times;
	font-size: 12pt;
	font-style: italic;
	color: #5a5a5a;
	margin-left: 25px;
  background: #eeeeee;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.quote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.quote p {
  display: inline;
}

.notice {
	font-size: 12pt;
	font-weight: bold;
	background-color: #fffe7b;
	color: #000000;
	overflow: auto;
	word-wrap: normal;
	border: 2px solid #b0ae00;
	border-radius: 2px;
	box-shadow: inset 0 0 .5em #b0ae00;
	padding: .7em 1em;
	width: 650;
	overflow: auto;
}

input {
	font-family: Courier New;
	font-style: italic;
	font-size: 10pt;
    border-width:1px;
    /*background: transparent url(/graph/lay/inputbg.jpg) top left;*/
    height: 23px;
    padding-top:2px;
}

textarea {
	font-family: Courier New;
	font-style: italic;
	font-size: 10pt;
    border-width:1px;
    /*background: transparent url(/graph/lay/textareabg.jpg) top left;*/
}

.introduction {
	margin-left: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-style: italic;
	color: #b5b5b5;
}
a:link.introduction {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
}
a:visited.introduction {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
}
a:active.introduction {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
}
a:hover.introduction {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	text-decoration: underline overline;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/graph/content/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/graph/content/overlay.png", sizingMethod="scale");
	}

/* Cookie Accept */
/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327; 
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
    color: #ffffff;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    color: #000000;
}
	
