﻿/* Normal Olarak Tablo*/

table
{
    font-size: 8pt;
    color: gray;
    font-family: Tahoma,Calibri;
    vertical-align: top;
    text-align: center;
    cursor: auto;
}
.tdback
{
    background-image: url(images/back.gif);
    width: 100%;
    background-repeat: repeat;
    background-attachment: scroll;
}
.tdic
{
    background-image: url(images/icback.gif);
    width: 900px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.tdcontent
{
    background-image: url(images/contentback.gif);
    width: 650px;
    background-repeat: no-repeat;
}
.altcizgidas
{
    border-bottom: silver 1px dashed;
}
.tableustcizgi
{
    border-top: silver 1px solid;
}
.kisagecis
{    
    background-image: url(images/bergamaotel.jpg);
    width: 385px;
    height: 54px;
}
.tam5pxpad
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.tam2pxpad
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.sag1pxdas
{
    border-right: silver 1px dashed;
}
.fotoborder
{    
    background-image: url(images/fotoborder.gif);
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.solic
{    
    background-image: url(images/solback.gif);
    width: 240px;
    height: 80px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.tamborder
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}

a
{
    font-family: Tahoma,Calibri;
    color: #cc3366;
    text-decoration: none;
    font-size: 8pt;
}

a:visited
{
    color: #990066;
}

a:hover
{
    color: #0099cc;
}

a:active
{
    color: #99ccff;
}

.siyahbas12
{
    font-family: Calibri,Arial;
    font-size: 12pt;
    color: black;
    font-weight: bold;
}
.siyahbas10
{
    font-family: Calibri,Arial;
    font-size: 10pt;
    color: black;
    font-weight: bold;
}
.siyahbas9
{
    font-family: Calibri,Arial;
    font-size: 9pt;
    color: black;
    font-weight: bold;
}

.gribas12
{
    font-weight: bold;
    font-size: 12pt;
    color: gray;
    font-family: Calibri, Arial;
}
.gribas9
{
    font-weight: bold;
    font-size: 9pt;
    color: gray;
    font-family: Calibri, Arial;
}
.gribas10
{
    font-weight: bold;
    font-size: 10pt;
    color: gray;
    font-family: Calibri, Arial;
}
.kirmizibas9
{
    font-weight: bold;
    font-size: 9pt;
    color: red;
    font-family: Calibri, Arial;
}
.kirmizibas10
{
    font-weight: bold;
    font-size: 10pt;
    color: red;
    font-family: Calibri, Arial;
}
.kirmizibas12
{
    font-weight: bold;
    font-size: 12pt;
    color: red;
    font-family: Calibri, Arial;
}

.mavibas
{
    font-size: 10pt;
    color: #3366cc;
    font-family: Calibri, Arial;
}
.mavibas12
{
    font-size: 12pt;
    color: #3399cc;
    font-family: Calibri, Arial;
}
.mavibas10
{
    font-size: 10pt;
    color: #3399cc;
    font-family: Calibri, Arial;
}
.yesilbas10
{
    font-size: 10pt;
    color: #999900;
    font-family: Calibri, Arial;
}
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Tahoma,Calibri;
    font-size: 8pt;
    color: #666666;
}
/* FOTOĞRAFLAR */

.ustcerceve
{
    background-image: url(Images/ustcerceve.gif);
    height: 3px;
}
.altcerceve {
    background-image: url(Images/altcerceve.gif);
    height: 3px;
}

/* Döviz Bandı */
#DovizBandi
{
    font-family: Tahoma,Calibri;
    font-size: 8pt;
    color: #000000;
}
#DovizBandi .tip
{
    font-size: 7pt;
	color: #FF0000;
}
#DovizBandi span
{
    font-size: 7pt;
    color: #4169e1;
}


/* 1 Baş*/

.basdiv 
{
    position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* 2 Ayak */
.ayak
{
    background-image: url(images/ayak.gif);
    background-repeat: repeat-x;
    width: auto;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
}
/* Image Hover */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: #444444;
padding: 2px;
left: -1000px;
border: 1px dashed #2F4F4F;
visibility: hidden;
color: #000000;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{
visibility: visible;
top: 0;
left: 150px; 

}


/* Image Hover */


