/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */

.SlidingPanels {
	position: relative;
	width: 100%;
	padding: 0px;
	border: none;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */

.SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */

.SlidingPanelsContent {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* The class used in this selector is programatically added to the SlidingPanels container

 * anytime we are animating between panels. This rule makes sure that *all* content inside

 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever

 * there is an element inside the widget that displays a scrollbar.

 *

 * The class is automatically removed once the animation has stopped so that the overflow

 * properties of the content inside the widget should be restored.

 */

.SlidingPanelsAnimating * {

	overflow: hidden !important;

}

/* The class used in this selector is programatically added to the SlindingPanelsContent

 * container that is currently visible in the view port. The class is automatically removed

 * when the widget switches to a different panel.

 */

.SlidingPanelsCurrentPanel {

}

/* The class used in this selector is programatically added to the SlidingPanels container

 * anytime the SlidingPanels container is given focus. The class is automatically removed

 * once the SlidingPanels container loses focus.

 */

.SlidingPanelsFocused {

}

#InnerTicker {

	width:648px;

	float:left;

	height:148px;

	margin:0;

	padding:30px 0 0 0px;

	position:absolute;

	left:26px;

	top:0

}

#InnerTicker .SlidingPanels {

	width:648px;

	height: 154px;

	float: left;

}

#InnerTicker .SlidingPanelsContentGroup {

	width: 8005em;

	float: left;

}

#InnerTicker .SlidingPanelsContent {

	width:648px;

	float:left;

	margin:0 0 0 2px;

	display:inline

}

#InnerTicker img {

	float: left;

}

#InnerTicker .SlidingPanelsContent .content {

	width:204px;

	float: left;

	border:1px #cfdcee solid;

	background:#f9fcfe;

	height:90px;

	margin:0 5px 0 0;

	padding:5px 0 0 5px;

}

#InnerTicker .SlidingPanelsContent .content .image {

	height:80px;

	float:left;

	margin:0 5px 0 0;

	display:inline

}

#InnerTicker .SlidingPanelsContent .content .text {

	width:140px;

	float:left

}

#InnerTicker .SlidingPanelsContent .content .text p {

	padding:0 0 8px 0;

	margin: 0;

}

#InnerTicker .SlidingPanelsContent .content .text p a {

	color:#579bdc;

	font:11px arial;

	text-decoration:none;

/*
	background:transparent url(Images/Common/blueArrow.gif) no-repeat scroll right center;
	background:transparent url(/images/bluearrow.gif) no-repeat scroll right center;
*/

	padding:0 8px 0 0;

	display:inline

}

#InnerTicker .SlidingPanelsContent .content .text a {

	color:#579bdc;

	font:11px arial;

	text-decoration:none;

/*
	background:transparent url(Images/Common/blueArrow.gif) no-repeat scroll right center;
	background:transparent url(/images/bluearrow.gif) no-repeat scroll right center;
*/

	padding:0 8px 0 0;

	display:block;

	width:25px

}

#InnerTicker .SlidingPanelsContent .content h4 {

	font:15px Garamond;

	color:#13477c;

	margin:0 0 8px 0

}

#InnerTicker .SlidingPanelsContent .content p {

	font:11px/14px arial;

	color:#23405e

}

#InnerTicker .SlidingPanelsContent .content .text li {

	width:100%;

	display:block;

	float:left

}

#InnerTicker .SlidingPanelsContent .content .text li a {

	width:100%;

/*
	background:transparent url(Images/Common/blueArrow.gif) no-repeat scroll left center;
	background:transparent url(/images/bluearrow.gif) no-repeat scroll right center;
*/

	padding:0 0 0 8px;

	font:11px/14px arial

}

#item1 .content, #item2 .content, #item3 .content {

}

#InnerTicker .content {

	padding: 0px 4px;

}

#InnerTicker p {

	margin: 4px 4px

}

#InnerTicker .SlidingPanelsAnimating * {

	overflow: visible !important

}

#InnerTicker .navLinks {

	clear: both;

	text-align: center;

	border-top: solid 1px #CCC;

	padding:4px 0;

	border: solid 1px #999

}

#bottomTicker {
	width:924px;
	float:left;
	height:120px;
	margin: 0;
	padding:10px 0 0 0px;
	position:absolute;
	left:3px;
	top:24px

}

#bottomTicker .SlidingPanels {

	width:924px;

	height: 148px;

	float: left;

}

#bottomTicker .SlidingPanelsContentGroup {

	width: 8000em;

	float: left;

}

#bottomTicker .SlidingPanelsContent {

	width:924px;

	float:left;

	display:inline;

	height:120px

}

#bottomTicker img {

	float: left;

}

#bottomTicker .SlidingPanelsContent .content {

	float: left;

	width:290px;

	border:1px #cfdcee solid;

	background:#f9fcfe;

	height:110px;

	margin:0 5px 0 2px;

}

#bottomTicker .SlidingPanelsContent .content .image {

	height:135px;

	float:left;

	margin:0 10px 0 0;

	display:inline

}

#bottomTicker .SlidingPanelsContent .content .text {

	width:290px;

	float:left;
	
	padding:  0 5px;

}

#bottomTicker .SlidingPanelsContent .content .text p {

	margin:0 0 5px 0

}

#bottomTicker .SlidingPanelsContent .content .text p a {

	color:#579bdc;

	font:11px arial;

	text-decoration:none;

/*
	background:transparent url(Images/Common/blueArrow.gif) no-repeat scroll right center;
	background:transparent url(/images/bluearrow.gif) no-repeat scroll right center;
*/

	padding:0 8px 0 0;

	display:inline

}

#bottomTicker .SlidingPanelsContent .content .text a {

	color:#579bdc;

	font:11px arial;

	text-decoration:none;

/*
	background:transparent url(Images/Common/blueArrow.gif) no-repeat scroll right center;
	background:transparent url(/images/bluearrow.gif) no-repeat scroll right center;
*/

	padding:0 8px 0 0;

	display:block;

	width:25px

}

#bottomTicker .SlidingPanelsContent .content h4 {

	font:13px arial, Arial, Helvetica, sans-serif;
	color:#871517;
	font-weight: bold;
	margin:0 0 10px 0;

}

#bottomTicker .SlidingPanelsContent .content p {
	font:11px/14px arial;
	color:#23405e
}

#bottomTicker .SlidingPanelsContent .content .text li {
	width:100%;
	display:block;
	float:left
}

#bottomTicker .SlidingPanelsContent .content .text li a {
	width:100%;
/*
	background:transparent url(Images/Common/blueArrow.gif) no-repeat scroll left center;
	background:transparent url(/images/bluearrow.gif) no-repeat scroll right center;
*/
	padding:0 0 0 8px;
	font:11px/14px arial
}

#item1 .content, #item2 .content, #item3 .content {

}

#bottomTicker .content {
	padding: 4px;
}

#bottomTicker p {
	margin: 4px 4px
}

#bottomTicker .SlidingPanelsAnimating * {
	overflow: visible !important
}

#bottomTicker .navLinks {
	clear: both;
	text-align: center;
	border-top: solid 1px #CCC;
	padding:4px 0;
	border: solid 1px #999
}

.next {
	padding: 4px 4px;
	clear: both;
	width:18px;
	float:left;
	position:absolute;
	left:918px;
	top:29px;
}

.bottom_area .next {
	left:944px;
}

.prev {
	padding: 4px 4px;
	clear: both;
	width:18px;
	float:left;
	position:absolute;
	left:-20px;
	top:27px
}

.prev img {
	border:0
}

.next img {
	border:0
}

#bottomTicker .SlidingPanelsContent .content .text a:hover {
	color:#113268;
	text-decoration: underline;
}
