﻿body 
{
	font-family:Verdana;
}

.controlFont
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
    margin-left: 0px;
}

.controlFont1
{
	font-family:Verdana;
	font-size:8pt;
}
.controlFontHighlight
{
    font-family:Verdana;
    color:Red;
	font-weight:bold;
	font-size:8pt;
    margin-top: 5px;
    margin-bottom: 7px;
}
.gridView
{
	font-family:Verdana;
	font-size:8pt;
}

.gridView th
{
	background-color:#194c83;
	color:white;
	border-style:groove;
	border-width:1px;
	border-color:Black; 
	height:25px;
}

.gridView tr
{
	height:25px;
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
}

.button
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	background:#194c83;
	color:White;
}
.label
{
	font-family:Verdana;
	font-weight:bold;
	font-size:16pt;
	color:#194c83;
}
.divClass
{
	font-family:Verdana;
	font-size:8pt;
}

.bkColor
{
	background-color:#ecf2f9;
}

.txtWaterMarkFont
{
	font-family:Verdana;
	font-size:8pt;
	color:Silver;
	font-weight:bold;
}

.txtAutoCompleteFont
{
	font-family:Verdana;
	font-size:6pt;
}

.AutoExtender
{   
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #1475BB;
    line-height: 20px;
    padding: 15px;
    background-color: White;
    margin-left:0px;
    margin-top:0px;
    height: 120px;
    width: 50px;
    overflow:auto;
}
.AutoExtenderList
{
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: #194c83;
    
}
.AutoExtenderHighlight
{
    color: White;
    background-color: #006699;
    cursor: pointer;
}
#divwidth
{
    width: 120px !important;    
}
#divwidth div
{
    width: 120px !important;   
}
.controlFontHeader
{
	font-family:Verdana;
	font-weight:bold;
	font-size:15pt;
}
.boundfieldcss
{
    display:none;
}