﻿html
{
    scrollbar-face-color: #163b7f;
    scrollbar-track-color: #008fc7;
    
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    
    scrollbar-darkshadow-color: #008fc7;
    scrollbar-highlight-color: #163b7f;
}


body
{
    background-position: center center;
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('Images/Master/BG.jpg');
    background-repeat: repeat;
    background-color: #0d4278;
    font-family: Tahoma;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #808080;
}
a:hover
{
    text-decoration: none;
    color: #898989;
} 
:link
{
    text-decoration: none;
    color: #898989;
} 
:visited
{
    text-decoration: none;
    color: #898989;
}


/*master*/
.arama_txt
{
    border: 0px none;
    font-family: Tahoma;
    color: #0051a9;
    font-size: 11px;
    vertical-align: baseline;
    text-align: left;
    width: 88px;
    height: 13px;
    background-color: Transparent;
}

/*anasayfa*/
.anasayfa_linkler
{
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.anasayfa_linkler_sanaldersane
{
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #44a7dd;
    text-decoration: none;
}

/*icerik*/
.icerik_baslik
{
    font-family: Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.icerik_yazi
{
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    text-align: justify;
}

/*hakkimizda*/
.hakkimizda_magenta
{
    color: #CC0066;
}

.hakkimizda_cyan
{
    color: #0066FF;
    font-size: 12px;
}


/*yayinlar*/
.yayinlar_detay
{
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.yayinlar_html_yazi
{
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.yayinlar_html_tr1
{
    background-image: url('Images/Master/Yayinlar/YayinListe_html_td1.jpg');
    background-repeat: repeat-x;
    height: 21px;
}
.yayinlar_html_tr2
{
    background-image: url('Images/Master/Yayinlar/YayinListe_html_td2.jpg');
    background-repeat: repeat-x;
    height: 21px;
    font-weight: bold;
}



/*haberler*/
.haber_kayanyazi
{
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #959595;
    text-decoration: none;
    text-align: left;
}
.haber_kayanyazi_tarih
{
    font-family: Tahoma;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    text-indent: 17px;
}
#marqueecontainer
{
    position: relative;
    width: 220px; /*marquee width */
    height: 153px; /*marquee height */
    overflow: hidden;
    border: 0px solid orange;
    padding: 0px;
    padding-left: 0px;
}

/*arama*/
.arama_sonuc
{
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #898989;
    text-align: left;
    text-decoration: none;
}
.arama_thumbnail
{
    position: relative;
    z-index: 0;
}

.arama_thumbnail:hover
{
    background-color: transparent;
    z-index: 50;
}

.arama_thumbnail span
{
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #FFFFFF;
    padding: 0px;
    left: 0px;
    border: 1px solid #99FF33;
    visibility: hidden;
}

.arama_thumbnail span img
{
    /*CSS for enlarged image*/
    border-width: 0px;
    padding: 0px;
}

.arama_thumbnail:hover span
{
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0px;
    left: -207px;
}
.td_zemin
{
    background-color: #EAEAEA;
}
.td_zemin2
{
    background-color: #CCCCCC;
}


/*iletisim*/
.iletisim_eposta_txt
{
    border: 1px solid #FFA275;
    font-family: Verdana;
    color: #993300;
    background-color: #FFFFFF;
    font-size: 12px;
    vertical-align: bottom;
    text-align: left;
}


/*hata*/
.genel_hata
{
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
}




/*bayiler*/
.bayiler_ddl
{
    border: 1px solid #94bb02;
    font-family: Tahoma;
    color: #94bb02;
    background-color: #FFFFFF;
    font-size: 13px;
    vertical-align: bottom;
    text-align: left;
}
