/*==========================
================= Body Styles =================*/
BODY {
    background: #F4F4F4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #737F89;
}

A {
    color: #367DB3;
}

    A:hover {
        color: #333;
    }

tr.group td {
    background-color: #fff8bf !important;
}

span.badge {
    background-color: #367DB3;
    border-radius: 16px;
    height: 13px !important;
    width: 13px !important;
    margin: 0px;
    color: #ffffff;
    position: absolute;
    margin-top: -38px;
    padding: 3px;
    text-align: center !important;
}

@-moz-document url-prefix() {
    span.badge {
        background-color: #367DB3;
        border-radius: 16px;
        height: 13px !important;
        width: 13px !important;
        margin: 0px;
        color: #ffffff;
        position: absolute;
        margin-top: -23px;
        padding: 3px;
        text-align: center !important;
        margin-left: -50px !important;
    }
}

/*================= General =================*/
.wrapper {
    width: 980px;
    margin: 0px auto;
    padding: 0px;
}

#main {
    padding-bottom: 20px;
    background: #FFF url(../img/main-bg.png) repeat-y;
    border-bottom: 1px solid #D6D8D8;
    /*border-bottom-right-radius: 4px
            border-bottom-left-radius: 4px
            box-shadow: 0px 1px #DFDFDF*/
}

#sidebar {
    width: 188px;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
}

#page {
    width: 789px;
    float: right;
    padding-right: 1px;
    position: relative;
}

.center980 {
    margin: 0px auto;
    width: 980px;
}

.content {
    padding: 20px 24px;
    line-height: 17px;
}

.tit {
    background: url(../img/button-blue.png) repeat-x bottom;
    height: 32px;
    position: relative;
    z-index: 0;
}

    .tit H3 {
        font-size: 18px;
        color: #FFF;
        font-weight: 700;
        text-shadow: 1px 1px #000;
        padding: 7px 0 0 5px;
    }

/*================= Header =================*/
#header {
    height: 73px;
    background: url(../img/header-bg.png) repeat-x;
}

    #header .logo {
        width: 190px;
        float: left;
        text-align: center;
        padding: 0;
        height: 20px;
    }

        #header .logo IMG:hover {
            opacity: 0.9;
        }

#notifications {
    width: 300px;
    float: left;
    padding-left: 16px;
    padding-top: 18px;
    font: normal bold 22px sans-serif;
    color: #FFFFFF;
}

#quickmenu {
    width: 102px;
    float: left;
    padding-top: 18px;
}

.qbutton-left {
    display: block;
    width: 42px;
    height: 25px;
    float: left;
    background: url(../img/qbutton.png) no-repeat 0px 0px;
    text-align: center;
    position: relative;
    padding-top: 11px;
}

    .qbutton-left:hover {
        background: url(../img/qbutton.png) no-repeat 0px -36px;
    }

.qbutton-normal {
    display: block;
    width: 42px;
    height: 25px;
    float: left;
    background: url(../img/qbutton.png) no-repeat -42px 0px;
    text-align: center;
    position: relative;
    padding-top: 11px;
}

    .qbutton-normal:hover {
        background: url(../img/qbutton.png) no-repeat -42px -36px;
    }

.qbutton-right {
    display: block;
    width: 43px;
    height: 25px;
    float: left;
    background: url(../img/qbutton.png) no-repeat -84px 0px;
    text-align: center;
    position: relative;
    padding-top: 11px;
}

    .qbutton-right:hover {
        background: url(../img/qbutton.png) no-repeat -84px -36px;
    }

.qballon {
    background: url(../img/qballon.png) no-repeat;
    width: 19px;
    height: 21px;
    display: block;
    text-align: center;
    color: #FDEDEC;
    font-size: 10px;
    position: absolute;
    top: -12px;
    padding-top: 4px;
    right: 2px;
}

/*================= Profilebox =================*/
#profilebox {
    height: 28px;
    background: #215882;
    border: 1px solid #1B4161;
    float: right;
    margin: 20px 14px 0 0;
    position: relative;
}

    #profilebox .display {
        display: block;
        padding: 5px 6px;
        font-size: 11px;
        color: #A5C6EC;
        line-height: 15px;
    }

        #profilebox .display:hover {
            text-decoration: none;
        }

        #profilebox .display IMG {
            border: 1px solid #1D4E76;
            float: left;
            margin-right: 7px;
        }

        #profilebox .display B {
            display: block;
            color: #FFF;
        }

        #profilebox .display SPAN {
            background: url(../img/arrow-down.png) no-repeat right;
            padding-right: 11px;
        }

        #profilebox .display:hover, #profilebox:hover {
            background: #488FC5;
        }

            #profilebox:hover .profilemenu, .profilemenu:hover {
                display: block;
            }

.profilemenu {
    display: none;
    background: #3C81B5;
    border: 1px solid #1C4D78;
    border-top: none;
    padding-top: 3px;
    margin-top: -3px;
    position: relative;
    z-index: 1000;
    /*border-bottom-right-radius: 4px
            border-bottom-left-radius: 4px*/
}

    .profilemenu A {
        display: block;
        font-size: 11px;
        color: #A5C6EC;
        padding: 10px 7px;
    }

        .profilemenu A:hover {
            text-decoration: none;
            color: #FFF;
            background: #306997;
        }

/*================= Searchbox =================*/
#searchbox {
    display: block;
    background: url(../img/searchbox-bg.png) repeat-x bottom;
    height: 65px;
}

    #searchbox .in {
        padding: 15px 0 0 9px;
    }

    #searchbox .input {
        background: url(../img/searchbox.png) no-repeat;
        width: 131px;
        border: none;
        font: 13px Arial, Helvetica, sans-serif;
        color: #999;
        padding: 9px;
        padding-left: 30px;
    }

    #searchbox .input-hover {
        background: url(../img/searchbox-hover.png) no-repeat;
        width: 131px;
        border: none;
        font: 13px Arial, Helvetica, sans-serif;
        color: #666;
        padding: 9px;
        padding-left: 30px;
    }

/*================= Sidemenu =================*/
#sidemenu {
    padding: 10px 0px;
}

    #sidemenu UL {
        font-size: 12px;
        line-height: 20px;
    }

    #sidemenu LI {
        position: relative;
    }

    #sidemenu A {
        display: block;
        color: #596677;
        padding: 9px 26px 9px 15px;
        border-top: 1px solid #F6F7F9;
        border-bottom: 1px solid #F6F7F9;
    }

        #sidemenu A IMG {
            margin-bottom: -4px;
            margin-right: 9px;
        }

        #sidemenu A:hover {
            text-decoration: none;
            background: #EDF1F5;
            color: #3F4C59;
            border-top: 1px solid #DCE7F0;
            border-bottom: 1px solid #DCE7F0;
        }

    #sidemenu .ballon {
        background: #94B5CF;
        margin-left: 6px;
        /*border-radius: 19px*/
        font-size: 10px;
        font-weight: bold;
        line-height: normal;
        color: #FFF;
        position: absolute;
        border: 1px solid #739BBF;
        /*box-shadow: 0px 1px #FFF*/
        right: 9px;
        top: 11px;
        padding: 1px 5px;
    }

    #sidemenu LI A:hover .ballon {
        background: #799FC1;
        color: #FFF;
        border: 1px solid #5384B0;
    }

    #sidemenu A:active {
        background: #FFF;
        border-top: 1px solid #DFDFDF;
        margin-right: -1px;
        position: relative;
        border-bottom: 1px solid #DFDFDF;
        color: #2C71A5;
    }

        #sidemenu A:active .ballon {
            top: 10px;
            right: 10px;
        }

/*Submenu*/
.submenu {
    padding: 0px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 6px;
    display: none;
}

#sidemenu .submenu A {
    padding: 5px 12px 5px 40px;
    font-size: 11px;
}

#sidemenu .submenu IMG {
    margin-right: 8px;
}

#sidemenu .submenu .ballon {
    top: 7px;
}

.submenu .action {
    position: relative;
}

.subtitle .action .arrow {
    position: absolute;
    right: 10px;
    top: 18px;
}

/*================= Stats =================*/
#stats {
    display: none;
    height: 65px;
    padding-left: 20px;
    background: #FFFADF url(../img/stats-bg.png) repeat-x bottom;
}

    #stats .column {
        width: 150px;
        text-align: center;
        float: left;
        color: #9B936A;
        font-size: 11px;
        margin-top: 9px;
        padding: 2px 0px;
        border-right: 1px solid #F0E5BC;
    }

        #stats .column B {
            font-size: 22px;
            display: block;
            color: #474643;
            letter-spacing: -0.1px;
            padding-bottom: 5px;
        }

    #stats .last {
        border-right: none;
    }

    #stats .column .up {
        color: #488D46;
    }

    #stats .column .down {
        color: #D73535;
    }

    #stats .close {
        background: url(../img/icons/mini/close-stats.png) no-repeat center;
        width: 35px;
        height: 35px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

        #stats .close:hover {
            background: url(../img/icons/mini/close-stats-hover.png) no-repeat center;
        }

    #stats .arrow {
        position: absolute;
        right: 186px;
        top: -9px;
    }

/*================= Page Title =================*/
.page-title {
    background: url(../img/page-title-minidot.png) repeat-x bottom;
    border-bottom: 1px solid #D1D3D3;
    height: 63px;
}

    .page-title .in {
        padding: 0px 24px;
    }

    .page-title .titlebar {
        color: #83929F;
        font-size: 11px;
        width: 480px;
        float: left;
        padding-top: 14px;
    }

        .page-title .titlebar H2 {
            color: #364656;
            font-size: 16px;
            height: 24px;
        }

    .page-title .shortcuts-icons {
        width: 250px;
        float: right;
        padding-top: 19px;
    }

/*================= Shortcut =================*/
.shortcut {
    background: url(../img/shortcut-normal.png) no-repeat top left;
    width: 25px;
    display: block;
    height: 26px;
    float: left;
    margin-left: 5px;
}

    .shortcut:hover {
        background: url(../img/shortcut-hover.png) no-repeat top left;
    }

.shortcuts-icons A {
    float: right;
}

/*================= Simple Tip =================*/
.simple-tips {
    background: #FFFFCA url(../img/simple-tips-bg.png) repeat-x top;
    border: 1px solid #E0DBC2;
    /*border-radius: 3px*/
    padding: 12px 17px;
    color: #A79955;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 20px;
    position: relative;
    /*box-shadow: 0px 1px 1px #F0F0F0*/
}

    .simple-tips H2 {
        display: block;
        color: #6D612E;
        font-size: 12px;
    }

    .simple-tips .close {
        background: url(../img/icons/mini/close-stats.png) no-repeat center;
        width: 35px;
        height: 35px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

/*================= Dashbutton =================*/
.dashbutton-div {
    padding: 12px 0px;
}

.dashbutton {
    display: block;
    text-align: center;
    width: 147px;
    float: left;
    margin-left: -1px;
    margin-bottom: -1px;
    /*border-radius: 1px*/
    height: 99px;
    font-size: 11px;
    color: #7BA5C5;
    padding-top: 26px;
    border: 1px solid #DCE7F0;
    overflow: hidden;
    background: url(../img/dashbutton-normal.png) repeat-x bottom;
}

    .dashbutton IMG {
        margin-bottom: 19px;
    }

    .dashbutton B {
        color: #698296;
        display: block;
        font-size: 12px;
    }

    .dashbutton:hover {
        background: url(../img/dashbutton-hover.png) repeat-x bottom;
        color: #6798BC;
        border: 1px solid #CCDCEA;
        position: relative;
    }

        .dashbutton:hover B {
            color: #4B5F6D;
        }

    .dashbutton:active {
        background: url(../img/dashbutton-active.png) repeat-x top;
    }

/*================= Simple Box =================*/
.simplebox {
}

    .simplebox .titleh {
        border: 1px solid #CBDAE8;
        background: url(../img/simplebox-title-bg.png) repeat-x bottom;
        height: 20px;
        /*border-top-right-radius: 3px
            border-top-left-radius: 3px*/
        position: relative;
    }

    .simplebox .padding-in {
        padding: 10px;
        line-height: 18px;
    }

    .simplebox .titleh H3 {
        font-size: 12px;
        color: #225983;
        padding: 5px 0 0 15px;
    }

    .simplebox .shortcuts-icons {
        position: absolute;
        display: block;
        text-align: right;
        right: 10px;
        top: 8px;
    }

        .simplebox .shortcuts-icons A {
            opacity: 0.8;
        }

    .simplebox .body {
        border: 1px solid #CBDAE8;
        border-top: none;
        color: #748897;
        /*box-shadow: 0px 1px #EEE*/
        background: #FFF url(../img/simplebox-dot.png) repeat-x top;
    }

    .simplebox .button-box {
        border-top: 1px solid #E6EDF4;
        background: #FDFDFD url(../img/simplebox-dot.png) repeat-x top;
        padding: 15px 180px;
    }

/*================= Simple Title =================*/
.simpletitle {
    font-size: 14px;
    color: #215983;
    padding: 15px 0px;
    border-bottom: 1px solid #CBDAE8;
    position: relative;
}

    .simpletitle .shortcuts-icons {
        position: absolute;
        display: block;
        text-align: right;
        right: 10px;
        top: 10px;
    }

/*================= Gallery =================*/
.get-photo {
    margin: 16px 10px 0 0;
    float: left;
    width: 175px;
    font-size: 11px;
    font-weight: bold;
    color: #7A899C;
    position: relative;
    height: 140px;
}

    .get-photo IMG {
        /*border-radius: 1px*/
    }

    .get-photo:hover .buttons {
        display: block;
    }

    .get-photo:hover P {
        color: #53606F;
    }

    .get-photo P {
        padding-top: 10px;
    }

    .get-photo .buttons {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 4px;
    }

.mini-delete {
    display: block;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    float: right;
    margin-left: 3px;
    background: url(../img/icons/mini/gallery-icon.png) no-repeat 0px 0px;
}

    .mini-delete:hover {
        background: url(../img/icons/mini/gallery-icon.png) no-repeat 0px -40px;
    }

.mini-edit {
    display: block;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    float: right;
    margin-left: 3px;
    background: url(../img/icons/mini/gallery-icon.png) no-repeat 0px -20px;
}

    .mini-edit:hover {
        background: url(../img/icons/mini/gallery-icon.png) no-repeat 0px -60px;
    }

/*================= Error Pages =================*/
.error-page {
    text-align: center;
    margin: 10px 0;
}

    .error-page H2 {
        font-size: 21px;
        line-height: 28px;
        padding: 14px 0px;
    }

    .error-page .red {
        color: #E76463;
    }

    .error-page .blue {
        color: #76A6D3;
    }

    .error-page .green {
        color: #99C584;
    }

    .error-page P {
        font-size: 12px;
        color: #858585;
        line-height: 22px;
        padding: 24px 0px;
        border-top: 1px solid #EDEDED;
        border-bottom: 1px solid #EDEDED;
    }

    .error-page .button {
        font-size: 14px;
        color: #808080;
        font-weight: bold;
        padding: 8px 14px;
        /*border-radius: 3px*/
        border: 1px solid #C5C5C5;
        border-bottom: 1px solid #9D9D9D;
        background: #FFF url(../img/error-page-buttonbg.png) repeat-x bottom;
    }

        .error-page .button:hover {
            color: #333;
            /*box-shadow: 0px 0px 1px #C6C6C6*/
            border: 1px solid #BCBCBC;
            border-bottom: 1px solid #999;
        }

/*================= Form Elements =================*/
INPUT, SELECT, TEXTAREA {
    background: #FFF;
    border: 1px solid #D2D4D4;
    border-top: 1px solid #A5A6A6;
    /*border-radius: 2px*/
    color: #333;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 7px 6px;
}

.st-form-line {
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding: 16px 20px;
}

.st-labeltext {
    display: block;
    color: #3C5868;
    float: left;
    width: 150px;
    line-height: 20px;
    font-size: 12px;
    padding-top: 3px;
    padding-right: 10px;
}

.st-forminput {
    background: #FFF url(../img/st-forminput-bg.png) repeat-x top;
    border: 1px solid #D2D4D4;
    border-top: 1px solid #A5A6A6;
    /*border-radius: 2px*/
    color: #A5A5A5;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 7px 6px;
}

.st-disable {
    background: #FAFAFA;
}

.st-disable_ozel {
    background: #AEAAAA;
}

.st-forminput-active {
    background: #FFF url(../img/st-forminput-bg.png) repeat-x top;
    border: 1px solid #B5B7B7;
    border-top: 1px solid #8E8F8F;
    /*border-radius: 2px*/
    color: #666666;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 7px 6px;
    width: auto;
}

.datepicker-input {
    background: #FFF url(../img/datepicker-bg.png) repeat-x top right;
    /*border-radius: 2px*/
    color: #666;
    padding: 7px 6px;
    border: 1px solid #D2D4D4;
    border-top: 1px solid #A5A6A6;
    font: 12px Arial, Helvetica, sans-serif;
}

.st-button {
    background: url(../img/default-button.png) repeat-x top;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    border: 1px solid #1A527D;
    border-bottom: 1px solid #0F3049;
    /*border-radius: 2px*/
    padding: 6px 10px;
    margin-right: 10px;
    text-shadow: 0px -1px #174B73;
}

    .st-button:hover {
        border: 1px solid #133E5C;
        border-bottom: 1px solid #0B2436;
    }

    .st-button:active {
        /*box-shadow: inset 0 0 0.5em #174B73*/
    }

.st-clear {
    background: #FFF url(../img/error-page-buttonbg.png) repeat-x bottom;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #818181;
    border: 1px solid #C5C5C5;
    border-bottom: 1px solid #969696;
    /*border-radius: 2px*/
    padding: 6px 10px;
    margin-right: 10px;
}

    .st-clear:hover {
        border: 1px solid #B1B1B1;
        border-bottom: 1px solid #878787;
    }

    .st-clear:active {
        /*box-shadow: inset 0 0 0.5em #CCC*/
    }

.st-success-input {
    background: #EAF2EC url(../img/st-forminput-bg.png) repeat-x top;
    border: 1px solid #A9CFB0;
    border-top: 1px solid #85A38B;
    /*border-radius: 2px*/
    color: #55A163;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 8px 6px;
}

.st-form-success {
    color: #437E4C;
    font-size: 12px;
    margin-left: 10px;
}

.st-error-input {
    background: #FBF4F5 url(../img/st-forminput-bg.png) repeat-x top;
    border: 1px solid #E2B5BE;
    border-top: 1px solid #B28F96;
    /*border-radius: 2px*/
    color: #99626B;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 8px 6px;
}

.st-form-error {
    color: #99616B;
    font-size: 12px;
    margin-left: 10px;
}

/*================= Chart =================*/
.chart {
    background: #EAF0F6;
    padding-bottom: 14px;
}

/*================= Tiny Title =================*/
.st-tinytitle {
    padding: 7px 0 13px;
    border-bottom: 1px solid #EBF1F6;
    margin-bottom: 20px;
}

    .st-tinytitle H3 {
        color: #727F88;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .st-tinytitle P {
        color: #87929A;
        font-size: 11px;
        line-height: 15px;
    }

/*================= Alert Boxes =================*/
.albox {
    font-size: 12px;
    line-height: 17px;
    /*box-shadow: 0px 1px #F7F7F7*/
    position: relative;
    margin: 15px 0px;
    padding: 14px 42px;
    /*border-radius: 3px*/
}

    .albox .close {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        right: 0;
        top: 0;
        background: url(../img/icons/mini/close-opacity-21.png) no-repeat center;
    }

        .albox .close:hover {
            background: url(../img/icons/mini/close-opacity-42.png) no-repeat center;
        }

    .albox .icon {
        position: absolute;
        left: 14px;
        top: 14px;
    }

.warningbox {
    background: #FFF8D8 url(../img/icons/error/error.png) no-repeat 14px 14px;
    border: 1px solid #F3D97E;
    color: #A68510;
}

.succesbox {
    background: #EBF9E2 url(../img/icons/error/accept.png) no-repeat 14px 14px;
    border: 1px solid #BEE4A5;
    color: #658C2C;
}

.informationbox {
    background: #E9F3F8 url(../img/icons/error/help.png) no-repeat 14px 14px;
    border: 1px solid #BBD7E4;
    color: #3876C6;
}

.errorbox {
    background: #F8E9E9 url(../img/icons/error/cross.png) no-repeat 14px 14px;
    border: 1px solid #E4BBBC;
    color: #BF2C11;
}

/*================= Dialog Boxes =================*/
.dialogbox {
    background: #F8F8F8;
    border: 1px solid #DEDEDE;
    color: #000;
}

/*================= Icon Buttons =================*/
.icon-button {
    /*border-radius: 4px*/
    margin: 2px;
    padding: 8px 10px;
    border: 1px solid #CDDCEA;
    border-bottom: 1px solid #B8C6D2;
    background: #FFF url(../img/iconbutton-bg.png) repeat-x bottom;
}

    .icon-button:hover {
        border: 1px solid #AFC8DD;
        border-bottom: 1px solid #96ABBC;
    }

    .icon-button IMG {
        margin-bottom: -5px;
    }

    .icon-button:active {
        background: #FFF url(../img/icon-button-bg-active.png) repeat-x top;
    }

    .icon-button SPAN {
        padding-left: 8px;
        color: #2E71A5;
    }

    .icon-button A:hover SPAN {
        color: #2E71A5;
    }

/*================= Button Styles =================*/
.button-blue {
    background: #4088BF url(../img/button-blue.png) repeat-x bottom;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    border: 1px solid #1A527D;
    border-bottom: 1px solid #0F3049;
    /*border-radius: 2px*/
    padding: 7px 10px;
    margin: 0px 3px;
    cursor: pointer;
    text-shadow: 0px -1px #174B73;
}

    .button-blue:hover {
        border: 1px solid #0F3049;
        border-bottom: 1px solid #0F3049;
        opacity: 0.95;
    }

    .button-blue:active {
        /*box-shadow: inset 0 0 0.5em #174B73*/
    }

.button-aqua {
    background: #519EAC url(../img/button-aqua.png) repeat-x bottom;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    border: 1px solid #27676E;
    border-bottom: 1px solid #173C40;
    /*border-radius: 2px*/
    padding: 7px 10px;
    margin: 0px 3px;
    cursor: pointer;
    text-shadow: 0px -1px #27676E;
}

    .button-aqua:hover {
        border: 1px solid #173C40;
        border-bottom: 1px solid #173C40;
        opacity: 0.95;
    }

    .button-aqua:active {
        /*box-shadow: inset 0 0 0.5em #174B73*/
    }

.button-green {
    background: #51AC53 url(../img/button-green.png) repeat-x bottom;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    border: 1px solid #276E27;
    border-bottom: 1px solid #174017;
    /*border-radius: 2px*/
    padding: 7px 10px;
    margin: 0px 3px;
    cursor: pointer;
    text-shadow: 0px -1px #276E27;
}

    .button-green:hover {
        border: 1px solid #174017;
        border-bottom: 1px solid #174017;
        opacity: 0.95;
    }

    .button-green:active {
        /*box-shadow: inset 0 0 0.5em #174017*/
    }

.button-gray {
    background: #FFF url(../img/button-gray.png) repeat-x bottom;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #818181;
    border: 1px solid #C5C5C5;
    border-bottom: 1px solid #969696;
    /*border-radius: 2px*/
    padding: 7px 10px;
    margin: 0px 3px;
    cursor: pointer;
    text-shadow: 0px -1px #FFF;
}

    .button-gray:hover {
        border: 1px solid #969696;
        color: #666;
        border-bottom: 1px solid #969696;
        opacity: 0.95;
    }

    .button-gray:active {
        /*box-shadow: inset 0 0 0.5em #CCC*/
    }

.button-red {
    background: #A2665B url(../img/button-red.png) repeat-x bottom;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    border: 1px solid #67352E;
    border-bottom: 1px solid #3C1F1B;
    /*border-radius: 2px*/
    padding: 7px 10px;
    margin: 0px 3px;
    cursor: pointer;
    text-shadow: 0px -1px #67352E;
}

    .button-red:hover {
        border: 1px solid #3C1F1B;
        color: #666;
        border-bottom: 1px solid #3C1F1B;
        opacity: 0.95;
    }

    .button-red:active {
        /*box-shadow: inset 0 0 0.5em #3C1F1B*/
    }

    .button-blue:hover, .button-aqua:hover, .button-green:hover, .button-red:hover {
        color: #FFF;
    }

/*================= Pagination =================*/
.pagination {
    text-align: center;
    padding: 20px 0px;
}

    .pagination LI {
        display: inline;
        text-align: center;
        font-size: 12px;
        color: #3E7CAC;
        padding-right: 3px;
        font-weight: bold;
    }

        .pagination LI A {
            color: #3E7CAC;
            border: 1px solid #D6D6D6;
            /*border-radius: 3px*/
            background: url(../img/simplebox-title-bg.png) repeat-x bottom;
            padding: 8px 12px;
            /*box-shadow: 0px 1px 1px #EDEDED*/
        }

            .pagination LI A:hover {
                border: 1px solid #C5C5C5;
                color: #333;
            }

            .pagination LI A:active {
                /*box-shadow: inset 0 0 0.5em #D6D6D6*/
            }

/*================= Page Wrap =================*/
.pagewrap {
    background: url(../img/pagewrapbg.png) repeat-x bottom;
    border-top: 1px solid #CBDAE8;
    border-bottom: 1px solid #CBDAE8;
    font-size: 12px;
    color: #859099;
    padding-left: 5px;
    height: 38px;
}

    .pagewrap LI {
        display: inline;
        background: url(../img/page-wrap-libg.png) no-repeat right;
        line-height: 38px;
        padding: 12px 20px 12px 8px;
    }

    .pagewrap A {
        color: #859099;
    }

        .pagewrap A:hover {
            color: #344654;
        }

/*================= Statistics =================*/
.statistics {
    padding: 0;
}

    .statistics LI {
        border-bottom: 1px solid #E3EBF3;
        padding: 7px 14px;
        display: block;
        position: relative;
    }

        .statistics LI P {
            display: block;
            position: absolute;
            text-align: right;
            right: 14px;
            top: 12px;
        }

    .statistics .green {
        color: #308359;
    }

    .statistics .blue {
        color: #4B789A;
    }

    .statistics .red {
        color: #CD6557;
    }

/*================= Toggle Message =================*/
.toggle-message {
    background: #F7F9FC url(../img/toogle-message-bg.png) repeat-x top;
    border: 1px solid #CBDAE8;
    cursor: pointer;
    /*border-radius: 2px*/
    position: relative;
    line-height: 21px;
}

    .toggle-message .title {
        color: #40515E;
        padding: 10px 15px;
    }

    .toggle-message:hover {
        border: 1px solid #B3C9DD;
    }

    .toggle-message .title:hover {
        color: #344654;
    }

    .toggle-message .hide-message {
        color: #586873;
        padding: 15px;
        display: none;
        padding-top: 0;
    }

    .toggle-message .d-icon {
        position: absolute;
        right: 15px;
        top: 19px;
    }

/*================= Tabs =================*/
#tabs {
    border: 1px solid #FFF;
}

/*================= Sliders =================*/
#slider-range-max, #slider-range, #slider {
    border: 1px solid #D2D4D4;
    background: #EBF5FE;
    height: 10px;
    border-top: 2px solid #A6A7A7;
    /*border-radius: 20px*/
}

/*================= Accordion =================*/
#accordion {
    /*border-radius: 0px*/
}

    #accordion H3 A {
        color: #40515E;
        /*border-radius: 0px*/
        font: bold 12px Arial, Helvetica, sans-serif;
        background: none;
    }

/*================= Imagebox =================*/
.imagebox {
    padding: 15px;
}

    .imagebox IMG {
        float: left;
        margin: 2px;
        border: 2px solid #FFF;
    }

        .imagebox IMG:hover {
            border: 2px solid #215983;
        }

/*================= Loading Box =================*/
.loadingbox {
    text-align: center;
    padding: 35px 10px;
    border: 1px solid #CBDAE8;
    color: #9BA4AB;
    font-size: 11px;
    line-height: 19px;
}

    .loadingbox H3 {
        font-size: 20px;
        color: #344654;
        padding: 20px 0px;
    }

/*================= Footer =================*/
#footer {
    color: #B3C6D5;
    font-size: 11px;
    line-height: 17px;
    padding: 20px 0 0;
}

    #footer .left-column {
        float: left;
        width: 660px;
    }

    #footer .right-column {
        float: right;
        width: 280px;
        text-align: right;
    }

/*================= Login Form =================*/
.kutucuklar {
    margin: 0 auto;
    width: 960px;
    margin-top: 5px;
}

.kutuOrtala {
    position: relative;
    float: left;
    margin-left: 112px;
}

.ustBant {
    width: 100%;
    height: 60px;
    background: #2C70A5;
    margin: 0 auto;
    color: #FFF;
    font-size: 28px;
    text-align: center;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

    .ustbant P {
        position: relative;
        float: left;
    }

.ustLogo {
    position: relative;
    float: left;
}

.altBant {
    width: 100%;
    height: 50px;
    background: #2C70A5;
    float: left;
    color: #FFF;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.duyuruPanel {
    position: relative;
    text-align: left;
    width: 360px;
    float: left;
    height: 311px;
    margin-top: 0px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

    .duyuruPanel .title {
        background: url(../img/login-title.png) no-repeat;
        text-align: center;
        height: 20px;
        padding-top: 5px;
        font-size: 15px;
        font-weight: bold;
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
        color: #FFF;
    }

/*kayan haber bandï¿½ start*/
#listticker {
    height: 250px;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 6px 5px 14px;
}

    #listticker A {
        text-decoration: none;
        color: #303233;
        text-transform: capitalize;
        display: block;
    }

        #listticker A:hover {
            text-decoration: none;
            color: #000;
            text-shadow: none;
        }

    #listticker .news-title {
        display: block;
        font-weight: bold;
        margin-bottom: 4px;
        font-size: 11px;
    }

    #listticker LI {
        display: block;
    }

    #listticker .news-text {
        position: relative;
        width: 319px;
        height: 48px;
        float: left;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 0;
        padding-bottom: 2px;
        text-align: left;
        font-size: 11px;
        margin-bottom: 3px;
        color: #464646;
        border-bottom: 1px dotted #0F89F1;
    }

    #listticker IMG {
        float: left;
        margin-right: 0px;
        padding: 4px;
        width: 24px;
        height: 24px;
    }

/*kayan haber bandï¿½ finish*/
.loginform {
    width: 360px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    /*box-shadow: 0px 4px 90px #EEEEEE*/
}

    .loginform .title {
        background: url(../img/login-title.png) no-repeat;
        text-align: center;
        height: 20px;
        padding-top: 5px;
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .loginform .body {
        padding: 16px;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        min-height: 254px;
    }

.login-input-pass {
    border: none;
    font: 19px Arial, Helvetica, sans-serif;
    color: #B6C3C9;
    width: 250px;
    border: 1px solid #CED3D8;
    /*border-radius: 3px*/
    border: 1px solid #A0A4A9;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 10px;
    background: url(../img/password-input.png) repeat-x top;
    height: 15px;
}

.login-input-pass-active {
    border: none;
    font: 19px Arial, Helvetica, sans-serif;
    color: #8A9EA8;
    width: 250px;
    border: 1px solid #CED3D8;
    /*border-radius: 3px*/
    border-top: 1px solid #A0A4A9;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 10px;
    background: url(../img/password-input.png) repeat-x top;
}

.login-input-user {
    border: none;
    font: 19px Arial, Helvetica, sans-serif;
    color: #B6C3C9;
    width: 250px;
    border: 1px solid #CED3D8;
    /*border-radius: 3px*/
    border: 1px solid #A0A4A9;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 10px;
    background: url(../img/username-input.png) repeat-x top;
    height: 15px;
}

.login-input-user-active {
    border: none;
    font: 19px Arial, Helvetica, sans-serif;
    color: #8A9EA8;
    width: 250px;
    border: 1px solid #CED3D8;
    /*border-radius: 3px*/
    border-top: 1px solid #A0A4A9;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 10px;
    background: url(../img/username-input.png) repeat-x top;
}

.loginform .log-lab {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.loginform .button {
    width: 300px;
    height: 49px;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #FFF;
    background: url(../img/login-button.png) no-repeat 0px 0px;
    border: none;
    cursor: pointer;
}

    .loginform .button:hover {
        background: url(../img/login-button.png) no-repeat 0px -50px;
    }

    .loginform .button:active {
        /*b50px;} .loginform .button: active{ background:url(../img/login-button.png) no-repeat 0px -100px*/
    }

.wrap {
    width: 650px;
    position: relative;
    padding: 0px;
}

.sourcearea SPAN {
    width: 138px;
    min-height: 45px !important;
    background-color: #CCC;
    border: 1px solid #CCC;
    float: left;
    margin: 1px;
    padding: 0px;
    font-family: Calibri;
    color: #000;
    text-align: center;
    /*border-radius: 4px*/
    background: #276E27;
    font: 13px thoma, Helvetica, sans-serif;
    color: #FFF;
    border: 1px solid #276E27;
    border-bottom: 1px solid #174017;
    /*border-radius: 2px*/
    line-height: 15px;
}

.renkred {
    background-color: #8F1C1C !important;
    min-height: 45px !important;
}

.renkgreen {
    background-color: #0F6E98 !important;
    min-height: 45px !important;
}

.items {
    z-index: 100;
    cursor: move;
}

.droparea {
    width: 100% !important;
    min-height: 51px;
    text-align: center;
    background: #D3DDFF repeat;
    font: bold 10px Verdana;
    color: #000;
    padding: 0px;
    /*[disabled]border:1px solid #367DB3;*/
    height: 100% !important;
}

    .droparea IMG {
        margin: 0px;
    }

.dropareahover {
    background-color: #024D4D !important;
    height: 51px;
    margin: 1px;
    width: 84px;
    border: 1px solid #05456B;
    border-bottom: 1px solid #174017;
    opacity: 0.95;
    z-index: -1;
    position: relative;
}

[class*="dersler"] {
    border-bottom: 1px solid #BFD1E1;
    display: block;
}

.summary {
    padding: 10px;
}

    .summary SPAN {
        font-weight: bold;
    }

#dialog-modal {
    margin: 0 auto;
    width: 300px;
}

TABLE.ozeltablo, TABLE.ozeltablo TD {
    font: 100% Arial, Helvetica, sans-serif;
}

TABLE.ozeltablo {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

    TABLE.ozeltablo TH, TABLE.ozeltablo TD, CAPTION {
        text-align: left;
        padding: 0.5em;
        /*border: 1px solid #FFF;*/
    }

    TABLE.ozeltablo TH, CAPTION {
        background: #328AA4 url(../img/tr_back.gif) repeat-x;
        color: #FFF;
    }

    TABLE.ozeltablo TD {
        background: #E5F1F4;
    }

    /*tablecloth styles*/
    TABLE.ozeltablo TR.even TD {
        background: #E5F1F4;
    }

    TABLE.ozeltablo TR.odd TD {
        background: #F8FBFC;
    }

    TABLE.ozeltablo TH.over, TABLE.ozeltablo TR.even TH.over, TABLE.ozeltablo TR.odd TH.over {
        background: #4A98AF;
    }

    TABLE.ozeltablo TH.down, TABLE.ozeltablo TR.even TH.down, TABLE.ozeltablo TR.odd TH.down {
        background: #BCE774;
    }

    TABLE.ozeltablo TH.selected, TABLE.ozeltablo TR.even TH.selected, TABLE.ozeltablo TR.odd TH.selected {
    }

    TABLE.ozeltablo TD.over, TABLE.ozeltablo TR.even TD.over, TABLE.ozeltablo TR.odd TD.over {
        background: #ECFBD4;
    }

    TABLE.ozeltablo TD.down, TABLE.ozeltablo TR.even TD.down, TABLE.ozeltablo TR.odd TD.down {
        background: #BCE774;
        color: #FFF;
    }

    TABLE.ozeltablo TD.selected, TABLE.ozeltablo TR.even TD.selected, TABLE.ozeltablo TR.odd TD.selected {
        background: #BCE774;
        color: #555;
    }

    /*use this if you want to apply different styleing to empty table cells*/
    TABLE.ozeltablo TD.empty, TABLE.ozeltablo TR.odd TD.empty, TABLE.ozeltablo TR.even TD.empty {
        background: #FFF;
    }

.cal_Theme1 .ajax__calendar_container {
    background-color: #E2E2E2;
    border: 1px solid #CCCCCC;
    width: 255px;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #FFFFFF;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 TR {
    padding: 1px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    width: 240px;
    height: 175px;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #FFFFFF;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #BBBBBB;
}

#overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2000;
    background-color: #CCCCCC;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

    #overlay DIV {
        width: 300px;
        margin: 100px auto;
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        padding: 15px;
        text-align: center;
    }

.ustUyaribar {
    display: scroll;
    position: fixed;
    top: 0px;
    left: 0px;
    border: 1px solid #000000;
    background: #A71F09 -2px -25px;
    height: 19px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0px 0px;
    z-index: 999999999 !important;
}

.buttonyardim {
    padding: 5px;
    background: #801809;
    margin: 0px;
    border: 2px solid #67352E;
    z-index: 9999;
}

#dersler {
    position: fixed !important;
    width: 349px;
    background-color: #E9F3F8;
    color: #215882;
    padding: 1px;
    border: 2px solid #4088BF;
    left: 0px;
    top: 146px !important;
    height: 669px;
}

    #dersler .padding5 {
        height: 93% !important;
    }

#sinavprogrami {
    padding-top: 5px;
}

TABLE.ozeltablofixed, TABLE.ozeltablofixed TD {
    font: 100% Arial, Helvetica, sans-serif;
}

TABLE.ozeltablofixed {
    width: 100%;
    border-collapse: collapse;
    margin: 0em 0;
    border: 2px solid #b8b8a6;
}

    TABLE.ozeltablofixed TH, TABLE.ozeltablofixed TD {
        text-align: left;
        padding: 0.5em;
    }

    TABLE.ozeltablofixed TH {
        background: #DDE34A url(../img/tr_back.gif) repeat-x;
        color: #FFF;
    }

    TABLE.ozeltablofixed TD {
        background: #f8f4d5;
        border: 1px;
    }

    /*tablecloth styles*/
    TABLE.ozeltablofixed TR.even TD {
        background: #FFF8BF;
    }

    TABLE.ozeltablofixed TR.odd TD {
        background: #FFF8BF;
    }

    TABLE.ozeltablofixed TH.over, TABLE.ozeltablofixed TR.even TH.over, TABLE.ozeltablofixed TR.odd TH.over {
        background: #4A98AF;
    }

    TABLE.ozeltablofixed TH.down, TABLE.ozeltablofixed TR.even TH.down, TABLE.ozeltablofixed TR.odd TH.down {
        background: #BCE774;
    }

    TABLE.ozeltablofixed TH.selected, TABLE.ozeltablofixed TR.even TH.selected, TABLE.ozeltablofixed TR.odd TH.selected {
    }

    TABLE.ozeltablofixed TD.over, TABLE.ozeltablofixed TR.even TD.over, TABLE.ozeltablofixed TR.odd TD.over {
        background: #ECFBD4;
    }

    TABLE.ozeltablofixed TD.down, TABLE.ozeltablofixed TR.even TD.down, TABLE.ozeltablofixed TR.odd TD.down {
        background: #BCE774;
        color: #FFF;
    }

    TABLE.ozeltablofixed TD.selected, TABLE.ozeltablofixed TR.even TD.selected, TABLE.ozeltablofixed TR.odd TD.selected {
        background: #BCE774;
        color: #555;
    }

    /*use this if you want to apply different styleing to empty table cells*/
    TABLE.ozeltablofixed TD.empty, TABLE.ozeltablofixed TR.odd TD.empty, TABLE.ozeltablofixed TR.even TD.empty {
        background: #FFF;
    }

.input_ders_sec_kredi_hds {
    background: #F77777;
    border: 0px solid #D2D4D4;
    border-radius: 2px color: #333;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 7px 6px;
    font-weight: bold;
}


/*.notTable {
font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
font-size: 1em;
font-style:normal;
max-width: 600px!important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
text-align: left;
border-collapse: collapse;
border:none;
}

.notTable th{

padding:0 3px 0 0px;
text-align:left;

}

.notTable td{

padding:0 8px 0 0px;
text-align:left;

}*/
.notTable {
    font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
    font-style: normal;
    max-width: 600px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    border-collapse: collapse;
}

    .notTable TH {
        font-size: 11px;
        font-weight: normal;
        padding: 10px 5px 10px 0;
        background: #B9C9FE url('t../img/gradhead.png') repeat-x;
        border-top: 2px solid #D3DDFF;
        border-bottom: 1px solid #333;
        color: #000;
    }

    .notTable TD {
        padding: 8px 5px 8px 0;
        border-bottom: 1px solid #333;
        color: #000;
        font-size: 11px;
        text-align: center;
        border-top: 1px solid #C5C5C5;
        border-right: 1px solid #CCC;
        background: #E8EDFF url('../img/gradback.png') repeat-x;
    }

    .notTable TFOOT TR TD {
        background: #E8EDFF;
        font-size: 12px;
        color: #99C;
    }

    .notTable TBODY TR:hover TD {
        background: #D0DAFD url('../img/gradhover.png') repeat-x;
        color: #339;
    }

.danismanOnayli {
    background-color: #90EE90;
}

.harcOdememis {
    background-color: #921a1a;
    color: #ffffff;
}

.beyazRenk {
    background-color: #FFF;
}

.ogrenciOnayli {
    background-color: #FFFF66;
}

.derslikler {
    position: fixed;
    bottom: 0px;
    background-color: #0000FF;
    height: 40px;
    width: 100%;
    left: 0;
    padding: 2px;
}

.buyutec {
    margin-left: -20px;
    color: #000;
    z-index: 999 !important;
    position: relative;
    cursor: pointer;
}

.derslik_Kod {
    color: #306997;
}

.btn-havuz {
    color: #7F7272 !important;
    background-color: #D4DD80 !important;
    padding: 4px !important;
    border-bottom: 1px solid #A5BBC2;
    cursor: pointer;
    border-top: 4px solid #107593;
    margin-bottom: -8px;
}

    .btn-havuz A {
        display: block;
        cursor: pointer;
    }

.tbl_bilimsel THEAD TD {
    font-weight: bold !important;
    background-color: #4495AC;
    color: #FBFBFB;
}

.tbl_bilimsel {
    border: 3px solid #328AA4;
}

.hizli_sag {
    float: right;
    width: 337px;
    height: 234px;
    margin: 0px;
}

    .hizli_sag UL LI P {
        margin-top: -2px;
    }

.hizli_linkler {
    height: 245px;
}

.hizli_sol {
    width: 347px;
    float: left;
    height: 106px;
}

.m-top10 {
    margin-top: 10px !important;
}

.gizle {
    display: none;
}

.genisTxt {
    width: 300px;
}


TABLE.ozeltabloKirmizi {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

    TABLE.ozeltabloKirmizi TH, TABLE.ozeltabloKirmizi TD, TABLE.ozeltabloKirmizi CAPTION {
        text-align: left;
        padding: 0.5em;
        /*border: 1px solid #FFF;*/
    }

    TABLE.ozeltabloKirmizi TH, TABLE.ozeltabloKirmizi CAPTION {
        background: #8f4242 url(../img/tr_back_kirmizi.gif) repeat-x;
        color: #FFF;
    }

    TABLE.ozeltabloKirmizi TD {
        background: #fcdddf;
    }

    /*tablecloth styles*/
    TABLE.ozeltabloKirmizi TR.even TD {
        background: #E5F1F4;
    }

    TABLE.ozeltabloKirmizi TR.odd TD {
        background: #F8FBFC;
    }

    TABLE.ozeltabloKirmizi TH.over, TABLE.ozeltabloKirmizi TR.even TH.over, TABLE.ozeltabloKirmizi TR.odd TH.over {
        background: #4A98AF;
    }

    TABLE.ozeltabloKirmizi TH.down, TABLE.ozeltabloKirmizi TR.even TH.down, TABLE.ozeltabloKirmizi TR.odd TH.down {
        background: #BCE774;
    }

    TABLE.ozeltabloKirmizi TH.selected, TABLE.ozeltabloKirmizi TR.even TH.selected, TABLE.ozeltabloKirmizi TR.odd TH.selected {
    }

    TABLE.ozeltabloKirmizi TD.over, TABLE.ozeltabloKirmizi TR.even TD.over, TABLE.ozeltabloKirmizi TR.odd TD.over {
        background: #ECFBD4;
    }

    TABLE.ozeltabloKirmizi TD.down, TABLE.ozeltabloKirmizi TR.even TD.down, TABLE.ozeltabloKirmizi TR.odd TD.down {
        background: #BCE774;
        color: #FFF;
    }

    TABLE.ozeltabloKirmizi TD.selected, TABLE.ozeltabloKirmizi TR.even TD.selected, TABLE.ozeltabloKirmizi TR.odd TD.selected {
        background: #BCE774;
        color: #555;
    }

    /*use this if you want to apply different styleing to empty table cells*/
    TABLE.ozeltabloKirmizi TD.empty, TABLE.ozeltabloKirmizi TR.odd TD.empty, TABLE.ozeltabloKirmizi TR.even TD.empty {
        background: #FFF;
    }



TABLE.ozeltabloSari {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

    TABLE.ozeltabloSari TH, TABLE.ozeltabloSari TD, TABLE.ozeltabloSari CAPTION {
        text-align: left;
        padding: 0.5em;
        /*border: 1px solid #FFF;*/
    }

    TABLE.ozeltabloSari TH, TABLE.ozeltabloSari CAPTION {
        background: #A5872C url(../img/tr_back_sari.gif) repeat-x;
        color: #FFF;
    }

    TABLE.ozeltabloSari TD {
        background: #f4edbd;
    }

    /*tablecloth styles*/
    TABLE.ozeltabloSari TR.even TD {
        background: #E5F1F4;
    }

    TABLE.ozeltabloSari TR.odd TD {
        background: #F8FBFC;
    }

    TABLE.ozeltabloSari TH.over, TABLE.ozeltabloSari TR.even TH.over, TABLE.ozeltabloSari TR.odd TH.over {
        background: #4A98AF;
    }

    TABLE.ozeltabloSari TH.down, TABLE.ozeltabloSari TR.even TH.down, TABLE.ozeltabloSari TR.odd TH.down {
        background: #BCE774;
    }

    TABLE.ozeltabloSari TH.selected, TABLE.ozeltabloSari TR.even TH.selected, TABLE.ozeltabloSari TR.odd TH.selected {
    }

    TABLE.ozeltabloSari TD.over, TABLE.ozeltabloSari TR.even TD.over, TABLE.ozeltabloSari TR.odd TD.over {
        background: #ECFBD4;
    }

    TABLE.ozeltabloSari TD.down, TABLE.ozeltabloSari TR.even TD.down, TABLE.ozeltabloSari TR.odd TD.down {
        background: #BCE774;
        color: #FFF;
    }

    TABLE.ozeltabloSari TD.selected, TABLE.ozeltabloSari TR.even TD.selected, TABLE.ozeltabloSari TR.odd TD.selected {
        background: #BCE774;
        color: #555;
    }

    /*use this if you want to apply different styleing to empty table cells*/
    TABLE.ozeltabloSari TD.empty, TABLE.ozeltabloSari TR.odd TD.empty, TABLE.ozeltabloSari TR.even TD.empty {
        background: #FFF;
    }


TABLE.ozeltabloYesil {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

    TABLE.ozeltabloYesil TH, TABLE.ozeltabloYesil TD, TABLE.ozeltabloYesil CAPTION {
        text-align: left;
        padding: 0.5em;
        /*border: 1px solid #FFF;*/
    }

    TABLE.ozeltabloYesil TH, TABLE.ozeltabloYesil CAPTION {
        background: #607E52 url(../img/tr_back_yesil.gif) repeat-x;
        color: #FFF;
    }

    TABLE.ozeltabloYesil TD {
        background: #d4f0c8;
    }

    /*tablecloth styles*/
    TABLE.ozeltabloYesil TR.even TD {
        background: #E5F1F4;
    }

    TABLE.ozeltabloYesil TR.odd TD {
        background: #F8FBFC;
    }

    TABLE.ozeltabloYesil TH.over, TABLE.ozeltabloYesil TR.even TH.over, TABLE.ozeltabloYesil TR.odd TH.over {
        background: #4A98AF;
    }

    TABLE.ozeltabloYesil TH.down, TABLE.ozeltabloYesil TR.even TH.down, TABLE.ozeltabloYesil TR.odd TH.down {
        background: #BCE774;
    }

    TABLE.ozeltabloYesil TH.selected, TABLE.ozeltabloYesil TR.even TH.selected, TABLE.ozeltabloYesil TR.odd TH.selected {
    }

    TABLE.ozeltabloYesil TD.over, TABLE.ozeltabloYesil TR.even TD.over, TABLE.ozeltabloYesil TR.odd TD.over {
        background: #ECFBD4;
    }

    TABLE.ozeltabloYesil TD.down, TABLE.ozeltabloYesil TR.even TD.down, TABLE.ozeltabloYesil TR.odd TD.down {
        background: #BCE774;
        color: #FFF;
    }

    TABLE.ozeltabloYesil TD.selected, TABLE.ozeltabloYesil TR.even TD.selected, TABLE.ozeltabloYesil TR.odd TD.selected {
        background: #BCE774;
        color: #555;
    }

    /*use this if you want to apply different styleing to empty table cells*/
    TABLE.ozeltabloYesil TD.empty, TABLE.ozeltabloYesil TR.odd TD.empty, TABLE.ozeltabloYesil TR.even TD.empty {
        background: #FFF;
    }


TABLE.ozeltabloMavi {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

    TABLE.ozeltabloMavi TH, TABLE.ozeltabloMavi TD, TABLE.ozeltabloMavi CAPTION {
        text-align: left;
        padding: 0.5em;
        /*border: 1px solid #FFF;*/
    }

    TABLE.ozeltabloMavi TH, TABLE.ozeltabloMavi CAPTION {
        background: #52717E url(../img/tr_back_mavi.gif) repeat-x;
        color: #FFF;
    }

    TABLE.ozeltabloMavi TD {
        background: #c1d9e3;
    }

    /*tablecloth styles*/
    TABLE.ozeltabloMavi TR.even TD {
        background: #E5F1F4;
    }

    TABLE.ozeltabloMavi TR.odd TD {
        background: #F8FBFC;
    }

    TABLE.ozeltabloMavi TH.over, TABLE.ozeltabloMavi TR.even TH.over, TABLE.ozeltabloMavi TR.odd TH.over {
        background: #4A98AF;
    }

    TABLE.ozeltabloMavi TH.down, TABLE.ozeltabloMavi TR.even TH.down, TABLE.ozeltabloMavi TR.odd TH.down {
        background: #BCE774;
    }

    TABLE.ozeltabloMavi TH.selected, TABLE.ozeltabloMavi TR.even TH.selected, TABLE.ozeltabloMavi TR.odd TH.selected {
    }

    TABLE.ozeltabloMavi TD.over, TABLE.ozeltabloMavi TR.even TD.over, TABLE.ozeltabloMavi TR.odd TD.over {
        background: #ECFBD4;
    }

    TABLE.ozeltabloMavi TD.down, TABLE.ozeltabloMavi TR.even TD.down, TABLE.ozeltabloMavi TR.odd TD.down {
        background: #BCE774;
        color: #FFF;
    }

    TABLE.ozeltabloMavi TD.selected, TABLE.ozeltabloMavi TR.even TD.selected, TABLE.ozeltabloMavi TR.odd TD.selected {
        background: #BCE774;
        color: #555;
    }

    /*use this if you want to apply different styleing to empty table cells*/
    TABLE.ozeltabloMavi TD.empty, TABLE.ozeltabloMavi TR.odd TD.empty, TABLE.ozeltabloMavi TR.even TD.empty {
        background: #FFF;
    }

.m-top10 {
    margin-top: 10px;
}