  /* -----------------------------------------------------------------------------
     Yazar  : Ertugrul Yildirim                 /  _/  /ey.gen.tr/_   __/__/ _  /
     Ulasim : ertugrul_yildirim@hotmail.com    /  _   /  / /   \  /  /  _/_    /
                                              /__/___/____/__/\__/__/_____/__\__\
     -------------------------------------------------------------------------  */

  body{
     font: normal 11px Tahoma, Times, sans-serif;
     margin-left: auto;
     margin-right: auto;
     margin-top: 50px;
     margin-bottom: 0px;
     padding: 0px;
     background-color: #FAFAFA;
     }

  label{
     cursor: pointer;
     }

   a, a:visited{
     color: black;
     text-decoration: underline;
     }

   a:hover{
     color: gray;
     text-decoration: none;
     }

  .metin{
     border: 1px solid silver;
     background-color: #FDFDFD;
     }
     
  .r1 { color: gray; }
  .r2 { color: darkred; }
  .r3 { color: darkgreen; }

  /* -------------------------------------------------------------------------  */

  #cerceve{
     position: relative;
     width: 460px;
     padding: 20px;
     margin-left: auto;
     margin-right: auto;
     border: 1px solid silver;
     background-color: white;
     }

  #form{
     position: relative;
     width: 460px;
     }

  #baslik{
     position: relative;
     display: none;
     width: 460px;
     top: 10px;
     padding-top: 10px;
     border-top: 1px dotted gray;
     }

  /* -------------------------------------------------------------------------  */

  .secimler{
     position: relative;
     width: 225px;
     height: 40px;
     }

  .secim{
     position: relative;
     width: 75px;
     height: 20px;
     float: left;
     }

  .sonuc{
     position: relative;
     width: 460px;
     }

  .detay{
     font: normal 11px Tahoma, Times, sans-serif;
     position: relative;
     display: none;
     width: 456px;
     height: 400px;
     padding: 2px;
     overflow: auto;
     border: 1px none silver;
     background-color: #FDFDFD;
     }



