﻿body, input, select, textarea {
    font-family: Tahoma;
    font-size: 10pt;
}

input, select, textarea {
    font-family: Tahoma;
    color: #666666;
}

th {
    text-align: left;
}

img {
    border-width: 0px;
}

input[type=text], input[type=password], textarea, select {
    width: 200px;
    border: 1px solid #CACAB7;
    border-radius: 6px 6px 6px 6px;
    margin: 1px;
    padding: 5px;
    font-weight: bold;
}

.imgcheck {
    border: 1px solid #CACAB7;
    border-radius: 6px 6px 6px 6px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border: 2px solid #F1CA7E;
    margin: 0px;
}

select {
    width: 212px;
}

fieldset {
    border: solid 1px #dddddd;
}

legend {
    font-weight: bold;
}

.link {
    cursor: pointer;
    font-weight: normal;
    color: #F66014;
    text-decoration: underline;
}

.incelink {
    cursor: pointer;
    color: #6688aa;
    text-decoration: underline;
}

.link:hover {
    cursor: pointer;
    color: orange;
    border-bottom: dashed 1px gray;
    text-decoration: none;
}

.sil {
    color: red;
}

.explain {
    color: #999999;
    font-style: italic;
    font-weight: normal;
}

.LightBox {
    border: 1px solid #CACAB7;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
}

.bottomline {
    border-bottom: solid 1px #eeeeee;
    font-weight: bold;
}

.k {
    width: 20%;
}

.b {
    width: 30%;
}

.title {
    color: #338FC4;
    font-size: 16px;
    font-weight: bold;
}

.hata {
    font-size: 14px;
    width: 500px;
    border: solid 1px #dddddd;
}

.warning {
    color: red;
    border: solid 1px #FFD110;
    background-color: #FFFCA9;
    padding: 8px 4px 8px 4px;
    margin: 4px 4px 4px 0px;
}

.bigTextbox {
    width: 300px;
    height: 75px;
}

.activeGridEditPage {
    color: #881111;
    border: solid 2px #FF9900;
    border-bottom-width: 0px;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    background-color: #FFDD99;
    vertical-align: bottom;
}

.grid_bottom {
    cursor: pointer;
    color: #662200;
    text-decoration: underline;
}

    .grid_bottom:hover {
        cursor: pointer;
        color: orange;
        border-bottom: dashed 1px gray;
        text-decoration: none;
    }

.alert {
    color: #C97800;
    border: solid 2px #FFD324;
    background-color: #FFF6BF;
    padding: 8px 4px 8px 4px;
    margin: 4px 4px 4px 4px;
}

.information {
    color: #054B92;
    border: solid 2px #3399FF;
    background-color: #F4F4FF;
    padding: 8px 4px 8px 4px;
    margin: 4px 4px 4px 4px;
}

.error {
    color: #DE0010;
    border: solid 2px #DE0010;
    background-color: #FBE3E4;
    padding: 8px 4px 8px 4px;
    margin: 4px 4px 4px 4px;
}

.success {
    color: #0E8B4E;
    border: solid 2px #72C868;
    background-color: #E9FFDD;
    padding: 8px 4px 8px 4px;
    margin: 4px 4px 4px 4px;
}

.waiting {
    color: #333333;
    border: solid 2px #A3A3A3;
    background-color: #E1E1E1;
    padding: 8px 4px 8px 4px;
    margin: 4px 4px 4px 4px;
}

.minSize {
    font-size: 1px;
}

.defColor {
    background-color: #DDE7F0;
}

.btn {
    display: block;
    position: relative;
    /*background: #F66014;*/
    background: #2ae;
    padding: 10px;
    float: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-right: 1px;
    border-radius: 5px;
}

    .btn * {
        font-style: normal;
        /*background-image: url(btn2.png);*/
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }

    .btn i {
        background-position: top left;
        position: absolute;
        margin-bottom: -5px;
        top: 0;
        left: 0;
        width: 5px;
        height: 5px;
    }

    .btn span {
        background-position: bottom left;
        left: -5px;
        padding: 0 0 5px 10px;
        margin-bottom: -5px;
    }

        .btn span i {
            background-position: bottom right;
            margin-bottom: 0;
            position: absolute;
            left: 100%;
            width: 10px;
            height: 100%;
            top: 0;
        }

        .btn span span {
            background-position: top right;
            position: absolute;
            right: -10px;
            margin-left: 10px;
            top: -5px;
            height: 0;
        }

    .btn.blue {
        background: #2ae;
    }

    .btn.red {
        background: #a00;
    }

    .btn.gray {
        background: #444;
    }

    .btn.green {
        background: #9d4;
    }

    .btn.pink {
        background: #e1a;
    }

    .btn:hover {
        background-color: #444;
    }

    .btn:active {
        background-color: #444;
    }

    .btn[class] {
        /*background-image: url(shade.png);*/
        background-position: bottom;
    }

.btnmini {
    padding: 9px 0px 10px 0px !important;
    margin-top: 0px !important;
    margin-bottom: 4px;
}

.itemImage {
    padding-right: 2px;
    vertical-align: middle;
}

.ajax__calendar_container {
    z-index: 999;
}

.autowidth {
    width: auto;
}

.maxHeight {
    max-height: 400px;
    overflow: auto;
}
