.step-table {
	margin-top: 5px;
	text-align:center;
	width: 100%;}
.step-table th {
	border-bottom: 1px solid #8DB2E3;}
.step-table .bluelist td{
	border-top: 2px solid #EFF5FF;
	border-bottom: 2px solid #EFF5FF;}
.step-table .whitelist td{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;}
.step-table .dojoDndItemBefore td{
	border-top-color: #369;}
.step-table .dojoDndItemAfter td{
	border-bottom-color: #369;}

	
.group {
	display: ;
	width: 16px;
	height: 16px;
	background-image:url(../images/icons/actions/edit-unity-server-gray.gif); 
}
.data {
	display: "block";
	width: 16px;
	height: 16px;
	background-image : url(../images/icons/indicators/key.gif); 
}
.mastergroup {
	display: ;
	width: 16px;
	height: 16px;
	background-image:url(../images/icons/actions/master-group.gif); 
}
.masterdata {
	display: "block";
	width: 16px;
	height: 16px;
	background-image : url(../images/icons/actions/master-data.gif); 
}

.mastergroupcustomized {
	display: "block";
	width: 16px;
	height: 16px;
	background-image : url(../images/icons/actions/master-group-customized.gif); 
}

.masterdatacustomized {
	display: "block";
	width: 16px;
	height: 16px;
	background-image : url(../images/icons/actions/master-data-customized.gif); 
}
.bluesquare {
	height:115px;
	width:115px;
	background-color:#ECE9D8;
	border:solid; 
	border-width: 4px 4px 4px 4px; 
	border-color:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.whitesquare {
	height:115px;
	width:115px;
	background-color:#C1D5F0;
	border:solid; 
	border-width: 4px 4px 4px 4px; 
	border-color:white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.bluelist {
	height:20px;
	background-color:#EFF5FF;
	padding-top: 5px;
	padding-bottom: 4px;
}
.whitelist {
	height:20px;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 4px;
}

.blue-bar {
	padding: 5px 5px 5px 5px;
	background-color: #EFF5FF;
}
	
.white-bar {
	padding: 5px 5px 5px 5px;
}