@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;
	margin: 2px;
	width: 100%;
}

/* 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: 40%;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	border: 1px none #0000AE;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 1.1em;
	padding:5px;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #0100A0;
	border-left-color: #ffffff;
}

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

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

/* 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: 54%;
	float: right;
	overflow: auto;
	margin-top: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000AE;
}

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

.MasterDetail .DetailColumn a,  a:link {
	
	font-weight: normal;
}
/* Sets the style for visited links. */
.MasterDetail .DetailColumn a:visited {
	
	font-weight: normal;
	
}
/* Sets the style for links on mouseover. */
.MasterDetail .DetailColumn a:hover {
	
	font-weight: normal;
	
}
/* Sets the style for a link that has focus. */
.MasterDetail .DetailColumn a:focus {
	
	font-weight: normal;
}
/* Sets the style for a link that is being activated/clicked. */
.MasterDetail .DetailColumn a:active {
	
	font-weight: normal;
}

.performingArts {
	color: #E72941;
	font-weight: bold;
}
.visualArts {
	color: #A531B9;
	font-weight: bold;
}
.literaryHeritage {
	color: #E2AD0E;
	font-weight: bold;
}
.communitySupport {
	color: #E2730E;
	font-weight: bold;
}
