﻿._controlCodeFinderStyle
{
}

._txtCodeStyle
{
    width: 50px;
}

._txtTextStyle
{
    width: 200px;
}

._imgStataStyle
{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

._tblMenuStyle
{
    display: none;
    position: absolute;
    border: 1px solid #003366;
    border-collapse: collapse;
}

._tblMenuStyle tr
{
    background-color: #EEEEEE;
    color: #000000;
}

._tblMenuStyle tr:hover
{
    background-color: #7BB7F9;
    color: #000000;
    cursor: pointer;
}

._tblMenuStyle td
{
    width: 100%;
}

._tblLikeResultStyle
{
    width: 350px;
    display: none;
    position: absolute;
    border: 1px solid #003366;
    border-collapse: collapse;
}

._tblLikeResultStyle tr
{
    background-color: #799FEF;
}

._tblLikeResultStyle tr:hover
{
    background-color: #FFFFCC;
    cursor: default;
}

._disableScreenStyle
{
    background-color: Gray;
    -moz-opacity: .5;
    filter: alpha(opacity=5);
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 98;
    display : none;
}

._searchWindowStyle
{
    background-color: White;
    width: 400px;
    border: 5px ridge #0000FF;
    -moz-box-shadow: 0px 0px 5px #6699FF;
    -webkit-box-shadow: 0px 0px 5px #6699FF;
    box-shadow: 0px 0px 5px #6699FF;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    z-index: 99;
    position: fixed;
    display : none;
}
._exitImageStyle
{
    float: left;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

._sw_grdDate_Style a
{
    cursor: pointer;
    text-decoration: underline;
}