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

}

.grid table {
    width: 100%;
    font-family: voces, verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    background: none repeat scroll 0 0 #F6F6F6;
    border-spacing: 0;
    line-height: 28px;
    min-height: 28px;
    text-align: left;

}

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

.grid table th, .grid table td {
    padding-left: 10px;

}

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

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

.grid tfoot tr td * {
    float: right;
}

.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(../image/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(../image/asc.gif);
    text-decoration: underline;
}

.grid table thead tr .headerSortDown {
    background-image: url(../image/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;
}

