﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: .80em;
    background: url(../images/bg.png) repeat;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    height: 99px;
}

/*a:link, a:visited {
    color: #034af3;
    text-align: center;
    font-style: italic;
}

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: #000000;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
}

h3 {
    font-size: 1.2em;
    height: 28px;
}

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: 1260px;
    background: none repeat scroll 0 0 #fff;/*F3F3F3*/
    margin: 20px auto 0px auto;
    margin-top: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: 'Segoe UI';
}
.pagelogin {
     width: 60%;
    background: none repeat scroll 0 0 #F3F3F3;
    margin: 20px auto 0px auto;
    margin-top: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: 'Segoe UI';
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 1em;
        font-size: 2em;
    }

.main {
    padding: 0px 0px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.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;
}

/* User Bar*/





/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #465c71;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 5px;
        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: 6px 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   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    text-align: center;
    width: auto;
    height: 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;
}

.stilTablo {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .stilTablo caption {
        padding: 0 0 5px 0;
        width: 90%;
        font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
    }

    .stilTablo th {
        border: 1px solid #C1DAD7;
        font: normal normal bold xx-small normal Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: left;
        padding: 6px 6px 6px 12px;
        background: #CAE8EA url(bg_header.jpg) no-repeat;
    }

        .stilTablo th.nobg {
            border-top: 0;
            border-left: 0;
            /*border-right: 1px solid #C1DAD7;*/
            background: none;
        }

    .stilTablo td {
        /*border-left: 1px solid #C1DAD7;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;*/
        background: #fff;
        padding: 6px 6px 6px 12px;
        color: #4f6b72;
    }


        .stilTablo td.alt {
            background: #F5FAFA;
            color: #797268;
        }

    .stilTablo th.spec {
        /*border-left: 1px solid #C1DAD7;*/
        border-top: 0;
        background: #fff url(bullet1.gif) no-repeat;
        font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    }

    .stilTablo th.specalt {
        /*border-left: 1px solid #C1DAD7;*/
        border-top: 0;
        background: #f5fafa url(bullet2.gif) no-repeat;
        font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #797268;
    }

.kullanici th {
    color: #4f6b72;
    border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background: #CAE8EA url(bg_header.jpg) no-repeat;
}

.kullanici td {
    border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    color: #4f6b72;
}

.textbox {
    border-left: 1px solid #C1DAD7;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
}
/*AutoComplete flyout */
.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 9999 !important;
}

.tbx {
    /*background: transparent url('Styles/txtboxbg.jpg') no-repeat;*/
    color: #000;
    border: 1px solid #DBDBDB;
    padding: 4px 8px;
    margin-bottom: 0px;
}

.content {
    height: 10px;
    padding-top: 15px;
    text-align: center;
    background-color: #0078AE; /*AÇIK MAVİ #00AEDB*/
    color: #fff;
    font: bold large Arial,sans-serif;
    /*border-radius: 15px;*/
}



.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: #000080;
    color: #fff;
    /* background: #CAE8EA url(bg_header.jpg) no-repeat;*/
}

.divStyle {
    border: 1px solid #e1e1e1;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.caption {
    padding: 0 0 5px 0;
    width: 90%;
    font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

.g-button-red {
    border: 1px solid transparent;
    color: #fff;
    background-color: #d14836;
    font-weight: 700;
    height: 28px;
    width: 120px;
}

    .g-button-red:hover {
        border: 1px solid #b0281a;
        color: #fff;
        background-color: #c53727;
    }

.Initial {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
    /*color: Black;*/
    font-weight: bold;
}

    .Initial:hover {
        /*color: White;*/
        background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
    }

.Clicked {
    float: left;
    display: block;
    /*background: url("../css/SelectedButton.png") no-repeat right top;*/
    padding: 4px 18px 4px 18px;
    color: Black;
    font-weight: bold;
    color: White;
}





.pagebuttons {
    background: none repeat scroll 0 0 #56C2E1;
    border: 1px solid #46B3D3;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    font-family: 'Arial Serif',serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    padding: 10px 0px 0px 0px;
    text-decoration: none;
}

    .pagebuttons:hover {
        background: #3f9db8;
        border: 1px solid rgba(256,256,256,0.75);
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
    }

    .pagebuttons:focus {
        position: relative;
        bottom: -1px;
        background: #56c2e1;
        box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
        -moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
        -webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
    }



.shortbutton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color:#f9f9f9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#e11f26;
    font-family:Trebuchet MS;
    font-size:12px;
    padding:6px 23px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    border-color: #e11f26;
}
.shortbutton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
    background-color:#e9e9e9;
}
.shortbutton:active {
    position:relative;
    top:1px;
}

.myButton {
    -moz-box-shadow:inset 0px 0px 0px -1px #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px -1px #ffffff;
    box-shadow:inset 0px 0px 0px -1px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color:#f9f9f9;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#e11f26;
    font-family:Trebuchet MS;
    font-size:15px;
    padding:10px 22px;
    font-weight: bold;
    text-decoration:none;
    text-shadow:0px 0px 0px #ffffff;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
    background-color:#e9e9e9;
    color: #e11f26;
}
.myButton:active {
    position:relative;
    top:1px;
}

.logoutbutton {
    -moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
    box-shadow:inset 0px 0px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#e11f26;
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:bold;
    padding:4px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    border-color: #e11f26;
}
.logoutbutton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}
.logoutbutton:active {
    position:relative;
    top:1px;
}

.uploadButton {
    -moz-box-shadow: 0px 2px 0px 0px #8a2a21;
    -webkit-box-shadow: 0px 2px 0px 0px #8a2a21;
    box-shadow: 0px 2px 0px 0px #8a2a21;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
    background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
    background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
    background-color:#c62d1f;
    -moz-border-radius:18px;
    -webkit-border-radius:18px;
    border-radius:18px;
    border:2px solid #d02718;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:bold;
    padding:6px 22px;
    text-decoration:none;
    text-shadow:0px 1px 23px #810e05;
}
.uploadButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
    background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
    background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
    background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
    background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
    background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
    background-color:#f24437;
}
.uploadButton:active {
    position:relative;
    top:1px;
}



.hor-minimalist-b
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 15px;
    margin-top:auto;
    /*width: 480px;*/
    border-collapse: collapse;
    text-align: left;
}

.hor-minimalist-b th
{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding: 10px 8px;
    border-bottom: 2px solid #CC0000;
}

.hor-minimalist-b td
{
    border-bottom: 1px solid #efefef;
    color: #476066;
    padding: 6px 8px;
}

.hor-minimalist-b tbody tr:hover td
{
    color: #009;
}

