/*
This style sheet is used for the scrolling news ticker.
'<!--- ---------------------------------------------------------------------
'Sites Style Sheet          CompuCraft Software Solutions (c) 1999-2006
'Date --- Init Reason----------------------------------------------
'06/02/07 DB initiated for StandardV42
'06/02/07 DB added styles for height and scrolling in multiple browsers
'---------------------------------------------------------------------- --->
*/

div.NewsTickerContainer {
width:100%!important;
height:240px!important;/*for non-IE and IE7*/
_height:100%!important;/*change the percentage to suit IE6*/
overflow-y:scroll;
/*overflow-x:none;
overflow:auto;for Safari, Opera and Netscape*/
}

#NewsTicker div{
border:1px solid white!important;
}

/*Allow the banners to scroll*/
.Banner1, 
.Banner2,
.Banner3,
.Banner4,
.Banner5 {
position: static!important;
}

#LatestNews {
	font-family: Arial,helvetica;
	position:absolute;
	top: 20px;
	_top: 10px;
	left: 675px;
	_left: 500px;/*for IE 6*/
	background: #E3E7EE;
	border: 3px double #0C2858;
	padding: 5px;
	text-align:left;
	width: 190px!important;
	height: 270px!important;
	_height: 220px!important;
	line-height: 1.3;
}

#LatestNews H2 {
	font-size: 1em;
	margin:0 0 10px 0;
	padding:3px 5px;
	background: #0C2858;
	color: #FFFFFF;
}

#LatestNews H2 a {
	color: #FFFFFF;
	padding:0;
	margin:0;
}

#LatestNews H3 {
	font-size: 1.1em;
	font-weight: bold;
}

#LatestNews p, #LatestNews ul, #LatestNews ol {
	font-size: .8em;
}

#LatestNews ul, #LatestNews ol {
	margin:0;
	margin-right:5px!important;
	padding:0;
}


