#mdticker{
	text-align: left;
	width:99%;
	height:120px;
	padding: 0px;	
	overflow: auto;
}

#mdticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: transparent;
	overflow: hidden;
}

.mdmessage{
   /* nothing specified yet */
}

.tickermsg{
	/* nothing specified yet */
}

.important{
  color: red;
  background-color: black;
}

.msg_title{
	font-weight: bold;
}

.msg_msg{
	/* nothing specified yet */
}
