﻿* {
    font-family:Arial,Tahoma,'Times New Roman', Times, serif;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 800px;
    background-color: #BFBEBA;
}

.UstBanner {
    position:fixed;
    background-color: #A6B1CD;
    min-height: 50px;
    
    min-width: 600px;
    width:100%;
}

#Sol {
    background-color: #51D2B6;
    float: left;
    min-height: 50px;
    height: 100%;
    width: 15%;
}

#DynoLogo1 {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    min-width: 120px;
    width: 100%;
}

#Sag {
    background-color: #D27251;
    float: right;
    min-height: 50px;
    height: 50px;
    width: 85%;
    vertical-align:middle;
    text-align:center;
}

#menu {
    float: left;
    height: 100%;
    width: 70%; 
}

ul {
  
    margin:0;
    font-size: 16px;
    font-weight: 800;
    list-style-type: none;
}

li {
    padding:3px;
    vertical-align:middle;
    text-align:center;
    height:50px;
    float: left; 
} 

li a {
    display: block;
    color: black;
    padding: 8px;
    margin-left: 100px;
    text-decoration: none;
}

    /* Change the link color on hover */
    li a:hover {
        color: #fff; 
    }
#Kullanici {
    padding:10px; 
    text-align:right;
    vertical-align:middle;
    color:white;
    float: right;
    height: 100%;
    width: 30%;
}
#lblKullanici {
    font-weight: 300;
    font-size: 16px;
}
    #lblKullanici a {
        font-weight: 300;
        font-size: 16px;
        color: black;
        text-decoration: none;
    }
#lblKullanici a:hover {
    color: #fff; 
}

.Main {
    margin-top: 10px;
    height: 600px;
    min-height: 500px;
    height:100%;
}

.SolBolum {
    background-color: #2A2D34;
    color: #fff;
    height: 100%;
    float: left;
    min-height: 700px;
    width: 15%;
}

.SagBolum {
    background-color: #19856E;
    float: right;
    height: 100%;
    min-height: 700px;
    width: 85%;
}
.Footer {
    background-color: #34312A;
    position: relative;
    margin-top: -133px; /* altAlan yuksekliginin eksi degeri */
    height: 150px;
    clear: both;
}
.SagKisim{
    vertical-align:middle;
    height:100%;
    width:100%;
    text-align:center;
    color:white;
    font-size:30px;
    font-weight:900;
}
.TextBox {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    height: 99%;
    width: 99%;
    font: 200 20px Tahoma;
    background-color: #2d2d30;
    border: 1px solid gray;
    color: white;
    text-align: center;
}
.PnlMain{
    height:100%;
    color:white;
}
.PnlMain a{
    text-decoration:none;
    color:white;
    font-weight:600;
}

.Sayfalama a:link, .Sayfalama a:visited, .Sayfalama a:active {
     
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    margin: 1px;
    font-size: 9pt;
    color: white;
    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: white;
    font-weight: bold;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.Sayfalama span {
    margin: 1px;
}

.Sayfalama B { 
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    font-size: 9pt;
    color: White;
    font-family: Trebuchet MS;
    cursor: pointer;
}

.SolBolum #Print{  
    position:fixed;
   bottom:10px; 
   z-index:255;
   padding:5px;
   clear:both;
} 