TH { font-size: 10pt; font-family: tahoma,arial; background-color: rgb(220,220,250); }
TR { font-size: 10pt; font-family: arial; color: #000000; background-color: #FFFFFF; } 
TR.odd { font-size: 10pt; font-family: tahoma,arial; color: #000000; background-color: #FFFFFF; } 
TR.even { font-size: 10pt; font-family: tahoma,arial; color: #000000; background-color: #F0F0F0; }
TD.nodd { font-size: 10pt; font-family: tahoma,arial; color: #000000; background-color: #FFFFFF; } 
TD.neven { font-size: 10pt; font-family: tahoma,arial; color: #000000; background-color: #F0F0F0; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: gray;
	margin: 0; 
	padding: 0;
	text-align: justify; 
	color: #000000;
}
.thrColAbsHdr #cnt { 
	position: relative; 
	top: 80px;
	width: 70%;  
	background: silver;
	margin: 0 auto; 
	border: 1px solid #C8C8C8;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 40px;
	border-radius: 15px;
	text-align: justify; 
	margin-bottom: 200px;

} 

img {
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 15px;
	border: 1px solid white;
	background: white;
	display: inline;
	text-align: middle;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}
TH {

	text-align: middle;
	vertical-align: middle;
}


a {
	text-decoration: none;
	color: gray;
}
td,th {
	background: silver;
	text-align: center;
}
table {
	border: none;
	border-collapse: collapse;
}
hr {
	margin-top: 25px;
}
.img-with-text {
    text-align: center;
    border: 0px none;
    margin: 1px;
    padding: 1px;
    float: left;
    width: 240px;
}

.img-with-text img {
    display: table-row;
    margin: 0 auto;
}
div.floating-menu {
	position:fixed;
	top: 5px;
	left: 5px;
	width:40px;
	z-index:100;
	border-radius: 5px;
}
.centered {
	  position: fixed;
	  overflow: scroll;
	    top: 50%;
	      left: 50%;
	        /* bring your own prefixes */
	        transform: translate(-50%, -50%);
	}

