@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: 0px;
	width: 900px;
	background-image:url(../images/banner_back.jpg);
	background-repeat:repeat-x;
	height: 263px;
}

/* 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: 240px;
	float: left;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 100%;
	padding-left: 30px;
	cursor:pointer;
	line-height: 65px;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #06C;
	color:#000;
	border-bottom:1px solid #fff;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	color: white;
	background-image:url(../images/menu_01.jpg);
	border-bottom:1px solid #fff;
}
.MasterDetail .MenuSelected
{
	color: white;
	background-image:url(../images/menu_01.jpg);
	border-bottom:1px solid #fff;
}

/* 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:0px;
	width: 660px;
	float: right;
	overflow: auto;
	
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#036;
	}
.subtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#369;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#F60;
	padding:2px;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	}
.menuTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#369;
	}
.menuDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F60;
	}
