#detailsbox {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    border: 2px solid #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -moz-border-radius: 10px 30px;
    -webkit-border-radius: 10px 30px;
    border-radius: 10px 30px;
    width: 100%;
    height: 780px;
}
#gldetailsbox {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	border: 2px solid #000;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-moz-border-radius: 10px 30px;
	-webkit-border-radius: 10px 30px;
	border-radius: 10px 30px;
	width: 100%;
	height: 200px;
}

#mapid {
	height: 905px;
	width: 750px;
	overflow: hidden;
  	margin: 0;
}
.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -moz-border-radius: 5px;
	border-radius: 5px;
}
.info h4 {
	margin: 0 0 5px;
	color: #555;
}

#gllegend tr {
	display: inline-block;
}

#ensolegend tr {
	display: inline-block;

}
#drlegend tr {
	display: inline-block;

}

table td.bottomright
{
	position: relative;
	text-align: center;
	vertical-align: top;
	height: 30px;
	width: 60px;
	padding: 0;
	margin: 0;
}

table td.topleft
{
	position: relative;
	text-align: center;
	vertical-align: bottom;
	height: 30px;
	width: 60px;
	padding: 0;
	margin: 0;
}

table td.topright
{
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 60px;
	padding: 0;
	margin: 0;
}

table td.bottomleft
{
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 60px;
	padding: 0;
	margin: 0;
}


table td.outline
{
	border: 1px solid silver;
	position: relative;
}



table td.crossed::after
{
	position: absolute;
	content: "";
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image: linear-gradient(to bottom right,  transparent calc(50% - 1px), red, transparent calc(50% + 1px));
}
td.diagonalRising
{
	background: linear-gradient(to right bottom, #ffffff 0%,#ffffff
	49.9%,#000000 50%,#000000 51%,#ffffff 51.1%,#ffffff 100%);
}

td.diagonalFalling
{
	background: linear-gradient(to right top, #fff 0%,#fff 49.9%,#000000
	50%,#000000 51%,#fff 51.1%,#fff 100%);
}

th.fixedheight
{
	height: 50px;
	width: 80px;
	border: 1px solid silver;
	vertical-align: middle;
	text-align: center;
}

.celltmpl{
	width: 80px;
	height: 50px;
	padding: 0;
	margin: 0;
	outline : 1px solid silver;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M0 99 L99 0 L100 1 L1 100' fill='silver' /></svg>");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;
}

.toptxt{
	float:left;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 1.0em;
}
.bottomtxt{
	float:right;
	padding-right:8px;
	padding-top: 27px;
	font-size: 1.0em;
}
.CellWithComment{
	position:relative;
}

.CellComment
{
	visibility: hidden;
	width: auto;
	position:absolute;
	z-index:100;
	text-align: Left;
	opacity: 0.6;
	transition: opacity 2s;
	border-radius: 6px;
	background-color: #efefef;
	padding:3px;
	top:-30px;
	left:40px;
}
.CellWithComment:hover span.CellComment {visibility: visible;opacity: 0.9;}

.infobtn{
	position: relative;
	float: right;

}