﻿body
{
    background-color:White;
    font-family:Verdana;
    font-size:8pt;
    color:Black;
}

.backgroundColor
{
    background-color:#D8E4F8;
}

.label
{
	color:Black;
}

.labelHead
{
	color:Black;
}

.labelReadOnly
{
	color:Gray;
}

.text
{
	color:Blue;	
}

.textReadOnly
{
	color:#8080FF;
}

.textBox
{
    background-color:#E0ECFF;
    border-color:#7F9DB9;
    font-family:Verdana;
    font-size:8pt;
    color:Blue;
    border-style:solid;
    border-width: 1px;
    height:15px;
}

.textBoxReadOnly
{
    background-color:#D8E4F8;
    border-color:#7F9DB9;
    font-family:Verdana;
    font-size:8pt;
    color:#8080FF;
    border-style:solid;
    border-width: 1px;
    height:15px;
}

.textBoxRight
{
    background-color:#E0ECFF;
    border-color:#7F9DB9;
    font-family:Verdana;
    font-size:8pt;
    color:Blue;
    border-style:solid;
    border-width: 1px;
    height:15px;
    text-align:right;
}

.textBoxReadOnlyRight
{
    background-color:#D8E4F8;
    border-color:#7F9DB9;
    font-family:Verdana;
    font-size:8pt;
    color:#8080FF;
    border-style:solid;
    border-width: 1px;
    height:15px;
    text-align:right;
}

.dropDownList
{
    background-color:#E0ECFF;
    border-color:#7F9DB9;
    font-family:Verdana;
    font-size:8pt;
    color:Blue;
    border-style:solid;
    border-width: 1px;
}

.checkBox
{
    font-family:Verdana;
    font-size:8pt;
    color:Black;
}

.radioButton
{
    font-family:Verdana;
    font-size:8pt;
    color:Black;
}

.button
{
    font-family:Verdana;
    font-size:8pt;
}
