@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: 0px;
	padding: 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. 
*/
.MasterDetail .MasterContainer
{
	width: 33%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 75%;
	background-color: #DDD;
	padding:5px;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #EEE;
}
.pdflink {
	font-size: 0.7em;
	margin-left: 6px;
}
#pdfdownload {
	margin-bottom: 10px;
	line-height: 120%;
	padding: 3px;
}
#pdfdownload img {
	float: left;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#C00;
	color: white;
}
/* 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. 
*/
.DetailContainer 
{
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F60;
	margin: 0px;
	overflow: hidden;
	width: 60%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .Title
{
	margin-bottom: 0px;
	color: #C00;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 120%;
}
.MasterDetail .Hyperlink
{
	margin-bottom: 10px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 120%;
	margin-top: 10px;
	padding: 3px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

.MasterDetail .Date {
	font-size: 0.5em;
	color: #333;
	padding: 3px;
	border: 1px solid #DDD;
	margin-top: 2px;
	margin-bottom: 6px;
}
.MasterDetail .bold {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.MasterDetail .Description {
	font-size: 0.9em;
	line-height: 120%;
	padding: 0px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.MasterDetail .Description ul {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.MasterDetail .Description ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	font-size: 0.8em;
	line-height: 120%;
}
.MasterContainer .caption {
	font-size: 0.5em;
	text-align: center;
	line-height: 100%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.MasterContainer img {
	border: 1px solid #DDD;
}
.MasterSelect
{
	width: 285px;
	overflow: hidden;
	margin-right: 25px;
	margin-left: 25px;
}
.MasterSelect .subtitle {
	font-size: 0.65em;
	color: #333;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 5px;
}
.MasterDetail #navigate {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 0px;
}
.MasterDetail #navigate p {
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
#navigate .navigate {
	background-color: #CCC;
	color: #C00;
	text-decoration: none;
	padding: 2px;
}
.MasterDetail .DetailSingle {
	width: 97%;
	float: left;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
	clear: both;
}
.MasterDetail .DetailSingle .Title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.MasterDetail h1 {
	font-size: 0.8em;
	color: #333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
.MasterDetail .DetailHeader {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Header  {
	margin-bottom: 10px;
	color: #C00;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.nospace {
	margin: 0px;
	padding: 0px;
}
