/*
This style sheet is used for the scrolling news ticker.

<!--- ---------------------------------------------------------------------
'Sites Style Sheet				CompuCraft Software Solutions (c) 1999-2010
'Date --- Init Reason------------------------------------------------------
'06/02/07 DB initiated for Standard
'06/02/07 DB added styles for height and scrolling in multiple browsers
'11/04/07 DB modified order of overflow styles
'11/04/07 DB added styles for removing borders on linked images
'11/04/07 DB added property for overflow in IE7
'30/04/07 DB added style to remove space beneath images
'24/10/07 DB added DP's modified Javascript and CSS to fix the onload jog, the scroll-stop offset, and to prevent disturbance to page depth. Involved in part removal of newstickercontainer in css to become newsticker.
'06/12/07 Released V4.3
'20/12/07 DB added height and width filters for IE6, IE7 and non-IE browsers onto div.IE-3pxJogFix_NewsTicker
'03/01/08 DB modified width of div.IE-3pxJogFix_NewsTicker from 190px to 210px (for IE7 and non-IE)
'25/06/08 DB tweaked div.NewsTicker widths to suit new widths of sample features in left and right content areas
'22/10/09 MD tweaked div.NewsTicker h3 to include repeating background for headings
'06/01/10 DB mergrd: 22/10/09 MD tweaked div.NewsTicker h3 to include repeating background for headings
'06/01/10 DB updated style sheet copyright date to 2010
'13/01/10 DB removed IE css filters and added to ie.css
'13/01/10 DB ran a CSS tidy
'14/01/10 DB compared file with equivalent in master suite and updated with any necessary declarations
'25/02/10 DB modified width and padding-right
'---------------------------------------------------------------------- --->

note: comments starting with cw- are used by the ComWeb Style Sheet Theme (colour) Editor.
Where more than one such comment is on consecutive lines, this is for backwards compatibility.
The first of these such lines is the latest label for the Style sheet editor to display and
the latter entries are older or redundant labels.
*/

div.NewsTicker {
	height: 300px;
	width: 230px;/*for non IE6 *//* after subtracting x-padding of div.IE-3pxJogFix_NewsTicker */
	padding: 0;
}

div.IE-3pxJogFix_NewsTicker {
	width: 213px!important;
	height: 300px;
	overflow: auto;
	padding-right: 10px;
}

div.NewsTicker div {
	border: 0px solid white!important;
}

div.NewsTicker .cwContainer {
	margin: 0;
	padding: 0;
}

/*Allow the banners to scroll*/
.Banner1, 
.Banner2,
.Banner3,
.Banner4,
.Banner5 {
	position: static!important;
}

/*remove borders on linked images */
div.NewsTicker a img,
div.NewsTicker:link img,
div.NewsTicker:visited img { 
	border: 0 none;
}

div.NewsTicker img {
	margin-bottom: 0px!important;
}

/*============================================================================
Non-Standard Sample Additions
============================================================================*/

div.NewsTicker h3 
 {
	color: #00000;
	text-transform: uppercase;
	font-size: 1em;
	margin: 1em 0 1em;
	padding-top: 10px;
	background: url(TickerItem_bg.png) repeat-x 5px 5px;
}
