@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:0;
	width:auto;
}

/* 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: #CCCCCC;
	border: 1px solid gray;
	margin:auto auto auto 0;
	width: 200px;
	height:400px;
	overflow:auto;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size:12px;
	background-color: #CCCCCC;
	padding:5px;
	cursor:pointer;
	text-align:left;
	border-bottom:1px dotted #FFF;
}

/* 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:#848484;
	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. 
*/
.MasterDetail .DetailContainer
{
	border: 3px solid gray;
	padding:4px;
	margin:8px 0 3px 3px;
	width: 720px;
	overflow:visible;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin:0 5px 5px 1em;
	padding:5px;
	height:auto;
	width:auto;
	text-align:left;
}
.MasterDetail .Detaildetail
{
	margin:0 5px 10px 1em;
	padding:5px 0 15px 0;
	background-image: url(../img_main/note_line.gif);
	line-height: 20px;
	font-size:17px;
	text-align:left;
	border-bottom:#333 solid 1px;
	height:auto;
	width:auto;
}
.MasterDetail .Detailpict
{
	margin-bottom: 10px;
	float:left;
	display:block;
	width:280px;
	height:200px;
	padding:5px;
	text-align:center;
}

.MasterDetail .Detailtitle
{
	margin:0 2px 0 30px;
	float:left;
	display:block;
	width:400px;
	height:auto;
	padding:0;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	border-top:#333 solid 1px;
}
.MasterDetail .Detailtype
{
	margin:40px 0 0 0;
	float:left;
	display:block;
	width:180px;
	height:auto;
	padding:3px 0 0 0;
	font-size:10px;
	line-height:14px;
	text-align:right;	
}
.MasterDetail .Detailwhen
{
	margin:40px 0 0 30px;
	float:left;
	display:block;
	width:200px;
	height:auto;
	padding:0;
	font-size:16px;
	text-align:left;
}