﻿@import url("resim.css");
@import url("video.css");
@import url("dokuman.css");

.metinicerik {
    color: #444444;
    padding: 5px;
    float: left;
    font-size: 14px !important;
    min-height:532px;
   text-align:left;
   width:100%;
}

    .metinicerik span {
        font-size: 14px !important;
    }

    .metinicerik p {
        margin-top: 0px;
    }


span.metinGaleriHeader {
    padding: 5px;
    width: 100%;
    float: left;
    color: #ec0000;
}

.galeribasliklar {
    width: 100%;
    float: left;
    color: red;
}

.metinresimgaleriler {
    width: 100%;
    float: left;
}

.metinresimgalerileric {
    background-image: url('/images/watermark.png');
    background-size: 120px 120px;
    background-repeat: no-repeat;
    padding-top: 130px;
    width: 130px;
    float: left;
    border: 1px solid #808080;
    border-radius: 3px;
    margin: 5px;
}

.metinvideogaleriler {
    width: 100%;
    float: left;
   
}

.metinvideogalerileric {
    background-image: url('/images/watermark.png');
    background-size: 120px 120px;
    background-repeat: no-repeat;
    padding-top: 130px;
    width: 130px;
    float: left;
    border: 1px solid #808080;
    border-radius: 3px;
    margin: 5px;
}

.metindokumangaleriler {
    width: 100%;
    float: left;
}

.metindokumangalerileric {
    background-image: url('/images/filetypes/folder.png');
    background-size: 120px 120px;
    background-repeat: no-repeat;
    padding-top: 130px;
    width: 125px;
    height: 75px;
    float: left;
    border-radius: 3px;
    margin: 5px;
    text-align: center;
    border: 1px solid #b9b9b9;
}

#sagKolon {
    float: left;
    width: 890px;
    background-color: transparent;
    min-height: 400px;
    margin-top: 10px;
    margin-right:10px;
}

#solKolon {
    float: left;
    width: 240px;
    background-color: transparent;
    min-height: 400px;
    margin-top: 10px;
    margin-left:10px;
}

.SolKutu {
    width: 230px;
    height: auto;
    float: left;
    margin-bottom: 10px;
    /*- border-top-left-radius: 8px;
moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
*/
    background-image: linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -o-linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.65, rgb(238,242,242)), color-stop(1, rgb(219,221,221)));
}

.solbottom {
    background-image: url(../images/bottom.png);
    width: 207px;
    height: 2px;
    float: left;
    margin-top: 5px;
}

#ortaKolon {
    float: left;
    width: 740px;
    height: auto;
    margin-left: 8px;
    /* -moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
 border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;*/
    background-image: linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -o-linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(238,242,242) 65%, rgb(219,221,221) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.65, rgb(238,242,242)), color-stop(1, rgb(219,221,221)));
    border: 1px solid #fb5f00;
    margin-bottom: 10px;
}

.naviget {
    /*background-image: url(../images/baslikbg.jpg);*/
    width: 800px;
    color: #9b0808;
    font-weight: bold;
    height: 25px;
    text-align: left;
    margin-top: 5px;
    font-size: 18px;
    padding-left: 5px;
}
