form {
  margin: 0;
  padding: 0;
}
body, table, tr, td, div, span, p, font, input, select, textarea {
  font-family:Tahoma;
  font-size:11px;
  color:#333;
  line-height:16px;
}
a {
  font-family:Tahoma;
  font-size:11px;
  color:#333;
  text-decoration:underline;
}
a:hover {
  text-decoration: none;
}
div.part {
  width:100%;
  height:22px;
  background-color:#013a71;
  font: bold 12px/22px "Trebuchet MS";
  color:#fff;
  vertical-align:middle;
  margin: 0;
  padding: 0;
  padding-left:10px;
}
.baslik {
  background-image:url(../images/yeni/baslik_bg.jpg);
  background-repeat:repeat-x;
  background-position:top;
  width:100%;
  height:23px;
  font-family:Trebuchet MS;
  font-size: 13px;
  color:#013a71;
  font-weight:bold;
  padding-top:2px;
  padding-left:10px;
}
.baslik div {
  font-family:Trebuchet MS;
  font-size: 13px;
  color:#013a71;
  text-decoration:none;
}
.baslik a {
  font-family:Trebuchet MS;
  font-size: 13px;
  color:#013a71;
  text-decoration:none;
}
.baslik a:hover {
  text-decoration:underline;
}
.altbaslik {
  font-family:Trebuchet MS;
  font-size: 12px;
  color:#013a71;
}
.grup {
  font-family:Trebuchet MS;
  font-size:12px;
  color:#013a71;
  margin-left:6px;
  margin-right:1px;
  margin-top:9px;
}
.grup a {
  font-family:Trebuchet MS;
  font-size:12px;
  color:#013a71;
  text-decoration:none;
  line-height:13px;
}
.grup a:hover {
  text-decoration:underline;
}
.haber_baslik a{
  font-family:Tahoma;
  font-size:11px;
  color:#666;
  line-height:20px;
  text-decoration:none;
}
.haber_baslik a:hover {
  text-decoration:underline;
  color:#333;
}

/* menu */
#menu {
  width: 180px;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li {
  position: relative;
}
#menu a {
  width: 100%;
  height: 22px;
  font: bold 11px/15px "Trebuchet MS", Arial;
  color: #333;
  display: block;
  text-decoration: none;
  background: url(../images/yeni/menu-off-big2.jpg) no-repeat;
  vertical-align: middle;
  padding-left: 5px;
  padding-top: 3px;
}
#menu a.big {
  height: 31px;
  font: bold 11px/12px "Trebuchet MS", Arial;
  background: url(../images/yeni/menu-off-big.jpg) no-repeat;
}
#menu a:hover {
  color: #fefefe;
  background: url(../images/yeni/menu-on-big2.jpg) no-repeat;
}
#menu a.big:hover {
  background: url(../images/yeni/menu-on-big.jpg) no-repeat;
}
#menu ul ul, #menu ul ul ul {
  position: absolute;
  top: 0;
  left: 180px;
  width: 100%;
}
div#menu ul ul, div#menu li:hover ul ul {
  display: none;
}
div#menu li:hover ul, div#menu li:hover li:hover ul {
  display: block;
}

/* giris */
#giris p {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.giris_text {
  font: 12px/16px "Trebuchet MS";
  width: 160px;
  border: 1px solid #c7d0db;
  border-width: 1px 2px 2px 1px;
}

/* giris menu */
#giris ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#giris li {
  border-bottom: 1px dashed #ccc;
}
#giris li a {
  color: #333;
  font: 12px "Trebuchet MS";
  text-decoration: none;
}

/* takvim */
.cal_head {
  font: bold 13px "Trebuchet MS";
  background-color: #e7ebf6;
  color: #333;
  padding: 3px;
}
.cal, .cal_today, .cal_link {
  border: 1px solid #ddd;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.cal_today {
  background-color: #013a71;
  color: #fff;
  font: bold 12px Tahoma;
}
.cal_link {
  background-color: #5c7bbe;
  color: #fefefe;
}
.cal_link a {
  font: bold 12px Tahoma;
  color: #fefefe;
  text-decoration: none;
}
.cal_sube {
  background-color: #03b2b7;
  color: #fefefe;
}
.cal_sube a {
  color: #fefefe;
}
.cal_hidden {
  display: none;
}

/* forum */
#forum th {
  background-color: #ddd;
  text-align: left;
}

h1 {
  font: bold 14px Tahoma;
  margin: 0;
  padding: 0;
}

.searchdiv {
   padding: 5px;
   margin-top: 5px;
   margin-left: 20px;
   margin-right: 15px;
   text-align: justify;
   background-color: #FFFFD2;
   border: 1px solid #DDDDA2;
   width: 450px;
}

a.menubutton {
  font-family: tahoma, verdana;
  font-size:11px;
  color:#FFF;
  font-weight:bold;
  background-color:#0046AA;
  padding:2px;
  text-decoration:none;
  border:1px solid #999;
}

a.menubutton:hover {
  color:#FFF;
  background-color:#FF4600;
}

