﻿body {
}

.msgtasi, a.msgtasi:link, a.msgtasi:visited
{
	font-size: 8pt;
	cursor: hand;
	background-image: url(images/msg_tasi.gif);
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
	text-indent: 22px;
	font-family: Verdana, Tahoma;
	height: 15px;
	vertical-align: baseline;
	text-align: left;
	padding: 3px;
	border: lightgrey 1px solid;
}
a.msgtasi:hover
{
	color: red;
	background-color: ghostwhite;
	border: darkgray 1px solid;
}
.msgsil, a.msgsil:link, a.msgsil:visited
{
	font-size: 8pt;
	cursor: hand;
	background-image: url(images/msg_sil.gif);
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
	text-indent: 22px;
	font-family: Verdana, Tahoma;
	height: 15px;
	vertical-align: baseline;
	text-align: left;
	padding: 3px;
	border: lightgrey 1px solid;
}
a.msgsil:hover
{
	color: red;
	background-color: ghostwhite;
	border: darkgray 1px solid;
}
.msgkaydet, a.msgkaydet:link, a.msgkaydet:visited
{
	font-size: 8pt;
	cursor: hand;
	background-image: url(images/msg_kaydet.gif);
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
	text-indent: 22px;
	font-family: Verdana, Tahoma;
	height: 15px;
	vertical-align: baseline;
	text-align: left;
	padding: 3px;
	border: lightgrey 1px solid;
}
a.msgkaydet:hover
{
	color: red;
	background-color: ghostwhite;
	border: darkgray 1px solid;
}

.ddown
{
	border: lightgrey 1px solid;
	font-size: 9pt;
	height: 24px;
	color: black;
}
.msggeri, a.msggeri:link, a.msggeri:visited
{
	font-size: 8pt;
	cursor: hand;
	background-image: url(images/msg_geri.gif);
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
	text-indent: 22px;
	font-family: Verdana, Tahoma;
	height: 15px;
	vertical-align: baseline;
	text-align: left;
	padding: 3px;
	border: lightgrey 1px solid;
}
a.msggeri:hover
{
	color: red;
	background-color: ghostwhite;
	border: darkgray 1px solid;
}

