/*  = listeleme
-------------------------------------------------- */
#kapsayici {
    width: 750px !important; /* orjinali 400px */
}
#liste{
    margin-top: 20px;
}



/*  = listeleme formu
-------------------------------------------------- */
#listelemeFormu { margin-bottom: 25px; }
#listelemeFormu p { margin: 6px 0; }
#listelemeFormu label {
    font-weight: bold;
    color: #777;
    display:  block;
    width: 131px;
    float: left;
    border: 1px solid #fff;
}
#listelemeFormu input {
    padding: 2px 4px;
    color: #d5616d;
    width: 65px;
    font: normal 13px Verdana;
    border: 1px solid #ccc;
    background: #fff url(../img/arka-input.png) center left repeat-x;
}
#listelemeFormu select {
    padding: 1px 2px;
    color: #d5616d;
    width: 75px;
    font: normal 12px Verdana;
    border: 1px solid #ccc;
}
#listelemeFormu textarea {
    padding: 4px 8px;
    width: 94%;
    height: 85px;
    color: #d5616d;
    border: 1px solid #ccc;
    font: normal 13px Verdana;
    background: #fff url(../img/arka-input.png) top left repeat-x;
}
#listelemeFormu button {
    padding: 3px;
    width: 210px;
    font: bold 14px "Trebuchet MS", Arial, "Lucida Grande", Verdana, Tahoma;
    letter-spacing: 2px;
    color: #d5616d;
    border: 1px solid #ccc;
    background: #fff url(../img/arka-input.png) top left repeat-x;
    cursor: pointer;
}

/*  = listeleme tablosu
-------------------------------------------------- */
/*
Rockstar 0.91
Table design by Jens Wedin, www.jedisthlm.com
*/

#listelemeTablosu {
  font: 88%/1.7em "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 1em 0;
  color: #000;
}

#listelemeTablosu thead th, 
#listelemeTablosu thead td {
  font-weight: bold;
  line-height: normal;
  text-align: left;
  border-bottom: 0.4em solid #09f;
  cursor: pointer;
}

#listelemeTablosu tfoot th, 
#listelemeTablosu tfoot td {
  text-align: left;
  border-top: 0.4em solid #09f;
  font-style: italic;
  color: #666;
}

#listelemeTablosu th, 
#listelemeTablosu td {
  padding: 0.25em;
}

#listelemeTablosu tbody th, 
#listelemeTablosu td {
  text-align: left;
  vertical-align: top;
}

#listelemeTablosu tbody th {
  font-weight: normal;
  white-space: nowrap;
}

#listelemeTablosu tbody th + td {
  white-space: nowrap;
}

#listelemeTablosu tbody td, 
#listelemeTablosu tbody th {
  border: 1px solid #fff;
  border-width: 1px 0;
}

#listelemeTablosu tbody tr.odd th, 
#listelemeTablosu tbody tr.odd td {
  border-color: #deded8;
  background: #f9f9fb;
}

#listelemeTablosu tbody tr td span {
    cursor: pointer;
}