﻿/* DEFAULTS
----------------------------------------------------------*/

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

form
{
    height: 100%;
    margin: 0;
    padding: 0;
}

.fbg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url('/images/BackgroundImages/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/BackgroundImages/1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/BackgroundImages/1.jpg',sizingMethod='scale')";
}

.page
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
    position: relative;
}
.footer, .push
{
    height: 40px; /* .push must be the same height as .footer */
}

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: Tahoma, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    overflow-x:hidden;
}

a:link, a:visited
{
    color: #034af3;
}



p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/



.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}



.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}



div.footer
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    top: 521px;
}

div.footer ul li
{
    display: inline;
    margin-top: 10px;
    padding: 0px;
}

div.footer a, div.footer p
{
    font-size: 10px;
    color: White;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
}

#noBorder
{
    border-right: none;
}

#contentHolder
{
    width: 730px;
    background-color: white;
    position: relative;
    padding: 15px;
    top: 521px;
    left: 239px;
    text-align: justify;
}

.title2
{
    color: #666699;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 15px;
    position:relative;
    top:3px;
margin-bottom:10px;
}

.maincontent
{
    color: #666666;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 16px;
    margin-top: 2px;
    text-align: justify;
}


img.bg
{
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px; /* Set up proportionate scaling */
    width: 100%;
    height: auto; /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px)
{
    /* Specific to this particular image */
    img.bg
    {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

@media screen and (max-device-width: 1024px)
{
    /* Specific to this particular image */
    body
    {
        overflow-x:hidden;
        min-width:100%;
    }
}

#page-wrap
{
}

#whyLabel
{
    padding: 0;
    background-color: #897e71;
    width: 758px;
    height: 56px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position:relative;
    top:-61px;
border:1px solid transparent;
}

.whyLabelInner
{
    width:auto;
    height:auto;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom:15px;
    
}

.lblHeader
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    
}

@media screen and (max-width: 1024px) {
#blankdiv {
display: none;
}
}

/* 09.09.2013 - giray */
.sayfa_liste_3kolon tr td:not(:first-child) {
    padding-left: 10px;
}

.sayfa_liste_3kolon tr td .title2 {
    text-align: left;
}
/* */

.footer_ul {
    background-color: rgb(137, 126, 113);
    padding: 5px;
    z-index: 999999999 !important;
}

.footer_ul li {
    border-left: #fff 1px solid;
    padding-left: 4px !important;
    vertical-align: top !important;
    line-height: 18px !important;
}

.footer_ul li:first-child {
    border-left-width: 0px;
}

.noBorder a {
    color: #fff !important;
    font-size: 12px !important;
    vertical-align: top !important;
}