@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: 100% Verdana, Geneva, sans-serif;
}

/* 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: 20%;
	overflow: hidden;
	height: 350px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
.camaCSS #container #EventsGrayBarContainer #eventssecondaryspry .MasterDetail .MasterContainer {
	height: 200px;
	padding: 0px;
}
.camaCSS #container #EventsGrayBarContainer #eventssecondaryspry .MasterDetail .MasterContainer .MasterColumn {
	color: #FFF;
}
.camaCSS #container #EventsGrayBarContainer #eventssecondaryspry .MasterDetail .DetailContainer .DetailColumn {
	color: #91E3F9;
	font-size: 0.7em;
	height: 155px;
}
.camaCSS #container #EventsGrayBarContainer #eventssecondaryspry .MasterDetail .MasterColumnHover  {
	text-decoration: underline;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	
	font-size: 0.7em;
	padding:0px;
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
}
.MasterDetail .MasterColumn p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.MasterDetail .MasterColumn h4 {
	font-size: 10px;
}
/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
p{
	text-decoration: underline;
}
.MasterDetail .MasterColumnHover h4    {
	text-decoration: none;
}
/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
    {
	font-weight: bold;
}

/* 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: 75%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 350px;
	float: right;
}
.camaCSS #container #TemplateDiv #TemplateTextBody .MasterDetail .DetailContainer h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
	line-height: 21px;
}
.camaCSS #container #TemplateDiv #TemplateTextBody .MasterDetail .MasterColumn p  {
	color: #900;
}
.camaCSS #container #TemplateDiv #TemplateTextBody .MasterDetail .DetailContainer p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #999;
}
.camaCSS #container #TemplateDiv #TemplateTextBody .MasterDetail .DetailContainer  a{
	color: #999;
	text-decoration: underline;
}
.camaCSS #container #TemplateDiv #TemplateTextBody .MasterDetail .DetailContainer h6{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	color: #999;
}

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