div.grid {
    background-color: #EFF1F2;
    padding: 20px;
    border: 1px solid rgba(95, 87, 92, 0.31);
    border-radius: 10px;

}
.grid  table table
{
    width : auto;
}
.grid  table {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-family: voces, verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    background: none repeat scroll 0 0 #F6F6F6;
    border-spacing: 0;
    line-height: 28px;
    min-height: 28px;
    text-align: left;
    margin-bottom: 0px;
    margin-right: 5px;
}

.grid table th {
    font-weight: bold;
    font-size: 15px;
}

.grid table th, .grid table td {
    padding-left: 6px;
    border:none;

}

.grid table tbody tr:nth-child(2n+1) {
    background-color: #EFF1F2;
}

.grid table  tbody tr:hover {
    background: none repeat scroll 0 0 #E5EDF7;
}

.grid .ara {

    font-family: voces, verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 10px;

}

.grid #ara {
    width: 300px;
    height: 20px;
    font-family: voces, verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid rgba(95, 87, 92, 0.31);
    border-radius: 10px;
}

.grid table thead tr .header {
    background: url(/images/master/grid/bg.gif) no-repeat center right;
    cursor: pointer;
    border-right: 1px solid rgba(95, 87, 92, 0.31);
    padding-right: 10px;

}

.grid table thead tr .headerSortUp {
    background-image: url(/images/master/grid/asc.gif);
    text-decoration: underline;
}

.grid table thead tr .headerSortDown {
    background-image: url(/images/master/grid/desc.gif);
    text-decoration: underline;

}

.grid_show table tbody tr td:first-child {
    /*Grid stilini show ekraninda kullanirken ilk sutunlari bold yazmak iÃ§in ek stil*/
    font-weight: bold;
}

.grid_arama_sonucu{
    margin-left: 10px;
    color: rgba(95, 87, 92, 0.31);
    font-size: 15px;
}