@CHARSET "UTF-8";

.personel {
	border: 1px solid gray; 
	margin-bottom: 3px;
}

.personel .baslik {
	background-color: #D7E1FF; 
	font-weight: bold; 
	border: none;	
}

.personel th {
	border-bottom: 1px solid #EAEAEA;
	width: 120px;
	text-align: right; 
	background-color: #EAEAEA;
	color: gray;
	font-weight: normal;
}

.personel td {
	border-bottom: 1px solid #F9EBBD;
	/*width: 260px;*/
}

#dersler td {
	border: none;
}
