.liste{
	margin-left:11px;
	margin-right:10px;
}

.liste .b_sol{
	background-image:url(../images/tablosol.gif);
	background-repeat:no-repeat;
	width:7px;
	height:27px;
}

.liste .b_orta{
	background-image:url(../images/tabloback.gif);
	background-repeat:repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.liste .b_sag{
	background-image:url(../images/tablosag.gif);
	background-repeat:no-repeat;
	width:7px;
}

.liste .b_sol_m{
	background-image:url(../images/tablosol_m.gif);
	background-repeat:no-repeat;
	width:7px;
	height:27px;
}

.liste .b_orta_m{
	background-image:url(../images/tabloback_m.gif);
	background-repeat:repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.liste .b_sag_m{
	background-image:url(../images/tablosag_m.gif);
	background-repeat:no-repeat;
	width:7px;
}

.liste .icerik table td{
	background-image:url(../images/table_back.gif);
	background-repeat:repeat-x;
	padding:5px;
	height:15px;
	overflow:hidden;
	white-space:nowrap;
}

.liste .icerik table td a{
	color:#000000;
	text-decoration:none;
}

.liste .icerik table td a:hover{
	text-decoration:underline;
}

.liste .icerik table .td2{
	background-image:url(../images/table_back_over.gif);
	background-color:#e9f6ff;
}

.liste .icerik table td.b{
	font-weight:bold;
	background-repeat:repeat;
}

.liste .icerik table td.n{
	background-image:url(../images/spacer.gif);
}

.liste .icerik table td.s{
	background-image:url(../images/spacer.gif);
	padding:0px;
}

.sn, .sn_active{
	float:left;
	border:1px #CCCCCC solid;
	background-color:#F1F0F0;
	padding:2px 5px 2px 5px;
	margin:0px 5px 5px 0px;
	cursor:pointer;
}

.sn_active{
	font-weight:bold;
	border:1px #428C19 solid;
	background-color:#58AA30;
	color:#FFFFFF;
}

.sn:hover{
	border:1px #B8D6FB solid;
	background-color:#EBF3FD;
	color:#000000;
}