﻿
/*.notificationPanel{ height: 100px;
  float:right; 
 display:block;
    margin: 5px;
	z-index:auto;
}*/
.hiddenPanel
{
	visibility: hidden;
	display: none;
}
.scrollDivZoom
{
	width: 100%;
	height: 470px;
	margin: 5px 0px 10px 0px;
	overflow: scroll;
	border: 1px solid #D2D2D2;
	background: #fff;
}
.white_contentZoom1
{
	display: none;
	position: fixed;
	top: 4%;
	left: 5%;
	width: 62%;
	padding: 0px 15px 10px 15px;
	border: 10px solid #f2f2f2;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.thankDiv
{
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin: 20px 0px;
	color: #5EA017;
	font-size: 20px;
}
.closeZoomBtn
{
	border: 0px;
	width: 35px;
	height: 35px;
	background: url(../Images/close.png) no-repeat;
	float: right;
	cursor: pointer;
	position: relative;
	top: 0%;
	right: 0%;
	z-index: 9999999999999;
}

.popupDiv
{
	background-color: #BFDBFF;
	width: 260px;
	display: block;
	float: right;
	height: 100px;
	position: absolute;
	z-index: 999999999999999;
	top: 470px;
	right: 10px;
	padding: 0px;
	border: 1px solid #3B8FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
}
.popupDivgdkn
{
	background-color: #BFDBFF;
	width: 260px;
	display: block;
	float: right;
	height: 100px;
	position: absolute;
	z-index: 999999999999999;
	top: 400px !important;
	right: 10px;
	padding: 0px;
	border: 1px solid #3B8FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
}
.hiddenPanelgdkn
{
	visibility: hidden;
	display: none;
}

.headLabel
{
	background: #00569f;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	padding: 2px 0px 4px 0px;
}

.reqList
{
	padding-left: 5px;
	color: #000;
	font-size: 12px;
	line-height: 17px;
}



.reqListNA{ padding-left:5px; color:Red; font-size:12px; line-height:17px;}
.gridTable tr td{padding-left:30px;}
#mktipmsg
{
	float:left;
	padding: 5px;
	background-color: #FFF8DC;
	border: 1px solid #DEB887;
	width:auto;
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
