﻿body
{
    border-width: 20px;
    margin-left:auto;
    margin-right:auto;
    width:1250px;
    max-height:700px;
    border-style:none;
    border-color:inherit;
    background-color:#EEEEEE;
}
.parent_div
{
    margin-top:1px;   
    margin-bottom:20px; 
}
.banner
{
    background-color:#EEEEEE;
    width:100%;
    text-align:center;
}
#banner_picture
{
   /* width:1040px; */
   /* width:1250px; */ 
    
 }

.naviagtion_bar
{  
     /*display: none;*/
  
  
    border-radius:8px;
    margin-top:20px;
    width:180px;
 
    background-color:#FFFFFF;
    text-align:left; 
    float:left;
    color:Gray;
    border-width:1px;
    border-style:solid;

     border-color:RGB(107,113,123);
    padding-bottom:20px;
    -webkit-box-shadow: 1px 1px 5px 0px #000000;
    -box-shadow: 1px 1px 5px 0px #000000;
}
.naviagtion_bar_title {
    font-family: Verdana;
    font-weight:bold;
    color: #fff;
    overflow: auto;
    padding: 3px 6px 6px 6px;
    border-top-width: -1px;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-radius: 6px 6px 0px 0px;
    /* border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.20, #4C505B), color-stop(0.80, #8A90A0) );
    background-image: -moz-linear-gradient( center bottom, #4C505B 20%, #8A90A0 80% );
    background-image: -o-linear-gradient( center bottom, #4C505B 20%, #8A90A0 80% );
    background-image: -ms-linear-gradient( bottom, #4C505B 20%, #8A90A0 80% );
}
 /*   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C505B', endColorstr='#8A90A0');*/
    
    /*
    font-family:Verdana;
    background-color:RGB(107,113,123); 
    border-collapse:collapse;
    border-radius:6px 6px 0px 0px;
    border-top-width:-1px;
    border-top-style:solid;
    border-top-color:RGB(107,113,123); 
    margin-top:0; 
    color:White; 
    font-size:large; 
    padding:3px 6px 6px 6px*/

.banner_link
{
    
    display: inline;
    position: relative;
    
}
/*.banner_link:hover:after{
    background: #333;
    background: RGBA(0,169,186,.8);
    border-radius: 2px;
    top: 19px;
    color: #fff;
    content: 'Click here to return to the main page!';
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 290px;
}0
.banner_link:hover:before{
    border: solid;
    border-color: #00A9BA transparent;
    border-width: 0 6px 6px 6px;
    top: 15px;
    content: "";
    left: 21%;
    position: absolute;
    z-index: 97;
}*/
a:link
{
    color:darkgray;   
    font-family:Arial; 
    font-weight:bold;     
    text-decoration: none;
    
}
a:visited
{
    color:darkgray;    
}
a:hover
{
    /*color:#E8E8E8 ;*/
    color:black;
    text-decoration:underline;
}
a.collapsible {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    text-align: left;
    outline: none;
    overflow: auto;
}

a.collapsible:link
{
    color: blue;
    font-family:Arial; 
    font-weight:bold;     
    text-decoration: none;
    
}
a.collapsible:visited
{
    color: blue;  
     text-decoration:underline; 
}
a.collapsible:hover
{
    color: blue;
    text-decoration:underline;
    cursor:pointer;
}


.content
{
    margin-top:20px;
    border-radius:8px;
    background-color:#FFFFFF;
    margin-left:200px;
    position:absolute;
    width:1050px;
    border-width:1px;
    border-style:solid;
    border-color:RGB(107,113,123);
    padding-bottom:20px;
    -webkit-box-shadow: 1px 1px 5px 0px #000000;
    -box-shadow: 1px 1px 5px 0px #000000;
}
.content_internal
{
    margin-left:2px;
    padding-left:10px;
    overflow: scroll;
    overflow: auto;
    max-height:600px;
}
p
{
    padding-left:15px;
    padding-right:15px;
    font-family:Verdana;
    font-size:14px;   
    }


ul
{
    list-style:none;    
    margin-left:-25px;
}
.specialUL
{
    font-family:Verdana;
    font-size:14px;    
    list-style-type:disc;
    padding-left:50px;
}

li
{
    font-size:15px;
    font-family:Verdana;
    margin-top:10px;   
}

ul li ul li
{
    font-size:13px;
    font-family:Verdana;
    font-style:italic;
    margin-top:10px; 
}

.pagetextheader
{
    padding-right:15px;
    padding-top: 20px;
    font-family:Verdana;
    font-size:15px;
    font-weight:bold;
}


.pagetext
{
    padding-left:15px;
    padding-top:5px;
    width:1000px;
    font-family:Verdana;
    font-size:14px;   
    }

#current
{
 /* color:RGB(245,124,186);*/
}

h1
{
    text-align:center;  
    color:RGB(107,113,123); 
    font-family:Verdana; 
}
#green_line
{
    font-family:Verdana;
    font-weight:bold;
    color: #fff;
    overflow: auto;
    padding: 10px;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-radius:6px 6px 0px 0px;
   /* border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
    background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.20, #4C505B),
                color-stop(0.80, #8A90A0)
            );
    background-image: -moz-linear-gradient(
                center bottom,
                #4C505B 20%,
                #8A90A0 80%
            );
    background-image: -o-linear-gradient(
                center bottom,
                #4C505B 20%,
                #8A90A0 80%
            );
    background-image: -ms-linear-gradient(
                bottom,
                #4C505B 20%,
                #8A90A0 80%
            );
    }
    
    
#form1
{
    background-color:White;
}

#video
{
    padding-top:20px;
    width:90%;
    text-align:center;
    margin: 0 auto;
}

.divScreeenShot {
     border: 1px solid;
   box-shadow: 5px 5px 4px 5px #888888;
}

#borderimage
{
    border-style:solid; 
    border-color:#8A90A0; 
    padding:2px;
}

.boxshadow {
  position: relative;
  box-shadow: 1px 1px 1px 1px;
}

.boxshadow::after {
  content: '';
  position: absolute;
  z-index: -1; /* hide shadow behind image */
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
  width: 98%; 
  left: 2%; /* one half of the remaining 30% */
  height: 98%;
  bottom: 0;
}

/*.active, .collapsible:hover 
{
    color: black;
    cursor: pointer;
    width: 95%;
    text-align: left;
    outline: none;
    overflow: auto;
    padding: 10px;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-radius:6px 6px 6px 6px;
    background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.20, #8A90A0),
                color-stop(0.80, #4C505B)
            );
    background-image: -moz-linear-gradient(
                center bottom,
                #8A90A0 20%,
                #4C505B 80%
            );
    background-image: -o-linear-gradient(
                center bottom,
                #8A90A0 20%,
                #4C505B 80%
            );
    background-image: -ms-linear-gradient(
                bottom,
                #8A90A0 20%,
                #4C505B 80%
            );
}

/*.collapsible 
{
    display:block;
    color: white;
    cursor: pointer;
    width: 95%;
    text-align: left;
    outline: none;
    overflow: auto;
    padding: 10px;
    margin:10px;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-radius:6px 6px 6px 6px;
   /* border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/ /*
    background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.20, #4C505B),
                color-stop(0.80, #8A90A0)
            );
    background-image: -moz-linear-gradient(
                center bottom,
                #4C505B 20%,
                #8A90A0 80%
            );
    background-image: -o-linear-gradient(
                center bottom,
                #4C505B 20%,
                #8A90A0 80%
            );
    background-image: -ms-linear-gradient(
                bottom,
                #4C505B 20%,
                #8A90A0 80%
            );
}*/


.collapsecontent {
  display: none;
  overflow: hidden;
}

.fingerbullet
{
    display:inline-block;
}