﻿DIV.RedLinePanel
{
    display: block;
    background-color: #DC137D;
    margin-top: 9px;
    height: 4px;
}

DIV.RedLinePanel IMG
{
    display: block;
    float:left;
}

DIV.GrayLinePanel
{
	display: block;
	height: 35px;
	color: white;
	background-color: #75828a;
	margin-top: 4px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px;
	text-align: right;
	text-decoration: none;
	vertical-align: bottom;
	margin-bottom: 0px;
}

DIV.GrayLinePanel IMG
{
    float: left;
    display: block;
}
