/* MASTER DETAIL */
.mdiuButtons{
	float:left;
	padding-top:5px;
	text-align:center;
	width:98%}
.iuMasterDetail .buttons{
	border-top: 0px solid black;
	background:#ffffff;
	float:left;
	padding-top:5px;
	text-align:center;
	width:100%}
.master{	
	float:left;
	width:100%;
	background:#ffffff;
	border-bottom: none}
.details{
	float:left;
	margin-top:0px;
	width:100%}


