﻿
*
{
    font-family: Calibri;
    font-size: 9pt;
}

input[type="text"], textarea
{
    background-color: #F0F0FF;
}

input[type="button"]
{
    width: 100px;
    height: 36px;
}


input[type="text"]:focus
{
    background-color: Yellow;
}

strong
{
    font-weight: bold;
}

h1, h2, h3
{
    font-size: 12pt;
    font-weight: bold;
    color: Blue;
}
h2
{
    background-color: Blue;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 10px;
}

table
{
    border-collapse: collapse;
    width: 100%;
}


th
{
    text-align: left;
    font-weight: bold;
    color: Blue;
}
td
{
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #F0F0FF;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #E8E8FF;
}

.vacenter
{
    vertical-align: middle;
}

.haright
{
    text-align: right;
}
.hacenter
{
    text-align: center;
}
.noBorder
{
    border-style: none;
}

.border
{
    border-style: solid;
    border-width: thin;
    border-color: Blue;
}

.borderbelow
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: Blue;
}

.shadedblue
{
    background-color: #F0F0FF;
}

.smallText
{
    font-size: xx-small;
}

.hide
{
    display: none;
}

.show
{
    display: inline;
}
.lines
{
    background-image: url(line.PNG);
    background-repeat: repeat;
}

/* Data Entry tables */
.label
{
    width: 30%;
}
.data
{
    width: 70%;
}
.alert
{
    color: Red;
    font-weight: bold;
}
.proceed
{
    color: Green;
    font-weight: bold;
}
.required
{
    font-weight: bold;
}
hr
{
    color: Blue;
}

