@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660;
	font-weight: bold;
	width: 100%;
	float: left;
	background-color: #FFF;
	border: thin none #FC0;
	height: 300px;
	clear: both;
	
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	background-color: #FFF;
	border: 1px none gray;
	color:#666;
	display:inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	height: 300px;









	overflow: scroll
	text-align: left;
	width: 35%;
	text-align: left;
	overflow: scroll;

}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: small;
	background-color: #FFF;
	padding:5px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
	display: block;
	text-indent: 8px;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	width: 100%;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #FF3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#FFF;
	color: #F90;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	padding:10px;
	width: 60%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	background-color: #FFF;
	display: inline-block;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	height: 250px;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660;
	background-color: #FFF;
	clear: both;
}
.thrColElsHdr #container #apDiv24 #dataholder #dataholderleft {
	float: left;
	width: 35%;
}
.thrColElsHdr #container #apDiv24 #dataholder #dataholderright {
	float: right;
	width: 60%;
}
.thrColElsHdr #container #apDiv24 .MasterDetail p br {
}
