@charset "utf-8";
/* CSS Document */

.MasterDetail .MasterContainer
{
	text-align:center;
	overflow:scroll;
	height: 625px;
	border-color: #5A5F70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
/* This is the selector for a MasterColumn element which holds the actual data for a master column */

.MasterDetail .MasterColumn
{
	display:inline;
	height: 625px;
	border-color: #5A5F70;
	padding-bottom: 5px;
}

/* Below will keep the master section floating */
.MasterDetail .DetailContainer
{
	right:10px;
	top:10px;
	float:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
	padding-bottom: 0px;
	height: 625px;
}

