BODY
{
	margin: 0;
	background-image: url('../images/Background.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
}

FORM
{
	margin: 0;
}
TABLE
{
	border-collapse: collapse;
}

TABLE.master_table
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	table-layout: fixed;
}

TABLE.haber_table
{
	table-layout: fixed;
}

TABLE, P
{
	font-face: Verdana;
	font-size: 11px;
}

P
{
	text-align: justify;
}

INPUT, SELECT, TEXTAREA
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #EEEEEE;
	font-face: Verdana;
	font-size: 11px;
	color: #000000;
}

INPUT
{
	width: 150px;
}

INPUT.submit
{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	background-color: #000000;
	color: #CCCCCC;
	width: 75px;
}

INPUT.adet
{
	width: 50px;
}

TEXTAREA
{
	width: 150px;
	overflow: auto;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

TD.mail_mesaj
{
	font-size: 12px;
	color: #333333;
}

TD.resim_aciklama
{
	font-family: Verdana;
	font-size: 9px;
	color: #c3c8cd;
	text-align: center;
	background-color: #252525;
}

TD.resim_aciklama A:LINK
{
	font-family: Verdana;
	font-size: 9px;
	color: #c3c8cd;
	text-align: center;
	background-color: #252525;
}

TD.resim_aciklama A:VISITED
{
	font-family: Verdana;
	font-size: 9px;
	color: #c3c8cd;
	text-align: center;
	background-color: #252525;
}

A:LINK
{
	color: #000000;
	text-decoration: none;
}

A:HOVER
{
	color: #666666;
	text-decoration: none;
}

A:VISITED
{
	color: #555555;
	text-decoration: none;
}

.border
{
	border: 1px solid #000000;
}