﻿body 
{
	font-family:Verdana;
	font-size:x-small;
}

.TdBeyaz
{
	background-color:White;
	padding-top: 3px;
	padding-right:3px;
	padding-bottom:3px;
	vertical-align:top;
}

.TdAcikMavi
{
	background-color:#fee274;
	padding-top: 3px;
	padding-right:3px;
	padding-bottom:3px;
	vertical-align:top;
}

.Baslik
{
	FONT-WEIGHT: bold;
	FONT-SIZE: x-small; 
	VERTICAL-ALIGN: middle; 
	COLOR: black; 
	FONT-FAMILY: Verdana; 
	TEXT-ALIGN: center;
	height:17px;
}

.TexBox
{
	width: 150px;
	height: 13px;
	font-size: x-small;
	font-family: Verdana;

}


.Kontrol
{
	width: 150px;
	font-family:Verdana;
	font-size:x-small;
}

.Buton
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Verdana;
	background-color: #ffcc00;
}

.MyLink
{
	text-decoration:none;
	color:Black;
	font-weight:bold;	
}

A.MyLink:hover
{
	text-decoration:underline;
	color:Red;
}

.MyLinkDetay
{
	text-decoration:none;
	color:Red;
	font-weight:bold;	
}

A.MyLinkDetay:hover
{
	text-decoration:underline;
	color:Red;
}
.NoBorderLink
{
	border:none;
}
input,textarea {
    border: 1px solid #888377;
}
input:focus {
    background-color: #F4EEDD;
}
.menus a
{
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	font-family: Verdana;
}
.menus.a: hover
{
	text-decoration:underline;
	color:Black;
}