﻿body {
}

.ApplicationTitle
{
	font-weight: bold;
	font-size: 35pt;
	text-transform: capitalize;
	color: #6a5acd;
	font-style: normal;
	font-family: 'Times New Roman';
	font-variant: small-caps;
}
.LabelControl
{
	font-family: Verdana;
	font-size: 12px;
}
.tdInput
{
	font-family: Verdana;
	font-size: 12px;
}
.HeaderRow
{
	 color:White;
	 background-color: #6a5acd;
	 text-align:left;
}
.InputButton
{
	font-family: Verdana;
	font-size: 12px;
}

.HeaderItem
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight:400;
	white-space:nowrap;
	border-style:dashed;
	border-width:1px;
 
}
.InputControl
{
	font-family: Verdana;
	font-size: 12px;
	border-right: #4169e1 1px solid;
	border-top: #4169e1 1px solid;
	border-left: #4169e1 1px solid;
	border-bottom: #4169e1 1px solid;
}
