﻿body {
    font-family:Arial;
    font-size:10pt;
}

.standard {
    font-family:Arial;
    font-size:10pt;
}

.appMessage {
    /*background-color: #f2f6a1;
    border:1px solid gray;*/
    padding:25px 0px 0px 0px;
}

h3 {
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
}

image {
    border:0px none black;
}

.noDeco {
    text-decoration:none;
    color:Black;
}

.noDeco:hover {
    text-decoration:underline;
    color:Blue;
}

.my-button {
    width:80px;
    font-family:Arial;
    font-size:8pt;
}

.tbl-req {
    width:10px;
    color:Red;
    vertical-align:text-top;
}

.tbl-label {
    width:175px;
    vertical-align:text-top;
}

.tbl-full-width 
{
    width:100%;
}

.sysadmin-heading
{
    padding-top:5px;
    padding-left:5px;
}