/*[variables]
colors
{
	@00: #000001;
}
*/
/*{ Linkler }*/
A:link
{
	text-decoration: none;
	color: #404060;
}
A:visited
{
	text-decoration: none;
	color: #404060;
}
A:active
{
	text-decoration: none;
	color: #FF0000;
}
A:hover
{
	text-decoration: underline;
	color: #FF0000;
	background-image: url(../../Resimler/linkback.gif);
	position: relative;
}
/*{ Sag ve sol bloklar }*/
.blok_baslik
{
	font-family: tahoma;
	font-size: xx-small;
	color: #404060;
}
.blok_font
{
	font-family: tahoma;
	font-size: 11px;
	color: #404060;
}
/*{ Orta tablolar }*/
.tablo_baslik
{
	font-family: tahoma;
	font-size: 70%;
	color: #333333;
}
.tablo_font
{
	font-family: Tahoma;
	font-size: 14px;
	color: #000001; /*[e]@00*/
}
.tabloalt_font
{
	font-family: tahoma;
	font-size: 10px;
	color: #404060;
}
.tablo_cevre
{
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #8080A0;
}
/*{ Copy yazisi & saat }*/
.copyRtTxt
{
	font-family: tahoma;
	font-size: 55%;
	color: #404060;
}
.copyRtTxt2
{
	font-family: tahoma;
	font-size: 10px;
	color: #404060;
}
.saat_font
{
	font-family: tahoma;
	font-size: 10px;
	color: #404060;
}
/*{ Butonlar }*/
.buton
{
	font-family: verdana;
	font-size: 10px;
	background: #DCE2F0;
	border-width: 1px;
	border-color: #8080A0;
	page-break-inside: avoid;
	border-style: solid;
	border-collapse: collapse;
}
/*{ Formlar }*/
.form
{
	font-family: verdana;
	font-size: 11px;
	background: #DCE2F0;
	border-width: 1px;
	border-color: #8080A0;
	page-break-inside: avoid;
	border-style: solid;
	border-collapse: collapse;
}
/*{ Kutu yazi }*/
.kutu_yazi
{
	font-family: verdana;
	color: #404060;
	background: #DCE2F0;
	border-width: 1px;
	border-color: #8080A0;
	page-break-inside: avoid;
	border-style: solid;
	border-collapse: collapse;
}
.alinti
{
	font-family: verdana;
	font-size: 9px;
	color: #404060;
	background: #DCE2F0;
	border-width: 1px;
	border-color: #8080A0;
	page-break-inside: avoid;
	border-style: solid;
	border-collapse: collapse;
}
/*Burdan asagi uyelikteki formlarin aciklamalari*/
#hintbox
{
/*CSS for pop up hint box*/
	position: absolute;
	background-color: #FFFFE0;
	width: 600px;
/*Default width of hint.*/
	padding: 3px;
	border: 1px solid black;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor
{
/*CSS for link that shows hint onmouseover*/
	font-weight: bold;
/*color: navy;*/
	font-size: 11px;
}

