/* Oswald */
@font-face {
	font-family: "Oswald";
	src: url(../font/Oswald-Regular.woff);
}
@font-face {
	font-family: "Oswald";
	src: url(../font/Oswald-ExtraLight.woff);
	font-weight: 200;
}
@font-face {
	font-family: "Oswald";
	src: url(../font/Oswald-Light.woff);
	font-weight: 300;
}
@font-face {
	font-family: "Oswald";
	src: url(../font/Oswald-Medium.woff);
	font-weight: 500;
}
@font-face {
	font-family: "Oswald";
	src: url(../font/Oswald-SemiBold.woff);
	font-weight: 600;
}
/* Open Sans */
@font-face {
	font-family: "Open Sans";
	src: url(../font/OpenSans-Regular.woff);
}
@font-face {
	font-family: "Open Sans";
	src: url(../font/OpenSans-Light.woff);
	font-weight: 300;
}
@font-face {
	font-family: "Open Sans";
	src: url(../font/OpenSans-SemiBold.woff);
	font-weight: 600;
}
@font-face {
	font-family: "Open Sans";
	src: url(../font/OpenSans-Bold.woff);
	font-weight: 700;
}

BODY {
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}
h1{
	color : #006387;
}
h2{
	color : #004080;
}
h3{
	color : #7986B3;
}
h4{
	color : #7986B3;
}
.baslik1{
	color : #006387;
	font-size: 40px;
}
.baslik2{
	color : #006387;
	font-size: 30px;
}
.baslik3{
	color : #7986B3;
	font-size: 24px;
}
.baslik4{
	color : #7986B3;
	font-size: 18px;
}
a{
	font-size: 14px;
}
a:link {color: #000000; }     /* unvisited link */
a:visited {color: #79869F;}  /* visited link */
a:hover {color: #008aab; }   /* mouse over link */
a:active {color: #008aab; }   /* selected link */

.yazi_duz{
	color : #006387;
	font-size : 12px;
}
.yazi_italik{
	color : #006387;
	font-size: 14px;
	font-style : italic;
}
.yazi_koyu{
	color : #006387;
	font-size: 14px;
	font-weight : bold;
}
.yazi_italik_koyu{
	color : #006387;
	font-size: 14px;
	font-weight : bold;
	font-style : italic;
}
.yazi_altcizgili{
	color : #006387;
	font-size: 14px;
}
.yazi_altcizgili_koyu{
	color : #006387;
	font-size: 14px;
	font-weight : bold;
}
.yazi_altcizgili_italik{
	color : #006387;
	font-size: 14px;
	font-style : italic;
}
.yazi_altcizgili_italik_bold{
	color : #006387;
	font-size: 14px;
	font-style : italic;
	font-weight : bold;
}
.yazi_uyari{
	color : #008aab;
	font-size: 14px;
	font-weight : bold;
}
/* 20050901 TY: uyarı iletileri için ayrı class olması gerekiyor. */
.iletiCercevesi {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #006387;
	margin-bottom: 10px;
}
.iletiResmi {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.iletiMetni {
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

table.cerceveli{
	width: 100%;
	color : #FFFFFF;
	background-color : #FFFFFF;
	border-bottom : 1px ridge;
	border-left : 1px ridge;
	border-right : 1px ridge;
	border-top : 1px ridge;
	border-style: ridge;
    border-color: #006387;
    border-spacing: 1;
}
table.cercevesiz{
	border : 0 none;
	width : 100%;
}
th.baslik_sol{
	background-color : #006387;
	color : #f1f1f1;
	font-size: 16px;
	text-align : left;
	font-weight : bold;
	padding-left: 4px;
}
td.baslik_sol{
	background-color: #000000;
	color: white;
	font-size : 16px;
	text-align : left;
	font-weight : bold;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.baslik_orta{
	background-color : #000000;
	color : rgb(255, 255, 255);
	font-size: 13px;
	text-align : center;
    font-weight : bold;
    padding: 4px 0;
    font-family: Oswald, sans-serif;
}
/* TODO: diger basliklar da duzeltilecek. */
.baslik_sag{
	background-color : #006387;
	color: #f1f1f1;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	padding-right: 4px;
}
.belirginbaslik_sol{
	background-color : #b398b6;
	color : #FFFFFF;
	font-family : "Arial";
	font-size : 13px;
	text-align : left;
	font-weight : bold;
	padding-left: 3px;
}
.kurumsalbaslik_sol{
	background-color : #d50032;
	color : #FFFFFF;
	font-family : "Arial";
	font-size : 14px;
	text-align : left;
	font-weight : bold;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 3px;
}
.yanbaslik_sol{
	background-color : #f2f3f4;
	color : #000000;
	font-size: 14px;
	margin-bottom: 2px;
	line-height: 1.428571429;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	height: 36px;
	padding-left: 8px 12px;
}
.yanbaslik_sol input{
    border-radius: 6px;
	font-weight: 400;
	display: inline-block;
	height: 36px;
	padding: 8px 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
td.yanbaslik_orta {
	background-color: #f2f3f4;
	color: #000000;
}

.yanbaslik_orta{
	background-color : #d60033;
	color : white;
	font-size: 14px;
	text-align : center;
	font-weight : bold;
}
.yanbaslik_sag{
	background-color : #f2f3f4;
	color : #000000;
	font-size: 14px;
	text-align : right;
	font-weight : bold;
	height : 26px;
	padding-right: 3px;
}
.veri_tek_sol{
	background-color : #f2f3f4;
	color : #000000;
	font-size: 14px;
	text-align : left;
	padding-left: 3px;
}
.veri_tek_orta{
	background-color : #f2f3f4;
	color: #000000;
	font-size: 13.85px;
	text-align : center;
}
.veri_tek_sag{
	background-color : #f2f3f4;
	color: #000000;
	font-size: 14px;
	text-align : right;
	padding-right: 3px;
}
.veri_cift_sol{
	background-color : #effafc;
	color : #035775;
	font-size: 14px;
	text-align : left;
	padding-left: 3px;
}
.veri_cift_sol input{
    border-radius: 6px;
	font-weight: 400;
	display: inline-block;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
}
.veri_cift_orta{
	background-color : #effafc;
	color : #035775;
	font-size: 13.85px;
	text-align : center;
}
.veri_cift_sag{
	background-color : #effafc;
	color : #035775;
	font-size: 14px;
	text-align : right;
	padding-right: 3px;
}
select.input_tip{
	border-radius: 6px;
	font-weight: 400;
	display: inline-block;
	height: 36px;
	padding: 8px 10px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
select.input_tip_disabled{
	border-radius: 6px;
	font-weight: 400;
	display: inline-block;
	height: 36px;
	padding: 8px 10px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.428571429;
	font-family: 'Open Sans', sans-serif;
	color : #79869f;
	vertical-align: middle;
	background-color: #dedfe0;
	border: 1px solid #cccccc;
}
input.input_tip{
	border-radius: 6px;
	font-weight: 400;
	display: inline-block;
/*	height: 36px; */
	padding: 8px 10px;
	margin-bottom: 1px;
	font-size: 14px;
	/*line-height: 1.428571429;*/
	color: #333333;
	vertical-align: middle;
	border: 1px solid #cccccc;
}
/*20050603 PB: hatalı inputları belirgin yapmak için*/
input.hatali_input{
	color : #006387;
	border-width : 2px;
	border-style: solid;
	border-color: #FF0000;
	font-size : 14px;
	font-weight : bold;
}
textarea.input_tip {	
	border-radius: 6px;
	font-weight: 400;
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
textarea.hatali_input{
	color : #006387;
	border : 2px solid  #FF0000;
	font-size : 14px;
	font-weight : bold;
}
/*buttonlar için*/
input.normal{
	background-color : #79869F;
	color : #FFFFFF;
   	border-width : 1px;
	border-style:solid;
	border-color: #006387;
	text-align : center;
	width : auto;
	font-weight : bold;
}
input.silik{
	display: inline-block;
	border: 0;
	text-decoration: none;
	cursor: pointer;
/*	height: 48px; */
	min-width: 160px;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-right: 24px;
	padding-left: 24px;
	border-radius: 6px;
	background-color: #9bc2cc;
	font-family: 'Open Sans', sans-serif;
	color : #79869f;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}
.silikMetin {
	border-radius: 6px;
	font-weight: 100;
	display: inline-block;
	padding: 8px 10px;
	margin-bottom: 1px;
	font-size: 14px;
	color : #79869f;	
	background-color: #d5e6ea;
	vertical-align: left;
	border: 1px solid #cccccc;
}
input.input_tip_disabled{
	border-radius: 6px;
	font-weight: 400;
	display: inline-block;
/*	height: 36px; */
	padding: 8px 10px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	vertical-align: middle;
	border: 1px solid #cccccc;
	background-color: #dedfe0;
	color : #79869f;
}
input.belirgin{
	display: inline-block;
	border: 0;
	text-decoration: none;
	cursor: pointer;
/*	height: 48px; */
	min-width: 160px;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-right: 24px;
	padding-left: 24px;
	border-radius: 6px;
	background-color: #d60033;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 1.25em;
	line-height: 32px;
	text-align: center;
}
/* 20050528 TY: bir de <button> kullanabilmek icin */
button.normal{
	background-color : #79869F;
	color : #FFFFFF;
   	border-width : 1px;
    border-style: solid;
	border-color: #006387;
	font-size : 11px;
	text-align : center;
	width : auto;
	font-weight : bold;
}
button.silik{
	background-color : #E9E8EE;
	color : #004080;
	border-width: 1px;
	border-style:solid;
	border-color:#004080;
	font-size : 11px;
	text-align : center;
	width : auto;
	font-weight : bold;
}
button.belirgin{
	background-color: #800080;
	color: #FFFFFF;
	border-width: 1px;
	border-style:solid;
	border-color:#993366;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	width: 5em;
}
pre{
	font-size: 14px;
	font-weight: normal;
}
hr{
	color : #800080;
}

.yardimSayfasi {
	position: absolute;
	display: block;
	float: right;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 1;
}

.iletiTablosu {
	background:rgb(255,255,255);
	font-size: 12pt;
	color: #006387;
	width: 100%;
	height: 100%;
}

.iletiKutusu {
	position: absolute;
	display: block;
	top:40%;
	left:40%;
	width: 20%;
	height: 20%;
	border-style:solid;
	border-width: 3px;
	border-color: #006387;
}
.ayrintiTablo{
	margin : 0px;
	border-spacing: 0px;
	padding : 0px;
	margin-top : -1px;
	margin-bottom : -1px;
}
.ayrintiButton{
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	width : auto;
}
.ayrintiImg{
	margin-left : 1px;
	height : 10px;
	width : 10px;
	margin-right : 0px;
}
form {
	margin : 0px;
}

.resimUstuAnabaslik {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(../resim/tcmb_logo.jpg);
	text-align: center;
	vertical-align: bottom;
	height: 82px;
	color: #006387;	
	font-size: 13.5px;
	font-weight: 300;
}
.logoAltiAnabaslik{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-align: center;
	vertical-align: bottom;
/* 	height: 82px; */
	color: #006387;	
	font-size: 13.5px;
	font-weight: 300;
}
.gereksinimler {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	color: rgb(0,64,128);
}
.uyarilar {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #006387;
}

@media print{
	.belirgin, .normal, .silik {
		display:none;
	}
}