@CHARSET "UTF-8";

#resimlik {
	/*margin: 6px;*/
	width: 680px;
}

#resimlik .sol_ust,  #resimlik .sag_ust{
	width: 15px;
	height: 15px;
}

#resimlik .sol_ust {
	background-image:url(../resim/resimlik_sol_ust.png);
}

#resimlik .sag_ust {
	background-image:url(../resim/resimlik_sag_ust.png);
}

#resimlik .ust {
	background-image:url(../resim/resimlik_ust.png);
	background-repeat:repeat-x;
	height: 15px;
}

#resimlik .sol, #resimlik .sag, #resimlik .merkez {
	background-repeat:no-repeat;
	height: 125px;
}

#resimlik .sol {
	background-image:url(../resim/resimlik_sol.png);
}
#resimlik .sag {
	background-image:url(../resim/resimlik_sag.png);
}

#resimlik .merkez {
	background-color: white;
}

table#duyuru {
	margin-top: 10px;
	color: #fff;
	width: 100%;
}

#duyuru .sol, #duyuru .sag {
	background-repeat:no-repeat;
	width: 8px;
	height: 30px;
}

#duyuru .sol {
	background-image:url(../resim/d_sol.png);
}

#duyuru .sag{
	background-image:url(../resim/d_sag.png);
}

#duyuru .ust {
	background-image:url(../resim/d_orta.png);
	text-align:center;
	color: white;
	font-weight: bold;
	height: 30px;
}

#duyuru .sol_kenar, #duyuru .sag_kenar{
	background-repeat: repeat-y;
	border-bottom: 1px solid #5081C0;
	width: 8px;
}

#duyuru .sol_kenar {
	background-image: url(../resim/d_sol.gif);
}

#duyuru .sag_kenar {
	background-image: url(../resim/d_sag.gif);
}

#duyuru .merkez {
	background-color: #e2eaf5;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #5081C0;
}

#duyuru th {
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
	color: gray;
	width: 60px;
}

div#gosteri {
	border: 1px solid #5081C0;
	width: 240px;
	margin-top: 5px;
	padding: 10px;
	background-color: #e2eaf5;
	height: 180px;
}

div#makale_paneli, div#anket_paneli{
	background-repeat:no-repeat;
	width: 326px !important;
	height: 200px !important;
	margin: 2px;
}

div#makale_paneli {
	background-image:url(../resim/makale_arka.png);
}

div#anket_paneli {
	background-image:url(../resim/anket_arka.png);
}

#makaleler{
	padding: 30px 0px 0px 0px;
	width: 300px;
}

#anket {
	padding: 40px 0px 0px 10px;
	width: 300px;
}

#makaleler li {
	list-style-image: url(../resim/makale_im.png);
}

#makaleler a {
	color: green;
}

#haberler {
	/*margin: 5px 0px 0px 12px;
	font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;*/
}

#haberler .haber_arka {
	background-image:url(../resim/haber_arka.png);
	background-repeat:no-repeat;
	width: 326px !important;
	height: 142px !important;
	margin: 2px;
}

#haberler .haber_baslik {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bolder;
	border-bottom: 1px dotted #ccc;
	color: gray;
	margin: 0px 13px 0px 10px;
	padding: 10px 0px 3px 0px;
}

#haberler .haber_resim {
	border:none;
	float:left;
	text-align:center;
	margin: 7px 5px 0px 10px;
	height: 90px;
}

#haberler .haber_detay {
	margin-top: 5px;
	padding-right: 10px;
}
#haberler .haber_tarih {
	color: green;
	font-size: smaller;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
}

#haberler a:link, #haberler a:visited{
    color: gray;
    text-decoration: none;
}

#haberler a:hover{
    color: black;
}

#haberler ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#haberler ul li {
	/*float: left;*/
}

#haberler .liste {
	padding-left: 5px;
	width: 50%;
}

#okulab {
	font-size: 9pt;
}

#okulab table {
	width: 100%;
}

#okulab td {
	text-align: right;
	border-bottom: 1px dotted #699;
}

#okulab th {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px dotted #699;
}

