/*
This style sheet is used for the scrolling news ticker.

<!--- ---------------------------------------------------------------------
'Sites Style Sheet              CompuCraft Software Solutions (c) 1999-2009
'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.
'06/12/07 Released V4.3
'12/12/07 MT added height property to constrain for IE7
'13/12/07 MT commented out underscore height as it failed to create a scroller in Firefox
'04/03/09 DB applied all relevant updates from SampleV4
'04/03/09 DB removed css filters and added to ie.css
'04/03/09 DB added 'NewsTicker h2 a' to override the master.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:350px;
    width:auto;
    padding:0;
    margin-bottom: 15px;
}

div.IE-3pxJogFix_NewsTicker {
    height:350px;
    width:auto;
    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
============================================================================*/

#LatestNews h2 a {
	text-align: center!important; 
	color: #000000!important; 
	margin: 0!important;
	height: 20px!important; 
	padding-top: 2px!important;
	background: transparent url(portal_bg.gif) repeat-x 0 0!important;
}

.NewsTicker h3 {
	text-align: center; 
	color: #000000; 
	font-size: 1.6em; 
	margin: 0; 
	height: 20px; 
	padding-top: 8px;
	background: transparent url(portal_bg.gif) repeat-x 0 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
	
.TickerItem h3,
.NewsItem h3 {
	font-size: 1.0em; 
	text-align: center; 
	height: auto;
	padding: 5px;
	margin: 2px 0 2px 2px;
	background: #b4b49d; 
	border: 1px solid #999999;
}

.TickerItem p,
.NewsItem p {
	font-size: 0.9em; 
	line-height: 1.1em; 
	padding-bottom: 5px;
}

