/*
This style sheet is used for the scrolling news ticker.

<!--- ---------------------------------------------------------------------
'Sites Style Sheet              CompuCraft Software Solutions (c) 1999-2008
'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
'03/09/08 DB removed padding from div.Newsticker
'03/09/08 DB changed reference to scrollbar width from 26px to 18px
'26/11/08 DB removed css filters and added to ie.css
'26/02/09 DB applied all relevant updates from SampleV4
'---------------------------------------------------------------------- --->

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:400px;
    width:210px;
    padding:0;
}

div.IE-3pxJogFix_NewsTicker {
    width:210px!important;
    height:400px;
    overflow:auto;
}

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
============================================================================*/
