BODY {
    color: #17365D;
    background-color: whitesmoke;
    background-position: left top; 
    background-repeat: no-repeat;
}
DIV
{
	font-size: 9pt;
	font-family: Tahoma;
}
.Label
{
	font-size: 9pt;
	font-family: Tahoma;
}
.LabelBold
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Tahoma;
}
.LabelCaption
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Tahoma;
}

.CBRequired
{
	background-color: lightskyblue;
}

.CellForGrid 
{
	vertical-align: baseline ;
	height:22px ;
}

.TBRequired
{
	text-transform: uppercase;
	background-color: lightskyblue;
}

.TextBoxReadOnly
{
	background-color: whitesmoke;
}
.myGrid
{
	font-family: Verdana;
	font-size: 8.5pt;
}

.EditFormDiv
{
	overflow: hidden;
    background-color: inherit;
}

.EditFormBody
{
	overflow:auto ;
    background-color: inherit;
}
.EditFormBodyNs
{
	overflow:hidden ;
	background-color:#dbe5ff;
}
.TableHeader
{
	background: url("~/Images/Bckgrnd.gif") repeat-x; 
	height: 25px;
	padding: 0px 1px 1px 1px;
	vertical-align: middle;
}

.RadPicker .RadInput .riTextBox 
{ 
	height: 20px;
    text-transform: uppercase;
}

input[type="text"]
{
    text-transform: uppercase;
}

/* Styles that match comboboxes to the normal input type text boxes */
.RadComboBox .rcbInput {
    color: #808080 !important;
    font-size: 12px !important;
    opacity: unset;
}
/* overrides ucRadDateRange control inline styling */
.RadPicker .riTextBox {
    border-color: #c3d9f9 !important;
}