﻿html, body, form {
    height:100%;
    min-height:100%;
    width:100%;
    margin:0 auto;
    background-attachment:fixed;
    background-position:0% 0%;
    background-color:#dce8f6;
    display:table;
    overflow: hidden;
}

.hyperLink {  
    cursor: pointer;  
} 

.hyperLinkbold {  
    cursor: pointer;
    font-weight:bold; 
}

.defaultlogodiv{
    position:absolute;
    top:5px;
    left:15px;
    width:300px;
    height:60px;
}

.defaultMenuDiv{
    position:absolute;
    top:15px;
    left:400px;
    font-family:Calibri;
}

.defaultsubmitdiv{
    position:absolute;
    top:0px;
    left:1250px;
    height:60px;
    width:200px;
    padding-top:25px;
    float:left;
}

.defaultUserdiv{
    position:absolute;
    left:1375px;
    padding-top:5px;
}

.defaultsatdiv{
    position:absolute;
    top:8px;
    left:1330px;
    height:50px;
    width:120px;
    float:left;
    background-color:royalblue;
    border:1px solid;
    border-color:royalblue;
    border-radius:100%;
    color:white;
    font-weight:bold;
    font-size:9pt;
    padding-left:40px;
    padding-top:6px;
    cursor:pointer;
    transition:all 1s ease;
}

.defaultsatdiv:hover{
    color:yellow;
    border-radius:15px 20px;
}

.DefMenuStyle{
    font-family:Calibri;
}

.DefMenuStyle:hover{
    cursor:pointer;
}

.DefMenuSelectedStyle{
    font-weight:bold;
}

.LoginForgat {
    font-family:Calibri !important;
    font-weight:bold !important;
    font-size:small;
}

.LoginForgat:hover{
    cursor:pointer !important;
}
