/* CSS Document */

/* User Page*/
input.editMode {
    background-color: #FFFF99;
}

textarea.editMode {
    background-color: #FFFF99;
}

.savingAjaxWithBackground {
    background-color: #FFFF99;
}

.superBigSize {
    font-size: 25px;
    font-weight: bold;
}

td.underlinedTD {
    border-bottom: 1px #000000 dashed;
}

table.infoBox {
    background-color: #F6F6F6;
    border: #999999 double 1px;
    font-size: 120%;
    padding: 20px;
}

img.pic_thumbnail {
    max-height: 50px;
    max-width: 50px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block-footer {
    padding: 30px 20px 30px 20px;
    background: #eeedf2;
}

.contentChapterAdmin {
/*    min-height: 100%;*/
    position: relative;
    overflow: auto;
    z-index: 0;
}

.background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.top_block {
    width: 100%;
    display: block;
}

.bottom_block {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
}

.left_block {
    display: block;
    float: left;
}

.right_block {
    display: block;
    float: right;
}

.center_block {
    display: block;
    width: auto;
}


.block_1 {
    height: auto;
    width: 30%;
}


.block_2 {
    height: auto;
    width: auto;
    padding-left: 10px;

}


.block_3 {
    height: auto;
    width: auto;
    padding-left: 100px;
}


.block_4 {
    height: auto;
    width: auto;
    padding-left: 10px;

}


.block_5 {
    height: auto;
    width: auto;
    padding-left: 100px;
}

.hideIt {
    display: none;
}
