/* PRELOGIN LAYOUT START */

.PreloginHTML, .PreloginBody, .PreloginContainer {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;  
	background-color: #fff;	
}

.PreloginHTML {
    width:100%;
    height:100%;  
    overflow:hidden;   
}

.PreloginBody {
    width:98%;
    height:100%;  
    margin:0px auto;     
}

.PreloginContainer {
    width:100%;
    height:100%;
    padding:0px 0px;
    background-color:transparent;
	display: inline-block;
}

.PreloginBody #header h1 {
    margin-top:0px !important;    
}

body.PreloginBody #header .logo {
    margin:0px 0 0 -2px !important;    
}

.jvectormap-zoomin, .jvectormap-zoomout {
    display:none;
}

path[data-code*="Antarctica"] {
    display:none !important;    
}

.worldMapComplete {
    /*background-image:url('../../Images/Maps/whole_map.png'); 
    background-repeat:no-repeat;
    background-position:center center;*/
    width:848px;
    height:466px;
    display:block;
    margin:0px auto;
    position:relative;
}

.worldMapComplete a.Region {
    background-position:center center;
    background-repeat:no-repeat;
    display:inline-block;
    position:absolute;
    opacity:0.8;
}

.worldMapComplete a.Region:hover {
    opacity:1;
}

.worldMapComplete a.AsiaPacific {
    background-image:url('../../Images/Maps/AsiaPacific.png');
    width:307px;
    height:384px;
    top:63px;
    right:0px;
	cursor:default;
	opacity:0.5 !important;
	filter: grayscale(100%);
}

.worldMapComplete a.Asia {
    background-image:url('../../Images/Maps/Asia.png');     
    width:241px;
    height:212px;
    top:7px;
    right:94px;
	cursor:default;
	opacity:0.5 !important;
	filter: grayscale(100%);
}

.worldMapComplete a.Europe {
    background-image:url('../../Images/Maps/Europe.png'); 
    width:221px;
    height:202px;
    top:14px;
    left:340px;
}

.worldMapComplete a.MiddleEast {
    background-image:url('../../Images/Maps/MiddleEast.png');
    width:88px;
    height:84px;
    top:193px;
    left:460px;
    z-index:1001;
	cursor:default;
	opacity:0.5 !important;
	filter: grayscale(100%);
}

.worldMapComplete a.Africa {
    background-image:url('../../Images/Maps/Africa.png');
    width:163px;
    height:182px;
    top:213px;
    left:356px;
	cursor:default;
	opacity:0.5 !important;
	filter: grayscale(100%);
}

.worldMapComplete a.America {
    background-image:url('../../Images/Maps/America.png'); 
    width:356px;
    height:466px;
    top:0px;
    left:0px;
}

/* PRELOGIN LAYOUT START */