html {
    overflow-y: scroll;
}
img.float_right {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-top: 20px; */
    border: none;
}
img.header {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-top: 20px; */
    border: none;
    width: 210px;
    height: 70px;
}

img.lab {
    max-width: 450px;
    height: auto;
    display: block; 
    margin-left: 5px; 
    margin-right: auto;
}


h1.title {
    margin-top:40px; 
    text-align:center; 
    font-size:32px;
}
img.float_left {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    border: none;
}
body {
    /*background: linear-gradient(135deg, #F8F8FF, grey);*/
    background-color: #ffffff;
    font-family: "Arial", "Verdana", "Tahoma";
    color: black;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

div.navbox {
    position: fixed;
    top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    height: 90px;
    width: 100%;
    border: 1px solid #bababa;
    background-color: #ffffff;
    opacity: 1.0;
    /*background-image: linear-gradient(#bababa 1px, transparent 1px), linear-gradient(90deg, #bababa 1px, transparent 1px);*/
    /*background-size: 10px 10px;*/
    background: linear-gradient(10deg, #f3f3f3, #f1fcfd, #f3f3f3);
    overflow: auto;
    z-index: 2;
    text-align:center; 
    font-size:32px; 
    color: black
}
div.sidebar {
    position: fixed;
    margin-top: 110px;
    margin-left: 10px;
    padding-left: 5px;
    padding-top: 5px;
    top: 0px;
    width: 180px;
    height: 310px;
    border: 1px solid #bababa;
    border-radius: 20px 20px;
    color: black;
    overflow: auto;
    /*     background: linear-gradient(280deg, #D0D0D0, #288fb0, #D0D0D0);
            background: linear-gradient(280deg, #dbd8d7, #dfe0e3, #f0f1f1);
            background: linear-gradient(90deg, #0178fe, #dfe0e3, #0058bb); */
    background-color: #f3f3f3;
    /*background: linear-gradient(330deg, #f3f3f3, #f1fcfd, #f3f3f3);*/

}
div.body1 {
    position: relative;
    margin: auto;
    top: 0px;
    height: 800px;
    width: 800px;
    border: 1px solid #BDBFC2;
    background-color: white;
    color: black;
    overflow: auto;

}
div.body2 {
    position: relative;
    /* top: 120px; */
    margin-top: 110px;
    margin-left: 210px;
    padding-left: 0px;
    padding-bottom: 50px;
    padding-right: 40px;
    min-width: 800px;
    min-height: 800px;
    border: 1px solid black;
    border-radius: 20px 20px;
    background-color: white;
    color: black;
    overflow-y: auto;
    /* z-index: 1; */
}
div.body3 {
    position: relative;
    margin: auto;
    top: 0px;
    padding-bottom: 50px;
    width: 800px;
    border: 1px solid #BDBFC2;
    background-color: white;
    color: black;
    overflow: auto;

}
div.footer {
    position: relative;
    /* margin-left: 170px; */
    margin-top: 0px;
    padding-top: 10px;
    /* width: 800px; */
	min-height: 40px;
    /* height: 100%; */
    border: 1px solid #BDBFC2;
    /*background-color: white;*/
    background: -webkit-linear-gradient(#F8F8F8, #D0D0D0); /* For Safari */
    background: -o-linear-gradient(#F8F8F8, #D0D0D0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F8F8F8, #D0D0D0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F8F8F8, #D0D0D0); /* Standard syntax (must be last) */
    
    text-align: center;
}
div.flex-container {
	display: flex;
	flex-wrap: wrap;
}

div.tools1 {
    width: 360px; 
    padding: 10px;
    padding-left: 0px;
    padding-right: 20px;
    background-color: #fdfaf1;
    border: solid black 1px;
    border-radius: 5px;
    margin: 5px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}
div.tools2 {
    width: 360px; 
    padding: 10px;
    padding-left: 0px;
    padding-right: 20px;
    background-color: white;
    border: solid black 1px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}
div.tools3 {
    width: 460px; 
    padding: 10px;
    padding-left: 0px;
    padding-right: 20px;
    /*background-color: #fdfaf1;*/
    background-color: white;
    border: solid black 1px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

div.dropdown {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
div.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 160px;
	width: 800px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
	padding: 12px 16px;
	z-index: 3;
}
div.dropdown:hover .dropdown-content {
	display: block;
}
div.desc {
	padding: 15px;
	text-align: center;
}
div.scroll {
    position: relative;
    margin: auto;
    padding-bottom: 50px;
    top: 0px;
    width: 800px;
	/* height: 600px; */
	overflow-y: auto;
    border: 1px solid #BDBFC2;
    background-color: white;
    color: black;
}
h1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    line-height: 16px;

}
h2.tools3 {
    padding-left: 20px;
}
h2 {	
    font-size: 16px;
    font-weight: bold;
    font-style:italic;
    padding: 0px;
    padding-left: 40px;
    padding-right: 30px;
    line-height: 14px;	
}
h2.outdent {
    font-size: 14px;
    font-weight: bold;
    font-style:italic;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 14px;

}
h3 {	
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 14px;	
}
p {
    font-size: 14px;
    padding: 0px;
    padding-left: 40px;
    /* padding-right: 20px; */
    color: black;

}
p.tools3 {
    padding-left: 30px;
}
p.half {
    width: 350px;
    color: black;
}
p.footer {
    text-indent: 0px;
    text-align: center;	
    font-weight: lighter;
    font-size: 12px;

}
ul {	
    font-size: 14px;
/*    padding: 0px;
    margin: 0px;
    padding-left:40px;
    margin-left:60px;*/

}

th.screenshots {
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;

}
tr.mail {
    vertical-align: middle;
    height: 20px;
}
td.mail {
    width: 150px;
    height: 20px;
    background-color: white;
    text-align: left;
    vertical-align:middle;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:50px;
    margin-left:50px;

}
li.dltable{
    list-style-type: none;
   
}
table.dltable{
    font-size: 12px;
    /*margin: auto;*/
    margin-left: 20px;
    border:0px solid #c3c3c3;
    column-gap: 0em;
    border-collapse: collapse;
    text-align: left;
}
th.dltable {
    /*background-color:white;*/
    /* border-collapse:collapse; */
    border-top:1px solid black;
    border-bottom:1px solid black;
    border-left: 0px;
    border-right: 0px;
    padding-top:15px;
	padding-bottom: 15px;
    vertical-align:bottom;
    text-align:left;
    font-size: 14px;
}
tr.alt.dltable{
    background-color: #99CCFF;

}
tr.dltable{
    padding-top:15px;
    padding-bottom: 15px;
    text-align: left;
    /* border-collapse: collapse; */
    border-spacing: 5px;
    border-left: 0px;
    border-right: 0px;
    border-bottom:1px solid black;
}
td.dltable{
    
    border-left: 0px;
    border-right: 0px;
    padding-top:10px;
    padding-bottom: 10px;
    text-align:left;
    /* border-collapse: collapse; */
    border-spacing: 0px;
    vertical-align: center;
}
caption.dltable{
    height: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 5px;
}
table.header {
    /*border-style: inset;*/
    border-spacing:0px;
    margin:auto;
    height:auto;
    border:0px solid black;

}
td.header {
    padding-top:10px;
    padding-bottom:10px;      
    text-align:right;
    vertical-align:center;
    background-color:transparent;
    border:0px solid black;

}
td.nav {
    width:158px;
    background-color:#707070;
    text-align:center;
    vertical-align:bottom;
    border-bottom:0px solid black;
    border-top:0px solid black;

}
ul.nav{
    font-size: 10px;
    font-weight: bold;
    list-style-type: none;
    vertical-align: bottom;
    width: 120px;
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    /*background-color: #B0C4DE;*/
    background-color: #707070;
}
li.nav{
    vertical-align: bottom;
}
a.nav:link, a.nav:visited {

    display: block;
    color: white;
    height: 18px;
    text-decoration: none;
    font-weight: bold;
    /*background-image:url("./images/Button_bg_up-2.gif");*/

}
a.nav:hover {
    color: #FF9900;
    height: 18px;
    text-decoration: none;
    /*background-image:url("./images/Button_bg_down-2.gif");*/
    /*background-color: #0099FF;*/

}
div.thumbs{
    margin:2px;
    padding: 0px;
    border: none;
    height:auto;
    width:auto;
    float:left;
    text-align:center;
}
div.thumbs img{
    display:inline;
    margin:0px;
    border:1px solid #ffffff;
}
div.thumbs a:hover img{
    border:1px solid #0000ff;
}
div.thumbs_desc{
    text-align:center;
    font-weight:normal;
    font-size: 10px;
    width:100px;
    margin:2px;
}
#grad_grey{
    background: -webkit-linear-gradient(#F8F8F8, #D0D0D0); /* For Safari */
    background: -o-linear-gradient(#F8F8F8, #D0D0D0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F8F8F8, #D0D0D0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F8F8F8, #D0D0D0); /* Standard syntax (must be last) */
    border-radius: 0.75em;
}
#grad_beige{
    background: -webkit-linear-gradient(#FDF5E6, #F5DEB3); /* For Safari */
    background: -o-linear-gradient(#FDF5E6, #F5DEB3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FDF5E6, #F5DEB3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FDF5E6, #F5DEB3); /* Standard syntax (must be last) */
    border-radius: 0.75em;
}
#grad_blue{
    background: -webkit-linear-gradient(#FFFAFA, #87CEEB); /* For Safari */
    background: -o-linear-gradient(#FFFAFA, #87CEEB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFAFA, #87CEEB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFAFA, #87CEEB); /* Standard syntax (must be last)#F8F8F8 #3399CC*/
    border-radius: 1em;
}
#grad_green{
    background: -webkit-linear-gradient(#F8F8F8, #33FFCC); /* For Safari */
    background: -o-linear-gradient(#F8F8F8, #33FFCC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F8F8F8, #33FFCC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F8F8F8, #33FFCC); /* Standard syntax (must be last) */
    border-radius: 1em;
}
#screenshot ul, li, a{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
}
#screenshot {
    border: 1px solid #5795d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 250px;
    height: auto;
    margin-left: 40px;
}
#screenshot ul {
    zoom: 1;
    background: #d3e3f5;
    background: -moz-linear-gradient(top, #d3e3f5 0%, #aac9eb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3e3f5), color-stop(100%, #aac9eb));
    background: -webkit-linear-gradient(top, #d3e3f5 0%, #aac9eb 100%);
    background: -o-linear-gradient(top, #d3e3f5 0%, #aac9eb 100%);
    background: -ms-linear-gradient(top, #d3e3f5 0%, #aac9eb 100%);
    background: linear-gradient(top, #d3e3f5 0%, #aac9eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#screenshot ul:before {
    content: '';
    display: block;
}
#screenshot ul:after {
    content: '';
    display: table;
    clear: both;
}
#screenshot li {
    margin: 0 5px 0 10px;
    border: 1px solid transparent;
}
#screenshot li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px 9px 15px;
    display: block;
    text-decoration: none;
    color: black;
    border: 1px solid transparent;
    font-size: 14px;
}
#screenshot li.active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d3e3f5;
}
#screenshot li.active a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #81afe1;
    border: 1px solid #5795d8;
    -moz-box-shadow: inset 0 5px 10px #5795d8;
    -webkit-box-shadow: inset 0 5px 10px #5795d8;
    box-shadow: inset 0 5px 10px #5795d8;
}
#screenshot li:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d3e3f5;
}
#screenshot li:hover a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #81afe1;
    border: 1px solid #5795d8;
    -moz-box-shadow: inset 0 5px 10px #5795d8;
    -webkit-box-shadow: inset 0 5px 10px #5795d8;
    box-shadow: inset 0 5px 10px #5795d8;
}
#navmenu a {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
}
#navmenu {
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 0px;
    border: 0px solid #00001a;
    width: 160px;
    /* background: #0000b3; */
}
#navmenu ul {
    zoom: 1;
    background: #0000b3;
    background: -moz-linear-gradient(top, #0000b3 0%, #000088 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0000b3), color-stop(100%, #000088));
    background: -webkit-linear-gradient(top, #0000b3 0%, #000088 100%);
    background: -o-linear-gradient(top, #0000b3 0%, #000088 100%);
    background: -ms-linear-gradient(top, #0000b3 0%, #000088 100%);
    background: linear-gradient(top, #0000b3 0%, #000088 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#navmenu ul:before {
    content: '';
    display: block;
}
#navmenu ul:after {
    content: '';
    display: table;
    clear: both;
}
#navmenu li {
    /* float: left; */
    margin: 0 5px 0 0;
    border: 1px solid transparent;
}
#navmenu li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px 9px 15px;
    display: block;
    text-decoration: none;
    color: black;
    border: 1px solid transparent;
    font-size: 14px;
}
#navmenu li.active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0000b3;
}
#navmenu li.active a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #00004d;
    border: 1px solid #00001a;
    -moz-box-shadow: inset 0 5px 10px #00001a;
    -webkit-box-shadow: inset 0 5px 10px #00001a;
    box-shadow: inset 0 5px 10px #00001a;
	color: white;
}
#navmenu li:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0000b3;
}
#navmenu li:hover a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #00004d;
    border: 1px solid #00001a;
    -moz-box-shadow: inset 0 5px 10px #00001a;
    -webkit-box-shadow: inset 0 5px 10px #00001a;
    box-shadow: inset 0 5px 10px #00001a;
    color: white;
}



