﻿/* master page MasterDefault */
body {
    padding: 0;
}

div.Main {
    margin: auto;
    min-height: 202px;
    margin-top: 0;
    background-color: #cdd0ba;
    background-image: url("../img/Backgrounds/pozadi04_cdd0ba.jpg");
    background-repeat: no-repeat;
    padding-bottom: 15px;
    padding-top: 35px;
}

div.Header {
    width: 1000px;
    margin: auto;
    min-height: 70px;
    background-color: White;
}

    div.Header div.Logo {
        text-align: center;
    }

div.div_round1 {
    background: url("../img/cornersMap.png") no-repeat scroll left -47px transparent;
    height: 3px;
}

div.div_round2 {
    background: url("../img/cornersMap.png") no-repeat scroll left 0 transparent;
    height: 3px;
    width: 1000px;
    margin: auto;
}

div.div_round3 {
    background: url("../img/cornersMap.png") no-repeat scroll left -17px transparent;
    height: 3px;
    width: 1000px;
    margin: auto;
}

div.Content {
    /*padding-top: 10px;
	position: relative;*/
    min-height: 860px;
    width: 980px;
    margin: auto;
    background-color: White;
    padding: 10px;
}

    div.Content span.LblInfo {
        color: Red;
    }

div.Copyright {
    color: #73736B;
    font-size: 9px;
    width: 1000px;
    margin: 10px auto auto auto;
}

    div.Copyright span.SPN_CK {
        float: left;
        margin-top: 5px;
    }

    div.Copyright span.SPN_Pear {
        float: right;
    }

        div.Copyright span.SPN_Pear a {
            color: #73736B;
            font-size: 9px;
        }

div.clear {
    clear: both;
}

div.qtip {
    z-index: 9999999999;
}

div.div_PageTitle {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 15px;
}

    div.div_PageTitle h1 {
        color: #D51C1C;
        font-size: 20px;
        margin: 0;
    }
