﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0px;
    margin: 0px;
}
.header
{
    width: 1000px;
    height: 188px;
    background-image: url(../images/header.jpg);
    margin: 0;
    position: relative;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.lastminute-wrapper
{
    width: 250px;
    padding-top: 10px;
    padding-left: 3px;
    float: left;
}
.lastminute-title
{
    text-align: left;
    font-size: 14px;
    font-weight: bolder;
    color: #6188b5;
    height: 20px;
    float: left;
}
.date-time
{
    text-align: right;
    padding-left: 5px;
    padding-top: 2px;
    font-weight: bolder;
    height: 20px;
    color: #b9c5d3;
    text-decoration: none;
}
.toplink-wrapper
{
    text-align: right;
    font-size: 10px;
    text-decoration: none;
    height: 20px;
    padding-top: 6px;
    color: #FFF;
    padding-right: 2px;
}
.toplink
{
    padding-right: 8px;
}
.toplink-wrapper-2
{
    text-align: right;
    font-size: 10px;
    position: absolute;
    top: 35px;
    right: 10px;
    text-decoration: none;
    height: 20px;
    color: #FFF;
}
.toplink-2
{
    padding-right: 13px;
    cursor: pointer;
}
.header-ad
{
    width: 468px;
    height: 60px;
    position: absolute;
    top: 61px;
    left: 320px;
    background-color: #FFF; /* Silinecek */
    z-index: 0; /* weather boxin altinda olmasi lazim, ona gore bir zindex secelim lutfen. dier class weather-box */
}
.search-box
{
    position: absolute;
    width: 125px;
    top: 56px;
    right: 14px;
    height: 50px;
}
.search-box input
{
    font-family: Arial;
    font-size: 8pt;
    border: 1px solid #C0C0C0;
}
.search-box span
{
    padding: 4px 2px 4px 0px;
}
.adv-search
{
    color: #FFF;
    text-align: center;
}
.finance-box
{
    position: absolute;
    top: 143px;
    left: 10px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}
.finance-item
{
    float: left;
    padding-right: 6px;
}
.f-title
{
    color: #475e78;
    padding-right: 6px;
    text-decoration: none;
}
.f-value
{
    color: #7c91aa;
    padding-right: 4px;
}
.f-icon
{
    width: 14px;
    padding-right: 4px;
}
.f-up
{
    background: transparent url(../images/up.gif) no-repeat center left;
}
.f-down
{
    background: transparent url(../images/down.gif) no-repeat center left;
}
.weather-box
{
    z-index: 51; /* header-ad classinin ustune gelmesi lazim */
    position: absolute;
    top: 142px;
    right: 10px;
}
.weather-box span
{
    padding-left: 6px;
    font-weight: bold;
}
.w-city
{
    font-size: 14px;
    color: #2d5a8f;
    cursor:pointer;
}
.w-today
{
    font-size: 12px;
    color: #7c91aa;
}
.w-nextdays
{
    font-size: 10px;
    color: #7c91aa;
}
.w-icon
{
    width: 50px;
    height: 50px;
    display:block;
    position:absolute;
    top: -24px;
    left: -40px;
}
.w-gunes
{
    background: transparent url(../images/weather/gunes.png) no-repeat;
}
.w-bulut
{
    background: transparent url(../images/weather/bulut.png) no-repeat;
}
.w-kar
{
    background: transparent url(../images/weather/kar.png) no-repeat;
}
.w-yagmur
{
    background: transparent url(../images/weather/yagmur.png) no-repeat;
}
.w-karyagmur
{
    background: transparent url(../images/weather/karyagmur.png) no-repeat;
}
.w-arayagisli
{
    background: transparent url(../images/weather/arayagisli.png) no-repeat;
}
.w-sagnak
{
    background: transparent url(../images/weather/sagnak.png) no-repeat;
}
.w-parcalibulut
{
    background: transparent url(../images/weather/parcalibulutlu.png) no-repeat;
}
.w-modal { 
    background-color:#fff; 
    width:340px; 
    height:120px;
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
    top: -100px;
    left: -250px;
    position: absolute;
 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
    z-index: 9999;
} 
.w-hidden {
    display:none;
}
.w-show {
    display: block;
}
.tbar-link-box
{
    position: absolute;
    top: 170px;
    color: #f2f1f1;
    left: 10px;
}
.tbar-link-box span
{
    padding-right: 8px;
    padding-left: 8px;
}
.tbar-item
{
    background: transparent url(../images/linkseperator.jpg) no-repeat right;
    text-decoration: none;
}
.tbar-item a:link
{
    color: #FFF;
    text-decoration: none;
}
.tbar-item a:visited
{
    color: #FFF;
    text-decoration: none;
}
.homepagelink
{
    width: 270px;
    height: 70px;
    position: absolute;
    top: 45px;
    left: 20px;
    cursor: pointer;
}
