@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-top: 40px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	/*background-color: #0FF;blue bg*/	
}

/* 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: #F09;
*/	width: 25%;
	float: left;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 60px;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
/*.MasterDetail*/ .MasterColumn
{
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	padding:5px;
	line-height: 12px;
	color: #366CA6;
	cursor:pointer;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FF0;*/
	margin-left:30px;
	
	
}

/* This is the selector for a highlighted Master Column element.
*/
/*.MasterDetail*/ .MasterColumnHover
{
	background-color: #E0EEF1;
	color: #06F;
}

/* This is the selector for a selected Master Column element.
.MasterDetail*/
 .MasterColumnSelected
{
	background-color:E0EEF1;
	color: #6CC;
}

/* 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. 
magenta colored background removed below....>!!!
.MasterDetail */.DetailContainer
{
	width: 60%;
	float: left;
	overflow: auto;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 21px;
/*	background-color: #909;
*/	margin-top:5px;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
green color background removed here......below!!
.MasterDetail*/ .DetailColumn1
{
	margin-bottom:6px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	/*line-height:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666;*/
/*	background-color: #06F;
*/	padding-bottom: 15px;
	}
/*control the text*/
 .DetailColumn2
{
	margin-bottom:15px;
	/*background-color: #9C3;*/
	margin-left: 10px;
	margin-right:10px;
	margin-top: 5px;

	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666;
	/*	background-color: #603;
*/	padding-bottom: 20px;
	}
