﻿.MenuCell
{
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    background-color: WhiteSmoke;
    color: Black;
    text-align: center;
    height: 20px;
    font-size: x-small;
    padding-right: 5px;
    padding-left: 5px;
    clip: rect(auto 5px auto 5px);
}

.MenuCellSelected

{
                    border-top-color:Black;
                    border-left-color:Black;
                    border-right-color:Black;
                    border-bottom-color:Lavender;
                    border-width:1px;
                    background-color:Lavender;
                    font-weight:bold;
                    font-size: x-small;
}

.MenuCellHover

{
                    background-color: LightSteelBlue;
                    font-size: x-small;
}

.Canvas

{
                    background-color: Lavender;
                    font-size: x-small;
                    border-left: 1px solid black;
                    border-bottom: 1px solid black;
                    border-right: 1px solid black;
}

.Header

{
                    background-color: Lavender;
                    font-size: x-small;
                    border-left: 1px solid black;
                    border-bottom: 1px dotted black;
                    border-right: 1px solid black;
                    border-top: 2px solid black;
}

.body
{
    font-family: Arial;
}
.facilitiesLABEL
{
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    font-family: Arial;
}
.LABEL
{
    font-size: 8pt;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
}
.PAGEHEADER
{
	font-size: 14pt;
	text-transform: capitalize;
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
}
.BUTTON
{
    font-size: 8pt;
    font-family: Arial;
    color:Black;
}
.TEXTAREA
{
    font-size: 8pt;
    color: blue;
    font-family: Arial;
}
.LISTING
{
        font-size: 8pt;
    color: blue;
    font-family: Arial;
}
.INPUT
{
        font-size: 8pt;
    color: blue;
    font-family: Arial;
}
.INPUTRO
{
        font-size: 8pt;
    color: gray;
    font-family: Arial;
}
.VERTICALHEADER
{
layout-flow: vertical-ideographic;
} 
.GRIDVIEW
{
font-size: 8pt;
    font-family: Arial;
}
