/* 






















 configuration.ftl included */

/* 
 * Copyright (C) 2012 IP Labs GmbH <http://www.iplabs.de/>
 * All rights reserved.
 *
 * Box style definition file
 *
 * @author Hendrik Pütz <h.puetz@iplabs.de>
 */

/* Default Box */ 


.box-default{
    position:relative;
    overflow: hidden;
    height:auto;
    background-color: #fff;
    box-shadow: 0 0 1px 1px #F9F9F9;
    padding: 5px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
    border-radius: 5px;
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
}

.box-default .wrapper {
    height: auto;
    overflow: hidden;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#fff 100%); /* IE10+ */
}

/* disables background stacking for nested wrappers */
.box-default .wrapper .wrapper {
    background: transparent;
}

.box-default h2 {
    margin: 20px 0;
}

.box-default-head {
    font-size: 23px;
    text-align: left;
}

.box-default-head p{
    font-size: 15px;
}

.box-default-subbar {
    background-color: #fff;
    margin-bottom: 15px;
}

.box-default-content p {
    display: inline-block;
    width: 100%;
}

.box-default-head {
    display: none;
}