@charset "UTF-8";

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	margin: 2px;
	color: #666;
	display: block;
	visibility: hidden;
	font: normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -.5pt;
}
/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
#RowContainer
{
	padding-bottom: 3px;
	margin-bottom: 3px;
	font: normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -.5pt;
	padding-top: 1px;
	

}
#RowContainer .headline  {
	font-weight: normal;
	color: #009fc2;
}



/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	font-weight: bold;
	color: #333;
}

.r_even {
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 5px;
	border-style: dotted;
	border-width: 1px;
	border-color: #d9d9d9;
}

.r_odd {
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 5px;
	border-style: dotted;
	border-width: 1px;
	border-color: #d9d9d9;
}
.r_hover {
	background-color: #ebebeb;
	padding-left: 3px;
	padding-right: 5px;
	border-style: dotted;
	border-width: 1px;
	border-color: white;
	cursor: pointer;
}

#RowContainer .newsHead
{
	font-weight: normal;
	color: #666666;
}

