.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #f8f8ff;
min-width: 690px;
text-align: center;
}
a {
color: #3C454C;
}
a:hover {
color: #000000;
}
a:link {
color: black;
}
#image {
border: 2px solid red;
border-radius: 10px;
width: 60px;
height: 60px;
background: transparent;
}
#table1 {
border: 1px solid black;
background-color: lightgreen;
}
#table2 {
border: 1px solid blue;
background-color: lightblue;
}
#table3 {
border: 1px solid blue;
background-color: #ffffcc;
}
#font1  {
font-size: medium;
}
#maintable {
border: 1px solid black;
background-color: peachpuff;
}
#headertable {
border: 1px solid black;
background-color: wheat;
}
#tabletop {
width: 940px;
margin: 0 auto 0 auto;
text-align: left;
}
#splash {
text-align: center;
}
#splash-menu {
padding: 20px 0;
}
#paper {
border: 1px solid #000000;
background-color: White;
}
#header {
display: block;
}
#hdr-main {
background-color: Black;
width: 100%;
}
#hdr-swish {
width: 100%;
}
#main {
padding: 5px;
background-color: white;
}
#menu {
width: 185px;
float: left;
padding: 0;
margin: 0 0 0 1px;
background-color: white;
}
#menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#menu li {
margin: 3px 0;
padding: 0;
color: #555566;
font-weight: bold;
}
#menu li a {
text-decoration: none;
color: #000000;
}
#menu li a:hover {
text-decoration: underline;
}
#content {
margin-left: 150px;
color: #000000;
/*background-color: #DCDCDC;*/
position: relative;
/*border-left: 1px solid #CCCCDD;*/
}
#content_page {
margin-left: 20px;
color: #000000;
/*background-color: #DCDCDC;*/
position: relative;
/*border-left: 1px solid #CCCCDD;*/
}
.text-block {
/*padding: 0 0 8px 0;*/
}
.img-right {
float: right;
}
.img-left {
float: left;
}
.pad-left {
padding-left: 8px;
}
.pad-right {
padding-right: 8px;
}
.pad-top {
padding-top: 5px;
}
.pad-top-lg {
padding-top: 10px;
}
.pad-bottom {
padding-bottom: 5px;
}
.clearer {
clear: both;
}
#footer {
padding: 5px;
text-align: center;
}
#label {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
}
