﻿
.divMain
{
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
    background-color: White;
    height: auto;
}
.divBody
{
    background-color: #eaeaec;
    height: auto;
    border-radius: 15px;
    margin-top: 5px;
}

.divContent
{
    padding-left: 10px;
    padding-right: 10px;
}
.divLoginPanel
{
    float: right;
}
.imageshow
{
}
.dashboardheader
{
    border-radius: 8px;
    text-align: center;
    background-color: #094e7f;
    height: 35px;
    font-size: 21px;
    color: White;
    padding-top: 3px;
    margin:20px;
}
.rptHeader
{
    background-color: #7e7e7e;
    
}
#cssmenu
{
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.footer
{
    background: url('../img/footer.jpg');
    width: 1200px;
    text-align: center;
    height: 40px;
    padding-bottom: 50px;
    padding-top: 10px;
}
.DeptLoginBox
{
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.ShadowBox
{
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.ImageSlider
{
    height: 120px;
}

.divBodyBorder
{
    background-color: #eaeaec;
    height: auto;
    border-radius: 15px;
    margin-top: 5px;
    border:1px solid red;
}
.SubFieldSet
{
    background-color: #eaeaec;
    height: auto;
    border-radius: 15px;
    margin-top: 5px;
    border:1px solid blue;
}
.SubSubFieldSet
{
    background-color: #eaeaec;
    height: auto;
    border-radius: 15px;
    margin-top: 5px;
    border:1px solid green;
}

.SubFieldSetForm
{
    height: auto;
    border-radius: 15px;
    margin-top: 5px;
    border:1px solid blue;
}

.SubSubFieldSetForm
{
    height: auto;
    border-radius: 15px;
    margin-top: 5px;
    border:1px solid green;
}


