﻿
.collapsePanelHeader
{
                width:100%;                      
                height:30px;
                background-color:#C0D6F8;
                background-repeat:repeat-x;
                color:#FFF;
                font-weight:bold;
}   
.modalProgressGreyBackground 
{
				background:#CCCCCC;
                filter:alpha(opacity=60);
                opacity:0.6;
}

.modalProgressRedBackground 
{
				background:Red;
                filter:alpha(opacity=60);
                opacity:0.6;
}

.modalPopup
{
				text-align:center;
				padding-top: 30px; 
				border-style:solid; 
				border-width:1px; 
				background-color:#FFFFFF; 
			    width:300px; 
			    height:100px;
}
