﻿
.gridViewHeader
{
	background-color: #eee;
	color: Black;
	text-align: center;
	border-width: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-collapse: collapse;
	height: 35px;
}

.gridViewRow
{
	background-color: #F5FDFD;
	border: solid 1px #CFE0DE;
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-align: left;
	font-size: 12px;
}
.grdViewHeaderForMaster
{
	background-color: #eee;
	color: Black;
	text-align: center;
	border-width: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-collapse: collapse;
	height: 35px;
	border-bottom: solid 1px #444444;
}
.grdViewRowForMaster
{
	background-color: #F9F9F9;
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-align: left;
	border-width: 0px;
	font-size: 12px;
	border-collapse: collapse;
}
.txtBoxStyle
{
	border-width: 1px;
	border-color: #ADADAF;
	border-style: solid;
	font-family: Arial;
	font-size: 11px;
}
.DropDownStyle
{
	border-width: 1px;
	border-color: #ADADAF;
	border-style: solid;
	font-family: Arial;
	font-size: 10pt;
}
.SelectedButton
{
	border-bottom: solid 2px #20A9E0;
	background-color: #20A9E0;
	color: #ffffff;
	border-color: #20A9E0;
}
.DisabledButton
{
	background-color: #ffffff;
	border: solid 1px #ffffff;
	color: #1188b8;
	border-right: solid 1px #CFCFCF;
}
.mousecursor
{
	cursor: pointer;
}
