/* Css Reset */
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, b, u, i, center, 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-size: 100%;
    vertical-align: top;
    background: transparent;
}

ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
/* General Styles */
.skiplink
{
    display: none;
}
label
{
    cursor: pointer;
    font-weight: normal;
}
a, a:link, a:visited
{
    color: #222222;
    text-decoration: none;
    outline: 0;
}
a:focus, a:hover
{
    text-decoration: underline;
    outline: 0;
}
body
{
    /*background:#99dff5 url(images/bgr_main.png) repeat-x;*/ /*background:#99dff5 url(images/bgr_wrapper.png) repeat-x;*/ /*background-image:url(images/bgr_wrapper.jpg);*/
    background-image: url(images/Bulucak_backkk.jpg);
    background-position: center top; /*background-repeat:repeat-x;*/
    background-repeat: no-repeat; /*background-color:#99E0F6;*/
    background-color: #2F91FC;
    color: #222222;
    font: 11px "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
.wrapper
{
    width: 980px;
    margin: 0 auto;
}
/*change*/
#change
{
    position: absolute;
    margin: 107px 0 0 688px;
}
/*top*/
#top
{
    width: 100%;
    height: 35px;
    overflow: hidden;
}
#top ul
{
    float: right;
    width: 200px;
    height: 26px;
    background: url(images/bgt_top.png) no-repeat;
    padding: 5px 0 0 0;
}
#top li
{
    float: left;
    background: url(images/bgr_top_li.png) no-repeat right top;
    padding: 0 16px 0 11px;
}
#top li.last
{
    float: left;
    background: none;
    padding: 0 0 0 11px;
}

#top_uye
{
    width: 47px;
    background: url(images/button_uye.png) no-repeat;
}
#top_sifremi
{
    width: 109px;
    background: url(images/button_sifremi.png) no-repeat;
}
/* header */
#header
{
    width: 100%;
    height: 91px;
    overflow: hidden;
    background: url(images/bgr_header.png) no-repeat;
}
#logo
{
    width: 379px;
    height: 57px;
    text-indent: -9999px;
    position: relative;
    overflow: hidden;
    display: block;
    background: url(images/logo.png) no-repeat;
    cursor: pointer;
    margin: 0 0 7px 300px;
}
#header p
{
    text-align: center;
    color: #ff8502;
    font-size: 12px;
    letter-spacing: 5px;
    margin: 0 0 0 9px;
}
/* menu */
#menu
{
    width: 100%;
    height: 40px;
    background: url(images/bgr_menu.png) repeat-x;
    overflow: hidden;
}
#menu ul
{
    float: left;
    padding: 0 0 0 100px;
}
#menu li
{
    font-size: 15px;
    float: left;
    padding: 0 1px 0 0;
}
#menu a, #menu a:visited
{
    display: block;
    height: 30px;
    padding: 10px 10px 0 10px;
    float: left;
}
#menu a.recommendMenu
{
    background: url(images/bgr_menu_recommend.png) repeat-x;
    color:White;
}
#menu a:hover, #menu a.recommendMenu:hover, #menu a.selected, #menu a.selected:visited
{
    color: #fff;
    background: url(images/bgr_menu_hover.png) repeat-x;
    text-decoration: none;
}
/* body */
#body
{
    width: 100%;
    overflow: hidden;
    background: #fff url(images/bgr_body.png) no-repeat;
}
#sidebar
{
    float: right;
    width: 189px;
    padding: 20px 0 0 0px;
}
#content
{
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
}
#body_end
{
    width: 100%;
    height: 22px;
    overflow: hidden;
    background: url(images/bgr_body_end.png) no-repeat;
}
/*search*/
#search
{
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px 0;
}
#search h2
{
    color: #3a7992;
    font-size: 17px;
    font-weight: normal;
    padding: 0 0 14px 20px;
}
#search fieldset
{
    width: 100%;
    overflow: hidden;
    margin: 5px 0px;
}
#search p
{
    float: left;
    padding: 0 0 11px 0;
    line-height: 11px;
}
#search label
{
    float: left;
    font-size: 14px;
    width: 88px;
    text-align: right;
    padding: 3px 9px 0 0;
    letter-spacing: -1px;
    line-height: 16px;
}
#search .first label
{
    width: 80px;
}
#search .input_text
{
    width: 105px;
}
#search .calendar
{
    position: relative;
    margin: 0 0 0 7px;
    top: 5px;
}
#search .links
{
    width: 290px;
    font-size: 13px;
    text-align: right;
    padding: 8px 7px 0 0;
}
#search .links a
{
    margin: 0 37px 0 0;
}
#search .submit
{
    padding: 3px 0 0 0;
}
/*blue_box*/
.blue_box
{
    width: 100%;
    background: url(images/bgr_blue_box.gif) repeat-y;
}
.blue_box_top
{
    width: 100%;
    background: url(images/bgr_blue_box_top.gif) no-repeat;
}
.blue_box_end
{
    width: 100%;
    background: url(images/bgr_blue_box_end.gif) no-repeat left bottom;
    overflow: hidden;
}
.blue_box_inner
{
    padding: 15px 16px 15px 0;
    width: 460px;
}
.blue_box_long
{
    width: 100%;
    background: url(images/bgr_blue_box_long.png) repeat-y;
}
.blue_box_top_long
{
    width: 100%;
    background: url(images/top950.png) no-repeat;
}
.blue_box_end_long
{
    width: 100%;
    background: url(images/end950.png) no-repeat left bottom;
    overflow: hidden;
}
.blue_box_inner_long
{
    padding: 5px 5px 5px 0;
    width: 940px;
}
/*home_fly*/
#home_fly .blue_box_inner
{
    background: url(images/bgr_home_fly.png) no-repeat 18px 19px;
    text-align: right;
}
#home_fly h2
{
    color: #3a7992;
    font-size: 22px;
    word-spacing: -1px;
    font-weight: normal;
    margin: 0 0 15px 0;
    float: right;
    text-align: right;
    width: 320px;
}
#home_fly p
{
    color: #237396;
    font-size: 11px;
    line-height: 1.6em;
    word-spacing: -1px;
    margin: 0;
    float: right;
}
/*mobile_ad*/
#mobile_ad .blue_box_inner
{
    background: url(images/bgr_mobile_ad.png) no-repeat 58px 79px;
    text-align: right;
}
#mobile_ad h2
{
    color: #3a7992;
    font-size: 22px;
    word-spacing: -1px;
    font-weight: normal;
    margin: 0 0 15px 0;
}
#mobile_ad p
{
    color: #237396;
    font-size: 11px;
    line-height: 1.6em;
    word-spacing: -1px;
    margin: 0 0 13px 0;
}

/*ads_block*/
.ads_block
{
    width: 470px;
    height: 195px;
    overflow: hidden;
}
.ads_block_shadow
{
    background: url(images/bgr_ads_block_shadow.png) no-repeat;
    width: 470px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
.ads_block ul
{
    float: left;
    padding: 30px 0 0 10px;
}
.ads_block li
{
    float: left;
    padding: 0 0 37px 30px;
}
.ads_block img
{
    float: left;
}
/*home_ads*/
#home_ads
{
}
/*results*/
#results
{
    width: 100%;
    overflow: hidden;
}
#results table
{
    width: 100%;
}
#results table td
{
    vertical-align: middle;
    padding: 2px 0 2px 0;
}
#results table .grey td
{
    background: #dddddd;
}
#results table th
{
    background: #cccccc;
}
#results table td, #results table th
{
    text-align: center;
    font-size: 10px;
}
#results table th a, #results table th a:visited
{
    text-decoration: underline;
}
#results table th a:hover
{
    text-decoration: none;
}
#results table .res_havayolu
{
    width: 134px;
    text-align: left;
    padding-left: 3px;
}
#results table .res_havayolu img
{
    float: left;
}
.res_ucus_no
{
    width: 52px;
}
.res_kalkis
{
    width: 40px;
}
.res_vans
{
    width: 40px;
}
.res_flyat
{
    width: 42px;
}
.res_son
{
    width: 89px;
}
.res_info
{
    width: 40px;
}
.res_more
{
}
/*sidebar*/
.box
{
    width: 100%;
    background: url(images/bgr_box.gif) repeat-y;
    margin: 0 0 3px 0;
}
.box_top
{
    width: 100%;
    background: url(images/bgr_box_top.gif) no-repeat;
}
.box_end
{
    width: 100%;
    background: url(images/bgr_box_end.gif) no-repeat left bottom;
    overflow: hidden;
}
.box h2
{
    text-indent: -9999px;
}
/*sidebar_uye_girisi*/
.sidebar_uye_girisi
{
    width: 99px;
    height: 30px;
    background: url(images/tit_uye_girisi.gif) no-repeat;
}
.sidebar_uye_girisi_en
{
    width: 99px;
    height: 30px;
    background: url(images/USERlogin.png) no-repeat;
}
#sidebar_uye_girisi fieldset
{
    width: 166px;
    margin: 0 0 0 13px;
    overflow: hidden;
}
#sidebar_uye_girisi p
{
    width: 100%;
    overflow: hidden;
    padding: 0 0 9px 0;
}
#sidebar_uye_girisi label
{
    float: left;
    font-size: 12px;
    width: 55px;
    text-align: right;
    padding: 5px 5px 0 0;
}
.input_text
{
    width: 98px;
    border: 1px solid #93ddf5;
    float: left;
    font-size: 12px;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    padding: 3px;
}
#sidebar_uye_girisi .submit
{
    text-align: right;
}
#sidebar_uye_girisi .links
{
    text-align: right;
    font-size: 10px;
    padding: 0 0 12px 0;
}
/*sidebar_haberler*/
.newsOld
{
    width: 79px;
    height: 11px;
    background: url(images/tit_haberler.gif) no-repeat;
    margin: 14px 0 15px 13px;
}
.newsNew
{
    width: 79px;
    height: 11px;
    background: url(images/news.png) no-repeat;
    margin: 14px 0 15px 13px;
}
#sidebar_haberler ul
{
    padding: 0 15px 0 23px;
}
#sidebar_haberler li
{
    font-family: Verdana, Geneva, sans-serif;
    padding: 0 0 15px 0;
    font-size: 11px;
}
#sidebar_haberler a, #sidebar_haberler a:visited
{
    color: #252626;
    font-weight: bold;
}
#sidebar_haberler p
{
    color: #919293;
}
/*sidebar_reservation*/
#sidebar_reservation
{
    margin: 0;
}
.reservationOld
{
    width: 139px;
    height: 23px;
    background: url(images/tit_reservation.gif) no-repeat;
    margin: 7px 0 20px 13px;
}
.reservationNew
{
    width: 139px;
    height: 23px;
    background: url(images/reservation2.png) no-repeat;
    margin: 7px 0 20px 13px;
}
#sidebar_reservation ul
{
    width: 140px;
    padding: 0 0 10px 21px;
}
#sidebar_reservation li
{
    width: 100%;
    overflow: hidden;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0 0 5px 0;
    font-size: 10px;
    line-height: 1.5em;
}
#sidebar_reservation a, #sidebar_haberler a:visited
{
    color: #252626;
    font-weight: bold;
}
#sidebar_reservation img
{
    float: left;
}
#sidebar_reservation p
{
    color: #919293;
    float: right;
}
/* footer */
#footer
{
    color: #3A7992;
    font-size: 12px;
    overflow: hidden;
    margin-top: 10px;
    background: #ffffff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

#footer .footerContent
{
    padding: 10px;
    height: 15px;
}


#footer a, #footer a:visited
{
    /*	color:#2494c1;*/
    color: #3A7992;
}
#footer ul
{
    float: left;
}
#footer li
{
    float: left;
    padding: 0 0 0 10px;
}
#footer p
{
    float: right;
    padding: 0 24px 0 0;
    color: #3A7992;
}

/* Last Added */
#PageText h2, .textHeader
{
    color: #3a7992;
    font-size: 22px;
    word-spacing: -1px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

#PageText h3 img
{
    line-height: 25px;
    padding: 3px;
}
#PageText h3, .textSubHeader
{
    border-bottom: 1px solid #DDDDDD;
    color: #3A7992;
    line-height: 25px;
    margin: 0 0 11px;
    word-spacing: 0;
    font-size: 13px;
    font-weight: bold;
    word-spacing: 0;
}

#PageText p, .text
{
    color: #237396;
    font-size: 13px;
    line-height: 1.6em;
    word-spacing: 0px;
    margin: 0 0 10px 0;
}

.subText
{
    color: #237396;
    font-size: 12px;
    word-spacing: -1px;
    margin: 0 0 10px 20px;
    padding-bottom: 20px;
}

.subText img
{
    padding: 3px;
}

.subTextMini
{
    color: #237396;
    font-size: 9px;
    line-height: 1.6em;
    word-spacing: -1px;
    margin: 0 0 10px 0px;
}

.textBox
{
    width: 130px;
    border: 1px solid #93ddf5;
    font-size: 12px;
    font-family: Tahoma , Arial, Helvetica, sans-serif;
    background: url(images/bgr_input_text.gif) repeat-x;
    padding: 3px;
    margin: 1px 3px 1px 3px;
}

.flightCaption
{
    color: #3a7992;
    font-size: 20px;
    font-weight: bold; /*width:450px;*/
    text-align: center;
    display: none;
}

/*results*/
#returnFlightsDiv
{
    width: auto;
}

/*results*/
#departureFlightsDiv
{
    /*width:460px;*/
    width: auto;
}
#news
{
    height: 150px;
    overflow: hidden;
}
#newsSingle
{
}
#depLoadingResultsDiv, #retLoadingResultsDiv
{
    display: none;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 50px;
    text-align: center;
    padding-top: 50px;
    color: #919293;
}
#hotelAdDiv
{
    font-weight: bolder;
    font-size: 18px;
    display: none;
    cursor: pointer;
}

#hotelAdDivInner
{
    background-image: url(images/hotelADBG.png);
    background-repeat: no-repeat;
    width: 471px;
    height: 63px;
    cursor: pointer;
}

#hotelAdCityName
{
    width: 150px;
    text-align: center;
    margin: 4px 0px 0px 70px;
    color: Red;
    cursor: pointer;
}
#sliderPriceInfo, #sliderHourInfo
{
    clear: both;
}
.notShow
{
    display: none;
}
.flights
{
    /*width: 480px;    */
    display: none;
}
.topPanel
{
    display: none;
    font-size: 12px;
    font-weight: bold;
}
.loadingResults
{
    background: transparent url(img/loadingSmall1.gif) no-repeat scroll left center;
    color: #919293;
    padding-left: 25px;
}
.flightCount
{
    display: none;
}
.nextPrevDay a
{
    color: #919293;
    cursor: pointer;
}
.nextPrevDay a:hover
{
    color: #3a7992;
    text-decoration: none;
}

.clear
{
    clear: both;
    display: block;
    height: 1px;
    visibility: hidden;
}

select
{
    border: 1px solid #93DDF5;
    padding: 2px;
}

#depNextDay, #retPrevDay, #depPrevDay, #retNextDay, #depLoadingResults, #depFlightCount, #retFlightCount
{
    padding: 5px;
    display: block;
}

#depSliders, #retSliders
{
    margin: 15px 0px;
}

#depTopPanel, #retTopPanel
{
    margin: 5px 0px;
}

#searchFilter
{
    background: #fafafa;
    padding: 5px;
    margin: 5px 0px;
}

#depCaption, #retCaption
{
    font-family: Tahoma;
    line-height: 24px;
    font-size: 24px;
    padding: 5px 0px;
    margin: 5px 0px;
    border-bottom: 1px solid #A6C9E2;
}

#departureFlightsTable tr, #returnFlightsTable tr
{
    cursor: pointer;
}



#resultList
{
    position: relative;
}

.buyContainer
{
    font-size: 11px;
    line-height: 15px; /*     border: 10px solid #444444;     background: #E7F8FB;     padding: 10px;        display: none;     font-size: 12px;     z-index: 1005;     position: absolute;     -moz-border-radius: 10px;     -webkit-border-radius: 10px;     border-radius: 10px;          */
}

.buyContainer label
{
    font-weight: bold;
}

.rowArrivalTime, .headArrivalTime
{
}

.buyContainer h2
{
    font-size: 14px;
}

.pad5
{
    padding: 0px 5px;
}

.hidden
{
    display: none;
}

.buyContainer .title
{
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

#rbOneWay, #rbRoundTrip
{
    margin-top: 5px;
}

.grey
{
    color: #888;
}

.newInfo
{
    line-height: 16px;
}

.otherFlights .infoText
{
    margin: 5px 0px;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 13px;
    font-family: Tahoma;
    line-height: 20px;
}

.infoText a
{
    color: #666666;
    padding: 3px 0px;
    display: block;
}

.otherFlights
{
    border: 1px solid #ddd;
    font-size: 12px;
    background: #efefef url(images/warning.png) 10px 20px no-repeat;
    padding-left: 55px;
    margin: 10px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.firstFlight
{
    background-image: url(css/images/firstTicket.png);
}

.secondFlight
{
    background-image: url(css/images/secondTicket.png);
}

.selectedAirline
{
    color: #00708F;
    font-weight: bold;
}

.down
{
    background: #efefef url(images/down.png) 10px center no-repeat;
}

h1.paymentTitle
{
    font-size: 24px;
    padding: 5px 0px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

#PageText
{
    padding: 10px;
}
.poweredBy
{
    display: block;
    background: url(images/poweredby.jpg) top right no-repeat;
    text-align: left;
    width: 95px;
    float: right;
    text-decoration: none;
    height: 20px;
}

.clean th
{
    background: #80B0D8;
}

.outerLink li
{
    display: block;
    padding: 4px;
    padding-left: 20px;
    color: #555;
}
.outerLink li a, .outerLink li a:visited, .outerLink li a:focus, .outerLink li a:hover
{
    color: #333333;
}

.outerLink .facebook
{
    background: url(images/icon_facebook.png) left 3px no-repeat transparent;
    text-align: left;
}

.outerLink .rss
{
    background: url(images/icon_rss.png) left 3px no-repeat transparent;
    text-align: left;
}

.outerLink .twitter
{
    background: url(images/icon_twitter.png) left 3px no-repeat transparent;
    text-align: left;
}

.outerLink .sitemap
{
    background: url(images/icon_sitemap.gif) left 3px no-repeat transparent;
    text-align: left;
}


.fixedBottom
{
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    border: 1px solid #DDD;
    background: #EFEFEF;
    width: 959px;
    padding: 10px;
}


.biggerText
{
    font-size: 18px;
    font-weight: bold;
    heiight:35px;
}

.kdvText
{
    font-size: 9px;
    display:block;
    padding:5px 0px;
}

.flora.ui-dialog
{
    position: fixed;
    top: 150px;
    border: 10px solid #2B68A7;
    padding: 10px;
    -moz-box-shadow: 5px 5px 5px #666666;
    -webkit-box-shadow: 5px 5px 5px #666666;
    box-shadow: 5px 5px 5px #666666;
}

.facebookPoster
{
    color:#FF6301;
    font-weight:bold;
    margin-top:20px;    
    line-height:30px;
  margin-bottom:30px;
}

.advise_success, .version
{
    color:navy;
  font-size:24px;
}

.version
{
    text-align:center;
    min-height: 700px;
}

.page-text-populer-konular
{
    min-height : 700px;
}

.page-text-populer-konular h2
{
    text-align:center;
}

.page-text-populer-konular table
{
      font-size:12px;
      margin-left:150px;
      width: 720px;
      text-align:left;
      
}

.page-text-populer-konular table tr td
{
    border: 1px solid #91DAF0;
    padding: 5px 10px 5px 10px;
 
}

#dynamic_content
{
    text-align:justify;
    color: #237396;
}

#dynamic_content_high
{
    font-size:11px;
    text-align:justify;
    color: #237396;
}

#dynamic_content h1,#dynamic_content_high h1
{
    font-weight: bold;
    font-size: 12px;
    color: #237396;
    text-align:center;
}

#BulucakPoll, #BulucakPollDescription
{
    padding: 0px 20px 0px 0px;
    width: 800px;
    font-size:11px;
}

#BulucakPollDescription
{
    font-size:14px;
    padding-top: 3px;
}

#BulucakPollDescription span.PollTitle
{
    font-size: 14px;
    font-weight: bold;
}

#BulucakAnnouncement
{
    height: 145px;
    width: 460px;
    padding: 20px 50px 10px 20px;
    }

.radioText
{
    font-size: 12px;
    padding-left: 5px;
}

#BulucakPoll table td
{
    height: 25px;
}
#BulucakPoll table 
{
    margin-top:5px;
}

#BulucakAnnouncement .AnnouncementTitle
{
    font-size:22px;
    font-weight:bold;
    text-decoration: underline;
}

#BulucakAnnouncement .AnnouncementDescription
{
    font-size:12px;
}

#AnnouncementImage
{
    float:left;
    padding-right:10px;
}
.AdviseFormText
{
  color:#093BB6;
  font-size:16px;
  line-height:24px;
  padding-bottom:12px;
  text-align:center;
}
.AdviseFormText h1
{
  color:#FF8502;
  font-weight:bold;
  font-size:20px;
}
.AdviseFormTable
{
  border-collapse:collapse;
  color:green;
  font-size:20px;
  text-align:center;
}
.AdviseFormTable .col1
{
    text-align:right;
    vertical-align:middle;
    padding: 10px 0px 10px 0px;
}
.AdviseFormTable .col2
{
    text-align:left;
    vertical-align:middle;
    padding: 10px 0px 10px 30px;
}
.AdviseFormTable td
{
    border-bottom: 2px solid gray;
    border-top: 2px solid gray;
}

label.nocursor
{
    cursor:default;
}

.InvoiceRequestCheckboxArea
{
    position: relative; 
    top:20px;
}
