@charset "utf-8"; 

.menuara {
	background-image: url('/hakkinda/images/menuara.gif');
	height: 2px;
	background-repeat: repeat-x;
	width: 195px;
}
.formBaslik {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	width: 200px;
	font-weight: bold;
}
a.kateBaslik:active {
	color: #1C3975;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.kateBaslik:link {
	color: #1C3975;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.kateBaslik:visited {
	color: #1C3975;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.kateBaslik:hover {
	color: #080122;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.filtre {
	width: 548px; 
	height: 156px; 
	background-image: url('../images/filtrebg.gif'); 
	background-repeat: no-repeat;
}



/************************** Table Başladı *********************/
table.tbSon {
	background-color: #F2F2F2;
}
.tbSon thead th {
	border-color: #5686E9 #0C2458 #0C2458 #5686E9;
	background-color: #0D2861;
	color: #FFFFFF;
	padding: 2px;
	border-top: 1px solid ##E5E5E5;
	border-left: 1px solid ##E5E5E5;
	border-bottom: 1px solid ##E5E5E5;
	border-right: 1px solid #E5E5E5;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
.tbSon tbody td {
	font-family: verdana;
	font-size: 11px;
	padding: 1px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #AFB5B8;
	border-right: 1px solid #AFB5B8;
}
.tdSon2 {
	background-color: #E5E5E5;
}
/************** Table Son *************************/