﻿/*Tüm sayfaları etkileyecek selector ve propertyler*/

body
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4
{
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}
p
{
	line-height: 1.4em;
}
hr
{
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}
a
{
	text-decoration: none;
	color: #d32525;
}
a:visited
{
	color: #980000;
}
a:hover
{
	text-decoration: underline;
	color: #e05252;
}
a:active
{
	color: #980000;
}
img
{
	border-width: 0px;
}
/* Footer */
.footer a
{
	text-decoration: none;
	color: White;
}
.footer a:visited
{
	color: White;
}
.footer a:hover
{
	text-decoration: underline;
	color: Orange;
}
.footer a:active
{
	color: Orange;
}
/* Footer */

/*--------------------------------------------*/
.qbtitle
{
	padding-right: 2px;
	border-top: #90a0b0 1px solid;
	padding-left: 2px;
	font-size: 11px;
	background: url(images/tableHdbg.gif) #eaedf4 repeat-x left top;
	padding-bottom: 2px;
	margin: 0px;
	color: #333333;
	padding-top: 2px;
	border-bottom: #90a0b0 1px solid;
	font-family: Verdana, Arial, Helvetica;
	height: 16px;
}
td .linerepeat
{
	background: url(images/linerepeat.gif) repeat-x left top;
	height: 4px;
}

td .loginpartheader
{
	vertical-align: middle;
	font-size: 13px;
	font-weight: bolder;
	background: url(images/tablebg.gif) repeat-x left top;
	color: #ffffff;
}

.loginpart
{
	font-size: 12px;
	border-right: #6393df 1px solid;
	border-top: #6393df 1px solid;
	border-left: #6393df 1px solid;
	border-bottom: #6393df 1px solid;
	background-color: #ffffff;
}
.loginpart td
{
	padding: 5px 5px 5px 5px;
}

/* <<<<<<<<<<< Register sayfası*/
.gerekliAlan
{
	color: Red;
}
.yeniuyeSayfaBasligi
{
	color: black;
	font-size: 14px;
	font-weight: bolder;
}
.yeniuyeBolumBasligi
{
	background-color: #d1dceb;
	color: black;
	font-size: 13px;
	font-weight: bolder;
}
.yeniuyeSatirAyiraci
{
	vertical-align: top;
}
.yeniuyeSatirBasligi
{
	vertical-align: top;
	width: 200px;
	color: black;
	text-align: right;
}
.yeniuyeIlerlemeBolumu
{
	text-align: center;
}
.yeniuyeIlerlemeBolumu input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	width: 120px;
}


/* Progress kontrolün css i*/
.ProgressPanel1
{
	z-index: 10005;
	position: fixed;
	cursor: wait;
	top: 0px;
	left: 0px;
	background-color: #d1d1d4;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: .50;
	height: 100%;
	width: 100%;
}

.ProgressPanel2
{
	padding: 10px 10px 10px 10px;
	position: absolute;
	border: solid 0px #000040;
	/*background-color: #ffffff;*/
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	top: 49%;
	right: 48%;

}