﻿body
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background-image: url('../img/bg.jpg');
    background-repeat: repeat;
}

/*______________ For Login _____________________*/

.logindiv
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 40px;
    width: 580px;
    height: 340px;
    background-color: #C0C0C0;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.logindiv1
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    height: 300px;
    background-color: #CCCCCC;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*______________________________________________*/

.main
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 3px;
    width: 100%;
    height: 98vh;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 2px;
    border-left-width: 2px;
    border-right-color: #DDDDDD;
    border-left-color: #DDDDDD;
}
.head
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-bottom: 1px solid silver;
}

.content
{
    border: 1px solid #F3F3F3;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: 1024px;
    height: auto;
    background: rgb(249, 249, 249);
    background: rgba(249, 249, 249, 0.4);
}

.a td:hover
{
    opacity: 0.6;
}

.link
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    width: 1024px;
    height: 30px;
    background-color: #99CC00;
}

.module
{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-decoration:none;
}

.scrollbar
{
    margin-left: 10px;
    float: left;
    height: 76vh;
    width: 100%;
    background: #F5F5F5;
    overflow-y: scroll;
}

#style-7::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), 									   color-stop(0.86, rgb(28,58,148)));
}
.txtbox
{
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    outline: none;
    height: 25px;
    width: 275px;
}
.fs
{
    background: #FFFFDD;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    outline: none;
    text-align: left;
}
.btn
{
    color: white;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgb(58, 58, 58);
    padding: 3px 3px 3px 3px ;
    font-family: calibri;
    font-size: 15px;
    cursor:pointer;
}


