@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
{
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.SpotlightAndStacked .SpotlightAndStackedRow
{
	border: 1px solid #A7A7A7;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	height: 280px;
	width: 650px;
}

/* 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: 200px;
	float: left;
}

/* 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: 430px;
	float: right;
	top: 0px;
	right: 0px;
}
.StackedColumn p {
	text-decoration: none;
	color: #000;
	margin-bottom: 8px;
}
#wrapper #main2 #left .SpotlightAndStacked .SpotlightAndStackedRow .StackedContainer p {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
}


.StackedColumn a {
	text-decoration: none;
	color: #000;
}

.myPOINTER {
	color: #000000;
}
.myPOINTER1 {
	color: #FF0000;
}
.myPOINTER2 {
	color: #003399;
}




.StackedColumn a:hover {
	text-decoration: none;
	color: #00F;
}


/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{


}

.StackedColumn h3 {
	color: #8A0000;
	text-indent: 25px;
	height: 35px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 8px;
	border-bottom-color: #999;
	background-image: url(../images/rights/h3BG.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
