/* CSS Document */

.kategoriler {font-weight: bold; font-family: "Trebuchet MS";}
.kataltacik {
	font-size: 9px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.altaciklama {
    font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.formyazi {
    font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
.headerbaslik {
	color: #FFffff;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;

}
.headerbaslik2 {
	color: #FFffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style14 {color: #FF0000; font-family: "Trebuchet MS"; font-size: 28px; font-weight: bold; }

.form { border-left:#999999 1px solid; border-right:#999999 1px solid; border-top:#999999 1px solid; border-bottom:#999999 1px solid; font-family:"Trebuchet MS"; font-size:11px; color:#666666;}
.form2 { border-left:#999999 1px solid; border-right:#999999 1px solid; border-top:#999999 1px solid; border-bottom:#999999 1px solid; font-family:"Trebuchet MS"; font-size:11px; color:#666666; height:17px; background-color:#FFFFFF;}

#popup {
  display: none;
  position: fixed;
  width: 448px;
  _position: absolute; /* hack for internet explorer 6 */
  background: #0093dd;
  z-index: 20;
  padding: 5px;  /* same as rounding */
}

#popup_bg {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 10;
}

#popup_title {
  font-weight: bold;
  color: #ffffff;
}

#popup_close {
  width: 14px;
  height: 14px;
  background: url('close-off.png') no-repeat;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#popup_close:hover {
  background: url('close.png') no-repeat;
}

#popup_message {
  padding: 8px;
  background: #ffffff;
  /*min-height: 120px;*/
}

