/* Genel Yazętipi */
body, input, textarea, form, div, p, td {
	font: 11px arial, helvetica, verdana, sans-serif;
	color:#333;
	background-color: #FFFFFF;
}
a {	color:#FF0000;}
body { background:#eee; margin:2em auto; }
.red {color:#D70000;}
.white {color:#D70000;}

h2	{font-size: 18px;font-weight: bold;	color: #000066;}
h3 { color: #000033; font-size: 14px; padding-bottom:2px; margin-bottom:6px; border-bottom:1px solid #ccc; }

/* Buttons */
input.button {
  padding:3px 3px 3px 20px;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: 3px 50%;

  text-decoration:none;
  font-weight:bold;
  font-size: 0.9em;
  color:#333333;
}
a.button,
a.button:active,
a.button:visited {
  padding: 3px 7px 3px 24px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 3px 50%;
  text-decoration: none;
  font-weight: bold;
  color: #333333;
}
a.button:hover { background-color: #dddddd;}

.back { background-image:url(../images/icons/arrow_left.gif); }
.next { background-image:url(../images/icons/arrow_right.gif); }
.up { background-image:url(../images/icons/arrow_up.gif); }
.list { background-image:url(../images/icons/tick.gif); }
.home { background-image:url(../images/icons/home.gif); }
.exit { background-image:url(../images/icons/exit.gif); }
.key { background-image:url(../images/icons/key.gif); }
.lock {	background-image:url(../images/icons/lock.gif);}
.refresh { background-image:url(../images/icons/arrow_refresh.gif); }
.tick { background-image:url(../images/icons/tick.gif); }
