﻿@import url(/lib/css/ortak.css);

body {
	background-image: url(/css/zip/images/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align:center;
}

/*heading*/
.baslik_lnk {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
h2, h3 { 
  margin-top: 0.5em;
  margin-bottom: 0.5em;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-weight:normal;
}
  
h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size:130%;
  color:#055EA2;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  }
h2 {
  font-size:140%;
  color:#b95;
  }
h3 {
  font-size:125%;
    color:#899;
  }
blockquote{
	margin:0px;
	padding:8px;
}

/*Linkler*/
a {
  color:#358;
  text-decoration:none;
  border-bottom:1px dotted #469;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  }
a:visited {
  color:##003399;
  border-color:#003366;
  }
a:hover {
  color:#000066;
  border-color:#000000;
  border-bottom-style:solid;

  }
select, option, input, textarea, button{
	font-size:11px;
}
form{
	margin-top:10px;
	margin-bottom:10px;
}


/* tepedeki linkler */
#utilLink ul {
	list-style:none;
	margin-left:0px;
	padding-bottom:0px;
}
#utilLink  li{
	list-style:none;
	float:left;
	padding:2px;
	margin-left:5px;
}
#utilLink a {
	color:#055EA2;
	font-size:85%;
	text-decoration:none;
	border-bottom:0px;
}

#utilLink a:hover {
	color:#000000;
}



/* ust genel gezinti butonlar*/
#nav {
	background-color:#214263;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	border:solid #ddd;
	border-width:1px;
	border-bottom-width: 0px;
  }
#nav ul {
  margin:0;
  padding:0 20px;
  list-style:none;
  font-size:70%;
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong {
	display:block;
	padding:4px 10px;
	border:solid #ddd;
	border-width:0 1px 0 0;
	color:#99CCFF;
	text-decoration:none;
	white-space:nowrap;
	border-bottom-style: none;
	border-bottom-width: 0px;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
#nav #current strong, #nav #current a {
	background-repeat:no-repeat;
	background-color: #055EA2;
  }
#nav a:hover, #nav  #current a:hover strong, #nav #current strong {
  color:#fff;
  background-color:#0099CC;
  }


#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }
  
#leftList {
	list-style-position:outside;
	list-style-image:  url(/css/zip/images/li_kare.gif);
	color:#358;
	padding-left:0px;
	margin-left:27px;
	font:80%/2em Arial;
	font-weight:bold;
}

#LeftListAlt {
	list-style-position: outside;
	list-style-image:  url(/css/zip/images/li_ok.gif);
	margin-left:-30px;
	font-weight:lighter;
}
  
  /*veri tablolar*/
#veri table{ 
	cellpadding:3px;
	cellspacing:1px;
	width:80%;
	aling:center;
	
	border: 1px;
	border-color: #999999;
	border-style: solid;
}

#veri caption { 
 text-align:center;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

#veri td {
	font-family: Arial, Helvetica, sans-serif;
}

#veri th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	height:30px;
	vertical-align:middle;
}

#veri tr { 
	height:20px;
}

#veri tr.acik { 
	background-color: #DAE7FA;
}
#veri tr.koyu { 
	background-color: #9CAFE2;
}

hr {
	color: #055EA2;
	height: 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom-style: dotted;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tabloIcerik {
	border: 1px;
	border-color: #999999;
	border-style: solid;
}

img.thumbImage {
	border:7px solid #dddddd;
	margin:3px;
}
a.thumbLink, a.thumbLink:hover, a.thumbLink:visited, div.thumbLink a{
	 text-decoration:none;
	 border-width:0px;
}
.uyeTxtBox {
	margin: 1px;
	padding: 1px;
	height: 12px;
	width: 60px;
	font-size:10px;
}
.aktif_link {
	color: #990000;
	font-size: 12px;
}




/* NOT: ortak.css'ten devralınır alınır */
table.icerikDokumu thead th{
	background-color: #DCE3F7;
	text-align:left;
	font-weight:bold;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
table.icerikDokumu td{
	border-right:1px solid #eaeaea;
}
table.icerikDokumu tbody td, table.icerikDokumu tbody td a{
	font-size:10px;
}
table.icerikDokumu tfoot td, table.icerikDokumu tfoot td a{
	font-size:12px;
}
table.icerikDokumu tbody td{
	border-bottom:1px solid #CCCCCC;
}

table.icerikDokumu thead th, table.icerikDokumu thead td,
table.icerikDokumu tbody th, table.icerikDokumu tbody td
table.icerikDokumu tfoot th, table.icerikDokumu tfoot td {
	padding:4px;
	vertical-align:top;
}




fieldset.suz{
	border:1px solid #666699;
	background-color:#DFEFFF;
}
fieldset.suz legend{
	margin-top:-5px;
	font-weight:bold;
}
fieldset.suz, fieldset.suz legend, fieldset.suz select, fieldset.suz option, fieldset.suz input, fieldset.suz textarea {
	font-size:10px;
}
fieldset.suz legend{
	font-size:13px;
	padding:4px;
}


.daraltmaBeni{
	padding:4px;
}
a.dugme{
	background-color:#FFE6E6; color:#000000; border:1px solid #336699; padding:3px; 
}
a.dugme img{
	border:none;
}


/*yerleşim*/

#kabuk{
	width:750px; text-align:left; background-color:#FFFFFF; margin-left:auto; margin-right:auto;
}
#araclar{
	height:37px; background-image:url(/css/zip/images/ust_1_bg.gif);
}
#ilcePortali{
	height:80px; text-align:left; background-image:url(/css/zip/images/ust_2.jpg); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; color: #FFFFFF; vertical-align:middle;
}
.temizle{
	clear:both; padding-top:0.1px;
}
#icerikBasligi{
	background-color:#E6E6E6;
}
#govde{
	background:url(/css/zip/images/govde_zemin_kent.gif) repeat-y;
}
#icerik{
	float:left; width:485px;
}
#taban{
	height:40px; background-image:url(/css/zip/images/ust_1_bg.gif);background-color:#055EA2;
}
#yan{
	float:right; width:244px; 
}




#icerigeAtla{
	position:absolute; left:-9999px; top:0px; width:1px; height:1px; z-index:1
}
#icerigeAtla a{
	text-decoration:none; border:none;
}
#icerigeAtla a img{
	border:none;
}




.aracCubugu{
	text-align:center;
	margin:5px 0 5px 0;
	padding:3px;
	background-color:#DCE3F7;
	border-top:2px solid #003366;
	border-bottom:2px solid #003366;
}
.vurgu{
	color:#FF0000;
}


#News{
	height: 425px;
	width:480px;
	background:url(/lib/images/layout/belediye/back_news_zip.jpg) repeat-x;
	padding:13px 0 0 0;
	position:relative;
}

#News #NewsSelected{
	padding-left:3px;
}

#News #NewsSelected a.NewsImage{
	height:260px;
	overflow:hidden;
	display:block;
	border:none;
}

#News #NewsSelected .Date{
	color:#333333;
	font-size:11px;
	padding:5px 5px 5px 15px;
}

#News #NewsSelected img{
	width:475px;
}

#News #NewsSelected h1{
	margin-left:15px;
}

#News #NewsSelected h1, #News #NewsSelected h1 a, #News #NewsSelected h1 a:visited{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#News ul.News{
	bottom:21px;
	left:15px;
	margin:0pt;
	padding:0pt;
	position:absolute;
	top:333px;
}

#News ul.News li{
	float:left;
	width: 86px;
	padding:17px 0 4px 4px;
	background:url(/lib/images/layout/belediye/back_haber.gif) no-repeat;
}

#News ul.News li img{
	width: 75px;
}

#News ul.News li a{
	height:46px;
	overflow:hidden;
	display:block;
	text-decoration:none;
	border:none;
}

#News ul.News li.selected{
	background:url(/lib/images/layout/belediye/back_haber_selected.gif) no-repeat;
}



#News .SubLink{
	bottom:18px;
	position:absolute;
	right:10px;
}
