@charset "UTF-8";

/* SprySpotlightColumn.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Spotlight Column and Stacked Containers structure. 
 *
 * 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.
 */
 
.SpotlightAndStacked
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: right;
	direction: rtl;
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.SpotlightAndStacked .SpotlightAndStackedRow
{
	border: 1px solid #808080;
	background-color: #EFEFEF;
	margin-bottom: 8px;
}

/* This is the selector for the container of the Spotlight column elements. By default 
 * the Spotlight column occupy about 25% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .SpotlightContainer
{
	width: 70px;
	float: right;
	margin: 5px;
	text-align: center;
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{
}

/* This is the selector for the container of the Stacked container elements. By default 
 * the Stacked container occupy about 75% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .StackedContainer
{
	width: 570px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
	border: 1px solid #FFFFFF;
	text-indent: 8px;
}
.StackedColumnTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #674268;
	font-weight: bold;
	height: 20px;
	background-image: url(../images/linkreg.jpg);
	vertical-align: middle;
}
.StackedColumnTitle a:visited
	{
	color: #B198B1;
	text-decoration: none;
	}
.StackedColumnTitle a:link
	{
	color: #EAEAEA;
	text-decoration: none;
	}
.SpotlightColumn{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
}
.spHov{
	color: #FFF;
	text-decoration: none;
	background-color: #915187;
	background-image: url(../images/linkhov.jpg);
}
.spSlct{
	color: #FFF;
	text-decoration: none;
	background-color: #873F8D;
	background-image: url(../images/linkhov.jpg);
}