@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:px;
	height: 640px;
/*	background-color: #00F;
*/	float: right;
	width: 700px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	}

/* 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. 
*/
/*below controls the textlink*/
 .MasterContainer{
	width:115px;
	position: absolute;
	left:85px;
	top: 645px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #fff;
/*	background-color: #F00;
*/	height: 240px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	/*this is the column with the selectors breakfast...*/
}
.MasterDetail
/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
.MasterDetail*/

.MasterColumn
{
/*	background-color: #FC0;	
*/	padding-top: 11px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-left: 12px;
	font-size: 1.1em;
	line-height: 12px;
	font-weight: normal;
	color: #336CA6;
	text-align: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	/*this is the column with the list of selectors breakfast...*/
}
/*.MasterDetail*/ 
.MasterColumn
{
	cursor: pointer;
}

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

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

/* 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
{
	width: 533px;
	height: 379px;
	position: relative;
	right: 0px;
	top: 0px;
	margin-left: 46px;
/*	background-color: #39F;
*/}
/*.MasterDetail */
/*below controls the description(spelt wrong in the viewer)*/
.DetailContainer2
{
	width: 400px;
	float: right;
	overflow: auto;
	position: absolute;
	left: 195px;
	top: 620px;
	margin-top: 25px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-right: 6px;
	height: 208px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	/*	background-color: #CFC;
*/	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 6px;
	padding-top: 30px;	/*this is the column with the description of breakfast...*/
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
/*.MasterDetail */
.DetailColumn
{
	margin-bottom: 1px;
}
