@charset "UTF-8";
/*
 * Radyo Sitesi Stil Dosyasi (style.css)
 * Modern Optimizasyon ve Düzenleme Yapilmistir.
 */

body, td, p, select {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
}

/* Eski IE scrollbar özellikleri (Modern tarayıcılarda yoksayılır) */
body {
    scrollbar-face-color: #086dcc;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-3dlight-color: #dddddd;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color: #666666;
}

/* href link (BOLD) ve duz button font ayarlari */

.font1 {
    position: absolute; 
    visibility: hidden;
}

.font2 {
    color: #CC0000; 
    font-family: Verdana, sans-serif; 
    font-size: 8pt; 
    font-weight: bold;
}
.font2 a:link    { text-decoration: underline; color: #CC0000; }
.font2 a:active   { text-decoration: underline; color: #CC0000; }
.font2 a:visited   { text-decoration: underline; color: #CC0000; }
.font2 a:hover     { text-decoration: underline; color: #FFFF00; }

.font3 {
    color: #CC0000; 
    font-family: Verdana, sans-serif; 
    font-size: 8pt; 
    font-weight: bold;
}
.font3 a:link    { text-decoration: underline; color: #000000; }
.font3 a:active   { text-decoration: underline; color: #000000; }
.font3 a:visited   { text-decoration: underline; color: #000000; }
.font3 a:hover     { text-decoration: underline; color: #FFFF00; }

/* Dinleyici ismi ve linksiz button font ayarlari */
.font4 {
    color: #000000; 
    font-family: Verdana, sans-serif; 
    font-size: 8pt;
}
.font4 a:link    { text-decoration: underline; color: #000000; }
.font4 a:active   { text-decoration: underline; color: #000000; }
.font4 a:visited   { text-decoration: underline; color: #000000; }
.font4 a:hover     { text-decoration: underline; color: #FFFF00; }

h1 {
    font-family: Verdana, sans-serif;
    color: #ff7b02;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1pt;
    text-align: center;
    font-style: italic;
    text-decoration: none;
}

h2 {
    font-family: Verdana, sans-serif;
    color: #CC0000;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1pt;
    text-decoration: underline;
}

a:link {
    color: #086dcc;
    font-family: Verdana, sans-serif;
    font-size: 12px; 
    text-decoration: underline;
}

a:visited {
    color: #054ba2;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    color: #FFFF00;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    background: url('images/btnbg2.gif');
}

.top {
    border-style: outset;
    border-width: 2px;
    padding: 0;
    color: #086dcc;
    background-image: url('images/but.gif');
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    width: 70%;
}

.button {
    border-style: outset;
    border-width: 1px;
    background-image: url('images/but2.gif');
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.submit {
    color: #FFFFFF;
    background-color: #086dcc;
    font-weight: bold;
}

input {
    text-indent: 2px;
}