﻿body
{
    font-size: small;
}

.popup
{
    visibility: visible;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    height: 50px;
    background-color: #82cc5d;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    display: none;
}

.popup .red
{
    visibility: visible;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    height: 50px;
    background-color: #e25b53;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    display: none;
}

.pagination td td span
{
    font-size: 25px;
}

.pagination td td a
{
    margin-left: 5px;
    margin-right: 5px;
}


.pagination
{
}

.standard td
{
    border: 1px solid gray;
}

.standard2 td
{
    border: 1px solid white;
}

input[type="text"]
{
    font-size: 12px;
}


.ajax-loader
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px; /* -1 * image width / 2 */
    margin-top: -21px; /* -1 * image height / 2 */
    display: block;
}


.standard_menu
{
     border-style:solid;
     border-width:1px;
     color:black;
    float: left;
    line-height: 30px;
font-size:15px;
padding-left:10px;
padding-right:10px;
    vertical-align: middle;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right:10px;
     border-color:gray;
}


div.ui-datepicker{
 font-size:10px;
}

a.foot_print {
    border-style:solid;
    border-width:1px;
    background-color:white;
    border-color:gray;
    padding:5px;
    margin:5px;
    color:black;
    text-decoration:none;
}