﻿body, html, td
{
	/* background-color:#4694C5;*/
	margin: 0;
	font-family: verdana;
	font-size: 11px;
}
/*	-------------Default Link--------------*/
A:link, A:visited, A:active
{
	font-size: 12px;
	text-decoration: none;
	color: #5987c5;
}
A:hover
{
	text-decoration: underline;
	color: #336699;
}
/*	-------------Beyaz Link-------------*/
A.Beyaz, A.Beyaz:visited, A.Beyaz:active
{
	text-decoration: none;
	color: white;
}
A.Beyaz:hover
{
	text-decoration: none;
	color: black;
}
/*-------------	Yeşil Link-------------	*/
A.Yesil, A.Yesil:visited, A.Yesil:active
{
	text-decoration: none;
	color: green;
}
A.Yesil:hover
{
	text-decoration: none;
	color: black;
}
/*-------------	Turuncu Link-------------	*/
A.Turuncu, A.Turuncu:visited, A.Turuncu:active
{
	text-decoration: none;
	color: #FF3300;
}
A.Turuncu:hover
{
	text-decoration: none;
	color: red;
}
/*-------------	Login Link-------------	*/
A.loginA, A.loginA:link, A.loginA:visited
{
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #274F89;
}

A.loginA:hover
{
	color: #E46545;
}
input, select
{
	font-family: Tahoma;
	font-size: 12px;
}
input.button
{
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 100;
	width: 60px;
	height: 20px;
	cursor: pointer;
}
.BlueButton
{
	border: 1px solid #007EB3;
	background-color: #0699D6;
	color: #FFFFFF;
}
.loginText
{
	width: 180px;
	height: 18px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #247eca;
	color: #274F89;
	background-color: #F5F5F0;
}
.loginCb
{
	height: 18px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #388DC1;
	color: #274F89;
}
.loginButton
{
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 100;
	color: #333333;
	width: 50px;
	height: 26px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
	background-color: Transparent;
	background-image: url(../images/btnGiris.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.loginTD
{
	text-align: left;
	height: 20px;
	font-family: Verdana;
	font-size: 11px; /*color: #274F89;*/
	padding-left: 3px;
}
.loginAciklama
{
	height: 25px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.loginImage
{
	border: 1px solid #388DC1;
	height: 18px;
}
.loginError
{
	height: 15px;
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}
.tabOpen
{
	border-bottom: 0px solid #DDDDDD;
	border-top: 2px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	border-right: 1px solid #FFCC33;
	font-weight: 100;
	color: #000000;
	padding-left: 10px;
	padding-top: 2px;
	cursor: pointer;
}
.tabClose
{
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	color: #666666;
	padding-left: 3px;
	cursor: pointer;
}
.hiddenTr
{
	display: none;
}
.visibleTr
{
	display: block;
}
#footer
{
	background-color: Transparent;
	background-image: url(../images/footerBg1.gif);
	background-repeat: repeat-x;
	background-position: top left;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	left: 0;
	right: 0;
	text-align: left;
	padding: 15px 0px 15px 0px;
}
#preControl
{
	position: absolute;
	background-color: Transparent;
	bottom: 80px;
	width: 100%;
	height: 30px;
	left: 0;
	right: 0;
	text-align: left;
}