.dimBackground {
        background-color: rgb(0, 0, 0);
        opacity: 0.7; /* Safari, Opera */
        -moz-opacity:0.70; /* FireFox */
        filter: alpha(opacity=70); /* IE */
        z-index: 100;
        height: 100%;
        width: 100%;
        background-repeat:repeat;
        position:fixed;
        top: 0px;
        left: 0px;
		overflow: auto;
}
.popupOverAll {
        z-index: 101;
        position: fixed;
        padding: 12px;
        top: 5px;
        width:750px;
        heigth:400px;
	color: #333;
        background-color:#ffffff;
       /* margin: 0 auto; */
	border: 3px solid #333;
	overflow: auto;
	margin-left: 10%;
}

#LPL_New_Calendar_Event_DIV{
	overflow: auto;
	height: 450px;
	margin: 0 auto;
	}

#LPL_New_Calendar_Event_Catagory_DIV{
	overflow: auto;
	height: 450px;
	margin: 0 auto;
	}

#LPL_Admin_DIV{
	overflow: auto;
	height: 500px;
	margin: 0 auto;
	}

