html {
	margin: 0;
	background-color: #4e571e !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

img 
{
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none; 
}

body
{
    font-size: 11pt;
    margin: 0px;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
}


html, body    
{
  margin: 0px;
}

.loader 
{
    margin-top: 90px;
    font-weight: bold;   
    color: #ffdc69;
}

#canvasholder
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.aboveContent 
{
	position: relative;
	z-index: 100;
}

#modalid
{
    background: url(../images/5x5.png);
    
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    opacity: 1.0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 0px 0px 12px #485f14;
    -webkit-box-shadow: 0px 0px 12px #485f14;
    box-shadow: 0px 0px 12px #485f14;
}


div.visor 
{
    background: url(../images/visor_background.png)  no-repeat ;
    width: 100%;
    height: 69px;
}

div.visordivcontrol
{
    height: 69px;
}

div.visorarrowleft, div.visorarrowright, div.visorimagescore, div.visormirror, div.visorbouncephoto, div.visorzenpoints, div.visorscoredifference, div.visornumphotos
{
    text-align: left;
    position: relative;
}

div.visorzenpoints 
{
    width: 30px; height: 20px;
    color: #ffdc69;
    font-size: 12pt;
    font-weight: 700; /*  400,500,700,900 */
    text-shadow: 1px 2px 3px #000;
    top: 19px; left: 38px;
}
div.visornumphotos 
{
    width: 60px; height: 20px;
    color: #B9D1D8;
    font-size: 9pt;
    font-weight: 500; /*  400,500,700,900 */
    text-shadow: 1px 2px 3px #000;
    top: 28px;  left: 32px;
}

div.visorscoredifference
{
    width: 60px; height: 20px;
    color: #ff0034;
    font-size: 11pt;
    font-weight: 900; /*  400,500,700,900 */
    text-shadow: 1px 2px 3px #000;
    top: -120px; left: -36px;
}

div.visorarrowleft, div.visorarrowright
{
    z-index: 400;
    width: 30px; height: 30px;
    cursor: pointer;
}

div.visorarrowleft
{
    top: -15px; left: 52px;
}
div.visorarrowright
{
    top: -100px; left: 139px;
}

div.visormirror
{
    width: 67px; height: 55px;
    top: -59px; left: 77px;
}

div.visorimagescore
{
    width: 52px; height: 21px;
    top: -100px; left: 84px;
}

div.visorbouncephoto 
{
    width: 125px; height: 100px;
    top: -62px; left: 38px;
} 

div.shutterbutton 
{
    z-index: 400;
    position: fixed;
}

div.shutterbutton img
{
    cursor: pointer;
    position: fixed;
}

div.controller 
{
    z-index: 400;
    text-align:center;
    position: fixed;
    bottom: 10px;
    width: 100%;
    /* width: 125px; */
    height: 124px;
}


div.controller img 
{
    vertical-align: middle;
    cursor: pointer;
}

.anchorright
{
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.anchorbottomleft1
{
    position: fixed !important;
    bottom: 20px !important;
    left: 20px!important;
}

.anchorbottomleft2
{
    position: fixed!important;
    bottom: 10px!important;
    left: 10px!important;
}


div.messagearea 
{
    margin-top: 10px;
}

#infoMessageHolder
{
    margin-bottom: 10px;
}
#sightediconid
{
    position: relative;
    top: 5px;
    left: -5px;
}


#infoMessage 
{
  /*   margin-bottom: 10px;*/
}



div.visorprogressbar
{
    padding: 0; margin: 0;
    height: 16px;
    width: 100%;
}

#visorprogressbarid 
{
    position: absolute;
    z-index: 101;
}

#visorprogressbarsegid
{
    position: absolute;
    z-index: 102;
}

#aboutuscontent 
{
    font-size: 9pt;
    padding: 0px;
    margin: 0px;
}

#aboutuscontent div.aboutcontent
{
    font-size: 9pt;
    padding: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 0px;
}

#aboutuscontent img
{
    height: 110px;
    width: 220px;
}
