/*-------------------------------------------------
    LOADING SCREEN
-------------------------------------------------*/
#loadingScreen {
    width: 100%; 
    height: 100%; 
    display: block;
    position: absolute;
    background-color: white; 
    z-index: 5000;
}

#loadingScreen .headerContentPane {
    width: 100%;
    height: 61px;
    background-image: url("../images/splash-screen-bg-header.png");
    background-repeat: repeat-x;
    border: 0;
    padding: 0;
}

#loadingScreen .headerContentPane .imgHeaderR {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
}

#loadingScreen .headerContentPane .imgHeaderL {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 4px;
}

#loadingScreen .loadingContentPane {
	text-align: center;
	padding-top: 100px;
}