﻿
/*CLASS USED IN DEAL CONTROL TO HIDE LOWER SECTION*/
.HideBackground
{
	background-color: Gray;
	filter: alpha(opacity=20);
	opacity: 0.3;
	position: absolute;
	height: 580px;
	width: 735px;	
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}

/*CLASS USED IN MAIN PAGE ON STAR BUTTON CLICK POPUP CONTROL*/
.popupBulletPoints
{
color:#00548B;		
font-size:9pt;

}

.popupBulletPoints li
{
    margin-bottom:10px;
}

