/* theme : summer */

body {
    margin: 0px;
    color: #000000;
    background-color: #FFFFFF;
}

.image_button {
    height:33px;
    width:33px;
}

#contents {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#backgroundBlock {
    z-index: 1;
}

#backgroundImage {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
}

#mainBlock {
    font-size: large;
}

#helpBlock {
    font-size: large;
    text-align: center;
    opacity: 0.75;
    background-color: white;
}

#titleBlock {
}

#feedbackBlock {
}

.menuStyle {
    text-align: center;
    font-size: small;
}

.tableStyle {
}


#message_block {
    text-align: center;
    margin: 10px;
}

#main_table {
    padding: 15px;
    width: 100%;
}

#menu_column {
    width: 180px;
    vertical-align: top;
}

#main_column {
    vertical-align: top;
}

#menu_block {
    background-image: url(default/menu_background_color.png);
    width: 100%;
    font-size: small;
    text-align: center;
}

.menuRowStyle {
    color: #000000;
    background-color: transparent;
    cursor: pointer;
}

.selectedMenuRowStyle {
    color: #000000;
    background-color: #DDDDFF;
    cursor: pointer;
}

#bigBlock {
    width: 80%;
    text-align: center;
}

#titleBlock {
    width: 100%;
    text-align: center;
    font-size: x-large;
    font-weight: bolder;
}

#feedbackBlock {
    width: 100%;
    text-align: center;
    font-size: medium;
}

#contentEditorBlock {
    width: 100%;
    text-align: center;
    font-size: small;
}

#tableBlock {
    width: 100%;
    height: 30%;
    color: #000000;
    background-color: #E0E0E0;
    opacity: 0.9;
    padding: 15px;
}

.tableStyle {
}

.tableStyle th {
    background-color: #CCCCCC;
    font-size: 65%;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}

.tableRowStyle1 {
    color: #000000;
    background-color: #E0E0E0;
    cursor: pointer;
}

.tableRowStyle2 {
    color: #000000;
    background-color: #F0F0F0;
    cursor: pointer;
}

.selectedTableRowStyle {
    color: #000000;
    background-color: #DDDDFF;
    cursor: pointer;
}

