﻿/* Default CSS Stylesheet for a new Web Application project */
body
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: #F1F1F1 url(images/back_home.gif) repeat-y center top;
	font-size: 0.7em;
}
TD
{
	font-size: 11px;
	color: #5f5f5f;
	font-family: Tahoma;
}

A
{
	font-size: 11px;
	color: #5f5f5f;
	font-family: Tahoma;
	text-decoration: underline;
}
A:visited
{
	font-size: 11px;
	color: #5f5f5f;
	font-family: Tahoma;
	text-decoration: underline;
}
A:hover
{
	font-size: 11px;
	color: #5f5f5f;
	font-family: Tahoma;
	text-decoration: none;
}
A:active
{
	font-size: 11px;
	color: #5f5f5f;
	font-family: Tahoma;
	text-decoration: none;
}

.dm
{
	font-size: 11px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
}
.dmb
{
	font-size: 11px;
	color: white;
	font-family: Tahoma, Verdana, Arial;
}
.metin
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
}
.metinb
{
	font-size: 12px;
	color: white;
	font-family: Tahoma, Verdana, Arial;
}
.dergimetin
{
	font-size: 11pt;
	color: black;
	font-family: Times New Roman, Arial;
}
.MainDiv
{
	/*text-align: center;*/
	width: 936px;
	margin: 0 auto;
}
.SiteMainDiv
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	padding-top: 4px;
	text-align: left;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-size: 0.7em;
}
.CenterDiv
{
	text-align: center;
}
.LeftDiv
{
	text-align: left;
}
.BantDivGri
{
	text-align: left;
	background-color: #f2f2f2;
	width: 99%;
}
.CenterBantDivGri
{
	text-align: center;
	background-color: #f2f2f2;
	width: 99%;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
img {
	border-width: 0;
}