@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.
 */
 body {background-color:#ffffff;
 font-family:Arial, Helvetica, sans-serif;
 color:#7a7a7a;}
 a:link  {
	color:#C03;
}
a:visited {color:#C03; 
	text-decoration:none;}
a:hover {
	color: #C00;
}
a:active {
	color: #690;
	
}

.portfNav {padding-bottom: 10px; color: #9a9a9a;}
.portfNav a { display:inline-block; padding-left:10px;padding-right:3px;}
.MasterDetail
{
	font: 100% Verdana, Geneva, sans-serif;
	margin: 2px;
	
}

/* 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: #ffffff;

	width: 110px;
	padding-bottom:25px;
	float: left;
	overflow: hidden;
}

/* 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: #ffffff;
	padding: 10 5 10 5;
	
	cursor:pointer;
	height:auto;	overflow: visible;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #ffffff;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	
	color: white;
	border: 1px solid #000000;
}

/* 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: 60%;
	float: right;
	overflow: visible;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
}
.spSlide {
	color: #7a7a7a;
	background-color: #ffffff;
	width: 500px;
	padding-left: 25px;
	padding-top:10px;
	height: auto;
}

