body
{
    font-family: Sans-Serif;
}
h3 
{
    font-size: 12pt;
}
table
{
    /* border: solid  1px */
}
th, th a
{
    vertical-align: bottom; 
    text-decoration: none;
    text-align: left;
    // white-space: nowrap;
    //border-bottom: solid 1px gray;
    margin-left: 2px; 
    margin-right: 2px; 
    //border-bottom: 2px;
}
td
{
    font-size: 10pt;
    vertical-align: top;

}
 
th.left
{
    text-align: left;
    column-count: 2; 
    vertical-align: top;
}
th.right
{
    text-align: right;
    column-count: 3; 
    vertical-align: top;
}
td.label
{
    text-align: right; 
    vertical-align:middle;
    white-space: nowrap;
    width:20px;
    vertical-align: top;
}
.alert 
{
	color : red;
    font-size:larger;
    font-style: italic;
} 

div.box 
{
    font-size: 8pt;  
    line-height: 9pt; 
    width:inherit;
}

td.input
{
    border-right: solid 1px gray;
    border-bottom: solid 1px gray;
}

div.scroll {
    /* overflow: scroll; */
    overflow: auto;
    height: 110px;
 /*   white-space: nowrap;*/
}
.hint 
{
    style: font-size:x-small; 
    color: gray;

}
img.button
{
  -webkit-appearance: button;
  cursor: pointer;
}
.button:hover,
.button:focus,
.button.focus {
  color: #333;  

outline: thin dotted;

  text-decoration: none;
}
