.error{
    color:red;
    display: block;
}

body {
    background: #eeeeff;
    margin: 0;
    padding: 0;
    height: 99%;
}

#banner{
    margin: 25px 0px;
    color: black;
}

#banner-label{
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
    font-family: Tahoma,Geneva,sans-serif;
}

#title{
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 10px;
}
#subtitle{
    font-size: 1.2em;
    margin-top: 10px;
}

#content{
    background: #ffffff;
    border-top: 5px solid #800E24;
    border-bottom: 5px solid #800E24;
    min-width: 1000px;
    max-width: 1400px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.page-row{
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
}

.page-item{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background: #f8c2d8;
    border: 2px solid #800E24;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 1.1em;
    color: #800E24;
    margin: 5px;
}

.left{
    width: 45%;
}

.right{
    width: 45%;
}

.iblock{
    display: inline-block;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:25px;
    vertical-align:top;
}

.column{
    display: inline-block;
    vertical-align:top;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.boxed{
    display: inline-block;
    padding: 10px;
    border:1px solid black;
    margin: 10px;
    vertical-align:top;
}

.framed{
    border: 2px solid #aaaaaa;
    padding: 20px;
    margin: 15px;
    vertical-align: top;
}

/* Some default options to have similar looking widgets */

#buttonbox{
    margin: 20px;
    margin-left: 100px;
}

.qbutton{
    width: 100px;
    margin: 25px;
}


/* Some default options for labels and fields */

.celllabel{
    display:inline-block;
    width:125px;
    font-weight: bold;
    vertical-align:top;
}

.cellfield{
    width: 300px;
}

input.cellfield{
    height:30px;
}

input[type="radio"], input[type="checkbox"].cellfield {
    height: 15px;
}
