﻿/* Modal div styles start */
.modalDiv 
{ 
    position:absolute;  
    z-index:1000;  
    background-color:Gray;
    filter:alpha(opacity=35);
	opacity:0.35;   
    width:100%;
    height:100%;      
    top:0px; 
    left:0px; 
    display:none;    
   
   
}
/* Modal div styles end */


/* Panel styles start */
.popup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    position: absolute;
    z-index:1;
    width: 600px;
    margin: auto;
    display: none;
}

.popupcontainer
{
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.popupheader
{
    background: url(../styleimg/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    /*border-style: solid;*/
    border-width: 0px 1px 1px;
    padding: 3px 10px;
    text-align:left;
} 


.popup .popupheader .msg
{
    font-weight: bold; 
}         

.popup .popupbody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
    height: 400px; 
  overflow:scroll;
} 

/* Added By Mohamed Arabi */
/*.popupbody div 
{
    overflow: auto;
    position:relative;

}*/

.popup .popupbody .msg
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size:small;
    
    background: url(../styleimg/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
   /* */
}  
.popup .popupfooter
{
    background: url(../styleimg/sprite.png) repeat-x 0px -200px;	
    border-color: #ccc #808080 #808080 #808080;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    text-align:right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
} 

.popup .popupclose
{
    right: 7px;	
    background: url(../styleimg/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.button_popup
{
    cursor: pointer; 
    border-width:1px; 
    background-color:#f2f2f2;
    border-color:#808080;
	width: auto;
}

/* Panel styles end */
