@CHARSET "UTF-8";

.liste {
	border-left: 1px #ddd solid;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	/*padding: 3px;*/
}

.liste table {
	width: 100%;
}

.liste th {
	background-image: url(../resim/ortak/liste_baslik_arka.gif);
    background-repeat: repeat-x;
	padding: 3px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
    height: 22px;
}

.liste td {
	padding: 3px;
	border-right: 1px solid #ddd;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
}

.liste .tek_satir {
	padding: 3px;
}

.liste .cift_satir {
	background-color:#F5F9FA;
	padding: 3px;
}

.dipbilgi{
	color: gray;
	font-size: smaller;
	font-style: italic;
}
