﻿@font-face {
 font-family: SozlukFont;
 src: url("font/otuken_turkce_sozluk.eot") /* EOT file for IE */
}
@font-face {
 font-family: SozlukFont;
 src: url("font/otuken_turkce_sozluk.ttf") /* TTF file for CSS3 browsers */
}

div
{
    font-family:Arial;
    font-size:10pt;
}

body
{
    background:url(img/arka.png) repeat;
    padding:0;
    margin:0;
}

.buton
{
    font-size:8pt;
    float:left;
    font-family:Tahoma;    
    height:16px;     
    color:#fff; 
    cursor:pointer;
    text-align:center;
    vertical-align:middle;  
    padding:3px 4px 2px 4px;   
    background-color:#01222b; 
    margin-left:3px;
    width:60px;    
}

.buton:hover
{    
    color:#000;
    background-color:#e30d19; 
}

#baslik
{
    width:100%;
    height:30px;
    /*background:url(img/baslik.png) repeat-x;  */
}

#sagUst
{
    width:600px;
    float:left; 
    font-family:Century Gothic,Arial;
    font-size:8pt;  
    margin-top:30px; 
    margin-left:50px;
}

#sagUst li
{
    float:left;
    padding:3px 5px 1px 5px;
    margin-right:2px;
    font-weight:bold;      
    cursor:pointer;   
    color:#fff;
    background-color:#01222b; 
}

.ucgen
{
    width:170px;
    height:17px;   
    background:url(img/ucgen.png) no-repeat; 
}

#uyeIsmiLBL
{
    background-color:inherit;
    color:#d5111c;
    cursor:auto;
    padding:1px 0px 0px 0px;
    margin:0px;
    font-size:8pt;
    font-style:italic;
    font-weight:bold
}

#sagUst li:hover
{    
    color:#e30d19;
}



#uyeGirisBT:hover
{
    border-bottom:solid 2px #e30d19;
}

#uyeOlBT:hover
{
    border-bottom:solid 2px #e30d19;
}

.anaSayfayaGitBT:hover
{
    border-bottom:solid 2px #e30d19;
}

#oturumuKapatBT:hover
{
    border-bottom:solid 2px #e30d19;
}

#ayarlarimBT:hover
{
    border-bottom:solid 2px #e30d19;
}

#anaSayfayaGitBT:hover
{
    border-bottom:solid 2px #e30d19;
}

#yonetimBT:hover
{
    border-bottom:solid 2px #e30d19;
}

#sagUst ul
{
    float:left;
    list-style-type:none;   
    padding-left:0px;
}

#uyelikBaglantilar
{
    width:400px;    
    margin:0px; 
}

#uyeBaglantilar
{
    width:440px;   
    margin:0px; 
}

#anaSayfaDiv
{
    width:820px;
    height:auto;
    padding-top:10px;
    background:url(img/arkaKenar.png) no-repeat;   
}

#serit
{
    width:132px;
    height:551px;
    float:left;    
}

#seritIc
{
    width:132px;
    height:511px;
    background:url(img/serit.png) no-repeat;
    background-position:20px;   
}

#seritIc:hover
{
    background:url(img/serit_h.png) no-repeat;
    cursor:pointer;   
    background-position:20px;       
}

#duyurular
{
    float:left;            
    margin-left:50px;
    font-weight:bold;
    color:#D5111C;
}

#duyurular:hover
{
    cursor:pointer;
    color:Blue;    
}

/*Arama modulu stilleri baslagici*/

#araBaslikDiv
{
    width:100%;
    height:100px;    
}

#araDiv
{
    width:100%;
    height:400px;    
}

#aramaPenceresi
{
    width:600px;    
    height:250px;
    padding:0px 0px 0px 0px;       
}

#aramaPenceresi table
{    
    text-align:left;
}

#aramaPenceresiTBL
{    
    float:left;
    margin-left:45px;
    margin-top:15px;
}

#kelimeAraTD
{
    background:url(img/aramaTBArka2.png) no-repeat;
    padding:5px 5px 5px 10px;
    width:355px;
}

#kelimeAraBTTD
{
    background:url(img/araBTArka.png) no-repeat; 
    padding:5px 5px 5px 10px;
    width:50px;
}

#kelimeAraTB
{
    font-size:13pt;
    font-family:Arial;    
    height:25px;
    width:320px;
    color:White;    
    padding:3px 0px 0px 0px;   
    float:left; 
    background:none;
    border:none;
}

#kelimeAraBT
{
    font-size:11pt;
    font-family:Arial;    
    height:20px;
    width:80px; 
    color:White; 
    cursor:pointer;    
    padding:5px 0px 5px 10px;    
    margin-left:13px;
    margin-top:4px;
    background:url(img/araBT_h.png) no-repeat; 
}
#kelimeAraBT:hover
{
    background:url(img/araBT.png) no-repeat; 
    color:#f02931;
}

#dillerTR
{
    color:Black; 
    font-family:Century Gothic,Arial;
    font-size:9pt;   
    font-weight:bold;
}

#dillerTR td
{
    padding-right:20px;
    color:#fff; 
    font-weight:normal;        
}

#dillerTR td:hover
{
    cursor:pointer;
}

#dillerTR input
{
    cursor:pointer;
}

#yapilmisAramalar
{
    width:400px;
    height:auto;
    float:left;        
    margin-left:5px;
    margin-top:5px;
    color:#fff;
    font-style:italic;
}

#yapilmisAramalar b
{
    color:#d5111c
}

#yapilmisAramalar i:hover
{
    cursor:pointer;
}

#aramaLimiti
{
    width:400px;    
    float:left;        
    margin-left:5px;
    margin-top:5px;
    color:#fff;
    font-style:italic;
}

#aramaLimiti b
{
    color:#d5111c
}

/*Arama modulu stilleri bitisi*/

#satinAlKitaplar
{       
    float:left;
    margin-left:20px;
    bottom:20px;
    width:111px;
    height:110px;
    cursor:pointer;
    background:url(img/kitaplar.png) no-repeat;   
}

#satinAlKitaplar:hover
{
    background:url(img/kitaplar_h.png) no-repeat;
}

#ayaklik
{
    width:800px;  
    height:100px;
    background:url(img/enAlt.png) repeat-x top;  
    padding-top:1px;        
    margin-top:30px;  
                  
}

#baglantilar
{        
    margin-bottom:0;    
    width:735px;    
    height:20px;    
    background-color:#01222b;
    font-weight:bolder;      
    cursor:pointer;   
    color:#fff;    
    font-size:8pt;    
}

#baglantilar td
{           
    float:left;        
    padding:2px 5px 3px 5px;    
}

#baglantilar td:hover
{       
    padding:3px 5px 2px 5px;    
    cursor:pointer;
}

#baglantilar td a
{       
    color:#fff;
    text-decoration:none;
}

#baglantilar td a:hover
{       
    color:#e30d19;
}

/*Sonuc gosterim modulu stilleri baslangici*/
#sonucListesiDiv
{
    margin:250px 0px 20px 25px;    
    color:#fff;
    width:480px;        
}

.sonucListeTBL
{
    width:550px;  
    text-align:left; 
    font-weight:normal; 
}

.sonucListeBaslikTBL
{
    width:625px;  
    text-align:left; 
    font-weight:normal; 
}

.uyariDiv
{
    padding-top:30px;
    font-size:12pt;
    font-family:Bookman Old Style;
    color:#fff;
    font-weight:lighter;
}

#yonetimBT
{
    font-size:10pt;    
    font-family:Tahoma;    
    height:16px;     
    color:#fff; 
    cursor:pointer;
    text-align:center;
    vertical-align:middle;  
    padding:3px 4px 2px 4px;   
    background-color:#01222b;     
    width:100px;    
}

#yonetimBT:hover
{
    color:#000;
    background-color:#e30d19; 
}

.kelimeBildirBT
{
    font-size:8pt;    
    font-family:Tahoma;    
    height:16px;     
    color:#fff; 
    cursor:pointer;
    text-align:center;
    vertical-align:middle;  
    padding:3px 4px 2px 4px;   
    background-color:#01222b;     
    width:60px;    
}

.kelimeBildirBT:hover
{
    color:#000;
    background-color:#e30d19; 
}

.sozcuk
{
    font-size:12pt;  
    width:150px;
    font-weight:bold;  
    color:#d5111c;
}

.arapca
{
    font-size:13pt;  
    width:150px;   
    font-family:Arial;
    color:#d5111c;
    font-weight:bold;
}

.aciklama
{
    font-size:12pt;    
    width:400px;
    font-style:italic;
    font-family:SozlukFont,Arial,Times New Roman;
}

.anlam
{
    font-size:10pt;    
    width:400px;    
}

.sonucBaslik
{
    background:url(img/sonucBaslik.png) no-repeat;
    height:25px;
    padding:2px 0px 0px 0px;    
    text-align:center;
}

.sonucAltlik
{
    background:url(img/sonucAltlik.png) no-repeat;
    height:25px;
    padding:2px 0px 0px 0px;    
    text-align:center;
}

/*Sonuc gosterim modulu stilleri bitisi*/

.dialogLogo
{
    width:60px;
    height:200px;
    float:left;    
    background:url(img/kucukYazi.png) no-repeat top left;    
}

#uyariPenceresi
{
    width:244px;    
    padding:50px 20px 10px 20px;     
    height:200px;
    background:url(img/uyariPenceresi.png) no-repeat;    
    font-size:9pt;    
    color:#fff;
    text-align:center;
}

/*Oturum ac modulu stilleri baslangic*/

#oturumAc
{
    width:657px;    
    padding:20px 10px 10px 10px;     
    height:240px;
    background:url(img/oturumAc.png) no-repeat;    
    font-size:8pt;    
    color:#fff;
}

#oturumAcTBL
{
    width:500px;
    margin-left:10px;    
    float:left
}

#oturumAcTBL td
{
    padding-left:10px;
    text-align:left;
    color:#fff;
}

#oturumAcTBL input{border:none;height:16px;font-size:9pt}

#ePostaTB
{
    color:#000;
    font-size:7pt;
    height:22px;  
    width: 340px;
    font-weight:bold;
}

#sifreTB
{
    color:#000;
    height:22px;   
    width: 340px;
    font-weight:bold;
}

#sifreGonderBT
{
    cursor:pointer;
}

#sifreGonderBT:hover
{
    color:#a82020;
}

#hatirlaCB
{
    cursor:pointer;    
}

#iptalBT{}
#girisBT{}


/*Oturum ac modulu stilleri bitis*/

.uyariTD{padding-left:10px;color:#a82020;font-weight:bold;height:40px;}

/*Uye ol modulu stilleri baslangic*/

#uyeOl{
    width:657px; 
    height:524px;   
    padding:10px;     
    background:url('img/uyeOl2.png') no-repeat;
    font-size:10pt;    
    color:#fff;
    font-size:8pt;
}

#uyeOlTBL{width:500px;margin-left:0px;}
#uyeOl table td{color:#fff;}
#uyeOlTBL input{border:none;height:16px;font-size:9pt}
.uyeOlSolTd{text-align:right;width:70px;}
.uyeOlSagTd{text-align:left;padding-left:8px;width:200px;}
.uyeOlSagTd input{width:210px}
.araTR{height:1px; background-color:#a18b66}
/*Uye ol modulu stilleri bitis*/

/*Klavye stilleri baslangic*/
#klavyeDiv
{
    width:720px; 
    height:330px;     
    padding:10px;   
    z-index:500;    
    background:url(img/klavye.png) no-repeat;    
    position:absolute;
    top:200px;
    left:400px;
    cursor:move;
}

#klavyeDiv ul
{
    list-style-type:none;    
    width:670px;
    margin:0;
    height:43px;
    padding:0;
}

#klavyeDiv ul li
{
    padding:3px;
    padding-top:8px;
    width:30px;    
    height:30px;
    float:left;
    margin-right:5px;
    cursor:pointer;    
    color:Black;
    font-weight:bold;
    font-size:14pt;
    font-family:SozlukFont;
    background:url(img/tus.png) no-repeat; 
}


#klavyeDiv ul li:hover
{
    background:url(img/tus_h.png) no-repeat; 
    color:White;
}
   
/*Klavye stilleri bitis*/

#ayarlarim{
    width:570px; 
    height:510px;   
    padding:10px;     
    background:url(img/ayarlarim.png) no-repeat;    
    font-size:10pt;        
    color:#fff;

}

#ayarlarimUyari
{
    color:#a82020;    
    text-align:left;   
    font-weight:bold;    
}

#ayarlarim td{color:#fff;text-align:right;font-size:8pt;}
#ayarlarim td input{width:210px;border:none;height:16px;font-size:9pt}
.ayarlarimSolTd{text-align:right;width:150px;}

/*Bize Ulasin stilleri baslangici*/
#bildirim td
{    
    text-align:left;
    color:#fff
}

#bildirim input{border:none;height:16px;font-size:9pt}

#bildirim
{    
    width:527px; 
    height:290px;   
    padding:10px;     
    background:url(img/bizeUlasin.png) no-repeat;    
    font-size:9pt;        
    color:#fff;
}
/*Bize Ulasin stilleri bitisi*/

#ayarlarimButonlar
{width:200px;margin-left:151px;margin-top:0px;}
#uyeOlButonlar
{margin-left:139px;margin-top:5px;width:200px}
#statikSayfa{background:url(img/statikSayfa.png) no-repeat;background-position:169px 85px; width:840px; height:650px}
#statikFrame{margin:0px 0px 0px 65px;}
#sayfaAdi{margin:210px 0px 0px 60px;}
.bknz
{
	color:red;
	cursor:pointer;
	text-decoration:underline;
}

#sayfaKapatBT
{float:right;width:60px;margin-right:592px;margin-top:50px}
#sayfaAdi
{float:left;text-align:center;width:120px;color:#fff; font-family:Arial Narrow;}
