/**
 * blue CSS Style
 *
 * @author Michal Luberda
 * @version 0.1
 */
body,
a,
span,
p,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img {
    margin: 0;
    padding: 0;
    font: normal normal normal 12px tahoma;
    text-align: justify;
    border: none;
    color: #666;
    line-height: 18px;
}
body {
    text-align: center;
    background: #eaf4ff;
}
p {
    margin-bottom: 10px;
}
a,
a span {
    color: #042952;
    text-decoration: none;
}
a:hover,
a:hover span {
    color: #1d6dc4;
}

#div-wrapper {
    margin: 0 auto;
    width: 980px;
    background: #fff;
}
    #div-container {
        text-align: justify;
        border: 10px solid #fff;
    }
        #div-header {
            text-align: justify;
            background: #88bcf5;
            height: 100px;
            padding: 10px;
            position: relative;
            border-bottom: 10px solid #fff;
        }
            h1 {
                left: 10px;
                top: 10px;
                position: absolute;
            }
                h1 span {
                    font: normal normal bold 30px verdana;
                    color: #fff;
                }
            h2 {
                left: 10px;
                top: 80px;
                position: absolute;
            }
                h2 span {
                    font: normal normal normal 20px tahoma;
                    color: #f9fcff;
                }
                
        #div-menu {
            width: 200px;
            float: left;
            border-right: 10px solid #fff;
            border-bottom: 10px solid #fff;
            background: #eff7ff;
        }
            #div-menu ul {
                margin: 20px;
                list-style-type: disc;
            }
                #div-menu ul li a {
                    font-weight: bold;
                }
                #div-menu ul li.li-menu-selected-1 a {
                    text-decoration: underline;
                }
                    #div-menu ul li.li-menu-selected-1 ul a {
                        text-decoration: none;
                    }
                    #div-menu ul ul li.li-menu-selected-2 a {
                        text-decoration: underline;
                    }
                #div-menu ul ul {
                    margin: 0 0 10px 20px;
                }
                    #div-menu ul ul li a {
                        font-weight: normal;
                    }
        #div-content {
            width: 750px;
            float: right;
            background: #eff7ff;
        }
            .div-document {
                margin: 20px;
            }
                .div-document h3 {
                    margin-bottom: 10px;
                    padding: 5px 10px;
                    background: #88bcf5;
                }
                    .div-document h3 span {
                        font-size: 18px;
                        color: #fff;
                    }
            .text {
                text-align: justify;
                margin: 20px;
            }
            .attachment {
                margin: 0 20px 20px 20px;
            }
                .attachment-image {
                    
                }
                .attachment-description {
                    font-style: italic;
                }
            .status,
            .error,
            .warning {
                margin: 20px;
            }
        #div-footer {
            clear: both;
            background: #88bcf5;
            padding: 5px 10px;
            height: 30px;
        }
            #div-footer p {
                margin: 0 !important;
                padding: 0 !important;
                color: #fff;
                text-align: center;
                line-height: 30px;
            }
            
