.dialog
{
	padding:0px;
}
.header
{
	padding:0px;
}
.content
{
	padding:0px;
}
.modalMaskCssClass
{

}
.headerCss
{
	cursor:hand;
	cursor:pointer;
}

.dialog .headLeft
{
	filter:alpha(opacity=60);
	background-image:url(images/evt_popup/left.gif); 
	width: 5px
}

.dialog .headRight
{
	filter:alpha(opacity=60);
	background-image:url(images/evt_popup/right.gif); 
	width: 5px
}

.dialog .top
{
	background-image:url(images/evt_popup/top.gif);
	padding:10px;	
}

.dialog .bottom
{
	background-image:url(images/evt_popup/bottom.gif);
	background-color:#F0F0F0;	
}

.dialogContentCssClass
{
	height:200px;
	background-color:white;
	overflow:auto;
	scrollbar-face-color:#EEEEEE;
	scrollbar-arrow-color:#DDDDDD;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
}

/*Modal Popup(AJAX Toolkit)*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* Header */
.popup .popupHead
{
    filter:alpha(opacity=60); width: 100%; height: 45px; border: 0px    
}

.popup .topLeft
{
    background-image:url(images/evt_popup/top_left.gif); width: 5px; height: 100%    
}

.popup .topMiddle
{
    background-image:url(images/evt_popup/top.gif); height:100%; 
    vertical-align: middle;    
}

.popup .topRight
{
    background-image:url(images/evt_popup/top_right.gif); height: 100%; 
    width: 5px; vertical-align: top
}

.popup .topText
{
    color:White; font-size:15px; font-family:Arial; font-weight:bold; position: relative; 
	float: left; margin: 12px 0px 15px 5px;     
}

.popup .topClose
{
    cursor:default; margin: 15px 5px 15px 0px; width: 28px; height: 15px; 
	position: relative; float: right    
}

/* Middle */

.popup .MLeft
{
    background-image:url(images/evt_popup/left.gif);
    filter:alpha(opacity=60); width: 5px
}

.popup .MM
{
    background-color:white;font-size:12px;font-family:Arial;
}

.popup .MRight
{
    background-image:url(images/evt_popup/right.gif);
    filter:alpha(opacity=60); width:5px
}	

/* Bottom*/
.popup .BLeft
{
    width: 5px; height: 3px;
    background-image:url(images/evt_popup/bottom_left.gif);
}     

.popup .BM
{
    background-image:url(images/evt_popup/bottom.gif); 
}    

.popup .BRight
{
    width: 5px; height: 3px; background-image:url(images/evt_popup/bottom_right.gif);
}           



