﻿.pnlRdoChkFalse
{
	width: 300px;
	height: 140px;
	background-color: #E0E0E0;
	border: 1px Solid #9DA699;
	padding: 0px;
	border-radius: 4px; /*display:none;*/
}
.modalBackground
{
	background-image: url(../images/overlay.png);
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.pnpopuplabel
{
	font-size: 16px;
	font-weight: bold;
	color: #002953;
	width: 150px;
	font-family: Calibri;
	text-align: center;
}
.btn-inactive
{
	/*font-family: Calibri; 	font-size: 15px; 	font-weight: bold; 	padding: 3px; 	color: #FFFFFF; 	background-color: #669999; 	width: 120px;*/
    width: 120px;
    height: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    color: #585858;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #b2e4dd;
    border-color: #4c4c4c #313131 #1f1f1f;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    cursor: wait;
}
.btnCssEnd
{
	width: 50px;
	font-weight: bold;
	height: 25px;
	border: 1px Solid gray;
	font-family: Calibri;
	font-size: 15px;
	background-color: #D6D6D0;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
}
.btnCssEnd:hover
{
	width: 50px;
	font-weight: bold;
	height: 26px;
	border: 1px Solid Black;
	background-color: #ECE5B6;
	font-family: Calibri;
	font-size: 15px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
}

