﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    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;
    color: #757575;
}

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   
----------------------------------------------------------*/

.page {
    /*  width: 960px;*/
    width: 1200px;
    background-color: white;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    min-height: 700px;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: white;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #757575;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 6px;
    margin: 12px 8px 8px 8px;
    min-height: 700px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /*background-color: #3a4f63;*/
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 0px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
        width: 459px;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

/*label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }*/

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.1em;
    margin: 2px 0 3px 0;
    padding: 2px;
}

textarea {
    font-family: inherit;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
    }


/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/* SAYFA ELEMENTS   
----------------------------------------------------------*/

/* sayfa */
.tablo {
    width: 100%;
    /*padding: 5px;*/
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: 0;
}

td {
    padding: 0px 10px;
    text-align: left;
    margin-left: 40px;
}

th {
    padding: 0px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.td.cent {
    text-align: left;
    background-color: #757575;
    color: white;
    font-weight: bold;
    font-size: 16px;
    height: 30px;
}

.uppercase {
    text-transform: uppercase;
}

.hiddenColumn {
    display: none;
}

.aramaButton {
    display: block;
    background: url('../Images/search.gif') no-repeat;
    background-position: -0px -0px;
    border: 0px;
}

.aramaButton1 {
    display: block;
    background: url('../Images/filter.png') no-repeat;
    background-position: 1px 1px;
    border: 0px;
}

.loginButton {
    display: block;
    background: url('../Images/Login.png') no-repeat;
    background-position: -0px -0px;
    border: 0px;
}

.aramaText {
    background-image: url('../Images/search.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 20px;
    text-transform: uppercase;
}

.Sayfalama a:link, .Sayfalama a:visited, .Sayfalama a:active {
    background-image: url('../Images/sayfabg.jpg');
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    margin: 1px;
    font-size: 9pt;
    color: #2f2f2f;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.Sayfalama a:hover {
    background-image: url('../Images/sayfabg2.jpg');
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    font-size: 9pt;
    color: #2f2f2f;
    cursor: pointer;
}

.Sayfalama INPUT {
    background-image: url('../Images/sayfabg.jpg');
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    margin: 1px;
    font-size: 9pt;
    color: #2f2f2f;
    font-weight: bold;
    cursor: pointer;
}

.Sayfalama span {
    margin: 1px;
}

.Sayfalama B {
    background-image: url('../Images/sayfabg2.jpg');
    border: solid 1px #e4e4e4;
    padding: 3px 5px 3px 5px;
    font-size: 9pt;
    color: #2f2f2f;
    cursor: pointer;
}

/* modalpopup */
.Container {
    margin: auto;
    min-height: 400px;
    background: #ffffff;
    max-width: 500px;
    min-width: 500px;
    border: solid 1px #d4d4d4;
    padding: 0 20px 20px 20px;
}

.ToolBar {
    border: solid 1px #d4d4d4;
    padding: 10px;
    margin-bottom: 20px;
}

.GridContainer {
    background: #ECF5FB;
    min-height: 300px;
    border: solid 1px #d4d4d4;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popup_Container {
    background-color: #797878;
    border: 2px solid #000000;
    padding: 0px 0px 0px 0px;
}

.popupConfirmation {
    width: 300px;
    height: 200px;
}

.popup_Titlebar {
    background: url(Images/titlebar_bg.jpg);
    height: 29px;
}

.popup_Body {
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.TitlebarRight {
    background: url(Images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Buttons {
    margin: 10px;
}

/* modalpopup */

.popupTable {
    position: fixed;
    width: 800px;
    /*height: 200px;*/
    top: 35%;
    left: 50%;
    margin-left: -25%;
    margin-top: -100px;
    border: 1px solid #555;
    z-index: 100;
    background-color: Silver;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: Silver;
    clear: both;
}

.popupTitlebar {
    position: fixed;
    top: 50%;
    left: 50%;
    /*width: 500px;*/
    margin-top: -260px;
    margin-left: -245px;
    height: 15px;
}

.popupTitleRight {
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    float: right;
    /*height: 35px;*/
    left: 30px;
    /*width: 34px;*/
    top: -25px;
}

.shadow {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.hidden {
    display: none;
}

.kenarlik {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.DetailOFFSET {
    margin-left: 10px;
    margin-top: 40px;
}

.FooterStyle {
    background-color: #a33;
    color: White;
    text-align: right;
}

.LeftAlign {
    text-align: left;
}

.RightAlign {
    text-align: Right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-center {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
