/* CSS Document */

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
   }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: 100;
}

a:link       {color: #0066FF;text-decoration:none;}
a:visited    {color: #0000FF;}
a:hover      {color: #0000FF;text-decoration:underline;}
a:active     {color: #0066FF;}

.mektupBaslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: orange;
	line-height: 20px;
	font-weight: bold; 
}
.mektup {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #777777;
	line-height: 20px;
}

.Baslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF6600;
	line-height: 20px;
	font-weight: bold;
	background-image: url("../img/noktali_cizgi.gif");
}

.Baslik a:link       {color: #FF6600; text-decoration: none;}
.Baslik a:visited    {color: #FF6600; text-decoration: none;}
.Baslik a:hover      {color: #FF0000; text-decoration: none;}
.Baslik a:active     {color: #FF6600; text-decoration: none;}

.beyaz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 15px;
	font-weight:bold;
}
	
.beyaz a:link       {color: white; text-decoration: none;}
.beyaz a:visited    {color: white; text-decoration: none;}
.beyaz a:hover      {color: yellow; text-decoration: none; font-size:20px; padding:5px;}
.beyaz a:active     {color: white; text-decoration: none;}

.projeler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	line-height: 20px;
	font-weight:bold;
}

.projeler a:link	{color: white; text-decoration: none;}
.projeler a:visited	{color: white; text-decoration: none;}
.projeler a:hover	{color: aqua; text-decoration: none;}
.projeler a:active	{color: white; text-decoration: none;}

.transbox
  {
  background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  }

.haber {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	colot: gray;
}
.tarihsaat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
.adres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 15px;
	letter-spacing: 1px;
}

.textfield {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: none;
	width: 190px;
	

}