body {
    font-family: "Lato", sans-serif;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: green;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

html
{
    background-image: url('images/bg03.jpg');
    background-repeat: repeat;
    height: 100%
}

body
{
    height: 100%
}

.div01
{
    color: #2F44EE;
    background: #00ffff;
    margin: 0;
    height: 25px;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.div02
{
    padding: 1px;
    background: #333399;
    height: 37px;
    font-size: 16px;
}

.div03left
{
    padding: 0px;
    height: 100%;
    font-size: 16px;
}

.div04
{
    float: right;
    width: 33%;
    margin: 1px;
    height: 200px;
}
.ul01
{
    display: inline;
    width: 50px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.ul01 li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

.ul01 li a
{
    width: 100px;	
    padding: 4px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
    font-family: Arial;
    text-decoration: none;
    text-shadow:0px 4px 4px #0A0B0F;
    display: inline-block;
    color: #FFFFFF;
    background-color:#333399;
    border-radius: 1px;
}

.ul01 li a:hover
{
    background-color: #990033;
}

.ul02left
{
    margin: 0px;
    padding: 0px;
}

.ul02left li
{
    margin: 0px;
    padding: 0px;
}

.ul02left li a
{
    margin: 0px;
    padding: 10px;
    display: block;
    width: 90%;
    height: 36px;
    line-height: 18px;
    vertical-align: central;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Segoe UI' ,'Dejavu Sans', Arial, sans-serif;
    text-decoration: none;
    text-align: left;
    color: #FFFFFF;
    text-shadow:0px 2px 2px #0A0B0F;
    background: rgba(0,128,255,.2) no-repeat 50% 50%;
}

.ul02left li a:hover {
    background: rgba(0,128,255,.5) no-repeat 50% 50%;
}

.ul02left li a:active {
    background: rgba(0,128,255,.8) no-repeat 50% 50%;
}


.bbox01
{
    width: 90%;
}

.bbox02
{
    margin: 0px;
    background: #ffe5ff;
}

.sfooter
{
    /* position: absolute; */
    /* bottom: 0; */
    /* background-image: url('images/bg06.jpg'); */
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,.5) no-repeat 50% 50%;
    font-family: 'Segoe UI' ,'Dejavu Sans', Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: center;
    clear: both;
    font-weight: bold;
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
}

.unslider-nav ol
{
   display: none;
}

.unslider-arrow
{
    display: block;
    overflow: hidden;
    background: rgba(0,128,255,0) no-repeat 50% 50%;
    border-radius: 32px;
    opacity: .6;
    transition: opacity .2s;
    height: 95%;
    width: 200px;
    top: 10px;
    line-height:500px;
}

.phots
{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: Arial;
    text-decoration: none;
    text-shadow:0px 4px 4px #0A0B0F;
    color: #FFFFFF;
}

.l-arrow
{
    position: absolute;
    z-index: 1;
    top: 60%;
    left: 20px;

}

.r-arrow
{
    position: absolute;
    z-index: 1;
    top: 60%;
    right: 20px;
}

.gallery-image
{
    padding-right: 6%;
    width: auto;
    max-height: 100%;
    max-width: 96%;	
}

.gallery-name {
    background: rgba(0,128,255,.2) no-repeat 50% 50%;
    border-radius: 5px;
    border: 1px solid #18ab29;
    display: inline-table;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 0px #2f6627;
    margin: 10px;
    width: 250px;
    height: 46px;
}

.gallery-name:hover {
    background: rgba(0,128,255,.4) no-repeat 50% 50%;
}

.gallery-name:active {
    background: rgba(0,128,255,.8) no-repeat 50% 50%;
}

.filename-link {
    background: rgba(0,128,255,.2) no-repeat 50% 50%;
    border-radius: 5px;
    border: 1px solid #18ab29;
    display: inline-table;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 8px;
    font-family: 'Segoe UI' ,'Dejavu Sans', Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 2px 2px #0A0B0F;
    margin: 4px;
    width: 90%;
}

.filename-link:hover {
    background: rgba(0,128,255,.4) no-repeat 50% 50%;
}

.filename-link:active {
    background: rgba(0,128,255,.8) no-repeat 50% 50%;
}

.filename1-link {
    background: rgba(0,128,255,.2) no-repeat 50% 50%;
    border-radius: 5px;
    border: 1px solid #18ab29;
    display: inline-table;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 8px;
    font-family: 'Segoe UI' ,'Dejavu Sans', Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 2px 2px #0A0B0F;
    margin: 4px;
    width: 45%;
}

.filename1-link:hover {
    background: rgba(0,128,255,.4) no-repeat 50% 50%;
}

.filename1-link:active {
    background: rgba(0,128,255,.8) no-repeat 50% 50%;
}

.subhead-title {
    background: rgba(106,90,205,.9) no-repeat 50% 50%;
    border-radius: 2px;
    border: 1px solid #0099ff;
    display: inline-table;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 30px;
    padding: 20px 20px 20px;
    text-decoration: none;
    text-align: center;
    text-shadow:0px 4px 4px #010101;
    margin: 10px 10px 10px;
    width: 90%;
    height: 5px;
}

.heading
{
    color: #0070C0; 
    text-align:center; 
    line-height:normal; 
    font-size:20pt; 
    font-family:"Georgia","serif"; 
    text-shadow: 0px 2px 2px #2f6627; 
    padding: 0; 
    margin: 0;
    text-decoration: underline;
}

.sidefloat
{
    background:#b3ffff;
}

.contab
{
    width: 100%;
}

.contab td, th {
  border: 1px solid #DDD;
  border-color: black;
  text-align: justify;
  padding: 3px;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;

}
.contab td a
{
  text-decoration: none;
}
.contab th {
  background: lightblue;
  border-color: black;
}

.slide-image
{
    padding-right: 6%;
    width: auto;
    max-height: 100%;
}

.picnamespan
{
    color: #EAEBEC;
    font-size: 8pt; 
    font-family: Arial, Helvetica, sans-serif;
}