﻿body 
{
    margin: 0px;
    font-family: Arial;
    width: 100%;
    font-size: smaller;
    overflow-y: scroll;
}

.vAl{ vertical-align:top; }
.tAl{ text-align:center; }
.diB{ display:inline-block; }

.innerShadow
{
    -moz-box-shadow: 3px 3px 6px #000;
     -webkit-box-shadow: 3px 3px 6px #000;
     box-shadow: 3px 3px 6px -1px #000 inset;    
}

.bTn 
{
margin: 5px 0px 5px 0px; 
border:0px;
}

.vCh{
   position:absolute;
   top:-5px;
   left:5px;
}

h3
{
    font-weight:normal;
    margin:0px;
    padding:0px;    
    color: #038181; 
    font-size: 18px; 
    font-family: 'Passion One', cursive;
}
    
h2, h1 {
    font-weight:normal;
    font-size:24px; 
    font-family: 'Passion One', cursive;    
    margin:0px 0px 5px 0px;
    padding:0px;  
    display:inline;
}

.cHb
{
padding-top:10px;
margin:5px 0px 5px 0px;
font-size:14px;
padding-left:80px; 
position:relative;
height:50px;   
}

.shadow{
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.65);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.65);         
}

.detButton
{
    border-radius:3px; 
    border:1px solid #01646a;  
    
    font-size:14px;  
    text-align:center;
    padding-top:8px;
    height:30px; 
    cursor:pointer; 
    font-family:Arial; 
    font-weight:bold; 
    
    color:#FFFFFF; 
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.65);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.65);     
}

.detButton:hover { opacity: 0.7; }

.plainGradient
{
    background-color: #3eb3b3;
    background: -webkit-linear-gradient(#3eb3b3, #038181); /* For Safari */
    background: -o-linear-gradient(#3eb3b3, #038181); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3eb3b3, #038181); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3eb3b3, #038181); /* Standard syntax */     
}

.detGradient
{
    border-radius:3px; 
    margin:8px 0px 3px 0px;
    background-color: #3eb3b3;
    background: -webkit-linear-gradient(#3eb3b3, #038181); /* For Safari */
    background: -o-linear-gradient(#3eb3b3, #038181); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3eb3b3, #038181); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3eb3b3, #038181); /* Standard syntax */  
  
}

.CntError::-webkit-input-placeholder {     color:#ff0000;  }
.CntError::-moz-placeholder {     color:#ff0000;  } /* firefox 19+ */
.CntError::-ms-input-placeholder {     color:#ff0000;  } /* ie */
.CntError::-moz-placeholder {     color:#ff0000;  }

.CntError {
    color:#ff0000;
    font-weight:bold;
}

.CntBasic{
    color: rgb(160, 160, 160);  
    font-weight:normal;
}

.CntBasic::-webkit-input-placeholder { color: rgb(160, 160, 160);  }
.CntBasic::-moz-placeholder { color: rgb(160, 160, 160); }
.CntBasic::-ms-input-placeholder { color: rgb(160, 160, 160); } /* ie */
.CntBasic::-moz-placeholder { color: rgb(160, 160, 160); }

.cNtUnderline{
    border: medium none;
    border-bottom: 3px solid #038181;
    width: 100%;
    min-height: 35px;
    overflow: hidden; 
    word-wrap: break-word; 
    resize: vertical;
    -moz-box-sizing: border-box;
    letter-spacing: 1px;
    outline: medium none;
    line-height: 35px;
    text-align:center;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom:20px;
}

a,a:hover  
{
    text-decoration:none; color: #000000; 
}

a
{ 
    border: solid 0px #fff; 
}

.bodybg
{
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #bbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#bbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eee 0%,#bbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eee 0%,#bbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eee 0%,#bbb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eee 0%,#bbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#bbb',GradientType=0 ); /* IE6-9 */
}

.flagbg
{
    background: #038181; /* Old browsers */
    background: -moz-linear-gradient(top, #3eb3b3 0%, #038181 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3eb3b3), color-stop(100%,#038181)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3eb3b3 0%,#038181 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3eb3b3 0%,#038181 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3eb3b3 0%,#038181 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3eb3b3 0%,#038181 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb3b3', endColorstr='#038181',GradientType=0 ); /* IE6-9 */
}

.roundtop
{
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.round
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.rounder
{
    -webkit-border-radius: 1%;
    -moz-border-radius: 1%;
    border-radius: 1%;
}

.midshade
{
    -moz-box-shadow: 3px 3px 6px #666;
     -webkit-box-shadow: 3px 3px 6px #666;
     box-shadow: 3px 3px 6px #666;
}

.shade
{
    -moz-box-shadow: 3px 3px 6px #000;
     -webkit-box-shadow: 3px 3px 6px #000;
     box-shadow: 3px 3px 6px #000;
}

.lightshade
{
    -moz-box-shadow: 2px 2px 12px -2px #888;
     -webkit-box-shadow: 2px 2px 12px -2px #888;
     box-shadow: 2px 2px 12px -2px #888;
}

.smallshade
{
    -moz-box-shadow: 2px 2px 6px #333;
     -webkit-box-shadow: 2px 2px 6px #333;
     box-shadow: 2px 2px 6px #333;
}

.block1
{
    top: 10px;
    left: 0px;
    width: 350px;
    height: 250px;
}

.block2
{
    top: 60px;
    left: 510px;
    width: 250px;
    height: 250px;
}

.block3
{
    padding: 6px;
    top: 100px;
    left: 780px;
    width: 100px;
    height: 300px;
}

.contentblock
{
    border-radius: 6px;
    background-color: #FFF;
    transition: opacity 0.5s ease-in-out, left .3s ease-in-out, top .3s ease-in-out, scale .3s ease-in-out;
    position: absolute;
}

.screenshade
{
    position: fixed; 
    background-repeat: repeat-y; 
    height: 4000px;
}

.shadea
{
    background-image: url('/App_Image/bg_shade_a.png'); 
    width: 200px;
}

.shadec
{
    background-image: url('/App_Image/bg_shade_c.png'); 
    width: 200px;
}


.logotxt
{
    font-family: 'Special Elite', cursive; 
    font-size: 42px; 
    position: absolute; 
    top: 64px;
}


.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
    opacity: 0.5;
} 

.tabbed
{
    position: fixed;
    left: -20px; 
    width: 80px; 
    height: 60px; 
    background-color: #444; 
    border-top-right-radius: 6px; 
    border-bottom-right-radius: 6px; 
    transition: opacity .3s ease-in-out, left .3s ease-in-out;
    opacity: 0.5;
}

.tabbed:hover 
{
    opacity: 1;
    left: -5px;
} 

.rotateIcon 
{
    
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
        
.flipme 
{
    transform: rotateY(180deg);
}
        
@keyframes myfirst
{
    0%   {transform: rotateY(0deg);}
    44%  {transform: rotateY(0deg);}
    50%  {transform: rotateY(180deg);}
    60%  {transform: rotateY(180deg);}
    66%  {transform: rotateY(0deg);}
    100%  {transform: rotateY(0deg);}
}

@keyframes rotateCW
{
    0%   {transform: rotate(0deg);}
    100%   {transform: rotate(360deg);}
}

@keyframes rotateCCW
{
    0%   {transform: rotate(0deg);}
    100%  {transform: rotate(-360deg);}
}

       
@keyframes anim_rotate
{
    0%   {transform: rotateY(0deg);}
    100%  {transform: rotateY(1800deg);}
}

.imgblock
{
    transition: left 1s linear;
}

@keyframes anim
{
    0%  {left: 1920px; opacity: 0;}
    10% {opacity: 0;}
    40% {transform: scale(1,1); opacity: 1; }
    55% {transform: scale(1.4,1.4); }
    70% {transform: scale(1,1); opacity: 1; }
    90% {opacity: 0;}
    100% {left: -240px; opacity: 0;} 
}

.move-anim 
{
    animation-name: anim;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 21.6s;
    animation-iteration-count: 1;
        
    -webkit-animation-name: anim;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 21.6s;
    -webkit-animation-iteration-count: 1;
}

.curvedshade:before ,.curvedshade:after
{
  z-index: 10;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:350px;
  background: #666;
  -webkit-box-shadow: 0 15px 10px #666;
  -moz-box-shadow: 0 15px 10px #666;
  box-shadow: 0 15px 10px #666;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.curvedshade:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.emboss 
{
    -webkit-box-shadow: inset 0px 0px 8px 1px rgba(30, 30, 30, 0.8);
    -moz-box-shadow: inset 0px 0px 8px 1px rgba(30, 30, 30, 0.8);
     box-shadow: inset 0px 0px 8px 1px rgba(30, 30, 30, 0.8);
    
}

@keyframes animcool
{
    0%  {transform: translateX(0%) translateY(0%); width:160%; }
    100% {transform: translateX(-12%) translateY(-20%);  width:120%;} 
}

@keyframes animcool2
{
    0%  {transform: translateX(0%) translateY(0%); opacity: 0; width:160%; }
    10% { opacity: 1;}
    100% {transform: translateX(-12%) translateY(4%); opacity: 1; width:120%;} 
}


.cool2
{
    animation-name: animcool2;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 24s;
    animation-iteration-count: 1;
        
    -webkit-animation-name: animcool2;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: 1;
}

.color, .blackw 
{
    transition: opacity 1.7s ease;
}

.color
{
    opacity: 1;
}

.blackw 
{
    opacity: 0.3;
}

@keyframes loader
{
    0%  { top: 0px; }
    100% { top: 20px; } 
}

.loadingimg 
{
    animation: loader 6s linear;
}

.bigger 
{
    transform: scale(1.07,1.07);
    -ms-transform: scale(1.07,1.07); /* IE 9 */
    -webkit-transform: scale(1.07,1.07); /* Safari and Chrome */

    -moz-box-shadow: 4px 4px 12px -2px #888;
     -webkit-box-shadow: 4px 4px 12px -2px #888;
     box-shadow: 4px 4px 12px -2px #888;    
}

.menuanchor 
{
    color: #000;
    text-decoration: none;
}

.menuanchor:visited
{
    color: #000;
    text-decoration: none;
}

.menuitem
{
    position: relative;
    font-size: 24px; 
    font-family: 'Passion One', cursive; 
    cursor: pointer;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 11px;
    padding-right: 13px;
    margin-right: 12px;
}

.menuitem:hover, .menuarrow2:hover
{
    background: #038181; /* Old browsers */
    background: -moz-linear-gradient(top, #3eb3b3 0%, #038181 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3eb3b3), color-stop(100%,#038181)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3eb3b3 0%,#038181 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3eb3b3 0%,#038181 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3eb3b3 0%,#038181 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3eb3b3 0%,#038181 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb3b3', endColorstr='#038181',GradientType=0 ); /* IE6-9 */
    
    color: #FFF;
    -moz-box-shadow: 3px 3px 6px #333;
    -webkit-box-shadow: 3px 3px 6px #333;
    box-shadow: 3px 3px 6px #333;
}

.menuarrow, .menuarrow2
{
    position: absolute; 
    left: 50%; 
    margin-left: -10px; 
    width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: transparent; 
	font-size: 0;
	line-height: 0;
}


.menuitem:hover > .menuarrow { border-top-color: #038181; }

.menuarrow
{
    top: 40px;
}

.menuitem:hover > .menuarrow2 { border-top-color: #038181; }

.menuarrow2
{
    top: 47px;
}

.menuitem:hover > .menuanchor { color: #FFF; }

.cblock
{
}

.cblock:hover 
{
    transform: scale(1.07,1.07);
    -ms-transform: scale(1.07,1.07); /* IE 9 */
    -webkit-transform: scale(1.07,1.07); /* Safari and Chrome */
}

.lightshade:hover 
{
    -moz-box-shadow: 4px 4px 12px -2px #888;
     -webkit-box-shadow: 4px 4px 12px -2px #888;
     box-shadow: 4px 4px 12px -2px #888;  
}


.slowdegrade
{
    transition: height 8s linear;
    -webkit-transition: height 8s linear;
    -moz-transition: height 8s linear;
}

.fallingtext 
{
    transition: top 0.7s ease-out 0.4s;
    -webkit-transition: top 0.7s ease-out 0.4s;
    -moz-transition: top 0.7s ease-out 0.4s;
}