﻿/* General reset */
* {font-size: 100.01%;}
html{
	font-size: 62.5%;
	height:100%;
}
body{
	height:100%;
	margin:0;
	font:1.1em/1.6363em Arial, Verdana, sans-serif;
	color:#3d5562;
	background:#5bb7da url(../images/bg-main-std.gif);
	position:relative;
	min-width:982px;
}
.page{background:#7ac9df url(../images/bg-main.gif);}
.home{background:#98cfe3 url(../images/bg-main-home.gif);}
img{border:0;}
a{
	color:#0071b2;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.accessibility {
	position:absolute;
	top:0;
	left:-9999px;
}
/* General settings */
/* wrapper */
.bg{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	min-height:100%;
	background:url(../images/bg-body-r-std.gif) repeat-x;
}
.page .bg{background:none;}
.home .bg{
	width:100%;
	left:auto;
	right:0;
	background:url(../images/bg-body-r-home.gif) repeat-x;
}
* html .bg{height:1%;}
#wrapper{
	width:100%;
	min-height:100%;
	position:relative;
	background:url(../images/bg-body-std.jpg) no-repeat 50% 0;
}
.home #wrapper{background:url(../images/bg-body-home.jpg) no-repeat 50% 0;}
.page #wrapper{background:url(../images/bg-body.jpg) no-repeat 50% 0;}
* html #wrapper{
	height:100%;
}
.w1{
	width:100%;
	position:relative;
	overflow:hidden;
}
.w2{
	width:1920px;
	float:left;
	position:relative;
	left:50%;
}
.w3{
	width:982px;
	float:left;
	position:relative;
	left:-50%;
	padding:0 480px 0 458px;
}
.w4{
	width:100%;
	position:relative;
	padding:149px 0 0;
}
#header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:59px;
	padding:90px 0 0;
	background:url(../images/bg-header.gif) no-repeat 0 39px;
	z-index:1;
}
/* logo */
.logo{
	margin:0;
	position:absolute;
	left:30px;
	top:6px;
	z-index:20;
}
.logo a{
	display:block;
	width:204px;
	height:61px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.navbar{
	height:58px;
	width:100%;
	padding:1px 0 0;
	background:url(../images/bg-navbar.png) no-repeat;
}
.navbar:after{
	display:block;
	clear:both;
	content:"";
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:891px;
	position:relative;
}
#nav li{
	float:left;
	background:url(../images/separator04.gif) repeat-y;
}
#nav li:first-child{background:none;}
#nav li a{
	float:left;	
	height:51px;
	font:12px/51px Arial, Verdana, sans-serif;
	color:#b6e5f6;
	background:url(../images/bg-nav-link.gif) repeat-x;
}
#nav li a span{
	display:block;
	cursor:pointer;
	padding:0 9px 0 10px;
}
#nav li a em{
	background:url(../images/bg-nav-arrow.gif) no-repeat;
	width:13px;
	height:8px;
	position:absolute;
	left:50%;
	margin:0 0 0 -6px;
	top:50px;
	visibility:hidden;
}
#nav li.active a span,
#nav li.hover a span,
#nav li:hover a span,
#nav li a:hover span{
	padding:0 11px 0 10px;
	background:url(../images/bg-nav-link.gif) no-repeat 100% -102px;
}
#nav li.active a,
#nav li.hover a,
#nav li:hover a,
#nav li a:hover{
	margin:0 -2px -7px 0;
	padding:0 0 7px;
	position:relative;
	z-index:10;
	color:#4ccbfd;
	text-decoration:none;
	background-position:0 -51px;
}
#nav li.active a em,
#nav li.hover a em,
#nav li:hover a em,
#nav li a:hover em{visibility:visible;}
#nav li .anasayfa-link{
	background:none !important;
}
#nav li.active .anasayfa-link,
#nav li .anasayfa-link:hover{
	color:#b6ff0c !important;
}
#nav li .anasayfa-link span{background:none !important;}
#nav li .drop{
	width:980px;
	position:absolute;
	left:1px;
	top:45px;
	display:none;
	z-index:99;
}
/* short drop */
#nav li.short{position:relative;}
#nav li.short .drop{
	width:182px;
	left:50%;
	margin:5px 0 0 -91px;
	z-index:1;
	border-top:1px solid #c1ebf9;
}
#nav li.short .drop .col{min-height:243px;}
* html #nav li.short .drop .col{height:243px;}

#nav li.short .drop .drop-m{background:url(../images/bg-mdrop-short.gif) repeat-y;}
#nav li.short .drop .drop-b{
	background:url(../images/bg-mdrop-b-short.png) no-repeat;
	width:100%;
	height:7px;
}
#nav li.hover .drop,
#nav li:hover .drop{
	display:block;
}
#nav .drop .drop-t{
	width:100%;
	height:6px;
	overflow:hidden;
	background:url(../images/bg-mdrop-t.gif) no-repeat;
}
#nav .drop .drop-m{
	height:1%;
	background:url(../images/bg-mdrop-m.gif) repeat-y;
}
#nav .drop .drop-m:after{
	display:block;
	clear:both;
	content:""
}
#nav .drop .drop-b{
	background:url(../images/bg-mdop-b.png) no-repeat;
	width:100%;
	height:7px;
}
#nav .drop .drop-c{
	float:left;
	width:100%;
	position:relative;
	margin:0 0 -6px;
	background:url(../images/bg-drop-columns.gif) repeat-y 342px 0;
	padding:0 0 10px;
}
* html #nav .drop .drop-c{padding:0;}
#nav .drop .col{float:left;}
#nav .drop .col1{width:342px;}
#nav .drop .col2{width:181px;}
#nav .drop .col3{width:189px;}
#nav .drop .col4{width:161px;}
#nav .drop .col-heading{
	padding:8px 0 6px 16px;
	color:#000;
	font-size:1.0909em;
	border-bottom:1px solid #64d4f4;
}
#nav .drop .col1 .col-heading{
	padding:8px 0 6px 35px;
}
#nav .drop .col-heading strong{
	padding:0 0 0 10px;
	background:url(../images/bullet01.gif) no-repeat 0 50%;
}
#nav .drop .col ul{
	margin:0;
	padding:11px 16px;
	list-style:none;
	float:left;
	line-height:14px;
}
#nav .drop .col1 ul{
	width:139px;
}
#nav .drop .col ul li{
	margin:0 !important;
	padding:0 0 12px !important;
	width:100%;
	background:none !important;
	clear:both;
}
#nav .drop .col ul li a{
	text-indent:0 !important;
	line-height:1.2727em !important;
	font-size:1em;
	float:left;	
	color:#083547 !important;
	padding:0 0 0 11px !important;
	margin:0 !important;
	height:auto !important;
	background:url(../images/arrow03.gif) no-repeat 0 5px !important;
}
#nav .drop .col ul li:hover a,
#nav .drop .col ul li.hover a{
	margin:0 !important;
	height:auto !important;
}
#nav .drop .col ul li.active a,
#nav .drop .col ul li a:hover{
	color:#fff !important;
	text-decoration:none;
}
#nav .drop .col5{
	padding:76px 8px 0;
	line-height:14px;
	width:90px;
	background:url(../images/bg-col5.gif) no-repeat 19px 5px;
}
#nav .drop .col5 p{
	margin:0 0 18px;
}
.btn-hemen:hover,
.btn-hemen{
	background:url(../images/btn-hemen.gif) no-repeat !important;
	width:87px !important;
	height:25px !important;
	margin:0 auto !important;
	text-indent:-9999px;
	overflow:hidden;
	padding:0 !important;
}
.topnav-holder{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	height:42px;
	margin:0 8px;
	background:url(../images/bg-topnav.gif) repeat-x;
}
.topnav-l,
.topnav-r{
	position:relative;
	width:8px;
	height:42px;
	overflow:hidden;
}
.topnav-l{
	float:left;
	margin:0 0 0 -8px;
	background:url(../images/bg-topnav-l.gif) no-repeat;
}
.topnav-r{
	margin:0 -8px 0 0;
	float:left;
	background:url(../images/bg-topnav-r.gif) no-repeat;
}
#top-nav{
	float:left;
	margin:0 -8px;
	padding:0;
	list-style:none;
	font:1.0909em/42px Arial, Verdana, sans-serif;
}
#top-nav li{
	float:left;
	background:url(../images/separator03.gif) repeat-y;
}
#top-nav li:first-child{
	background:none;
}
#top-nav li a{
	float:left;
	height:42px;
	padding:0 10px;
	color:#6ab9e4;
}
#top-nav li span{
	float:left;
	cursor:pointer;
}
#top-nav li a img{
	float:left;
	margin:14px 0 0 8px;
}
#top-nav li a.lang-link{
	color:#f00;
}
#top-nav li a.iletisim-link{color:#fef97c;}
#top-nav li a:hover{
	color:#fff;
	text-decoration:none;
}
#top-nav li:hover .hizli-link,
#top-nav li.hover .hizli-link,
#top-nav li .hizli-link:hover{
	height:43px;
	margin:0 -1px -1px 0;
	position:relative;
	color:#6d5003;
	border-right:1px solid #f79919;
	background:#f6a519 url(../images/bg-hizli-link.gif) no-repeat;
}
#top-nav .drop{
	position:absolute;
	left:-8px;
	top:42px;
	width:507px;
	display:none;
	line-height:1.5em;
}
#top-nav li.hover .drop,
#top-nav li:hover .drop{
	display:block;
}
#top-nav .drop-t{
	background:url(../images/bg-tdrop-t.png) no-repeat;
	width:100%;
	height:9px;
	overflow:hidden;
}
#top-nav .drop-b{
	width:100%;
	height:130px;
	overflow:hidden;
	background:url(../images/bg-tdrop-b.png) no-repeat;
}
#top-nav .drop-m{
	width:100%;
	background:url(../images/bg-tdrop-m.gif) repeat-y;
}
#top-nav .drop-m:after{
	display:block;
	clear:both;
	content:"";
}
#top-nav .drop-c{
	float:left;
	width:100%;
	position:relative;
	top:-9px;
	margin:0 0 -140px;
}
#top-nav .drop .columns{
	min-height:150px;
	overflow:hidden;
	background:url(../images/bg-tdrop-columns.gif) repeat-y 184px 0;
}
* html #top-nav .drop .columns{
	height:150px;
	overflow:visible;
}
#top-nav .drop .col{
	float:left;
	padding:12px 10px 0 8px;
}
#top-nav .drop .col-uygulamalar{
	width:168px;
}
#top-nav .drop .col-raporlar{
	width:136px;
}
#top-nav .drop .col-alma{
	width:149px;
}
#top-nav li:hover .drop a,
#top-nav li.hover .drop a{
	height:auto;
	background:none;
	float:none;
	padding:0;
}
#top-nav li.open .drop a:hover{text-decoration:underline;}
#top-nav li .drop strong{
	display:block;
	font:1.25em/18px Arial, Verdana, sans-serif;
	padding:0 0 8px;
}
#top-nav li .drop strong a{
	color:#032e45 !important;
	padding:0 0 0 11px !important;
	background:url(../images/arrow04.gif) no-repeat 0 50% !important;
}
#top-nav li .drop strong a:hover{text-decoration:underline !important;}
#top-nav .drop ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}
#top-nav .drop ul li{
	float:none;
	padding:0 0 0 11px;
	margin:0 0 9px;
	background:url(../images/bullet02.gif) no-repeat 0 50%;
}
#top-nav li:hover .drop ul li a,
#top-nav li.hover .drop ul li a,
#top-nav .drop ul li a{
	color:#684c03;
	display:inline;
}
#top-nav .drop ul li a:hover{text-decoration:underline !important;}
.arama-holder{
	float:left;
	width:90px;
	position:relative;
}
.arama{
	width:59px;
	height:51px;
	display:block;
	background:url(../images/bg-arama.gif) no-repeat;
	font-size:12px;
	line-height:51px;
	color:#032e45;
	padding:0 0 0 32px;
}
.open .arama{
	background-position:0 -51px;
}
.arama-holder .drop{
	position:absolute;
	right:0;
	top:50px;
	width:349px;
	display:none;
}
.open .drop{
	display:block;
}
.arama-holder .drop-t{
	height:14px;
	overflow:hidden;
	background:url(../images/bg-arama-drop-t.gif) no-repeat;
}
.arama-holder .drop-b{
	width:100%;
	height:90px;
	overflow:hidden;
	background:url(../images/bg-arama-drop-b.png) no-repeat;
}
.arama-holder .drop-m{
	background:url(../images/bg-arama-drop-m.gif) repeat-y;
	width:100%;
}
.arama-holder .drop-m:after{
	display:block;
	clear:both;
	content:"";
}
.arama-holder .drop-c{
	float:left;
	width:100%;
	position:relative;
	margin:0 0 -79px;
	top:-4px;
}
.arama-holder .holder{
	padding:0 13px;
	overflow:hidden;
	height:1%;
}
.arama-heading{
	background:url(../images/bg-arama-heading.gif) repeat-x 0 100%;
	font-size:1.0909em;
	font-weight:bold;
	margin:0 -13px;
	position:relative;
	padding:0 13px 8px;
}
.arama-heading a{
	color:#032e45;
	padding:0 0 0 11px;
	background:url(../images/arrow05.gif) no-repeat 0 50%;
}
.arama-details{
	font-weight:bold;
	padding:0 0 0 11px;
	color:#c9fd86;
	background:url(../images/arrow06.gif) no-repeat 0 50%;
}
.arama-form{
	padding:9px 0 12px;
}
.arama-form .text{
	float:left;
	background:url(../images/bg-arama-input.gif) no-repeat;
	width:229px;
	height:29px;
	margin:0 3px 0 0;
	display:inline;
}
.arama-form .text input{
	float:left;
	margin:0;
	width:219px;
	background:none;
	border:0;
	padding:7px 5px;
	font:1.0909em/15px Arial, Verdana, sans-serif;
}
.arama-form .submit-button{
	background:url(../images/btn-hemen-ara.gif) no-repeat;
	width:89px;
	height:29px;
	text-indent:0;
	line-height:29px;
	font-size:1.0909em;
	color:#4ae251;
	padding:0 0 1px;
}
.arama-form .submit-button.hover,
.arama-form .submit-button:hover{
	background-position:0 -29px;
	color:#015439;
}
.weather{
	width:245px;
	position:absolute;
	right:0;
	top:43px;
	color:#2b4a5b;
	z-index:1;
	font-size:11px;
	line-height:1.4545em;
}
.weather .intro{
	padding:8px 34px 0 12px;
	overflow:hidden;
}
.weather .weather-drop .intro{
	padding:0 34px 0 11px;
}
* html .weather .weather-drop .intro{
	padding:0 34px 0 12px;
}
.weather .open{
	background:url(../images/btn-weather.gif) no-repeat;
	width:20px;
	height:12px;
	position:absolute;
	right:15px;
	top:10px;
	text-indent:-9999px;
	overflow:hidden;
}
* html .weather .weather-drop .open{
	right:14px;
}
.weather .intro img{
	float:left;
	margin:0 12px 0 0;
}
.weather .i{
	height:1%;
	overflow:hidden;
}
.weather .shot{
	font-weight:bold;
}
.weather dl{
	margin:0;	
}
.weather dt{
	display:inline;
	padding:0 4px 0 0;
}
.weather dd{
	display:inline;
	margin:0;
}
.weather .col-title{
	margin:0 -7px 7px -7px;
	background:#ade0ee url(../images/bg-weather-heading.gif) repeat-y  100% 0;
	padding:3px 0 5px;
	line-height:1.1818em;
}
.weather .lastcol .col-title{
	background:#ade0ee;
}
.weather .columns{
	height:1%;
	overflow:hidden;
	margin:5px 0 0;
	padding:0 0 10px;
	background:url(../images/bg-weather-columns.gif) repeat-y 80px 0;
}
.weather .col{
	float:left;
	width:67px;
	padding:0 7px;
	text-align:center;
}
.weather .col dl{
	text-align:left;
	font-size:0.9090em;
}
.weather .col img{
	vertical-align:middle;
	margin:0 0 6px;
}
.weather-drop{
	width:245px;
	position:absolute;
	right:0;
	top:0;
	display:none;
}
.weather.hover .weather-drop,
.weather:hover .weather-drop{
	display:block;
}
.weather-drop .drop-t{
	width:100%;
	overflow:hidden;
	height:7px;
	background:url(../images/bg-weather-drop-t.png) no-repeat;
}
.weather-drop .drop-m{
	height:1%;
	overflow:hidden;
	padding:1px 1px 0;
	background:url(../images/bg-weather-drop-m.gif) repeat-y;
}
.weather-drop .drop-b{
	width:100%;
	overflow:hidden;
	height:7px;
	background:url(../images/bg-weather-drop-b.png) no-repeat;
}
.weather-footer{
	border-top:1px solid #aee0ee;
	padding:4px 13px 0;
	text-align:right;
	font-size:0.9090em;
}
.weather-footer .more{
	color:#2b4a5b;
	padding:0 7px 0 0;
	background:url(../images/arrow09.gif) no-repeat 100% 50%;
}
.alignright{
	float:right;
	margin:0 0 0 10px;
}
.alignleft{
	float:left;
	margin:0 10px 0 0;
}
.alignright img,
.alignleft img{
	display:block;
}
.form-holder{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
}
.form-holder:after{
	display:block;
	clear:both;
	content:"";
}
.form-holder li{
	float:left;
	width:100%;
}
.submit-button{
	float:left;
	display:inline;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
	font-size:0;
	line-height:0;
}
.centered{
	width:100%;
	overflow:hidden;
	position:relative;
}
.c1{
	float:left;
	position:relative;
	left:50%;
}
.c2{
	float:left;
	position:relative;
	left:-50%
}
#main{
	height:1%;
	overflow:hidden;
	padding:0 1px 6px;
}
.breadcrumbs{
	overflow:hidden;
	margin:0 0 7px 11px;
	padding:2px 0;
	list-style:none;
	background:url(../images/arrow-double2.gif) no-repeat 0 55%;
}
.breadcrumbs li{
	color:#0b4d68;
	display:inline;
	font-weight:bold;
	padding:0 12px 0 22px;
	background:url(../images/arrow10.gif) no-repeat 0 60%;
}
.breadcrumbs li:first-child{background:none;}
.heading{
	padding:0 75px 0 75px;
	overflow:hidden;
	height:83px;
	margin:0 0 5px;
	background:url(../images/bg-heading.gif) no-repeat;
}
.heading h1{
	color:#fff;
	font:bold 3.182em/78px Arial, Verdana, sans-serif;
	margin:0;
	word-spacing:2px;
}
.orta-uzun-nav{
	width:100%;
	position:relative;
	margin:0 0 5px;
}
.orta-uzun-nav .m{
	background:url(../images/bg-orta-uzun-nav.png);
	border:1px solid #9edbed;
	float:left;
}
.orta-uzun-nav .corner{
	position:absolute;
	width:9px;
	height:9px;
	overflow:hidden;
}
.orta-uzun-nav .tl{
	top:0;
	left:0;
	background:url(../images/bg-orta-uzun-nav-tl.gif) no-repeat;
}
.orta-uzun-nav .tr{
	top:0;
	right:0;
	background:url(../images/bg-orta-uzun-nav-tr.gif) no-repeat;
}
.orta-uzun-nav .bl{
	bottom:0;
	left:0;
	background:url(../images/bg-orta-uzun-nav-bl.gif) no-repeat;
}
.orta-uzun-nav .br{
	bottom:0;
	right:0;
	background:url(../images/bg-orta-uzun-nav-br.gif) no-repeat;
}
bg-orta-uzun-nav-br.gif
.orta-uzun-nav .m .inner{
	width:100%;
	position:relative;
}
.orta-uzun-nav .nav{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1818em;
	overflow:hidden;
}
.orta-uzun-nav .nav li{
	float:left;	
	height:65px;
	padding:0;
	border-bottom:1px solid #b2e6f5;	
	border-width:1px 0px 1px 0px;
}
.orta-uzun-nav .nav li:first-child{border-left:0;}
.orta-uzun-nav .nav li a{
	float:left;
	height:65px;
	position:relative;
	color:#2e4857;
}
.orta-uzun-nav .nav li a:hover{
	position:relative;
	text-decoration:none;
	background:#edf9fc;
}
.orta-uzun-nav .nav li img{
	float:left;
}
.orta-uzun-nav .nav li .h{display:none;}
.orta-uzun-nav .nav li a:hover img{display:none;}
.orta-uzun-nav .nav li a:hover .h{
	display:block;
}
.orta-uzun-nav .nav li a span{
	position:absolute;
	width:100%;
	bottom:2px;
	left:0;
	line-height:20px;
	cursor:pointer;
}
.orta-uzun-nav .nav li a strong{
	width:auto;
	float:left;
	position:relative;
	left:50%;
	bottom:0;
	cursor:pointer;
	font-weight:normal;
}
.orta-uzun-nav .nav li a strong strong{left:-50%;}
.orta-uzun-nav .extra{
	position:absolute;
	bottom:-26px;
	right:15px;
	padding:0;
	margin:0;
	list-style:none;
}
.orta-uzun-nav .extra li{
	float:left;
}
.orta-uzun-nav .extra li a{
	height:26px;
	width:62px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.orta-uzun-nav .extra li a:hover{position:relative;}
.orta-uzun-nav .extra li a span{
	width:125px;
	height:52px;
	display:block;
	cursor:pointer;
	background:url(../images/bg-orta-uzun-extra.png) no-repeat;
}
.orta-uzun-nav .extra li .down-link:hover span{margin:-26px 0 0;}
.orta-uzun-nav .extra li .up-link span{margin:0 0 0 -62px;}
.orta-uzun-nav .extra li .up-link:hover span{margin:-26px 0 0 -62px;}
.main-banner{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 5px;
	color:#032e45;
}
.main-banner .prev-arrow,
.main-banner .next-arrow{
	width:33px;
	height:42px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:87px;
}
.main-banner .prev-arrow a,
.main-banner .next-arrow a{
	width:33px;
	height:42px;
	display:block;
}
.main-banner .prev-arrow :hover,
.main-banner .next-arrow :hover{position:relative;}
.main-banner .prev-arrow{left:0;}
.main-banner .next-arrow{right:0;}
.main-banner .prev-arrow span,
.main-banner .next-arrow span{
	cursor:pointer;
	width:33px;
	height:168px;
	display:block;
	background:url(../images/bg-banner-button.png) no-repeat;
}
.main-banner .prev-arrow a:hover span{margin:-42px 0 0;}
.main-banner .next-arrow span{margin:-84px 0 0;}
.main-banner .next-arrow a:hover span{margin:-126px 0 0;}
.main-banner .holder{
	width:100%;
	position:relative;
	overflow:hidden;
}
.main-banner ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:9999px;
}
.main-banner ul li{
	width:978px;
	height:240px;
	float:left;
	position:relative;
}
.main-banner .banner{
	/*background:url(../images/bg-main-banner.png) no-repeat;*/
	height:240px;
	padding:1px;
}
.main-banner .tabs{
	position:absolute;
	left:0;
	bottom:0;
	height:48px;
	width:100%;
	background:url(../images/bg-banner-tabs.gif) no-repeat 0 100%;
	z-index:1;
}
.main-banner .tabset{
	width:100%;
	padding:7px 0 0;
}
.main-banner .tabset li{
	width:auto;
	height:auto;
	background:url(../images/separator01.gif) no-repeat;
	padding:0 0 0 2px;
}
.main-banner .tabset li:first-child{
	background:none;
	padding:0;
}
.main-banner .tabset li a{
	height:41px;
	padding:0 32px;
	float:left;
	color:#5e4504;
	font:1.3636em/41px Arial, Verdana, sans-serif;
	background:url(../images/bg-banner-tabs-link.gif) repeat-x;
}
.main-banner .tabset li a em{
	background:url(../images/bg-banner-tabs-arrow.gif) no-repeat;
	width:13px;
	height:8px;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -6px;
	visibility:hidden;
}
.main-banner .tabset li a.active,
.main-banner .tabset li a:hover{
	color:#342801;
	text-decoration:none;
	margin:-7px 0 0;
	padding:7px 32px 0;
	position:relative;
	background-position:0 -41px;
}
.main-banner .tabset li:first-child a.active,
.main-banner .tabset li:first-child a:hover,
.main-banner .tabset li.first-child a.active,
.main-banner .tabset li.first-child a:hover{
	background-position:0 -89px;
}
.main-banner .tabset li a.active em,
.main-banner .tabset li a:hover em{
	visibility:visible;
}
.main-banner .tabs-content .tab{
	display:none;
}
.main-banner .banner3{
	height:183px;
	overflow:hidden;
	padding:16px 90px 0 330px;
	background:url(../images/bg-main-banner3.jpg) no-repeat;
	text-align:center;
}
.main-banner h2{
	color:#fff;
	margin:0 0 10px;
	font:bold 4.3636em/56px Arial, Verdana, sans-serif;
}
.main-banner p{
	margin:0 0 16px;
	font-size:1.2727em;
	line-height:18px;
}
.prpjeler-buttons{
	margin:0 auto !important;
	padding:0;
	list-style:none;
	width:auto !important;
	overflow:hidden;
}
.prpjeler-buttons li{
	float:left;
	width:auto !important;
	height:auto !important;
}
.prpjeler-buttons li a{
	float:left;
	height:45px;
	font:14px/45px Arial, Verdana, sans-serif;
}
.prpjeler-buttons li a span{
	float:left;
	cursor:pointer;
	background:url(../images/bg-prpjeler-buttons.gif) no-repeat;
}
.prpjeler-buttons li a .m{
	padding:0 0 0 22px;
}
.prpjeler-buttons li a .m span{
	margin:0 -17px 0 0;
	background:none;
	position:relative;
}
.prpjeler-buttons li a .r{
	width:43px;
	height:45px;
}
.prpjeler-buttons li .planlanan-btn{color:#fede03;}
.prpjeler-buttons li .tamamlanan-btn{color:#006544;}
.prpjeler-buttons li .planlanan-btn .r{background-position:100% -45px;}
.prpjeler-buttons li .tamamlanan-btn .m{background-position:0 -90px;}
.prpjeler-buttons li .tamamlanan-btn .r{background-position:100% -135px;}
#content{
	width:733px;
	float:right;
	color:#113A48;
}
.home #content{
	width:683px;
}
#content h2{
	font:bold 1.6363em/1.444em Arial, Verdana, sans-serif;
	margin:0 0 10px;
}
#content h3{
	font:bold 1.2727em/1.1428em Arial, Verdana, sans-serif;
	margin:0 0 20px;
}
#content h4{
	font:bold 1.2727em/1.1428em Arial, Verdana, sans-serif;
	margin:0 0 20px;
}
#content p{
	margin:0 0 18px;
}
.content-box{
	width: 100%;
	margin:0 0 5px;
	position:relative;
}
.content-box .l, .content-box .r{
	height:7px;
	overflow:hidden;
	width:7px;
}
.content-box .c{
	overflow:hidden;
	height:7px;
	background:#ebfafe url(../images/bg-tc.gif) repeat-x;
}
.content-box .b .c{
	background:#ebfafe url(../images/bg-bc.gif) repeat-x 0 0;
}
.content-box .l{float: left;}
.content-box .r{float: right;}
* html .content-box .l{margin: 0 -3px 0 0;}
* html .content-box .r{margin: 0 0 0 -3px;}
.content-box .t .l{background: url(../images/bg-tl.png);}
.content-box .t .r{background: url(../images/bg-tr.png);}
.content-box .b .l{background: url(../images/bg-bl.png);}
.content-box .b .r{background: url(../images/bg-br.png);}
.content-box .holder{
	background: #ebfafe;
	border:solid #8ed3e6;
	border-width:0 1px;
	height:1%;
	overflow:hidden;
}
.content-box .frame{
	height:1%;
	padding:0 8px;
	overflow:hidden;
}
.content-box .cframe{
	padding:0 0 0 9px;
	margin:15px 0 0;
}
.content-heading{
	height:1%;
	overflow:hidden;
	padding:8px 34px 16px 27px;
	background:url(../images/dotline2.gif) repeat-x 0 100%;
	line-height:1.8181em;
}
.content-heading .required{
	float:right;
}
.content-heading a{
	float:right;
	font-weight:bold;
}
.content-heading .comment-link{
	background:url(../images/ico-comments.gif) no-repeat 0 50%;
	padding:0 0 0 22px;
}
.content-heading .link{
	background: url(../images/arrow15.gif) no-repeat 100% 50%;
	padding:0 12px 0 0;
}
.commentlist-box h2,
.tell-box h2,
.comment-box h2{
	padding:0 0 0 26px;
	background:url(../images/ico-comments.gif) no-repeat 0 50%;
}
.content-box .box-content{
	height:1%;
	overflow:hidden;
}
.comment-box .box-content{
	padding:21px 14px 23px 16px;
}
.post-box .box-content{
	padding:14px 27px 0 22px;
}
.tell-box .box-content{
	padding:22px 35px 14px 27px;
}
.tell-holder{
	margin:0 -35px 0 0;
}
.agree{
	padding:0 0 0 0;
	color:#01649d;
	line-height:1.4545em;
}
.agree label{
	font-weight:normal !important;
	background:none !important;
	padding:0 !important;
}
.agree .check{
	float:left;
	padding:0;
	margin:0 7px 0 0;
	width:15px;
	height:16px;
}
.required{
	color:#f97104;
	font-weight:bold;
}
.required span{
	font:1.0909em Tahoma , Arial, sans-serif;
}
.content-heading h2,
#content .content-heading h2{
	font:bold 1.2727em/1.4285em Arial, Verdana, sans-serif;
	color:#0071b2;
	margin:0;
}
.tell-friend .cell{
	float:left;
	margin:0 33px 0 0;
	display:inline;
}
.tell-friend .Blankcell{
    width:346px;
    display:inline;
    float:left;
}
.tell-friend .form-holder li{
	padding:0 0 14px;
}
.comment-form .form-holder li{
	padding:0 0 9px;
}
.tell-friend label,
.comment-form label{
	padding:0 0 0 25px;
	background:url(../images/arrow13.gif) no-repeat 8px 50%;
	color:#0071b2;
	font-weight:bold;
	display:block;
	margin:0 0 6px;
}
* html .tell-friend label,
* html .comment-form label{display:inline-block;}
* + html .tell-friend label,
* + html .comment-form label{display:inline-block;}
.tell-friend label .required,
.comment-form label .required{
	font:1.0909em Tahoma , Arial, sans-serif;
}
.tell-friend .text,
.comment-form .text{
	float:left;
	width:313px;
	height:32px;
	background:url(../images/bg-comment-text.gif) no-repeat;
}
.tell-friend .text input,
.comment-form .text input{
	float:left;
	margin:0;
	width:293px;
	padding:7px 10px;
	border:0;
	background:none;
	font:1.2727em/17px Arial, Verdana, sans-serif;	
}
.comment-form .col{
	float:left;
	width:377px;
	margin:0 -53px 0 0;
}
.comment-form .textarea{
	font:1.2727em/17px Arial, Verdana, sans-serif;	
	height:150px;
	max-height:150px;
	width:365px;
	max-width:375px;
	overflow:auto;
	padding:0 0 0 10px;
	border:1px solid #d0edfc;
	float:left;
	margin:0;
}
.tell-friend .textarea{
	font:1.2727em/17px Arial, Verdana, sans-serif;	
	height:70px;
	max-height:70px;
	width:647px;
	max-width:657px;
	overflow:auto;
	padding:0 0 0 10px;
	border:1px solid #d0edfc;
	float:left;
	margin:0;
}
.cv-form .submit-button,
.tell-friend .submit-button,
.comment-form .submit-button{
	height:36px;
	width:153px;
	text-indent:0;
	font:bold 1.0909em/16px Arial, Verdana, sans-serif;
	color:#fff;
	padding:0 0 1px;
	float:right;
	margin:5px 0 0;
	background:url(../images/bg-submit.gif) no-repeat;
}
.cv-form .submit-button{
	margin:0;
	float:left;
}
.tell-friend .submit-button{
	margin:25px 0 0;
}
.cv-form .submit-button.hover,
.cv-form .submit-button:hover,
.tell-friend .submit-button.hover,
.tell-friend .submit-button:hover,
.comment-form .submit-button.hover,
.comment-form .submit-button:hover{
	background-position:0 -36px;
}
.required-list{
	color:#f97104;
	font-weight:bold;
	margin:0;
	padding:0 0 4px 7px;
	list-style:none;
}
.required-list li{
	padding:0 0 8px;
}
.required-list span{
	font:1.0909em Tahoma , Arial, sans-serif;
}
#content .post h2{
	margin:0 0 25px;
}
.cv-box h2 a,
#content .post h2 a{
	padding:0 0 0 10px;
	background:url(../images/arrow14.gif) no-repeat 0 50%;
}
#content .post h3{
	margin:0 0 2px;
}
/*
.rating{
	display:inline;
	margin:0 7px 0 0;
	padding:0;
	list-style:none;
}
.rating li{
	display:inline;
	margin:0 -2px 0 0;
}
.rating li img{
	vertical-align:top;
}
*/
.meta{
	width:698px;
	overflow:hidden;
	position:relative;
	margin:0 -27px 0 -22px;
	padding:36px 21px 10px 12px;
	background:url(../images/dotline2.gif) repeat-x 0 20px;
}
.meta strong{
	color:#0071b2;
	margin-left:5px;
}
.meta .services{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.meta .services li{
	display:inline;
	padding:0 0 0 10px;
}
.meta .services img{
	vertical-align:top;
	margin:1px 0 0;
}
* html .meta .services img{margin:0;}
*+html .meta .services img{margin:0;}
.meta .services .author{
	padding:1px 0 1px 18px;
	background:url(../images/ico-device.gif) no-repeat 0 50%;
}
.meta .services .letter{
	padding:0 0 0 22px;
	background:url(../images/ico-letter.gif) no-repeat 2px 60%;
}
.assembly{
	padding:0 0 15px;
}
.items{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 21px;
	list-style:none;
}
.items li{
	height:1%;
	overflow:hidden;
	padding:15px 16px;
	background:url(../images/dotline3.gif) repeat-x 0 100%;
}
.items .image{
	width:105px;
	float:left;
	margin:0 13px 0 0;	
}
.items .image a,
.items .image img{display:block;overflow:hidden; height:70px; width:105px;}
.items .text-holder{
	height:1%;
	overflow:hidden;
	padding:4px 0 0 10px;
}
#content .text-holder p{
	margin:0;
}
#content .items h3{
	margin:0 0 4px -10px;
}
#content .items h3 a{
	padding:0 0 0 10px;
	background:url(../images/arrow14.gif) no-repeat 0 50%;
}
.yellow-color{
	margin:0 0 12px;
}
.yellow-color .c{background:#fdfce2 url(../images/bg-tc-yellow.gif) repeat-x;}
.yellow-color .b .c{background:#fdfce2 url(../images/bg-bc-yellow.gif) repeat-x;}
.yellow-color .l{float: left;}
.yellow-color .r{float: right;}
* html .yellow-color .l{margin: 0 -3px 0 0;}
* html .yellow-color .r{margin: 0 0 0 -3px;}
.yellow-color .t .l{background: url(../images/bg-tl-yellow.png);}
.yellow-color .t .r{background: url(../images/bg-tr-yellow.png);}
.yellow-color .b .l{background: url(../images/bg-bl-yellow.png);}
.yellow-color .b .r{background: url(../images/bg-br-yellow.png);}
.yellow-color .holder{background: #fdfce2;}
.search-box .title{
	height:1%;
	overflow:hidden;
	padding:6px 17px 7px;
	background:url(../images/dotline-orange.gif) repeat-x 0 100%;
}
#content .search-box .title h2{
	margin:0;
	color:#e37204;
	font-size:1.589em;
	padding:0 0 0 29px;
	background:url(../images/ico-search.gif) no-repeat 0 60%;
}
.search{
	height:1%;
	overflow:hidden;
	padding:14px 79px 7px 15px;
}
.search .text{
	width:283px;
	height:34px;
	float:left;
	margin-right:4px;
	display:inline;
	background:url(../images/bg-search-input.gif) no-repeat;
}
.search span{	
	font-size:12px;
	font-weight:bold;
	display:inline;
	background:none;
	width:130px;
	float:left;
	clear:both;	
}
.search .text input{
	width:180px;
	padding:10px 29px;
	border:0;
	color:#95795d;	
	margin:0;
	background:none;
	font:bold 1.0909em/15px Arial, Verdana, sans-serif;
	display:inline;
}
.search .submit-button{
	background:url(../images/bg-submit2.gif) no-repeat;
	color:#fff;
	font:bold 1.0909em/16px Arial,Verdana,sans-serif;
	height:34px;
	margin:10px 0 0 4px;
	padding:0 0 1px;
	width:133px;
	border:0;
	cursor:pointer;
	text-indent:0;
	clear:both;
}
.search .submit-button.hover,
.search .submit-button:hover{background-position:0 -34px;}
.search .custom-select{
	width:213px;
	float:left;
}
.mark{
	display:block;
	color:#95795d;
	padding:0 14px 3px;
}
.cv-box .box-content{
	padding:17px 29px 0;
}
.cv-box p{
	color:#0071b2;
	font-size:1.0909em;
}
#content .cv-box h2{
	margin:0 0 10px -10px;
}
.cv-form{
	width:673px;
	margin:0 -29px;
	padding:11px 29px 50px;
	overflow:hidden;
	background:url(../images/dotline2.gif) repeat-x;
	color:#637680;
}
.cv-form .req{
	padding:0 9px;
	font-weight:bold;
}
.cv-form .req strong{
	display:block;
	padding:0 0 11px;
}
.cv-form .req span{
	display:block;
	padding:0 0 4px;
	font-size:0.9090em
}
.cv-form .textarea{
	width:333px;
	height:78px;
	max-height:78px;
	border:1px solid #D0EDFC;
	float:left;
	font:1.2727em/17px Arial,Verdana,sans-serif;
	margin:0 0 4px;
	max-width:343px;
	overflow:auto;
	padding:0 0 0 10px;
}
.cv-form .form-holder{
	padding:0 0 31px;
}
.cv-form .form-holder li{
	padding:0 0 13px;
}
.cv-form .required{
	float:left;
	font-weight:normal;
	padding:0 0 0 10px;
	/*background:url(../images/required.gif) no-repeat 0 50%;*/
	margin:5px 0 0;
}
.cv-form .column{
	width:370px;
	float:left;
}
.cv-form select{
	display:block;
	width:335px;
	margin:5px 0 5px;
	font:1.2727em/17px Arial,Verdana,sans-serif;
}
.cv-form label{
	color:#637680;
	display:block;
	font-size:1.0909em;
	font-weight:bold;
	padding:0 9px 2px;
}
.cv-form label span{
	font:1em Tahoma,Arial,sans-serif;
	color:#f97104;
}
.cv-form .text{
	width:343px;
	height:32px;
	float:left;
	background:url(../images/bg-input-text.gif) no-repeat;
}
.cv-form .text input{
	background:none;
	border:0;
	float:left;
	font:1.2727em/17px Arial,Verdana,sans-serif;
	margin:0;
	padding:7px 10px;
	width:323px;
}
.comments{
	padding:0 0 6px;
}
.comments-list{
	margin:0;
	padding:0 0 7px;
	list-style:none;
}
.comments-list li{
	height:1%;
	overflow:hidden;
	padding:10px 27px 29px 19px;
	background:url(../images/dotline2.gif) repeat-x 0 100%;
}
.comment-title{
	margin:0 -27px 12px -19px;
	padding:0 25px 7px 11px;
	background:url(../images/dotline2.gif) repeat-x 0 100%;
}
.comment-title em{
	float:right;
	color:#0071b2;
	font-style:normal;
}
#content .comments-list h3{
	color:#0071b2;
	margin:0;
	font:1em/1.7272em Arial, Verdana, sans-serif;
}
.comments-list h3 a{
	padding:0 0 0 9px;
	font-size:1.0909em;
	font-weight:bold;
	background:url(../images/arrow14.gif) no-repeat 0 50%;
}

.ad{
	margin:0 -4px 5px 0;
}
.ad img{display:block;}
.ad ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.ad li{
	float:left;
	margin:0 3px 0 0;
}
#content .columns{
	width:683px;
	overflow:hidden;
	padding:7px 0 5px;
	background:url(../images/bg-columns-t.png) no-repeat;
}
#content .columns .c{
	width:687px;
	margin:0 0 0 -3px;
	overflow:hidden;
	background:url(../images/bg-columns.gif) repeat-y 3px 0;
}
#content .columns .b{
	height:7px;
	overflow:hidden;
	background:url(../images/bg-columns-b.png) no-repeat;
}
#content .columns .column{
	width:226px;
	float:left;
	margin:0 0 0 3px;
	display:inline;
}
#content .columns h3{
	margin:0;
	font-size:1.36em;
	line-height:1.13em;
	font-weight:normal;
	padding:8px 10px 12px 54px;
}
.columns h3 a{color:#3d5562;}
.columns .clock{background:url(../images/ico-clock.gif) no-repeat 7px 0;}
.columns .wheel{background:url(../images/ico-ihale.gif) no-repeat 7px 0;}
.columns .doc{background:url(../images/ico-doc.gif) no-repeat 7px 0;}
.columns .list{
	margin:0;
	padding:0 0 8px;
	list-style:none;
	background:url(../images/border.gif) no-repeat 50% 0;
}
.columns .list li{
	padding:7px 13px;
	background:url(../images/border.gif) no-repeat 50% 100%;
}
.columns .list li a{
	padding:0 0 0 8px;
	font-weight:bold;
	color:#151D22;
	display:inline-block;
	background:url(../images/bullet-arrow.gif) no-repeat 0 50%;
}
.columns .list li span{
	display:block;
	font-size:0.9090em;
	padding:0 8px;
}
.columns .list li em{
	margin:0 0 0 10px;
}
.columns .view-all{
	padding:0 13px 0 0;
	color:#164B5D;
	font-weight:bold;
	margin:0 0 0 14px;
	background:url(../images/arrow-all.gif) no-repeat 100% 60%;
}
#content .tabset{
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:1.0909em;
	font-weight:bold;
	line-height:32px;
	margin:0 0 -7px;
}
#content .tabset li{
	float:left;
	padding:0 7px 0 0;
}
#content .tabset li a{
	display:block;
	width:173px;
	text-align:center;
	color:#7b919d;
	background:url(../images/bg-tab.png) no-repeat;
	padding:0 0 7px;
}
#content .tabset li a:hover,
#content .tabset li a.active{
	position:relative;
	z-index:1;
	color:#0071b2;
	text-decoration:none;
	background:url(../images/bg-tab-active.png) no-repeat;
}
#content .tabset li.first-child a:hover,
#content .tabset li.first-child a.active,
#content .tabset li:first-child a:hover,
#content .tabset li:first-child a.active{background:url(../images/bg-tab-active-first.png) no-repeat;}
.visual-box{
	width:328px;
	float:left;
	padding:0 4px;
}
.visual-box .image{
	width:330px;
	height:218px;
	margin:0 -4px 8px;
	padding:3px;
	overflow:hidden;
	background:url(../images/bg-image.gif) no-repeat;
}
.visual-box .image img{display:block;}
#content .visual-box h2{
	margin:0 0 11px;
	font-size:1em;
	height:15px;
	overflow:hidden;
}
#content .visual-box p{
	margin:0 0 13px;
	font-size:12px;
	height:55px;
	overflow:hidden;
}
#content .visual-box h2 a{
	/*color:#0071b2;*/
	color:#1C3F52;
	font-size:12px;
	padding:0 0 0 9px;
	background:url(../images/arrow-blue.gif) no-repeat 0 50%;
}
.nav-box .more,
.visual-box .more{
	color:#164B5D;
	font-weight:bold;
	padding:0 0 0 11px;
	background:url(../images/arrow-double.gif) no-repeat 0 60%;
}
.nav-box .more{
	margin:0 0 0 17px;
}
.nav-box{
	width:333px;
	float:right;
}
.add-nav{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:2px 0 18px;
	list-style:none;
}
.add-nav li{
	float:right;
	width:317px;
	font-size:11px;
	line-height:18px;
	background:url(../images/border02.gif) no-repeat 100% 100%;
}
.add-nav li a{
	display:block;
	width:305px;
	color:#151D22;
	padding:7px 0 9px 12px;
	position:relative;
	z-index:2;
	background:url(../images/arrow08.gif) no-repeat 1px 13px;
}
.add-nav .active a,
.add-nav li a:hover{
	color:#0071b2;
	margin:-2px 0 0 -16px;
	padding:9px 0 9px 28px;
	position:relative;
	text-decoration:none;
	background:url(../images/add-nav-roll.gif) no-repeat;
}
.news .video{
	float:left;
	width:250px;
}
.news .video .image{
	margin:0 0 14px;
}
.news .video p{margin:0 !important;}
.news .video img{
	display:block;
}
.news .label-image{
	float:left;
	width:200px;
	padding-left:5px;
}
.news .label-image .label{
	background:#156692 url(../images/bg-label-bl.gif) no-repeat 0 100%;
	display:block;
	color:#c1e9ff;
	font-size:1.1818em;
	line-height:1.2307em;
}
.news .label-image .label-m{
	background:url(../images/bg-label-br.gif) no-repeat 100% 100%;
	display:block;
	padding:9px 15px 13px;
}
.news .label-image .label span,
.news .label-image .label strong{
	cursor:pointer;
	display:block;
}
.news .label-image .label strong{
	font-size:1.3076em;
}
.news .label-image img{
	display:block;
}
.news .nav-box{
	float:left;
	width:210px;
}
.news .nav-box ul{
	padding:2px 0 0;
	margin:0 0 16px;
}
.news .nav-box ul li{
	width:100%;
	float:left;
}
.news .nav-box ul li a{
	width:auto;
	height:1%;
	padding:5px 0 6px 19px;
	background:url(../images/arrow08.gif) no-repeat 8px 12px;
}
.news .nav-box ul li.active a,
.news .nav-box ul li a:hover{
	width:auto;
	margin:-2px 0 0;
	padding:7px 0 6px 19px;
	color:#156692;
	position:relative;
	background:#bfe8f4 url(../images/add-nav-news-roll.gif) no-repeat 100% 0;
}
.news .nav-box .more{
	margin:0;
	color:#67bad3;
}
.paging{
	float:left;
	margin:11px 0 0;
	padding:3px 0 13px;
	list-style:none;
	font-weight:bold;
	line-height:27px;
	font-size:1.0909em;
	color:#96d7ea;
}
.paging li{
	float:left;
	padding:0 3px 0 0;
}
.paging li a{
	display:block;
	width:27px;
	height:27px;
	text-align:center;
	color:#2b4a5b;
	background:url(../images/bg-pager-item.gif) no-repeat;
}
.paging li a:hover{
	color:#96d7ea;
	position:relative;
	margin:-3px 0 0;
	padding:3px 0 0;
	text-decoration:none;
	background:url(../images/bg-pager-aitem.gif) no-repeat;
}
.paging li.active a{
	display:block;
	width:27px;
	height:27px;
	text-align:center;
	position:relative;
	margin:-3px 0 0;
	padding:3px 0 0;
	color:#96d7ea;
	background:url(../images/bg-pager-aitem.gif) no-repeat;
}
.paging li.prev a,
.paging li.next a{
	width:96px;
	background:url(../images/bg-pager-buttons.gif) no-repeat;
	color:#2b4a5b;
	font-size:12px;
	line-height:27px;
	font-weight:normal;
	text-align:left;
}
.paging li.prev a:hover,
.paging li.next a:hover{
	margin:0;
	color:#1a3a4c;
	background:url(../images/bg-pager-buttons.gif) no-repeat;
}
.paging li.prev a{
	padding:0 0 0 41px !important;
}
.paging li.next a{
	background-position:0 -54px;
	padding:0 41px 0 0 !important;
	text-align:right;
}
.paging li.next a:hover{background-position:0 -81px;}
.paging li.prev a:hover{background-position:0 -27px;}
.takvim ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font:1.1818em/1.2307em Arial, Verdana, sans-serif;
}
.takvim ul li{
	float:left;
	width:100%;
	border-bottom:1px solid #b8e5f2;
}
.takvim ul li a{
	color:#637680;
	padding:12px 10px 10px 11px;
	display:block;
	height:1%;
	overflow:hidden;
}
.takvim ul li a span{
	cursor:pointer;
	display:block;
}
.takvim ul li strong{
	display:block;
	color:#3d5562;
	font-size:1.0769em;
	padding:0 0 1px;
}
.takvim ul li a .image{
	float:left;
	width:52px;
	height:56px;
}
.takvim ul li a .image img{display:block;}
.takvim ul li a:hover .image img{display:none;}
.takvim ul li a .image .h{display:none;}
.takvim ul li a:hover .image .h{display:block;}
.takvim ul li a .text{
	height:1%;
	overflow:hidden;
	padding:2px 0 0 12px;
}
.takvim ul li a:hover{
	text-decoration:none;
	position:relative;
}

.events{
	color:#6d1b03;
}
.events ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 10px;
	list-style:none;
	line-height:1.5454em;
}
.events ul li{
	width:100%;
	float:left;
	padding:13px 0;
	background:url(../images/separator02.gif) repeat-x 0 100%;
}
.events ul li a{
	color:#6d1b03;
	font-weight:bold;
}
.events ul li .date{
	float:left;
	width:47px;
	height:44px;
	text-align:center;
	background:url(../images/bg-date.gif) no-repeat;
	font:24px/22px Garamond, Georgia, serif;
	color:#6d1b03;
	display:inline;
	margin:0 8px 0 7px;
}
.events ul li .date span{
	font-size:11px;
	line-height:14px;
	display:block;
}
.events ul li .text{
	height:1%;
	overflow:hidden;
}
.events ul li .info{
	display:block;
}
.control{
	padding:17px 55px 5px;
	position:relative;
	height:1%;
	overflow:hidden;
}
.control .prev,
.control .next{
	display:block;
	width:34px;
	height:24px;
	position:absolute;
	top:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-control-buttons.gif) no-repeat;
}
.control .prev{
	left:13px;
	background-position:0 -48px;
}
.control .prev:hover{background-position:0 -72px;}
.control .next{right:13px;}
.control .next:hover{background-position:0 -24px;}
.control ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.control ul li{
	float:left;
	padding:0 2px;
}
.control ul li a{
	display:block;
	width:18px;
	height:18px;
	background:url(../images/bg-control-item.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
.control ul li a:hover,
.control ul li.active a{
	background:url(../images/bg-control-aitem.png) no-repeat;
}
.box-footer{
	height:1%;
	overflow:hidden;
	padding:0 13px 7px;
}
.box-footer a{
	color:#6d1b03;
	padding:0 14px 0 0;
	font-weight:bold;
	background:url(../images/bg-box-footer.gif) no-repeat 100% 50%;
}
#sidebar{
	float:left;
	width:241px;	
}
.home #sidebar{
	width:291px;
}
.sidebox{
	width:100%;
	position:relative;
	margin:0 0 6px;
}
.sidebox .t,
.sidebox .b{
	margin:0 10px;
	height:10px;
}
.sidebox .t{background:url(../images/bg-sidebox-t.png) repeat-x;}
.sidebox .b{background:url(../images/bg-sidebox-b.png) repeat-x;}
.navbox .t{background:url(../images/bg-navbox-t.png) repeat-x;}
.navbox .b{background:url(../images/bg-navbox-b.png) repeat-x;}
.sidebox .t div,
.sidebox .b div{
	width:10px;
	height:10px;
	overflow:hidden;
	position:relative;
}
.sidebox .tl,
.sidebox .bl{
	float:left;
	margin:0 0 0 -10px;
}
.sidebox .tr,
.sidebox .br{
	float:right;
	margin:0 -10px 0 0;
}
.sidebox .tl{background:url(../images/bg-sidebox-tl.png) no-repeat;}
.sidebox .tr{background:url(../images/bg-sidebox-tr.png) no-repeat;}
.sidebox .bl{background:url(../images/bg-sidebox-bl.png) no-repeat;}
.sidebox .br{background:url(../images/bg-sidebox-br.png) no-repeat;}
.navbox .tl{background:url(../images/bg-navbox-tl.png) no-repeat;}
.navbox .tr{background:url(../images/bg-navbox-tr.png) no-repeat;}
.navbox .bl{background:url(../images/bg-navbox-bl.png) no-repeat;}
.navbox .br{background:url(../images/bg-navbox-br.png) no-repeat;}
.sidebox .m{
	width:100%;
	background:url(../images/bg-sidebox-m.png);
}
.navbox .m{background:url(../images/bg-navbox-m.png);}
.sidebox .l{background:url(../images/bg-sidebox-l.png) repeat-y;}
.navbox .l{background:url(../images/bg-navbox-l.png) repeat-y;}
.sidebox .r{
	padding:0 10px;
	background:url(../images/bg-sidebox-r.png) repeat-y 100% 0;
}
.navbox .r{background:url(../images/bg-navbox-r.png) repeat-y 100% 0;}
.sidebox .c{
	margin:0 -10px;
	position:relative;
}
.sidebox .holder{
	height:1%;
	overflow:hidden;
	padding:0 0 2px;
}
#sidebar .ads{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#sidebar .ads li{
	margin:0 0 6px;
	float:left;
	width:100%;
}
#sidebar .ads a{display:block;}
#sidebar .sub-nav{
	height:1%;
	overflow:hidden;
	padding:8px 1px 12px;
}
#sidebar .sub-nav h3{
	margin:0 0 10px;
	color:#0071b2;
	padding:0 15px 0 37px;
	font-size:1.273em;
	line-height:1.143em;
	text-transform:uppercase;
	background:url(../images/arrow-double3.gif) no-repeat 16px 50%;
}
#sidebar .sub-nav ul{
	margin:0;
	padding:0 0 13px;
	list-style:none;
	border-top:1px solid #b7e7f4;
	width:100%;
	overflow:hidden;
}
#sidebar .sub-nav ul li{
	width:100%;
	font-size:1.091em;
	line-height:1.166em;
	font-weight:bold;
	float:left;
	border-bottom:1px solid #b7e7f4;
}
#sidebar .sub-nav ul a{
	color:#637680;
	padding:10px 29px 11px;
	display:block;
	height:1%;
	background:url(../images/arrow11.gif) no-repeat 16px 50%;
}
#sidebar .sub-nav ul .active a,
#sidebar .sub-nav ul a:hover{
	text-decoration:none;
	color:#3d5562;
	border:solid #abdae8;
	border-width:1px 0;
	margin:-1px 0;
	position:relative;
	background:#b7e5f3 url(../images/arrow12.gif) no-repeat 14px 50%;
}
#sidebar .recomment{
	padding:0 0 0 24px;
	margin:0 0 0 15px;
	background:url(../images/ico-star.gif) no-repeat 0 50%;
}
.calendar-area{
	padding:0 7px 0 8px;
}
.calendar-heading{
	color:#6d1b03;
	text-align:center;
	padding:0 7px;
	height:1%;
	overflow:hidden;
	font:bold 1.6363em/38px Arial, Verdana, sans-serif;
	background:url(../images/bg-calendar-heading.gif) no-repeat;
	margin:0 0 6px;
}
.calendar-heading strong{
	display:block;
}
.calendar-heading a{
	width:34px;
	height:23px;
	background:url(../images/bg-calendar-control.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:8px 0 0;
	position:relative;
}
.calendar-heading .prev{
	float:left;
	background-position:0 -46px;
}
.calendar-heading .prev:hover{
	background-position:0 -69px;
}
.calendar-heading .next{
	float:right;
}
.calendar-heading .next:hover{background-position:0 -23px;}
.calendar{
	line-height:28px;
	font-weight:bold;
	font-size:1.2727em;
	padding:0;
	list-style:none;
	width:280px;
	margin:0 -4px 0 0;
	overflow:hidden;
}
.calendar li{
	float:left;
	padding:0 4px 6px 0;
	width:36px;
	text-align:center;
	height:26px;
	background:url(../images/bg-calendar-item.gif) no-repeat;
}
.calendar li.head{
	font-size:0.7857em;
	color:#6d1b03;
	background:url(../images/bg-calendar-head.gif) no-repeat;
}
.calendar li.today{
	background:url(../images/bg-calendar-current.gif) no-repeat;
	color:#008444;
}
.calendar li.event a{
	color:#925442;
	display:block;
	height:100%;
}
.haber-grubuna{
	margin:0 0 5px;
	width:291px;
}
.haber-grubuna .t{
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(../images/bg-haber-grubuna-t.png) no-repeat;
}
.haber-grubuna .m{
	background:url(../images/bg-haber-grubuna.gif) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 0 0 10px;
}
.haber-grubuna .b{
	height:10px;
	width:100%;
	overflow:hidden;
	background:url(../images/bg-haber-grubuna-b.png) no-repeat;
}
.haber-grubuna h3{
	margin:0 0 7px;
	padding:0 0 0 40px;
	color:#fff;
	font:17px/20px Arial, Verdana, sans-serif;
	background:url(../images/ico-email.gif) no-repeat 4px 50%;
}
.haber-grubuna .text{
	float:left;
	background:url(../images/bg-haber-grubuna-text.gif) no-repeat;
	width:136px;
	height:27px;
	margin:0 3px 0 0;
	display:inline;
}
.haber-grubuna .text input{
	float:left;
	width:104px;
	border:0;
	color:#60fe65;
	background:none;
	margin:0;
	padding:6px 16px;
	font:bold 1em/14px Arial, Verdana, sans-serif;
}
.haber-grubuna .form-holder li{
	padding:0 0 5px;
}
.haber-grubuna .send-info{
	color:#005231;
	font-weight:bold;
	float:right;
	margin:0 14px 0 0;
	display:inline;
	padding:0 0 0 14px;
	background:url(../images/arrow05.gif) no-repeat 0 50%;
}
.haber-grubuna .send-info span{
	padding:0 14px 0 0;
	display:block;
	background:url(../images/arrow07.gif) no-repeat 100% 50%;
}
#footer{
	width:100%;
}
.footer-box{
	width:100%;
	background:url(../images/bg-footer-box.png) no-repeat;
}
.footer-box .holder{
	padding:16px 0 0 20px;
	height:216px;
	position:relative;
	overflow:hidden;
}
.footer-box .col{
	float:left;
	width:157px;
	padding:0 35px 0 0;
}
.footer-box h3{
	font:bold 11px/18px Arial, Verdana, sans-serif;
	margin:0 0 5px 11px;
	color:#fef97c;
}
.footer-box h3 a{
	color:#fef97c;
	padding:0 0 0 8px;
	background:url(../images/arrow02.gif) no-repeat 0 50%;
}
.footer-box h3 a:hover{
	text-decoration:none;
	color:#d9f4fe;
}
.footer-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-box ul li{
	background:url(../images/dotline.gif) repeat-x;
	float:left;
	width:100%;
	padding:5px 0 4px;
}
.footer-box ul li a{
	color:#d9f4fe;
	float:left;
	margin:0 0 0 11px;
	padding:0 0 0 8px;
	background:url(../images/arrow01.gif) no-repeat 0 50%;
}
.footer-box ul li a:hover,
.footer-box ul li.active a{
	color:#fef97c;
	text-decoration:none;
}
.footer{
	height:1%;
	overflow:hidden;
	padding:10px 20px 10px 15px;
	color:#316177;
}
.footer p{
	margin:0;
}
.footer address{
	margin:0;
	font-style:normal;
}
.footer address span{
	display:block;
}
.copy{
	padding:0 0 0 160px;
	background:url(../images/bg-copy.gif) no-repeat 0 0px;
}
.f-extra{
	float:right;
	overflow:hidden;
	margin:0;
	padding:7px 0 0;
	list-style:none;
	font:bold 11px/25px Arial, Verdana, sans-serif;
}
.f-extra li{
	float:left;
	padding:0 13px 0 14px;
	margin:0 0 0 -2px;
	background:url(../images/vdotline.gif) repeat-y;
}
.f-extra li span{
	float:left;
	cursor:pointer;
}
.f-extra li img{
	float:left;
	margin:0 0 0 5px;
}
.f-extra li a{
	color:#175269;
}
.f-extra li a:hover{
	text-decoration:none;
	position:relative;
}
.f-extra li a:hover span{text-decoration:underline;}
.lightbox{
	position:absolute;
	left:-9999px;
	top:0;
	width:723px;
	overflow:hidden;
	z-index:1000;
}
#fader{
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:999;
	background:black;
}
/* BuyuksehirTV page */
.page .logo{
	top:24px;
	left:13px;
}
.page .logo a{
	width:367px;
	height:58px;
	background: url(../images/logo2.png) no-repeat;
}
.sublogo{
	position:absolute;
	top:47px;
	right:31px;
	width:116px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/sublogo.gif) no-repeat;
}
.page #content{
	float:left;
	width:683px;
	margin-top:10px;
}
.page #sidebar{
	float:right;
	width:291px;
	margin-top:10px;
}
/*
.star-rating {
	list-style:none;
	margin:9px 0 0 4px;
	padding:0px;
	width:117px;
	height:20px;
	position:relative;
	background:url(../images/star.gif) repeat-x;
}
.star-rating li{
	float:left;
	margin:0 3px 0 0;
}
.star-rating li a{
	display:block;
	width:21px;
	height:20px;
	text-decoration:none;
	text-indent:-9000px;
	z-index:2;
	position:absolute;
	padding:0;
	overflow:hidden;
}
.star-rating li a:hover,
.star-rating li.active a{
	background:url(../images/star.gif) 0 100%;
	z-index:1;
	left:0px;
}
.star-rating a.one-star{left:0px;}
.star-rating a.one-star:hover,
.star-rating li.active a.one-star{width:20px;}
.star-rating a.two-stars{left:24px;}
.star-rating a.two-stars:hover,
.star-rating li.active a.two-stars{width:45px;}
.star-rating a.three-stars{left:48px;}
.star-rating a.three-stars:hover,
.star-rating li.active a.three-stars{width:69px;}
.star-rating a.four-stars{left:72px;}
.star-rating a.four-stars:hover,
.star-rating li.active a.four-stars{width:93px;}
.star-rating a.five-stars{left:96px;}
.star-rating a.five-stars:hover,
.star-rating li.active a.five-stars{width:117px;}
*/
.page #main h2{
	font:1.81em/1em Arial, Helvetica, sans-serif;
	margin:0 0 6px 27px;
	color:#016894;
}
.page #main .video-box h2{
	margin:0 0 6px 17px;
}
.page #main{font-family: Tahoma, Arial, Helvetica, sans-serif;}
.page #main #content h2{
	background: url(../images/bg-heading2c.gif) no-repeat 0 2px;
	padding:0 0 0 25px;
}
.page #main #sidebar h2{
	background: url(../images/bg-heading2s.gif) no-repeat;
	padding:0 0 0 30px;
}
.page .video-holder{
	padding:9px 16px 8px;
	height:1%;
	overflow:hidden;
}
.placeholder{margin:0 -10px 10px 0;}
.placeholder img{vertical-align:top;}
.right-box{
	float:right;
	padding:6px 0 0;
}
.right-box .icons img{display:block;}
.page .video-holder .description{
	background: url(../images/bullet-arrow.gif) no-repeat 0 3px;
	padding:0 0 0 9px;
	margin:0 0 0 3px;
	height:1%;
	overflow:hidden;
}
.page #content .video-holder .description p{
	margin:0 0 6px;
	line-height:1.18em;
}
.page .posts{
	margin:0 0 -9px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.page .posts li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:6px 7px 11px;
	border-bottom:1px solid #b8e5f2;
	line-height:1.18em;
	margin:0 0 5px;
}
.page .posts li img{
	float:left;
	margin:0 9px 0 0;
}
.page .posts li .text{
	height:1%;
	overflow:hidden;
}
.page #main .posts li p{margin:5px 0 0;}
.page .posts li .text p a{color:#3d5562;}
.page #content .posts{
	margin:7px 0 10px;
	padding:1px 0;
}
.page #content .posts li{
	background:#e3f0f4;
	margin:0 1px 0 11px;
	padding:0 1px;
	display:inline;
	float:left;
	overflow:visible;
	width:321px;
	border:0;
}
.page #content .posts .post-content{
	background:#e3f0f4;
	margin:-1px 0;
	height:1%;
	overflow:hidden;
	position:relative;
	padding:13px 13px 14px;
}
.right-arrow-link{
	float:right;
	background: url(../images/arrow10.gif) no-repeat 100% 2px;
	padding:0 15px 0 0;
	font-weight:bold;
	line-height:1em;
	margin:7px 26px 0 0;
}
.page .content-box, .page .sidebox{margin:0 0 12px;}
.page #sidebar .ads{
	padding:4px 0 0 13px;
	border-bottom:1px solid #B8E5F2;
	margin:0 1px;
	width:auto;
	height:1%;
}
.page #sidebar .ads li{
	vertical-align:top;
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
	margin:0;
}
.page #sidebar .ads li img{vertical-align:top;}
.page #content .control{
	border-top:1px solid #B8E5F2;
	padding-bottom:10px;
}
.page .ad{clear:both;}
.page #main #content .content-heading h2{
	font:bold 1.2727em/1.4285em Arial, Verdana, sans-serif;
	color:#016894;
	margin:0;
	padding:0 0 0 26px;
	background:url(../images/ico-comments.gif) no-repeat 0 50%;
}
.page .comment-box, .page .comments-list li{
	background:#e3f0f4;
	margin:8px 11px;
	padding:0 1px;
	float:left;
	width:657px;
	display:inline;
	overflow:visible;
}
.page #content .comments-list h3 a,
.page #content .comments-list h3{
	color:#016894;
}
.page .comment-title em{
	color:#016894;
}
.page .comments-list li{margin:0 11px 8px;}
.page .comment-box .comment-content, .page .comments-list .comment-content{
	background:#e3f0f4;
	margin:-1px 0;
	height:1%;
	overflow:hidden;
	position:relative;
	padding:6px 0 0;
}
.page .comment-box .box-content{padding:10px 14px 18px 16px;}
.page .comment-form .col{
	width:363px;
	margin:0 -74px 0 0;
	position:relative;
}
.page .comment-form .required-list{
	padding:0 0 6px 7px;
}
.page .comment-form .required-list li{
	padding:0 0 3px;
}
.page .comment-form .text{
	width:273px;
	background: url(../images/bg-comment-text2.gif) no-repeat;
}
.page .comment-form .text input{width:253px;}
.page .comment-form .textarea{
	width:330px;
	max-width:340px;
}
.page .comment-form .submit-button{margin:24px 20px 0 0;}
.page .comments-list{
	clear:both;
	height:1%;
	overflow:hidden;
	padding:1px 0;
}
.page .comments-list .comment-content{padding:9px 15px 18px 19px;}
.page .breadcrumb-holder{
	background: url(../images/dotline2.gif) repeat-x 0 100%;
	padding:0 0 3px 6px;
	margin:0 0 10px;
}
.page .comment-box .content-heading{
	padding:8px 11px 16px 27px;
}
.setVisible
{
    display:none;
}
.divAjaxLoading
{
    position:absolute;
    background-color:#065397;
    color:#FFF;
    width:120px;
    display:none;
    height:33px;    
}
.divAjaxLoading span
{
    float:left;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    margin-left:5px;
    padding-top:5px;
    padding-bottom:5px;
}
.divAjaxLoading img
{
    float:left;
    margin-left:10px;
    margin-top:5px;
    margin-bottom:10px;
}
.BasvuruSorgula
{
	color:White;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	background-color:#3399ff;
}
