/* css for div that open in graybox*/
#dvWindowWrapper{
	width:100%;
	height:100%;
	color:#000;
	background:#fff;
	}
#dvWindowWrapper div{
	padding:0px;
	}
#dvWindowWrapper div a:link{
	text-decoration:none;
	color:#2e2e2e;
	}
	#dvWindowWrapper div a:visited{
	text-decoration:none;	
	color:#2e2e2e;
	}
	#dvWindowWrapper div a:hover{
	text-decoration:underline;	
	color:#2e2e2e;
	}
#dvWindowWrapper p{
	font:normal 0.75em Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	}
#dvWindowWrapper .topHeading{
	font:bold 20px Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	background: url(../images/topHeaderImg.gif) no-repeat left top;
	height:40px;
	color:#fff;
	padding:6px 0 0 10px;
	}
.bodyBgColor{
	background:#fff;
}
#dvWindowWrapper .imgLicense{
	background: url(../images/renewLinces.png) no-repeat left top;
	width:128px;
	height:128px;
	margin:auto;
}
#dvWindowWrapper .imgAddTool{
	background: url(../images/addTool.png) no-repeat left top;
	width:128px;
	height:128px;
	margin:auto;
}

#dvWindowWrapper .imgCustomizeTool{
	background: url(../images/customizeTool.png) no-repeat left top;
	width:128px;
	height:128px;
	margin:auto;
}
#dvWindowWrapper .imgMaintainTool{
	background: url(../images/maintainTool.png) no-repeat left top;
	width:128px;
	height:128px;
	margin:auto;
}
#dvWindowWrapper .imgManageData{
	background: url(../images/manageData.png) no-repeat left top;
	width:128px;
	height:128px;
	margin:auto;
}
