﻿

    #graybackground-div

{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #808080;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 10;
    display: none;
}

#message-div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='white',EndColorStr='white');
    width: 100px;
    height: 120px;
    border: 2px solid Blue;
    font-family: Arial;
    text-align: center;
    color: Gray;
    font-size: 15px;
    z-index: 20;
    display: none;
}

    #message-div div {
        padding: 70px;
    }

.ontop {
    background: #606061;
    color: #FFFFFF;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: absolute;
}


#popup {
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    color: #FFFFFF;
    line-height: 25px;
    /*position: absolute;*/
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    opacity: 1;
    pointer-events: auto;
    right: -12px;
    text-align: center;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.close {
    background: red;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    /*right: -12px;*/
    left: 0px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.tdLeftStyle
    {
        font-size:10pt;
        color:Black;
        vertical-align: middle; height: 17px; text-align: left;
        line-height:17px;
    }
     
    .tdCenterStyle
    {
        font-size:10pt;
        color:Black;
        vertical-align: middle; height: 17px; text-align: center;
    }

    .tdRightStyle
    {
        font-size:10pt;
        color:Black;
        vertical-align: middle; height: 17px; text-align: right;
    }
    
        .search-text-box-new{
            border-top:thin solid  #e5e5e5;
            border-right:thin solid #e5e5e5;
            border-bottom:0;
            border-left:thin solid  #e5e5e5;
            box-shadow: 1px 1px 5px #CCC;
            float:left;
            height:30px;
            margin:.0em 0 0 .0em; 
            outline:0;
            line-height: 30px;
            font-size:small;
            
            border: 1px solid #aaa;
        }
        
        .search-text-box-mnd{
            border-top:thin solid  #e5e5e5;
            border-right:thin solid #e5e5e5;
            border-bottom:0;
            border-left:thin solid  #e5e5e5;
            box-shadow: 1px 1px 5px #CCC;
            float:left;
            height:30px;
            margin:.0em 0 0 .0em; 
            outline:0;
            line-height: 30px;
            font-size:small;
            
            border: 1px solid #aaa;
            border-bottom-color:Red;
        }


        .search-button-new{
            background-color:#f1f1f1;
            border-top:thin solid #e5e5e5;
            box-shadow: 1px 1px 5px #CCC;
            cursor:pointer;
            float:left;
            height:30px;
            margin:.0em 0 0 .0em;
            text-align:center;
            width:30px;
            border-radius: 3px;
            border: 1px solid #aaa;
            

        }
   
   .TextBoxStyleMnd        
        {

    height: 30px;
    border-radius: 3px;
    border: 1px solid #aaa;
    vertical-align:text-top;
    font-size:small;
    box-shadow: 1px 1px 5px #CCC;
     border-bottom-color:Red;
}

     .TextBoxStyle        
        {

    height: 30px;
    border-radius: 3px;
    border: 1px solid #aaa;
    vertical-align:text-top;
    font-size:small;
    box-shadow: 1px 1px 5px #CCC;
}
        
    .TextBoxStyleRight        
        {

    height: 30px;
    border-radius: 3px;
    border: 1px solid #aaa;
    vertical-align:text-top;
    font-size:small;
    box-shadow: 1px 1px 5px #CCC;
    text-align: right;
}

.TextEmbosedStyle        
        {text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
	color: #CCCCCC;
	opacity: 0.3;
	font-size:xx-large;
}
