html, body {
    margin: 0;
    padding: 0;
    background-color: white;
    border: none;
    height: 100%;
    min-height: 100%;
}
form {
    margin: 0;
    padding: 0;
}
input {
    font-size: 8pt;
    margin: 0;
}
img {
    border: 0;
}

fieldset {
    border: 1px solid #bdb579;
}
fieldset legend {
    font-weight: bold;
    color: #bdb579;
}
.nomargin {
    margin: 0px;
}

body, table {
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
body, td, th, div, p {
    color: black;
}
li {
    margin-bottom: 5px;
}
hr {
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    text-shadow: 0;
    border: 0;
}
table {
    border-collapse:collapse;
    border: none;
}
/* table td {
    padding: 0;
} */
A:link, A.link, A:link.link, A:visited.link, .link A:link, .link A:visited {
    color: black; /*#0066ff*/
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}
A:visited {
    color: black;
}
A:hover, A:hover.link, .link A:hover {
    color: red;
    text-decoration: none;
}

div.stats{
    display:inline;
    height:0px;
    left:-1000px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:-1000px;
    visibility:hidden;
    width:0px
}

small, small *, .sm, .sm * {
    font-size: 8pt;
}

h1, h2, h3 {
    font-family: Arial, Tahoma, sans-serif;
}
h1 {
    font-size: 18pt;
    color: black;
    font-weight: normal;
}
h2 {
    font-size: 16pt;
    color: black;
    font-weight: normal;
}
h3 {
    font-size: 12pt;
    color: black;
}

.date {
    font-size: 7pt;
    font-weight: bold;
    color: #00833b;
}

table.tborder {
    border-left:2px solid #e6dbb8;
    border-top:2px solid #e6dbb8;
}
table.tborder td, table.tborder th {
    border-bottom:2px solid #e6dbb8;
    border-right:2px solid #e6dbb8;
}
table.tborder th {
    font-family: Tahoma,sans-serif;
    font-size:8pt;
    font-weight:bold;
    background-color: #ede4c6;
}
table.tborder th, table.tborder th A:link, table.tborder th A:visited {
    color: #666666;
}
table.tborder  {
    empty-cells: show;
}

table.cborder {
    empty-cells: show;
}
table.cborder td, td.cborder {
    border: 2px solid #e6dbb8;
}

.border {
    border:1px solid #e6dbb8;
}

.warn {
    color: red !important;
}

.cat, .big {
    font-size: 12pt;
}

div.video {
    background: #eeeeee url('/PWE2/images/camera-video.png') center no-repeat;
    border: 1px solid #cccccc;
    display: block;
    width: 100px;
    height: 100px;
}
