/* styles used for the billboard message display
*/

div.billboard_message_area {
	font-family:verdana;
	font-size:12px;
	color:#444444;
	background-color:#E0FFFF;
	cursor:pointer;
	text-align:center;
	text-shadow:none;
}
div.billboard_message {
	padding:6px;
	/* border-bottom: 1px solid #CAE6E6; removed 4/6/2015 because Ramsay didn't like the stacked look when multiple messges got appened */
}
div.billboard_message_close {
	float:right;
	width:44px;
	text-align:center;
	color:#444444;
	margin-top:4px;
	min-height:22px;
}

/* billboard color classes */
.bb_blue {
	color:#444444 ! important;
	background-color:#E0FFFF ! important;	
}
.bb_green {
	color:#155724 ! important;
	background-color:#d4edda ! important;
}
.bb_yellow {
	color:#444444 ! important;
	background-color:#FFFFA3 ! important;
}
.bb_red {
	color:#444444 ! important;
	background-color:#FF8080 ! important;
}
.bb_none {
	color:#444444 ! important;
	background-color:#FFFFFF ! important;
}