/* CSS for the items in the help menu */

/*instructions*/
#instructionDiv {
	z-index: 500;
	position: absolute;
	width: 23%;
	height: 48%;
	left: 100%;
	top: 100%;
	text-align: center;
}
/**************/

/*About*/
#kcvsLogo {
	position: relative;
	background:url(../pics/logo4.png);
	/*width:225px;
	height:100px;
	left:100px;*/
	width: 80%;
	height: 22%;
	left: 20%;
	background-repeat: no-repeat;

}

.ui-dialog-titlebar-close{
	position:relative;
	left:90%;
}

#aboutDiv{
	text-align: center;
	position: absolute;
	width: 23%;
	height: 48%;
	left: 100%;
	top: 100%;
	z-index: 500;
}
/*******/

#assumptionsDiv{
	text-align: center;
	position: absolute;
	width: 23%;
	height: 48%;
	left: 100%;
	top: 100%;
	z-index: 500;
}

#dataSourceDiv{
	text-align: center;
	position: absolute;
	width: 23%;
	height: 48%;
	left: 100%;
	top: 100%;
	z-index: 500;
}