@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.
 */
li {
	list-style: none;
	display: inline;
	margin: 0;

	}

.MasterDetail
{
	font: 55% Verdana, Geneva, sans-serif;
	margin: 10px;
}

/* 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: gray;
	border-top: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	float: none;
	overflow: hidden;
	width: 450px;
	font-weight: bold;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 100%;
	background-color: #336699;
	color: #ffffff;
	text-align: center;
	margin-left: 3px;
	margin-top: 3px;
	padding:5px;
	cursor:pointer;
	float: left;
		border-top: 1px solid black;
	border-left: 1px solid black;
	margin-right: 1px;
	align: center;
	margin-bottom: 3px;
}


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

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color: #fff;
	color: #336699;
	font-weight: bold;
	font-size: 115%;
			border-top: 2px solid black;
	border-left: 2px solid black;
	margin-right: 2px;
	border-bottom: 3px solid white;
	margin-bottom: 0px;
	
}

/* 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
{
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	padding-top:20px;
	padding-left:20px;
	width: 430px;
	float: left;
	overflow: auto;
}

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

ul.MasterColumn{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

ul.MasterColumnHover
{
	background-color: #98a22b;
	color: #ffffff;
}

li.MasterColumn{
text-align: center;
float: left;
margin: 0 0.15em
}

h1.blueHeading2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	line-height: 21px;
	color: #336699;
}


span.textSmall {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
	color: #336699;
	text-align: left;
}

