/* ================================
    CSS STYLES FOR Module Scroller
   ================================
*/
.NewsTicker
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
	font-weight:bold;
	color:#FF6600;
    width:510px;
    height:10px;
	text-align:left;
}
marquee {
	width:100%;
	height:50px;
	text-align:left;
}
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
hr {display:none;}

