@charset "utf-8";
/* CSS Document */
.baslik {
 font-size:12px;
 color:#000000;
 font-weight:bold;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
.normal {
 font-family:"Microsoft Sans Serif";
 font-size:12px;
 color:#000000;
}
.butonimg {
  border:none;
  cursor:pointer;
}
.sahne{
 overflow:auto;
 width:100%;
 height:100%;
 border:2px solid #FFFFFF;
 background-color:#CCCCCC;
 padding:5px;
}
.sayfaliste{
 overflow:auto;
 width:100%;
 height:100%;
 background-color:#CCCCCC;
 border:2px solid #FFFFFF;
}
.listpicpasif{
  margin-bottom:2px;
  margin-left:5px;
  cursor:pointer;
  border:none;
}
.butonlar{
  border:1px dotted #000000;
  background:#CCCCCC;
  color:#000000;
}
