/* Default CSS Stylesheet for a new Web Application project */

.newsflash {
	border-right: #018dc5 1px solid;
	border-top: #018dc5 1px solid;
	border-left: #018dc5 1px solid;
	border-bottom: #018dc5 1px solid;
}

.newsflashheader {
	background-color: #009944;
	background-image: url(/brokerzone/images/home/newsflashspirit.gif);
}

.barIndicatorBorder { 
border:solid 1px #c0c0c0;
width:200px;
padding:2px; } 

  

.barIndicator_poor { 
background-color:red; } 

.barIndicator_weak { 
background-color:orange; } 

.barIndicator_good { 
background-color:yellow; } 

.barIndicator_strong { 
background-color:blue; } 

.barIndicator_excellent { 
background-color:green; }


