﻿body, html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS";
    font-size: 11px;
}

.PageMainContainer {
    width: 1000px;
}

.linkNewTab {
    position: relative;
    top: 2px;
}

.error {
    color: Red;
}

.fullTable {
    width: 100%;
}

.colLabel {
    width: 110px;
}

.colField {
    width: 230px;
}

.highlight {
    background-color: yellow;
}

.badge {
    font-family: "silkscreen",Verdana,Tahoma;
    font-size: xx-small;
    background: #CC3333;
    color: #ffffff !important;
    border: #666666 1px solid;
    box-shadow: 0 0 0 1px white inset;
    padding: 2px;
    text-decoration: none;
}

.ok {
    background-color: darkgreen;
}

.closed {
        background-color:darkred;
}
@font-face {
    font-family: "silkscreen";
    src: url("Assets/slkscr.ttf") format("truetype");
}
