/* Messages */
.live_success, .live_error, .live_notice, .live_delete, .settings_success { 
        width: 350px; 
		border: 1px solid; 
		margin: 10px 0px; 
		padding: 5px; 
}

.live_success { color: #4F8A10; background-color: #DFF2BF; }
.settings_success { color: #4F8A10; background-color: #DFF2BF; }
.live_error { color: #D8000C; background-color: #FFBABA; }
.live_notice { color: #9F6000; background-color: #FEEFB3; }
.live_delete { color: #89857e; background-color: #d4d4d3; }

/* Live Panel Styles */
.liveticker {
	width: auto;
	display:block;
	height:40px;
	clear:both;
    padding: 3px;  
	margin: 0 auto 0 auto;
}

.live_bline {
    margin-top: 3px;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.live_tline {
    margin-bottom: 3px;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.liveticker li {
	list-style:none;
	font-family:verdana;
	font-size:11px;
}