﻿body
{
	background-color: #2A2A2B;
	font-size: 14px;
	font-family: Verdana,Kruti Dev 014;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #616A74;
}
.headernew
{
	height: 92px;
	width: 100%;
	display: block;
}
a
{
	text-decoration: none;
}
.aa
{
	display: none;
}

.GlassPanel
{
	background: #000000;
	opacity: 0.5;
	filter: alpha(opacity=70);
	cursor: not-allowed;
	position: absolute;
	left: 0px;
	top: 0px;
}



.displayStyle
{
	display: none;
}


select:hover
{
	border-color: Red;
}
select:focus
{
	border-color: green;
}
input[type=text]:hover
{
	border-color: Red;
}
input[type=text]:focus
{
	border-color: green;
}
.gridheaderGrid111
{
	/*background-color:#cacaca;*/
	background-color: #4682B4;
	font-size: small;
	border: 1; /*color:#007bba;*/
	color: White;
	font-family: Verdana;
}
.RptColumn111
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}
.RptColumnHeader111
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.RptColumn111_1
{
	border-top: black 1px solid;
	border-left: black 1px solid;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.gridheaderGrid111_1
{
	/*background-color:#cacaca;*/
	background-color: #4682B4;
	font-size: 8pt;
	border: 8pt; /*color:#007bba;*/
	color: White;
	font-family: Verdana;
	font-weight: bold;
}
.gridheaderGrid
{
	/*background-color:#cacaca;*/
	background-color: #4682B4;
	font-size: smaller;
	border: 1; /*color:#007bba;*/
	color: White;
	font-family: Verdana;
}

.gridPagerStyle
{
	background-color: #d9d7d5;
	font-size: smaller;
	font-family: Verdana;
}
.Rowstyle
{
	/*background-color:#FFFBD6;*/
	font-size: small;
	font-family: Verdana;
}

.selectedRowStyle
{
	/*background-color:#FFCC66;	*/
	background-color: #b1c1d2;
	font-family: Verdana;
}

.gridheaderfont
{
	font-family: "Verdana";
	font-size: small;
	color: #040404;
}
.ButtonStyle
{
	background-color: #E0E0E0;
	border: solid 2px #4682B4;
	color: #4682B4;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
.modalBackground
{
	background-color: #BFDBF1;background-repeat:no-repeat;
	background-image: linear-gradient(top, rgb(52,117,173) 6%, rgb(170,195,224) 100%, rgb(0,0,0) 78%);
	background-image: -o-linear-gradient(top, rgb(52,117,173) 6%, rgb(170,195,224) 100%, rgb(0,0,0) 78%);
	background-image: -moz-linear-gradient(top, rgb(52,117,173) 6%, rgb(170,195,224) 100%, rgb(0,0,0) 78%);
	background-image: -webkit-linear-gradient(top, rgb(52,117,173) 6%, rgb(170,195,224) 100%, rgb(0,0,0) 78%);
	background-image: -ms-linear-gradient(top, rgb(52,117,173) 6%, rgb(170,195,224) 100%, rgb(0,0,0) 78%);
	background-image: -webkit-gradient( 	linear, 	left top, 	left bottom, 	color-stop(0.06, rgb(52,117,173)), 	color-stop(1, rgb(170,195,224)), 	color-stop(0.78, rgb(0,0,0)) );
}

input[type=text],input[type=password]
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #292929;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #2A84CC;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-mos-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-transition: all .5s ease-in;
	width: 150px;
}


input[type=text]:hover, input[type=text]:focus,input[type=password]:hover,input[type=password]:focus
{
	border-color: #CC753A; /* #F9BF6B;3480FE*/
	border-style: solid;
	background-color: #F1DEBF; /*#F9EFE1;A8D6FF*/
	color: Black;
}

select
{
	border-color: #2A84CC;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-mos-border-radius: 5px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-transition: all .5s ease-in;
	width: 150px;
}

select:focus, select:hover
{
	border-color: #CC753A;
	border-style: solid;
	background-color: #F1DEBF;
	color: Black;
}


