@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-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	width: 820px;
}
/* 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. 
*/
.MasterContainer 
{
	width: 120px;
	overflow: hidden;
	margin: 0px;
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 75%;
	padding:5px;
	cursor:pointer;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
}

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

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#FC0;
	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 
{
	width: 700px;
	float: right;
	overflow: visible;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#container #contents .MasterDetail .DetailContainer #a {
	margin: 0px;
	padding: 15px;
	text-align: center;
	float: left;
	width: 670px;
}
#container #contents .MasterDetail .DetailContainer #b {
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 400px;
	float: left;
	clear: left;
	text-align: left;
	width: 300px;
}
#container #contents .MasterDetail .DetailContainer #c {
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#container #contents .MasterDetail .DetailContainer #d {
	padding: 30px;
	clear: left;
	float: left;
	width: 640px;
}
#container #contents .MasterDetail .DetailContainer #left {
	float: left;
	padding-right: 15px;
}
#container #contents .MasterDetail .DetailContainer #right {
	float: right;
	clear: both;
	padding-right: 30px;
	padding-top: 10px;
}
#container #contents .MasterDetail .DetailContainer #center {
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 620px;
}
#container #contents .MasterDetail .DetailContainer #under {
	padding-bottom: 30px;
}
#container #contents .MasterDetail .DetailContainer #case {
	border: 2px solid #000;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
	padding: 5px;
	text-align: right;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin: 0px;
	padding: 0px;
}
.MasterDetail .DetailContainer .DetailColumn h2    {
	font-size: medium;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.MasterDetail .DetailContainer .DetailColumn ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.MasterDetail .DetailContainer .DetailColumn ul li {
	padding-bottom: 5px;
}
#container #contents .MasterDetail .DetailContainer .DetailColumn ul li {
	padding-bottom: 2px;
}
