﻿
     /*Modal Popup*/
.modalBackground2 {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.MymodalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	/*position:absolute;*/

}



/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

        .div100
        {
            width: 100%;
            height: 100%;
        }
        
        .Box
        {
            border: solid 2px white;
        background-image:url('../Shells/white/Images/MaterPage/bgWhite.png');   
        }
        
        .LeftBox
        {
             border: solid 2px white;
            width:200px;
        background-image:url('../Shells/white/Images/MaterPage/bgWhite.png');   
        }
        
        .RightBox
        {
             border: solid 2px white;
            width:200px;
        background-image:url('../Shells/white/Images/MaterPage/bgWhite.png');   
        }
        
        .MainBox
        {
        background-color:White; 
        }
        .Splitter
        {
           width:30px; 
            
        }

        .tableAllContent
        {
           background-image:url('../Images/bgpatt.png');
           background-repeat:repeat; 
        }
        
        
        
        
