﻿/*Modal Popup*/
.modalPopup
{
	background-color: #F7F6F3;
	color: #333333;
	border-width: 2px;
	border-style: outset;
	border-color: Gray;
	width: 400px;
}
.modalPopup .heading
{
	white-space: nowrap;
	background-color: #5D7B9D;
	color: White;
	font-weight: bolder;
	padding: 5px;
}
.modalPopup .content
{
	padding: 10px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.TdIntabOfPricing
{
	 width:20%;
	 color:#023C59;
	 font-weight:bold;
	 text-align:right	
}
