/*!
 * Datepicker v1.0.3
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-12-20T12:51:39.076Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid rgba(0,0,0,0);content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}

.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;overflow:hidden;left:0;right:0}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(8px);filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}
/*************************************************************************************************************//*reset.css baslangici*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}/* remember to define focus styles! */:focus {outline: 0;}ol, ul {list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}/*reset.css sonu*//****************************************************************************************************************/body {background:#F0F0F0;text-align: center;/*IE hack for centering*/color: #333333;font-size: 12px;line-height:1.5;text-align: left;font-family: Arial,Helvetica,sans-serif;}h1,h2,h3,h4,h5,h6 {font-weight: bold;}h1 {font-size:2.2em;}h2 {font-size:2em;}h3 {font-size:1.8em;}h4 {font-size:1.4em;}h5 {font-size:1.2em;}h6 {font-size:1em;}a {text-decoration:none;}p {font-size:12px;}strong {font-weight:bold;}#default div#container {width: 960px;margin: 0 auto;}#default div#header {float: left;background-color: #eee;padding: 5px;width: 950px;}#default div#main {float: left;width:960px;padding-top: 5px;padding-bottom: 5px;}#default div#yield {background-color: #eee;margin-left: 205px;margin-right: 205px;}#default div#left {float: left;width: 190px;background-color: #eee;padding: 5px;}#default div#right {float: right;width: 190px;background-color: #eee;padding: 5px;}#default div#footer {float: left;width: 950px;background-color: #eee;padding: 5px;}/* Tables-------------------------------------------------------------- */table{ margin-bottom: 1.4em; width:100%; }th{ font-weight: bold; }thead th{ background: #c3d9ff; }th,td,caption { padding: 4px 10px 4px 5px; }tr.even td{ background: #e5ecf9; }tfoot{ font-style: italic; }caption{ background: #eee; }/****************************************//*HEADER*/div.title {display:none;}/*LEFT*/#default div#left div.widget {margin-bottom: 10px;}#default div#left div.widget div.title {font-weight: bold;}#default div#left div.widget ul{padding-left: 5px;}/*YIELD*/#default div#yield div.widget_1 div.title {display:none;}#default div#yield div.widget_1 div.post div.title {display:block;}/* başlıkları göstermek istemezseniz bu satırı kaldırın*/#default div#yield div.widget_1 div.post div.info {}#default div#yield div#index {background-color: #fff;}#default div#yield div#index div.post {background-color: #eee;margin-bottom: 5px;padding: 10px;}#default div#yield div#index div.post_last{margin-bottom: 0px;}#default div#yield ol {list-style-type: decimal;margin-left: 30px;}#default div#yield strong {font-weight: bold;}/*RIGHT*/#default div#right div.widget {margin-bottom: 10px;}#default div#right div.widget div.title {font-weight: bold;}#default div#right div.widget ul{padding-left: 5px;}/*FOOTER*/#default div#footer div.widget ul li {display: inline;padding-left: 20px;}#default div#footer div.widget {/* margin-bottom: 10px;*/}#default div#footer div.widget div.title {display: none;}#default div#footer div.widget ul{/*padding-left: 5px;*/}#default div#footer div.widget_1 {float:right;color:#0069A1;font-size:0.8em}/****************************************//*Posts*/#default div#post {padding:10px;}#default div#post div.content {margin-top: 10px;}#default div#post div.info {}#default div#post div.related div.title {font-size: 1em;font-weight: bold;}/****************************************//*Categories*/#default div#category {background-color:#fff;float:left;width:100%;}#default div#category div.static {background-color:#eee;}#default div#category div.post {background-color: #eee;margin-bottom: 5px;width:100%;}#default div#category div.post_last {margin-bottom:0px;}#default div#category div.row {float:left;width:100%;}#default div#category div.row div.post {width:50%;float:left;background-color:#eee;margin-bottom:5px;}/****************************************//*Pages*/#default div#page {padding:10px;}/****************************************//*Tabs*/#tabmenu {padding:3px 0;margin-left: 0px;border-bottom: 1px solid #000000;line-height:normal;}#tabmenu li {list-style: none;margin: 0px;display: inline;}#tabmenu li a {padding: 3px 0.5em;margin-left: 3px;border: 1px solid #778;border-bottom: none;background: #DDE;text-decoration: none;}#tabmenu li a.tab_active {background:#eeeeee none repeat scroll 0 0;border:1px solid black;border-bottom:1px solid #eeeeee;}/*#tabmenu a:hover {background:#ADC09F none repeat scroll 0 0;}*//*#tabmenu li.tab_active:hover {background:#eeeeee none repeat scroll 0 0;}*/.tab_content {height: 250px;background:#eeeeee none repeat scroll 0 0;/*border-color:-moz-use-text-color black black;*/border-color: #000;border-style:none solid solid;border-width:medium 1px 1px;padding:20px;text-align:justify;overflow:hidden;}/****************************************/.ltr {direction:ltr;}.rtl {direction:rtl;}.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height: 1%;}.clearfix {display: block;}a.rss {display:block; background: url(/images/rss.gif) no-repeat; padding-left: 20px;}/*Multi Category View*/#default div.multi_category_view {float:left;}#default div.multi_category_view div.row {float:left;width:100%;}#default div.multi_category_view div.row div.category {width:50%;float:left;background-color:#eee;margin-bottom:5px;}#default div.multi_category_view div.category {float:left;background-color:#eee;margin-bottom:5px;width:100%;}#default div.multi_category_view div.category div.content p.left {float:left;padding:5px;}#default div.multi_category_view div.category div.content p.right {float:right;padding:5px;}#default div.multi_category_view div.category div.content p.center {padding:5px;width:100%;text-align:center;}/* Auto Complete */.ac_results {padding: 0px;border: 1px solid black;background-color: white;overflow: hidden;z-index: 99999;}.ac_results ul { width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}.ac_results li {margin: 0px;padding: 2px 5px;cursor: default;display: block;/*width: 100%;*/font: menu;font-size: 12px;/*it is very important, if line-height not setted or settedin relative units scroll will be broken in firefox*/line-height: 16px;overflow: hidden;}.ac_loading { background: white url('/images/indicator.gif') right center no-repeat;}.ac_odd {background-color: #eee;}.ac_over {background-color: #778ec8;color: white;}/*IMAGE*/#gallery {float:left;background-color:#eee;}#gallery .image {float:left;padding:2px;}.galleria{list-style:none;width:450px;display: block;height: 110px;/* Max width here, for users without Javascript */width: 1500px;padding: 15px 0 0 15px;/* Remove default margin */margin: 0;list-style: none;}.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}.galleria li a{display:none}.galleria li div{position:absolute;display:none;top:0;left:180px}.galleria li div img{cursor:pointer}.galleria li.active div img,.galleria li.active div{display:block}.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}.galleria li .caption{display:block;padding-top:.5em}* html .galleria li div span{width:450px} /* MSIE bug */#main_image{float:left;margin:0 auto 30px auto;height:350px;width:450px;background:#eee;}#main_image img{margin-bottom:10px;}div.galleria_thumbnails {/* Set it so we could calculate the offsetLeft */position: relative;height: 145px;width: 450px;/* Add scroll-bars */overflow: auto;}div#gallery .prev_image {float:left;background-image:url(/images/arrow_left.png);}div#gallery .prev_image a {width:16px;height:16px;display:block;}div#gallery .next_image {float:left;background-image:url(/images/arrow_right.png);}div#gallery .next_image a {width:16px;height:16px;display:block;}/****************************************//*File Management*/#document{width:1000px;position:relative;margin:0 auto;}#document .wrapper{width:600px;padding-top:10px;margin:0 auto;}#document .notice{margin-bottom:20px;font-size:24px;color:red}#document .wrapper form{padding-top:58px;margin-left:50px;position:relative;}#document .elements{height:235px;background-color:khaki}#document .wrapper .textfield{width:345px;font-size:18px;font-family:"00360" ,Helvetica, Arial, sans-serif;padding:3px 0;}#document .wrapper label{float:left;width:140px;margin-top:2px;display:block;}#document .wrapper form p{font-size:18px;margin-bottom:38px;clear:both;}#document .button{width:100px;height:37px;font-size:16px;font-family:"00360" ,Helvetica, Arial, sans-serif;left:408px;top:173px;margin-left:140px;}/****************************************/#container{width: 960px;margin:0 auto;overflow:hidden;}#bireysel{background: none repeat scroll 0 0 #FFFFCC;border: 2px dotted #E2E2B5;float: left;height: 245px;margin-top: 10px;padding-top: 10px;width: 956px;}#header{background: url("i/header_bg.jpg") no-repeat scroll right top transparent;float: left;height: 75px;padding-left: 10px;padding-top: 15px;width: 950px;}#menu{background: none repeat scroll 0 0 #003366;float: left;height: 42px;margin-top: 10px;padding: 1px;width: 960px;}#menu li {position:relative;float:left;color:#fff;height:43px;}#menu li a {color:#fff;padding-bottom:7px;font-weight:bold;font-size:12px;line-height:14px;}#menu li a .menu-desc{font-weight:normal;font-size:11px;}#menu ul ul ul {display:block !important;}#menu li.item1 a{display:block;width:72px;padding-left: 40px;padding-top: 7px;}#menu li.item1{background: url("i/home16.png") no-repeat scroll 16px 7px transparent;}#menu li.item1 a.active{background: url("i/home16.png") no-repeat scroll 16px 7px #333!important;}#menu li.item1:hover{background: url("i/home16.png") no-repeat scroll 16px 7px #4F4F4F;}#menu li.item2 a{display:block;width:88px;background: url("i/arrow3.png") no-repeat scroll 29px 13px transparent;padding-left: 40px;padding-top: 7px;}#menu li.item2{background: url("i/Star-Full16.png") no-repeat scroll 8px 7px transparent;}#menu li.item2:hover{background: url("i/Star-Full16.png") no-repeat scroll 8px 7px #336699;}#menu li.item3 a{display:block;width:110px;background:url("i/arrow3.png") no-repeat scroll 29px 13px transparent;padding-left: 40px;padding-top: 7px;}#menu li.item3{background: url("i/report16.png") no-repeat scroll 6px 7px transparent;}#menu li.item3:hover{background: url("i/report16.png") no-repeat scroll 6px 7px #336699;}#menu li.item4 a{display:block;width:66px;padding-left: 14px;padding-top: 7px;}#menu li.item4{}#menu li.item4:hover{background:#4F4F4F;}#menu li.item5 a{display:block;width:84px;padding-left: 40px;padding-top: 7px;}#menu li.item5{background: url("i/info-16.png") no-repeat scroll 16px 7px transparent;}#menu li.item5 a.active{background: url("i/info-16.png") no-repeat scroll 16px 7px #333!important;}#menu li.item5:hover{background: url("i/info-16.png") no-repeat scroll 16px 7px #4F4F4F;}#menu li.item6 a{display:block;width:84px;padding-left: 40px;padding-top: 7px;height: 28px;}#menu li.item6{background: url("i/info-16.png") no-repeat scroll 16px 7px transparent;}#menu li.item6 a.active{background: url("i/info-16.png") no-repeat scroll 16px 7px #333!important;height: 28px;}#menu li.item6:hover{background: url("i/info-16.png") no-repeat scroll 16px 7px #4F4F4F;}#menu li.item7 a{display:block;width:78px;background:url("i/arrow3.png") no-repeat scroll 29px 13px transparent;padding-left: 40px;padding-top: 7px;}#menu li.item7{background: url("i/contact24.png") no-repeat scroll 6px 7px transparent;}#menu li.item7:hover{background: url("i/contact24.png") no-repeat scroll 6px 7px #336699;}#menu .primary {padding-bottom:20px;display:none;position:absolute;top:42px;left:0;background: none repeat scroll 0 0 #336699;width:600px;}#menu .prime {padding-bottom:12px;display:none;position:absolute;top:42px;left:0;background: none repeat scroll 0 0 #336699;width:197px;}#menu .primary ul {width:auto;float:left;}#menu .primary li {height:auto;background: none repeat scroll 0 0 transparent;display: block;width:185px;float: left;margin: 5px 5px 0;padding: 0;}#menu .primary li li{width:185px;}#menu .primary ul li a{background:none;background: none repeat scroll 0 0 transparent;border: 0 none;font-weight: normal;width:auto;padding: 8px 5px;}#menu .primary ul li a:hover{background:#333;}#menu #menu92 {border-bottom: 1px solid #FFFFFF;font-weight:bold;font-size: 14px;}#menu .primary ul li #menu92:hover{background:none;}#menu .prime li {height:auto;background: none repeat scroll 0 0 transparent;display: block;width:185px;float: left;margin: 5px 5px 0;padding: 0;}#menu .prime li a{background:none;background: none repeat scroll 0 0 transparent;border: 0 none;font-weight: normal;width:auto;padding: 8px 5px;}#menu .prime li a:hover{background:#333;}#menu .active{background:#333 !important;}#alt-menu{float:left;background:#fff;width:960px;padding: 12px 0;border-bottom:1px solid #ccc;}#alt-menu .box{float:left;margin-right:10px;border-right:1px dotted #ccc;padding: 14px;}#alt-menu .box-son{float: left;padding-left: 10px;padding-top: 14px;}#main{float:left;background:#fff;margin-top:10px;width:960px;}#left{float:left;width:200px;}#para{float:left;width:160px;padding:16px;}#para .title{display:block;background: none repeat scroll 0 0 #003366;border: 1px solid transparent;border-radius: 2px 2px 2px 2px;box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);color:#fff;font-family: Helvetica,Arial,sans-serif;font-weight:bold;padding:4px;}#para a{color: #006699;}#para a:hover{color: #333;text-decoration:underline;}#kaynaklar{float:left;width:160px;padding:16px;}#kaynaklar .title{display:block;background: none repeat scroll 0 0 #003366;border: 1px solid transparent;border-radius: 2px 2px 2px 2px;box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);color:#fff;font-family: Helvetica,Arial,sans-serif;font-weight:bold;padding:4px;}#kaynaklar li{padding:8px 0;border-bottom:1px dotted #ccc;}#kaynaklar li a{color: #006699;}#kaynaklar li a:hover{color: #333;text-decoration:underline;}#mid{float:left;width:560px;margin-top:16px;}#mid img{float:left;margin-right:10px;}#ana #mid .post,.haberler #icerik .post{float:left;border-bottom:1px solid #ccc;padding-bottom:15px;margin-bottom:10px;width:530px;}#mid .post .title{display:block;margin-bottom:20px;}#mid .post .title a{color: #006699;font-weight:normal;font-size:16px;}#mid .post .title a:hover{color: #333;text-decoration:underline;}#mid a.more_text{clear: both;color: #006699;display: block;font-size: 12px;font-weight: normal;padding-top: 8px;}#mid a.more_text:hover{color: #333;text-decoration:underline;}#mid .pagination{float: left;font-size: 13px;margin-bottom: 20px;margin-right: 30px;}#mid .pagination a {color: #006699;font-size: 13px;font-weight: bold;}#right{float:left;width:180px;margin-top:16px;margin-left:10px;}#online .title{display:block;background: none repeat scroll 0 0 #003366;border: 1px solid transparent;border-radius: 2px 2px 2px 2px;box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);color:#fff;font-family: Helvetica,Arial,sans-serif;font-weight:bold;padding:4px;width:150px;}#online li{padding:8px 0;border-bottom:1px dotted #ccc;}#online li a{color: #006699;}#online li a:hover{color: #333;text-decoration:underline;}#kampanyalar{float:left;margin-top:25px;}#kampanyalar .title{display:block;background: none repeat scroll 0 0 #003366;border: 1px solid transparent;border-radius: 2px 2px 2px 2px;box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);color:#fff;font-family: Helvetica,Arial,sans-serif;font-weight:bold;padding:4px;width:150px;}#kampanyalar img{margin:20px 0;}#kampanyalar p {text-align:center;}#menuler{width:960px;float:left;padding-bottom: 14px;background:#fff;border-top:1px solid #ccc;margin-top:20px;}#haberler{border-right: 1px dotted #CCCCCC;float: left;margin: 16px 0 0 20px;padding: 10px 20px 20px 0;width: 200px;}#haberler .title{display:block;color:#333;font-weight:bold;font-size:13px;}#haberler .content{display:none;}#haberler .post{background: url("i/disc.png") no-repeat scroll 0 9px transparent;padding: 2px 0 2px 8px;}#haberler .post .title h2 a{color: #006699;font-weight:normal;font-size:12px;}#haberler .post .title h2 a:hover{color: #333333;text-decoration: underline;}#cikanlar{border-right: 1px dotted #CCCCCC;float: left;margin: 16px 0 0 20px;padding: 10px 20px 20px 0;width: 200px;}#cikanlar .title{display:block;color:#333;font-weight:bold;font-size:13px;}#cikanlar li{background: url("i/disc.png") no-repeat scroll 0 13px transparent;padding: 6px 0 6px 8px;}#cikanlar li a{color: #006699;font-weight:normal;font-size:12px;}#cikanlar li a:hover{color: #333333;text-decoration: underline;}#merak{border-right: 1px dotted #CCCCCC;float: left;margin: 16px 0 0 20px;padding: 10px 20px 20px 0;width: 200px;}#merak .title{display:block;color:#333;font-weight:bold;font-size:13px;}#merak li{background: url("i/disc.png") no-repeat scroll 0 11px transparent;padding: 4px 0 4px 8px;}#merak li a{color: #006699;font-weight:normal;font-size:12px;}#merak li a:hover{color: #333333;text-decoration: underline;}#ulasin{float: left;margin: 16px 0 0 20px;padding: 10px 20px 20px 0;width: 195px;}#ulasin .title{display:block;color:#333;font-weight:bold;font-size:13px;}#ulasin li{background: url("i/disc.png") no-repeat scroll 0 11px transparent;padding: 4px 0 4px 8px;}#ulasin li a{color: #006699;font-weight:normal;font-size:12px;}#ulasin li a:hover{color: #333333;text-decoration: underline;}#footer{float:left;width:960px;padding-bottom:20px;text-align:center;margin-top:30px;}#copyright_349{font-size:11px;}#footer .widget_3 {float: right;position: relative;top: -28px;}#icerik {padding-bottom:25px;width:100%;}#icerik pre{width:560px;}#tam #icerik {width: 925px;padding:12px 12px 25px;}#icerik .title {display:none !important;}#icerik h1 {font-family: georgia;font-size: 25px;font-weight: normal;margin-bottom: 10px;}#icerik p {margin-bottom:15px;}.componentheading,.randevu-talebi #form .title {width:100%;background: none repeat scroll 0 0 #003366;border: 1px solid transparent;border-radius: 2px 2px 2px 2px;box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);border-bottom: 0 none;color: #FFFFFF;font-family: Helvetica,Arial,sans-serif;font-size: 100%;font-weight: bold;padding: 5px;text-transform: uppercase;}.avPlayerWrapper .avPlayerContainer {background-clip: padding-box;background-color: #303030;background-image: -moz-linear-gradient(center top , #303030, #010101);border-radius: 4px 4px 4px 4px;display: block;margin: 4px auto;padding: 8px;}.randevu-talebi #form {float: left;width: 535px;}.randevu-talebi #form .title {display:block;margin-bottom: 18px;}#form .form_field { float: left;margin-bottom: 7px;margin-left: 120px;width: 385px;}#form .form_field label {color: #333333;float: left;font-family: Arial,Helvetica,sans-serif;width: 90px;}#form .form_field input {font-family: Helvetica,Arial,sans-serif;width:150px;margin-left:0;padding: 2px;}#form_values_5103bc4f87cb7e3ba0000004_f_value {width:170px;padding: 2px;height:80px;}#form_values_5103bcd887cb7e3b94000008_f_value {width:170px;padding: 2px;height:150px;}#form_values_5103bcca87cb7e3b94000001_f_value {width:175px;}#form .form_field_8 label.string{width:150px;}#form .form_field_8 {margin-left: 0;width: 545px;}#form .checkbox_c input {width: 19px;}#form .checkbox_c label {width: auto;}#form .boolean {float:left;}#form input {margin-left: 210px;}.para-piyasalari #icerik .title,.haberler #icerik .title {display:block !important;}.para-piyasalari #icerik .title h2,.haberler #icerik .title h2 {font-family: georgia;line-height: 30px;font-size: 25px;font-weight: normal;margin-bottom: 10px;}.checklist,.arrowlist {margin: 15px 0;padding: 0;}ul.checklist li,.arrowlist li {background: url("i/list-check.png") no-repeat scroll 6px 0 transparent; line-height: 160%;margin-bottom: 5px;overflow: hidden;padding-left: 30px;}.arrowlist li {background: url("i/list-arrow.png") no-repeat scroll 6px 0 transparent;}/**************************************//* @override http://localhost/bxslider_v3_plugin/css/styles.css *//* * To change the color scheme of slider change each  * background property for each of the five styles below *//*next button*/.bx-next {	position:absolute;	top:40%;	right:-50px;	z-index:999;	width: 30px;	height: 30px;	text-indent: -999999px;	background: url(images/gray_next.png) no-repeat 0 -30px;}/*previous button*/.bx-prev {	position:absolute;	top:40%;	left:-50px;	z-index:999;	width: 30px;	height: 30px;	text-indent: -999999px;	background: url(images/gray_prev.png) no-repeat 0 -30px;}/*pager links*/.bx-pager a {	margin-right: 5px;	color: #fff;	padding: 3px 8px 3px 6px;	font-size: 12px;	zoom:1;	background: url(images/gray_pager.png) no-repeat 0 -20px;}/*auto start button*/.bx-auto .start {	background: url(images/gray_auto.png) no-repeat 0 2px;	padding-left: 13px;}/*auto stop button*/.bx-auto .stop {	background: url(images/gray_auto.png) no-repeat 0 -14px;	padding-left: 13px;}/* * End color scheme styles *//*next/prev button hover state*/.bx-next:hover,.bx-prev:hover {	background-position: 0 0;}/*pager links hover and active states*/.bx-pager .pager-active,.bx-pager a:hover {	background-position: 0 0;}/*pager wrapper*/.bx-pager {display:none;	text-align:center;	padding-top: 7px;	font-size:12px;	color:#666;}/*captions*/.bx-captions {	text-align:center;	font-size: 12px;	padding: 7px 0;	color: #666;}/*auto controls*/.bx-auto {	text-align: center;	padding-top: 15px;}.bx-auto a {	color: #666;	font-size: 12px;}.bx-wrapper {height: 120px;margin-top: 15px;width: 160px !important;}#slider1 p {color:#ccc; margin-bottom: 4px;}/****************************************/#wrapper {margin-top: 20px;	width: 100%;float:left;	}.accordionButton {		 background: url("i/gradient.png") repeat-x scroll center bottom #FFFFFF;border: 1px solid #CCCCCC;cursor: pointer;float: left;_float: none; /* Float works in all browsers but IE6 */font-weight: bold;height: 23px;margin-bottom: 10px;padding-left: 10px;padding-top: 4px;width: 548px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;	}	.accordionContent {		width: 558px;padding-bottom:15px;overflow:hidden;	float: left;	_float: none; /* Float works in all browsers but IE6 */	} .accordionContent table { float: left;}.accordionContent tabletr{}.TableBlackBorder {border-left: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;}.TableBlackBorder td {border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;font-family: Tahoma,Arial,Verdana;font-size: 11px;}.TableNoBorder {border: 0 none;}.TableNoBorder td {border: 0 none;font-family: Tahoma,Arial,Verdana;font-size: 11px;}/*********************************************************************************************************************** EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS************************************************************************************************************************/.on {	color: #990000;	}	.over {	background: #CCCCCC;	}.simple_captcha {width: 224px !important;float: left;margin-left: 211px;margin-bottom: 5px;clear: both;}.simple_captcha .simple_captcha_field input{margin-left:0px !important;}