﻿div.GeneralStyle
{
    border: solid 1px #e8eef4;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2px;
}

div.ModalContainerStyle
{
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
    height: 450px;
}

div.ResultsStyle
{
    width: 100%;
    height: 500px;
    overflow: auto;
    border: solid 1px #e8eef4;
}

div.ResultsStyle table thead
{
    /*width: 900px;
    overflow: auto;*/
}
div.ResultsStyle table tbody
{
    /*width: 900px;
    height: 500px;
    overflow: auto;*/
}

div.ControlContainerStyle
{
}
div.ControlContainerStyle Form
{
    display: inline;
}

div#error
{
    position: relative;
    z-index: 9999;
    border: solid 2px #ff0000;
    background-color: #FFA6A6;
    color: #800000;
    padding: 15px;
}

div#loading
{
    position: absolute;
    z-index: 9999;
    border: 2px solid #808080;
    padding: 20px;
    width: 300px;
    height: 50px;
    background-color: #ffffff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}


div#Tempoading
{
    position: absolute;
    z-index: 9999;
    border: 2px solid #000066;
    padding: 20px;
    width: 300px;
    height: 110px;
    background-color: #9393FF;
    color: #000066;
    font-weight: bold;
}