@charset "utf-8";
/* CSS Document */
body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#000;
	background-color:#F3F4F4;
	margin:0px;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#900;
	text-decoration:underline;
}
.tablo_alt{
	background-image:url(../images/table_alt.png);
	background-position:top;
	background-repeat:repeat-x;
}
.textfield{
	border:1px solid #809DB9;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.buton_giris{
	background-image:url(../images/buton_giris.png);
	width:110px;
	height:28px;
	border:0px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.buton_kaydet{
	background-image:url(../images/buton_kaydet.png);
	width:110px;
	height:28px;
	border:0px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.buton_guncelle{
	background-image:url(../images/buton_guncelle.png);
	width:110px;
	height:28px;
	border:0px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.menu{
	background-image:url(../images/menu_back.png);
	height:38px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	font-size:11px;
}
.menu_ic{
	color:#FFF;
	height:37px;
	line-height:37px;
	cursor:pointer;
}
.menu_ic a{
	color:#FFF;
	text-decoration:none;
}