@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%;
	height: 500px;
	left: 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: 200px;
	float: left;
	display:inline;
	overflow: hidden;
	height: 500px;
	background-color: #CCC;
	left: 15px;
	position: absolute;
}
h4 a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	text-align: left;
}
a {
	color: #000;
	text-decoration: none;
}
h4 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	text-align: left;
}
img {
	left: 10px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
}

/* 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: #CCCCCC;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
}

/* 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
{
	width: 537px;
	float: right; display:inline;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColElsCtr #container #mainContent #welcome {
	position: absolute;
	top: 120px;
	width: 100%;
	height: 500px;
	text-align: center;
	left: 0px;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
.MasterDetail.p {
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	height: 500px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}
.DetailColumn img  a:link{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.DetailColumn a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}
