﻿body
{
    font-family: Arial;
}
p {
  margin-top: 0em;
  margin-bottom: 0em;
}
.DialogButtonPara {
  margin-top: 1em;
  margin-bottom: 0em;
}
button
{
    width: 80px;
}
.topbutton
{
    width: 50px;
}
input
{
    font-family: Arial;
    font-size: 12pt;
    border: solid 1px SteelBlue;
    padding: 2px;
}
.dialogfield
{
	border: solid 1px SteelBlue;
}
.dialogerror
{
	color: Red;
	font-size: x-small;
}
.groupcheck
{
    border: none;
}
.InvalidInput
{
	color: Red;
}
.CutText
{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.noborderinput
{
    border: solid 1px White;
}
.readonlyinput
{
    border: solid 1px White;
}
.cell
{
    width: 100%;
    text-align: right;
}
.readonlycell
{
    color: Gray;
    text-align: right;
}
.gridbutton
{
    font-size: smaller;
}
.smallbutton
{
	width: 40px;
    font-size: smaller;
}

.exerContainer
{
}
.exerData
{
}
v\:* { behavior: url(#default#VML); display:inline-block}
