﻿/* Normal Olarak Tablo*/
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Tahoma,Calibri;
    font-size: 8pt;
    color: #666666;
    background-image: url(images/anaback.jpg);
    background-color: #01305a;
}
table
{
    font-size: 8pt;
    color: #696969;
    font-family: Tahoma,Calibri;
    vertical-align: top;
    text-align: center;
    cursor: auto;
}
.ictablo
{
    background-image: url(images/icback.gif);
    border-right: #ffffff 5px solid;
    border-top: #ffffff 5px solid;
    border-left: #ffffff 5px solid;
    border-bottom: #ffffff 5px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.habertablo
{
    background-image: url(images/haberback.png);
}
.altsagcizgi
{
    border-right: White  1px dashed;
    border-bottom: White 1px dashed;
}
.altcizgi
{
    border-bottom: White 1px dashed;
}
.ustcizgi
{
    border-top: silver 1px dashed;
}

.tam5pxpad
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.tam2pxpad
{
    padding-bottom: 2px;
    padding-top: 2px;

}
.hostb
{
    border-right: #ffffff 1px solid;
    border-top: whitesmoke 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: whitesmoke 1px solid;
    width: 130px;
    font-size: 8pt;
    color: #191970;
    font-family: Calibir,Arial;
}

.tamborder
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}
.siyahbas12
{
    font-weight: bold;
    font-family: Calibri, Arial;
    font-size: 12pt;
    color: black;
}
.siyahbas10
{
    font-weight: bold;
    font-family: Calibri, Arial;
    font-size: 10pt;
    color: black;
}
.siyahbas8
{
    font-weight: bold;
    font-family: Calibri, Arial;
    font-size: 8pt;
    color: black;
}
.gribas12
{
    font-size: 12pt;
    color: gray;
    font-family: Calibri, Arial;
}
.gribas10
{
    font-size: 10pt;
    color: gray;
    font-family: Calibri, Arial;
}
.gribas8
{
    font-size: 8pt;
    color: gray;
    font-family: Calibri, Arial;
}
.beyazbas12
{
    font-size: 12pt;
    color: White;
    font-family: Calibri, Arial;
}
.beyazbas10
{
    font-size: 10pt;
    color: white;
    font-family: Calibri, Arial;
    font-weight: bold;
}
.beyazbas8
{
    font-size: 8pt;
    color: white;
    font-family: Calibri, Arial;
}
.mavibas12
{
    font-size: 12pt;
    color: #0033cc;
    font-family: Calibri, Arial;
}
.mavibas10
{
    font-size: 10pt;
    color: #0033cc;
    font-family: Calibri, Arial;
}
.mavibas8
{
    font-size: 8pt;
    color: #0033cc;
    font-family: Calibri, Arial;
}

/* 2 Ayak */
.ayak
{
    background-image: url(images/ayakback.png);
    background-repeat: repeat-x;
    width: auto;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    color: #003399;
}
/* Image Hover */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span
{
    position: absolute;
    background-color: #f5f5f5;
    padding: 1px;
    left: -1000px;
    visibility: hidden;
}

.thumbnail span img{ 
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{
visibility: visible;
top: 0;
left: 100px; 

}


/* Image Hover */