.dialogCss
{
    background-color: #eeeeee;
    width: 99%;
	height: 100%;
	text-align: center;
	border-left: #ececd9 solid;
	border-right: #ececd9 solid;
}
.headerCss
{
	cursor:hand;
	cursor:pointer;
	height:45px;
	width:100%;
}

.contentCss
{
	background-color: #ECECD9;
	width: 100%;
	height: 100%;
	text-align: center;
	border-left: #ececd9 solid;
	border-right: #ececd9 solid;
}

.fullContentCss
{
	background-color: #ECECD9;
	width: 99%;
	height: 100%;
	text-align: center;
	border-left: #ececd9 solid;
	border-right: #ececd9 solid;
}

.iFrameCss
{
	overflow:auto;
	padding:0px;
 	width:100%;
 	height:100%;
	margin:0px;
}

.FooterCss
{
	cursor:hand;
	cursor:pointer;
	height:35px;
	width:100%;
}

.ModalCss
{
    color:White;
}

.popupDialogMask
{
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
}
