﻿.Body
{
    font-family: Verdana;
    font-size: 12px;
    color: #626262;
}


.PageTitle
{
    font-weight: 700;
    color: #666;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 24px;
    opacity: .9;
    height: 26px;
}


.top
{
    background-color: #4c6d5e;
    height: auto;
    width: 100.5%;
    z-index: 800;
    position: fixed;
    box-shadow: 2px 0 3px rgba(0,0,0,.5);
    min-width: 320px;
    position: relative;
    top: -8px;
    left: -8px;
}

.Panel
{
    background-color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
    padding: 20px 20px 20px 20px;
}

.TextBox
{
    color: #666;
    border: 1px solid #C7C7C7;
    border-radius: 1px;
    background-color: #fff;
    box-shadow: none;
    height: 25px;
    width: 170px;
    padding: 0px 8px 0px 8px;
    margin-bottom: 5px;
}

.DropDown
{
    color: #666;
    border: 1px solid #C7C7C7;
    border-radius: 1px;
    background-color: #fff;
    box-shadow: none;
    height: 28px;
    width: 180px;
    padding: 0px 8px 0px 8px;
    margin-bottom: 5px;
    font-family: Verdana;
    margin-right: 5px;
}

.Button
{
    background-color: #4c6d5e;
    color: #FFF;
    border: 1px solid #4db1a7;
    border-radius: 2px;
    height: 32px;
    width: 95px;
}

.Button:hover
{
    cursor: pointer;
    background-color: #3C574B;
    color: #f7f7f7;
}

.Grid
{
    border: solid 1px Grey;
    border-radius: 5px;
}

.Grid a
{
    color: #310770;
    text-decoration: none;
}

.Grid a:hover
{
    text-decoration: underline;
}

.Grid td
{
    padding: 6px;
    height: 6px;
    border: solid 1px #4c6d5e;
}

.Grid th
{
    padding: 6px;
    background-color: #4c6d5e;
    height: 14px;
    color: #f7f7f7;
}

.Grid .GridFooter
{
    padding: 6px;
    background-color: #4db1a7;
    height: 14px;
    color: #f7f7f7;
    text-align: right;
}

.Grid .GrdAltRow
{
    background-color: #f7f7f7;
}

.Grid .GrdRow
{
    background-color: #fff;
}
.Popup
{
    display: inline-block;
    background-color: #F0F3F4;
    border: 2px solid #094791; /*box-shadow: 8px 8px 5px #888888;*/
    -moz-box-shadow: 3px 3px 4px #444;
    -webkit-box-shadow: 3px 3px 4px #444;
    box-shadow: 3px 3px 4px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}