/* 






















 configuration.ftl included */

/*
-----------------------------
Styles for FAQ Page
-----------------------------
*/

.box-default {
    overflow: visible;
}

.box-default-head {
    display: block;
    padding: 10px;
}

.ballon {
    border: 1px solid rgb(224,224,224);
    border-radius: 10px;
    margin-right: 10px;
    padding: 10px;
    box-shadow: 0px 1px 1px #888888;
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);
}

.ballon div{
    margin-top: 10px;
    margin-left: 60px;
}

.helpSection {
    display: none;
}

#start {
    display: block;
}

#helpNavigation li {
    margin-left: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 0px 5px 10px;
    border: 1px solid transparent;
}

#helpNavigation li:hover,
#helpNavigation .current {
        background: linear-gradient(45deg, rgba(152,51,120,1) 0%, rgba(243,105,12,1) 100%) !important;
    color: white !important;
    border-radius: 5px;
}

#helpContent{
	padding-right: 10px;
}

#helpContent h4{
    margin-top: 20px;
}

#helpContent p {
    line-height: 16px;
}

#helpContent p:last-child {
    margin-bottom: 15px;
}

#helpContent h1 {
    margin-top: 0;
}

#helpContent h2 {
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 18px;
}

#helpContent .questions {
    list-style-type: none;
    background-color: #F4F5F5;
    border: 1px solid #D2D2D2;
    padding: 10px 5px;
    margin-bottom: 10px;
}

#helpContent .questions li {
    margin-bottom: 5px;
}

.top{
    background: url(/ips-opdata/layout/ips01/commons/images/icons/top.png) no-repeat scroll right top transparent;
    float: right;
    margin-top: -20px;
    padding-right: 15px;
}

#helpContent .questions a {
    padding-left: 10px;
}

#helpContent .questions a:hover {
    text-decoration: underline;
}

#licences {
    margin-bottom: 15px;
}

#licences li {
    margin-left: 15px;
    list-style: disc;
    margin-bottom: 5px;
}

#start {
    background: transparent url(/20645481/images/HCStartCategoriesSnpFAQTeaser.jpg);
    height: 400px;
    width: 613px;
}

.helpNavigationColumn {
    width: 20%;
}

.helpMainColumn {
    width: 80%;
}

.helpAsideColumn {
    width: 25%;
}

#contentDiv section {
    box-shadow: none;
}