/*
This style sheet is used for the scrolling news ticker.

<!--- ---------------------------------------------------------------------
'Sites Style Sheet              CompuCraft Software Solutions (c) 1999-2009
'Date --- Init Reason------------------------------------------------------
'29/07/08 DB restarted for ComWeb 4.4
'03/09/08 DB removed padding from div.Newsticker
'03/09/08 DB changed reference to scrollbar width from 26px to 18px
'29/10/08 DB changed width from 180px to 210px
'03/12/08 DB removed css filters and added to ie.css
'---------------------------------------------------------------------- --->

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:210px;
    padding:0;
}

div.IE-3pxJogFix_NewsTicker {
    width:210px!important;
    height:300px;
    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
============================================================================*/

