/*CSS*/
* {
    font-family: sans-serif;
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
}
u { text-decoration: underline; }
pre,.fix {
    font-family: courier,monospace;
    font-weight: bold;
}
abbr { text-decoration: underline; }
* { font-size: 9pt; }
body { padding: 10px; }
a,a:visited,a:active,a:hover {
    color: #00a;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 16pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    border-bottom: 1px solid black;
}
.btn,.btn:visited,.btn:active {
    background-color: #eee;
    text-align: center;
    padding-left: 7px;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 3px;
    border: 1px solid black;
    color: black;
}
.btn:hover {
    background-color: #ccf;
    text-decoration: none;
}
td,th {
    text-align: left;
}
.inputsTooltip
{
    border: 1px solid #000;
    background-color: #eee;
    padding: 4px;
    color: #000;
    font-size: 12px;
    width: 150px;
}
.droptarget {
    background-color: #ddd;
}
div.droptarget {
    margin: 10px;
    border: 1px solid black;
}
#err {
    margin-top: 1em;
    color: #b00;
    
}