﻿#Full-Image {
    background: url('/images/cafeBG.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.basarili {
    width: 100%;
    height: 50px;
    font: 18px/50px arial;
    background: #4d882e;
    text-align: center;
    color: #fff;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

.hata {
    width: 100%;
    height: 50px;
    font: 18px/50px arial;
    background: #db1e1e;
    text-align: center;
    color: #fff;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

.uyari {
    width: 100%;
    height: 50px;
    font: 18px/50px arial;
    background: #ef8011;
    text-align: center;
    color: #fff;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

.Sayfalama a:link, .Sayfalama a:visited, .Sayfalama a:active {
    background-image: url('resim/sayfabg.jpg');
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    margin: 1px;
    font-size: 9pt;
    color: #2f2f2f;
    font-weight: bold;
    text-decoration: none;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.Sayfalama a:hover {
    background-image: url('resim/sayfabg2.jpg');
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    font-size: 9pt;
    color: White;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.Sayfalama INPUT {
    background-image: url('resim/sayfabg.jpg');
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    margin: 1px;
    font-size: 9pt;
    color: #2f2f2f;
    font-weight: bold;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.Sayfalama span {
    margin: 1px;
}

.Sayfalama B {
    background-image: url('resim/sayfabg2.jpg');
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    font-size: 9pt;
    color: White;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.yukleniyor {
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;

    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 999999999;
}

.yukleniyorResim {
    width: 20%;
    margin-left: 40%;
    margin-top: 10%;
}

.lightBoxKaydirma {
    max-height: 95%;
    /*overflow-y: scroll;*/
    overflow:auto;
}