﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #464646;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
	float: left;
	width: 72px;
}

.right
{
	text-align: right;
}

.button
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url('images/button.jpg');
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 23px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.textBox
{
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: 0px;
	width: 203px;
}

.dropDownList
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

A:link
{
	color: #bfcddb;
	text-decoration: underline;
	font-size: small;
}
A:visited
{
	color: #bfcddb;
	text-decoration: underline;
	font-size: small;
}
A:active
{
	color: #ffffff;
	text-decoration: none;
	font-size: small;
}
A:hover
{
	color: #ffffff;
	text-decoration: none;
	font-size: small;
}

.baslik
{
	font-size: 15px;
	color: #bdb76b;
	font-weight: bold;
}

.header
{
	font-size: 13px;
	color: #bdb76b;
}

.listHeader
{
	background-image: url(images/rowBg.gif);
	color: #ffffff;
	background-repeat: repeat-x;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.yazar
{
	color: #CC6600;
}

.italik
{
	color: #9fde5d;
	font-style: italic;
}

.not
{
	color: #999999;
	font-style: italic;
	font-size: 11px;
}


.dipNot
{
	font-size: 11px;
	color: #d3d3d3;
}

.gizle
{
	display: none;
}

.popupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground
{
	background-color: #666666;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.modalPopup
{
	background-color: #000000;
	border-width: 2px;
	border-style: solid;
	border-color: Gray;
	width: 250px;
	padding: 10px;
}
