﻿body, p, td
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 0.9em;
}
A:link
{
    color: black;
    text-decoration: underline;
}
A:visited
{
    color: black;
    text-decoration: underline;
}
A:hover
{
    color: blue;
    text-decoration: underline;
}

#dialog
{
    position: absolute;
    width: 525px;
    height: 465px;
    padding: 10px;
    z-index: 200;
    background: #fff;
    border: solid 1px black;
    padding: 0px 0px 0px 0px;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
}
#dialogtime
{
    position: absolute;
    width: 525px;
    height: 465px;
    padding: 10px;
    z-index: 200;
    background: #fff;
    border: solid 1px black;
    padding: 0px 0px 0px 0px;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
}
.titledialog
{
    padding: 3px 0px 3px 0px;
    font-size: 1.5em;
    text-align: center;
    background-color: #eee;
    border-bottom: solid 1px black;
}
.contentdialog
{
    padding: 1em 1em 1em 1em;
    font-size: 1em;
    height: 397px;
    overflow: scroll;
}
.footerdialog
{
    padding: 3px 0em 3px 0em;
    text-align: right;
    background-color: #eee;
    border-top: solid 1px black;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#dialog-mask
{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 105%;
    background: #000;
    opacity: .40;
    filter: alpha(opacity=40);
    z-index: 100;
}
.titlecomment
{
    background-color: #ccc;
    padding: 3px 3px 3px 3px;
    border: solid 1px black;
    border-bottom: solid 0px black;
}
.textcomment
{
    background-color: #ddd;
    padding: 3px 3px 3px 3px;
    border: solid 1px black;
}
