﻿body 
{
    background-color: White;
    margin: 0px;
}

div.LoginTopBar
{
    height: 160px;
    background-color: #FCF9F9;
    box-shadow: 0px -3px 3px 1px #C0C0C0 INSET;
}

div.MooyahLogo
{
    background-image: url('../Images/Mooyah1.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    position: fixed;
    top: 100px;        
}

div.LoginPanel
{
    width: 310px;
    height: 170px;
    padding: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    font-family: Arial;
    font-size: large;
    box-shadow: 0px 0px 3px 1px #D0D0D0 INSET;
}

div.MooyahTopBar
{
    height: 90px;
    background-color: #FCF9F9;
    box-shadow: 0px -3px 3px 1px #C0C0C0 INSET;    
}

div.MooyahMasterLogo
{
    background-image: url('../Images/Mooyah.png');
    background-size:200px 80px; 
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 85px;
    position: relative;
    top: 0px;
    left: 20px;
}

div.FilterBoxCal
{
    padding: 15px;
    display: inline-block;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #E0E0E0;
}

.tboxLogin
{
    color: #0066CC;
    font-size: large;
    padding: 3px 5px 3px 5px;
    border: 1px solid #9C9C9C;
    border-radius: 4px;
}

.tboxLogin:focus
{
    color: #0066CC;
    font-size: large;
    padding: 3px 5px 3px 5px;
    border: 1px solid #9C9C9C;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px #C0C0C0;
}

.btnLogin
{
    color: White;
    font-size: large;
    padding: 4px 7px 5px 7px;
    background-color: #F01111;
    border: 3px solid #F0F0F0;
    border-radius: 6px;
    box-shadow: 0px -5px 5px 1px #AA0000 INSET;
}

.btnLogin:hover
{
    color: #FFFFCC;
    font-size: large;
    padding: 4px 7px 5px 7px;
    background-color: #F01111;
    border: 3px solid #F0F0F0;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 1px #C0C0C0;
}

.TableHeaderBg1
{
    background-image: url('../Images/bgHexagon.png');
}

.blackDiv
{
    border: 1px solid #c0c0c0; 
    border-radius: 10px;
    height:300px;
    padding: 10px;
}