﻿html, body, form
{
    padding: 0px;
    margin: 0px;
}

body
{
    font-family: 'Segoe UI' , Tahoma, Verdana;
    font-size: 13px;
    color: #695629; /*background-image: url('Images/background.png');*/
    background-color: #BEEAE9;
    background-image: url('Images/background-1.jpg');
}

#main
{
    margin: 50px auto 0px auto;
    width: 959px;
    position: relative;
}

.content-top
{
    height: 28px;
    width:670px;
    position: relative;
    background-image: url('Images/content-top.png');
    background-repeat: repeat-x;
}

.content-top .left
{
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url('Images/content-left-top.png');
    background-repeat: no-repeat;
}

.content-top .right
{
    position: absolute;
    left: 669px;
    width: 28px;
    height: 28px;
    background-image: url('Images/content-right-top.png');
    background-repeat: no-repeat;
}

.ssi
{
    width: 262;
    height: 252px;
    background-image: url('Images/ssi.png');
    background-repeat: no-repeat;
}

.content-top .ssi-top
{
    position: absolute;
    left: 697px;
    width: 262px;
    height: 28px;
    background-image: url('Images/ssi-top.png');
    background-repeat: no-repeat;
}

.content-container
{
    background-image: url('Images/content-background.png');
    background-repeat: repeat-y;
}

.ssi-logo
{
    position: absolute;
    left: 20px; /*background-image: url('Images/ssi_logo.png');
    background-repeat: no-repeat;
    width:365px;*/
    height: 30px;
    z-index: 1;
    display: expression(style.display='block', 0);
    font-family: Calibri, Tahoma;
    font-size: 30px;
    color: #AE8E45;
    font-weight: bold;
}

.content
{
    background-position: center center;
    margin: 20px;
    margin-top: 40px;
    float: left;
    width: 630px;
    min-height: 650px;
    background-image: url('Images/table-background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.menu
{
    float: right;
    width: 262px;
}

.content-bottom
{
    clear: both;
    background-image: url('Images/content-bottom.png');
    background-repeat: no-repeat;
    height: 28px;
}

.footer-content
{
    background-image: url('Images/footer-content.png');
    background-repeat: repeat-y;
    padding-left:15px;
    padding-right:30px;
}

.footer-bottom
{
    clear:both;
    height: 35px;
    background-image: url('Images/footer-bottom.png');
    background-repeat: no-repeat;
}

#ssi_logo
{
    width: 365px;
    height: 30px;
    background-image: url('ssi_logo.png');
    background-repeat: no-repeat;
}

.page_title
{
    font-size: 16px;
    color: #4D848E;
    text-align: center;
}

.menu a
{
    display: block;
    padding: 10px;
    margin-right: 15px;
    font-size: 14px;
    color: #3A6169;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #3A6169;
}

.menu a:hover
{
    color: #AF8F45;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #3A6169;
    background-color: #DDEAEC;
}

.draggable_active
{
    border: 1px dashed #669999;
    padding: 1px;
    background-color: #3399FF;
    color: #FFFFFF;
}

.droppable_hover
{
    background-color: #FF6600;
    color: #FFFFFF;
}

.news
{
    
}

.news a
{
    line-height: 32px;
    display: block;
    text-decoration: none;
}

/*
.news a
{
    border: 1px solid #808080;
    padding: 5px;
    color: #333333;
    text-decoration: none;
    line-height: 32px;
    display: block;
    background-color: #FFFFFF;
}

.news a:hover
{
    border: 1px solid #808080;
    color: #000000;
    text-decoration: none;
    background-color: #C0C0C0;
}
*/

.yonetim_menu
{
    padding-right: 15px;
    margin-right: 15px;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #99CCFF;
}

.yonetim_table
{
    background-color: #EFEFEF;
    border: 1px solid #99CCFF;
}