

td[vt]{	vertical-align: top;}
td[vm]{	vertical-align: middle;}
td[vb]{	vertical-align: bottom;}

td[al]{	text-align: left;}
td[ac]{	text-align: center;}
td[ar]{	text-align: right;}

.bordered {
	font-size: 14px;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
text-shadow:var(--bg-text-shadow);
}
.bordered tbody:hover,
tr.hover,
td.hover,
tr.hoverable:hover {
    background: var(--bg-strongest);
    background-radius:10px;
    border:1px solid red;
    /*background: hsl(210, 30%, 0%) radial-gradient( hsl(210, 30%, 20%), hsl(210, 30%, 0%));*/
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

}
.bordered tbody,
tr.hover,
th.hover,
td.hover {
background: var(--bg-stronger);
}
.bordered thead,
tr.hover,
th.hover,
td.hover {
background: var(--bg);
}


.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
  
}


.bordered th {	
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;

}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.TblA {
	border-collapse: collapse;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
	box-shadow: 0 0 0 0.5px var(--font-color); /* this draws the table border  */ 
	border-bottom: none;

	font-family:"Courier New", Courier, monospace;

}

.TblA th {
	padding-top:10px;
	padding-bottom:10px;
	background:var(--bg-strongest);
	border:1px solid var(--bg-stronger);
	font-family:"Courier New", Courier, monospace;
	font-weight:600;
	font-size:20px;
	
}
.TblA td {
	border:1px solid var(--bg-weak);
	padding:5px;
	font-family:"Courier New", Courier, monospace;
	
}

.TblA.FH {
	
   
}
.TblA td:last-child{
	/*border-right:none;*/
}
.TblA tbody >tr{
	top:20px;
	padding-top:20px;	
}

.TblB tr:hover,
td.hover,
tr.hoverable:hover {
    /*background:var(--bg-strongest);*/
}
.TblA tr td {
   /* border : 1px solid var(--bg-weak);*/
}
.TblB {
	border-collapse: collapse;
/*	border-radius: 0 0 15px 15px;
	  overflow: hidden;*/
	/*box-shadow: 0 0 0 1px #5e6d85; /* this draws the table border  5e6d85*/ 	
}
.TblB tr{
/*background:red;*/
border : 1px solid var(--bg-strongest);
border-radius:15px;
}
.TblB tr:nth-child(odd) {
/*border : 1px solid var(--bg-strongest);*/
}
.TblB tr:nth-child(even) {
/*border : 1px solid var(--bg-weak);*/
}
.TblB tr td {
    border : 1px solid var(--bg-strongest);
}
.TblB tr:hover {
    /*background: var(--bg-strongest);
    background-radius:10px;
    
    /*background: hsl(210, 30%, 0%) radial-gradient( hsl(210, 30%, 20%), hsl(210, 30%, 0%));*/
    /*-o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;*/
