@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
{
	font: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 920px;
	overflow: auto;
	padding: 5px 0px 5px 0px;
	margin: 0 auto;
	background-color:#fff;
}

.MasterDetail2
{
	font: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 920px;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
	margin: 0 auto;
	background-color:#fff;
}

/* 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
{
	/* width: 400px;*/
	float: right;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right:0px;
	overflow:auto;
}

.MasterDetail2 .MasterContainer2
{
	padding-top: 4px;
	padding-bottom: 9px;
	padding-right:5px;
	width:100%;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	background-color: #507781;
	padding: 4px 5px 0px 0px;
	margin-right: 2px;
	cursor:pointer;
	width: 340px;
	text-align: left;
	vertical-align:top;
	float:left;
	height: 311px;
	overflow-style:auto;
	overflow:auto;
}

.MasterDetail2 .MasterColumn2
{
	background-color: #fff;
	padding: 4px 10px 4px 10px;
	margin-right: 0px;
	cursor:pointer;
	text-align: left;
	vertical-align:top;
	display: block; 
	width:210px;
	float:left;
	min-height:270px;
	
}
.MasterDetail .MasterColumn .MasterColumnPicture
{
	float: left; 
	margin-left: 0px;
	padding: 0;
	padding-right: 5px;
	min-height:75px;
	
}

.MasterDetail2 .MasterColumn2 .MasterColumnPicture2
{
	float: left; 
	margin-left: 3px;
	padding: 0;
	padding-right: 5px;
	min-height:75px;
	
}
.MasterDetail .MasterColumn .MasterColumnTitle 
{
	margin: 0px 10px 12px 10px;
	vertical-align:top;
}

.MasterDetail2 .MasterColumn2 .MasterColumnTitle2
{
	margin: 0px 10px 4px 10px;
	vertical-align:top;
	font-size:150%;
}

.MasterDetail .MasterColumn .MasterColumnText
{
	margin: 0px 10px 5px 10px;
	font-size: 80%;
	vertical-align:top;
}

.MasterDetail2 .MasterColumn2 .MasterColumnText2
{
	margin: 0px 10px 5px 10px;
	font-size: 100%;
	vertical-align:top;
	color:#666;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color:#e9e6e2;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	/*background-color:#ffb63f;*/
	background-color: #f8e9d1; 
}

/* 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-top: 0px;
	width: 570px;
	float: left;
	overflow: auto;
	background-color:#fff;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
	margin-left:5px;
	margin-right: 0px;
	text-align: left;
	padding: 6px 0px 0px 5px;
	width: auto;
	color:#FFF;
	font-size: 130%;
}
.MasterDetail .DetailTitle
{
	font-size: 130%;
	font-weight: bold;
	padding-top: 2px;
	color:#FFC;
	border-bottom: 1px solid #8ad6f7;
}
.MasterDetail .DetailLabel 
{
	font-size: 130%;
	display: inline;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}
.MasterDetail .DetailPicture
{
	margin-bottom: 0px;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	overflow:hidden;
	background-color:#fff;
}