
.clModalDailog
{
margin: 0px; padding: 0px; background-color:#3BB38A;
}
.popup_Container {
	background-color:#fff;
	border:1px solid #0C8F5E;
	margin: 0px;
	padding: 0px;
}
.popup_Titlebar {
	background:url('../Images/navbar-bg.gif');/*#BCE4E8;*/
	background-repeat:repeat-x;
	background-position:0px -3px;
	height: 25px;	
	color:#fff;
}

.popup_Body
{	
	min-height:410px;
	clear:both;
	padding:5px;	
	background-color:#fff;
	border:solid 1px #0C8F5E;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;	
	font-weight:bold;
	font-size:12px;
}
.TitlebarRight 
{
	background:url('../Images/cross_icon_normal.gif');
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}
.popup_Buttons
{
	margin:10px;
}
.OFFWinHolder
{
    width: 400px;
    min-height: 200px;
    border: solid 1px #3BB38A;
    padding: 1px;
    background-color: #3BB38A;
}
.OFFWinHeader
{
    width: 400px;
    height: 24px;
    position: relative;
    background:url('../Images/navbar-bg.gif');/*#BCE4E8;*/
	background-repeat:repeat-x;
	background-position:0px -4px;
    border-bottom: solid 2px red;
    color:White;
}
.OFFWinBody
{
    width: 400px;
    min-height: 200px;
    background-color: #fff;
} 
.frameContents
{
    height: 400px; overflow: scroll; width: 100%;border:solid 1px #efefef
}