@charset "utf-8";

/* sayfa- içerik kadromuz */

#icerik {}

#icerik a {
	color: #C00;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-weight: bold;
}

#icerik a:hover {
	text-decoration: underline;
}


#icerik li {
	list-style-type: square;
	color: #000000;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* haber kadromuz */
#haber_detay {}

#haber_detay a {
	color: #C00;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-weight: bold;
}

#haber_detay a:hover {
	text-decoration: underline;
}


#haber_detay li {
	list-style-type: square;
	color: #000000;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*  = listeleme tablosu -- (haber arşivi için)
-------------------------------------------------- */
/*
Rockstar 0.91
Table design by Jens Wedin, www.jedisthlm.com
*/

#listelemeTablosu a {
	color: #C00;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-weight: bold;
}

#listelemeTablosu a:hover {
	text-decoration: underline;
}

#listelemeTablosu {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1em 0;
	color: #000;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

#listelemeTablosu thead th, 
#listelemeTablosu thead td {
  font-weight: bold;
  line-height: normal;
  text-align: left;
  border-bottom: 0.4em solid #09f;
  cursor: pointer;
}

#listelemeTablosu tfoot th, 
#listelemeTablosu tfoot td {
  text-align: left;
  border-top: 0.4em solid #09f;
  font-style: italic;
  color: #666;
}

#listelemeTablosu th, 
#listelemeTablosu td {
  padding: 0.25em;
}

#listelemeTablosu tbody th, 
#listelemeTablosu td {
  text-align: left;
  vertical-align: top;
}

#listelemeTablosu tbody th {
  font-weight: normal;
  white-space: nowrap;
}

#listelemeTablosu tbody th + td {
  white-space: nowrap;
}

#listelemeTablosu tbody td, 
#listelemeTablosu tbody th {
  border: 1px solid #fff;
  border-width: 1px 0;
}

#listelemeTablosu tbody tr.odd th, 
#listelemeTablosu tbody tr.odd td {
  border-color: #deded8;
  background: #f9f9fb;
}

#listelemeTablosu tbody tr td span {
    cursor: pointer;
}

/* kadromuz */
#kadromuz ul {
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#kadromuz ul li a {
	line-height: 25px;
	display: block;
	padding-left: 5px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
	padding-right: 10px;
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#kadromuz ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
