﻿@font-face {
    font-family: "hasanin";
    font-style: normal;
    font-weight: normal;
    src: local("☺"),  url("../fonts/hasanin.ttf") format("truetype");
}

nav#Container{
    width:95%;
    height:30px;
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;    
    /*background:-moz-webkit-linear-gradient(-45deg, #fe8d03 0%,#00ff21 100%);*/
}
    
#Header{
    height:80px;
    margin-top:5px;
    color:yellow;
   /*background:-moz-webkit-linear-gradient(-45deg, #4800ff 0%,#ebf6fa 100%);*/
   

/* background:-webkit-linear-gradient(-45deg, green 0%,#fe8d03 100%); */
    /*background: #FE7B09 url(images/bg.jpg) repeat-x;*/

 border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-ms-border-radius:5px; /* IE 9+ */
-webkit-border-radius:5px; /* Chrome and Safari */
-o-border-radius:5px;/* Opera */

}
#Menu{
    color:yellow;
margin-top:5px;
margin-bottom:5px;
    height:50px;
    background:-webkit-linear-gradient(75deg, #f8d47f 0%,#fbf988 90%);
    border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-ms-border-radius:5px; /* IE 9+ */
-webkit-border-radius:5px; /* Chrome and Safari */
-o-border-radius:5px;/* Opera */

}

#SideBar{
    width:22%;
    height:600px;
   background:-webkit-linear-gradient(-45deg, #e6faff 0%,#fbf988 100%);
   margin-bottom:2px;
    float:right;
    margin-right:2px;
    border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-ms-border-radius:5px; /* IE 9+ */
-webkit-border-radius:5px; /* Chrome and Safari */
-o-border-radius:5px;/* Opera */
overflow-x:scroll;
    overflow-y:scroll;
}
#MainBody{
    width:77%;
    height:600px;
    
    float:left;
     padding-left: 5px;
    padding-right: 5px;
    overflow-x:scroll;
    overflow-y:scroll;
}
#Footer{
    color:green;
    height:50px;
    margin-top:3px;
    margin-bottom:5px;
    background:-webkit-linear-gradient(140deg, #e6ffee 0%,#001a09 100%);
    border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-ms-border-radius:5px; /* IE 9+ */
-webkit-border-radius:5px; /* Chrome and Safari */
-o-border-radius:5px;/* Opera */
    clear:both;
}
table {
    border-collapse: collapse;
    width: 90%;
    margin-left:5px;
    margin-right:5px;
}

th, td {
    text-align: center;
    padding: 1px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
}
ch{
    padding:30px;
}
table.imagetable
{
 
 font-family: Verdana, Arial, Sans-Serif;
 font-size:11px;
 color:#333333;
 border-width:1px;
 border-color:#999999;
 border-collapse:collapse;
 
    
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 1px;
    top: 1px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}