﻿
/*body {
    text-align: center;
    font: 100% arial, sans-serif;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: rgba(255,255,255,1);
}*/

body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font: 100% arial, sans-serif;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.rootiframe
{
position:absolute;
margin:0px;
width:100%;
height:108%;
top:-4%;
margin:0 auto;
left:0;
right:0;
bottom:0;
vertical-align:middle;
overflow:hidden;
z-index:1;
opacity:1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mainiframe
{
position:relative;
display:block;
width:98%;
height:92%;
top:1.5%;
margin:0 auto;
border-color:rgba(0,0,0,1);/*rgba(115,170,255,0.30);*/
border-width:2px; 
border-style: solid; 
border-radius:10px;	
overflow:hidden;
z-index:1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.imgauto_plus_shadow
{
	position:absolute;
    max-width:100%;
	height: auto;
    width: auto/9; /* ie8 */
	cursor:pointer;
  	border-style:solid;
  	border-radius:4px;
  	border-width:1px;
  	border-color:rgba(0,0,0,1);
	box-shadow: 4px 4px 7px 0px rgb(0,0,0);
	z-index:999;
}
.imgauto {
    max-width:200%;
    height: auto;
    width:auto/9; /* ie8 */
}
.grid-container{
	position:absolute;
  max-width: 100%; 
  width:80%;
  /*min-height: 100%;*/
  min-width:200px;
  height:90%; 
  margin: 0 auto;
  left:0;
  right:0;
  bottom:0; 
  text-align:justify;
  background-color:transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
 }

.grid-container:after{
  content:'';
  display: inline-block; 
  width: 100%;
}

.font_normal {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: rgba(200,210,230,1);
    color: rgba(0,0,0,1);
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font: 120% Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-weight: 600;
    font-size: 90%;
    z-index: 1001;
}


.font_photo_title {
    position: absolute;
    display: block;
    background-color: transparent;
    font: 110% Arial,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 100%;
    color: rgba(250,250,255,1);
    text-align: center;
    text-shadow: 1px 0px 2px rgba(0,0,0,1), 0px -1px 2px rgba(0,0,0,1), 2px 0px 2px rgba(0,0,0,1), 0px -2px 2px rgba(0,0,0,1);
    margin: 0 auto;
    left: 0;
    top: 1%;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-font-smoothing: antialiased
}

.font_photo_title2 {
    position: absolute;
    display: block;
    background-color: transparent;
    font: 110% Arial,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 110%;
    color: rgba(0,0,0,1);
    text-align: center;
    text-shadow: 2px 2px 1px rgba(180,180,180,1);
    margin: 0 auto;
    left: 0;
    top: 1%;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-font-smoothing: antialiased
}

.alink {
    position: absolute;
    display: inline-block;
    font: 100% Arial,sans-serif;
    color: rgba(40,30,180,1);
    text-shadow: -1px -1px 1px rgba(255,255,255,1),1px 1px 1px rgba(0,0,0,1);
    text-decoration: underline;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000
}

    .alink:hover {
        color: rgba(120,80,255,1);
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    .alink:active {
        color: rgba(120,80,255,1);
        -ms-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.genbox {
    position: absolute;
    display: block;
    background-color: rgba(0,0,0,0); /*rgba(100,110,120,0.85);*/
    min-width: 200px;
    height: 4%;
    text-align: center;
    border-style: none; /*solid;*/
    border-width: 2px;
    border-radius: 4px;
    border-color: rgba(0,0,0,1);
    width: 4%;
    left: 0px;
    top: 1000px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.genbox_shadow {
    position: absolute;
    display: block;
    background-color: rgba(0,0,0,0); /*rgba(100,110,120,0.85);*/
    min-width: 200px;
    height: 4%;
    text-align: center;
    border-style: none; /*solid;*/
    border-width: 2px;
    border-radius: 4px;
    border-color: rgba(0,0,0,1);
    width: 4%;
    left: 0px;
    top: 1000px;
    overflow: visible;
    box-shadow: 6px 4px 2px 2px rgba(0,0,0,0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}





.photoborder_plusdeg {
    position: absolute;
    display: block;
    visibility: visible;
    width: 2%;
    left: 0px;
    min-width: 50px;
    height: 2%;
    background-color: transparent;
    text-align: center;
    font: 95% arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    backface-visibility: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 110%;
    color: rgba(0,0,0,1);
    text-align: center;
    /*vertical-align: middle;*/
    /*transform: rotateZ(0deg);*/
    z-index: 999;
    top: 1000px;
}




.photoimage {
    position: absolute;
    display: block;
    /*min-width: 100px;*/
    /*text-align: center;*/
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius:0px;
    border-color: rgba(0,0,0,1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*box-shadow: 2px 2px 2px 1px rgb(0,0,0);*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -2000;
}
.blankimage {
    position: absolute;
    display: block;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    border-color: rgba(0,0,0,0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
    visibility :hidden;
    opacity :0
}
.blankstring {
    position: absolute;
    display: block;
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    border-color: rgba(0,0,0,0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
    visibility: hidden;
    opacity: 0
}

    .zoombut2 {
    position: absolute;
    display: block;
    /*vertical-align: top;*/
    max-width: 100%;
    height: 20%;
    width: 15%;
    left: 40%;
    top: 85%;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s;
    transition: all .15s;
    opacity: 1;
    cursor: pointer;
    z-index: 4000;
}

    .zoombut2:hover {
        -ms-transform: scale(1.01,1.01);
        -webkit-transform: scale(1.01,1.01);
        transform: scale(1.01,1.01);
    }

    .zoombut2:active {
        -ms-transform: scale(.98,.98);
        -webkit-transform: scale(.98,.98);
        transform: scale(.98,.98);
    }

.mytable {
    position: absolute;
    display: block;
    color: rgba(0,0,0,1);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500%;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    font: 60% arial, sans-serif;
}
.imgauto {
    max-width: 200%;
    height: auto;
    width: auto;
    backface-visibility: hidden;
}

.imgautoresize {
    max-width: 100%;
    height: auto;
    width: auto;
}

.mainiframe {
    position: absolute;
    display: block;
    width: 98%;
    height: 94%;
    top: 5%;
    /*margin:0 auto;
        left:0;
        right:0;
        bottom:0;*/
    border-color: rgba(0,0,0,1);
    border-width: 4px;
    border-style: none;
    border-radius: 0px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1020;
}

.div_menubar {
    position: absolute;
    display: block;
    top: 0.250%;
    height: 1.3%;
    width: 35%;
    min-height: 20px;
    border-color: transparent;
    background-color: rgba(0,0,255,0.15); /* transparent;*/
    background-color: rgba(155,175,255,0.75); /*rgba(61,37,185,0.50);/* transparent;*/
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font: 68% arial, sans-serif;
    overflow: visible;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotateY(4deg);
    transform: rotateY(4deg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3001;
    font-style: normal;
    font-weight: 400;
}
.closebutton {
    position: absolute;
    max-width: 100%;
    height: auto;
    width: auto/9;
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
    z-index: 999;
}

    .closebutton:hover {
        -ms-transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);
        z-index: 999
    }

    .closebutton:active {
        -ms-transform: scale(0.5,0.5);
        -webkit-transform: scale(0.5,0.5);
        transform: scale(0.5,0.5);
        z-index: 999
    }
.imgmenu_plus {
    max-width: 100%;
    height: auto;
    width: auto/9;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    z-index: 1010;
}

    .imgmenu_plus:hover {
        -ms-transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    }

    .imgmenu_plus:active {
        -ms-transform: scale(0.5,0.5);
        -webkit-transform: scale(0.5,0.5);
        transform: scale(0.5,0.5);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    }

.genthing {
    position: absolute;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font: 100% Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-weight: 600;
    font-size: 100%;
    cursor: default;
    z-index: 2000
}

.cls_menuback {
    position: absolute;
    display: block;
    background-color: rgba(0,0,0,0);
    min-width: 200px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 24px;
    border-color: rgba(0,0,0,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40%;
    height: 98%;
    left: 0.1%;
    top: 0.5%;
    margin: 0 auto;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    opacity: 0;
    z-index: -10;
}

.btns {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    width: 300px;
    height: 50px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font: 100% Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-weight: 600;
    font-size: 100%;
    cursor: pointer
}

    .btns:hover {
        -ms-transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);
        /*	-webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;*/
    }

    .btns:active {
        -ms-transform: scale(0.5,0.5);
        -webkit-transform: scale(0.5,0.5);
        transform: scale(0.5,0.5)
        /*-webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;*/
    }


