@charset "utf-8";
/* CSS Document */

.css1 { font-family:Tahoma, Arial, sans-serif; color:#7a7f9c; font-size:13px; }
.css2 { font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:15px; font-weight:bold;}
.co { font-family:Tahoma, Arial, sans-serif; color:#357b94; font-size:11px; }
.haberbaslik { font-family:Tahoma, Arial, sans-serif; color:#4f5e75; font-size:11px; font-weight:bold; }
.haberdetay { font-family:Tahoma, Arial, sans-serif; color:#4f5e75; font-size:11px; }
.ilan { font-family:Arial, Helvetica, sans-serif; color:#0c4a7d; font-size:15px; font-weight:bold;}

.ilandetay { font-family:Tahoma, Arial, sans-serif; color:#3c918a; font-size:11px; font-weight:bold; }


.Kutu {
	display: block;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width:2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a8b8b7;
	border-right-color: #a8b8b7;
	border-bottom-color: #a8b8b7;
	border-left-color: #a8b8b7;
}

.borderKutu {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #cdcdcd;
}

	.text_field {
	font-family: tahoma;
	font-size: 11px;
	color: #717171;
	background-image: url(img/text_field_bg.gif);
	border-left-color: 888888;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: 888888;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: 888888;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: 888888;
	border-top-style: solid;
	border-top-width: 1px;
}