/*** DIV Input ***/
.divSearchInput
    {
    position: relative;
    left: 20px;
    top: 20px;
    color: #003366;
    }
.inputSearch
    {
    color: #003366;
    background-color: #CCDDFF;
    }

/*** DIV OutPut ***/
.divSearchList
    {
    position: relative;
    left: 20px;
    top: 10px;
    color: #003366;
    }
/*** TABLE List***/
.tableSearch
    {
    width: 500px;
    }
.tdSearchFejlec
    {
    font-weight: bold;
    text-align: center;
    color: #003366;
    }
.tdSearchCsoport
    {
    border-top: solid 1px #003366;
    }
.tdSearchTalalat
    {
    padding-left: 20px;
    }
.tdSearchText
    {
    padding-top: 15px;
    
    color: #003366;
    text-align: center;
    }
