body, input, textarea {
	color: #333;
	font: 9pt "Bitstream Charter", Georgia, serif;
	line-height: 80%;
	vertical-align:middle;
}
img {
	border: 0px !important;
	vertical-align: middle !important;
}

.leftcolumn {
width:220px;float:left;border:1px;}

.rightcolumn {
text-align:left;margin-left:190px;padding-left:10px;margin-right:110px;}

.toplogo {
	border:1px solid #A0A0A0;	/* or border only	*/
	background: #ECFFFF url(/images/headers/logohome.png) no-repeat;
	height:40px;
	width:auto;
	text-align: right;
	text-decoration: none;
}

.rightside {
width:110px;float:right;line-height:80%;}

.tooltip {position:relative;display:inline-block;border-bottom:0px dotted grey;color: #005050;}
.tooltip .tooltiptext {visibility:hidden;position:absolute;width:320px;background-color:#555;
color:#eff;text-align:left;padding:2px;border-radius:5px;z-index:1;opacity:0;transition:opacity .6s;
font-size:11px;}
.tooltip:hover .tooltiptext {visibility:visible;opacity:0.75;}
.tooltip-top {bottom:90%;margin-left:-60px;}
.tooltip-left {bottom:90%;right:1%;}
.tooltip-bottom {top:100% margin-left:-60px;}
.tooltip-right {top:-5px;left:125%;}

img.red:hover {
  border-color: #66afe9;
  border:2px solid #A02020;	/* or border only	*/
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.8);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

body { background-image: url("/images/background.pinewood.jpg"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: fixed;}
