/* Parkpodium Containers */

/* Groen met & zonder titel*/
.Groen
{
    background-color: #BED63A;
    color: White;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 8px 5px 8px;
}

.ContentPane_Groen
{
    width: 100%;
    background-color: #BED63A;
    padding: 5px 8px 15px 8px;
}

.ContentPane_Groen .Normal
{
    color: White;
}

/* Donker grijs met & zonder titel*/
.DKGrijs
{
    background-color: #4D4D4D;
    color: White;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 8px 5px 8px;
    
}

.ContentPane_DKGrijs
{
    width: 100%;
    background-color: #4D4D4D;
    padding: 5px 8px 15px 8px;
}

.ContentPane_DKGrijs .Normal
{
    color: White;
}

/* Wit met & zonder titel*/
.Wit
{
    background-color: white;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 8px 5px 8px;
}

.ContentPane_Wit
{
    width: 100%;
    background-color: white;
    padding: 5px 8px 15px 8px;
}

/* Licht grijs met & zonder titel*/
.LGrijs
{
    background-image: url(images/BGLGrijs.gif);
    background-color: transparent;
    background-repeat: repeat-x;
    color: #4D4D4D;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 8px 5px 8px;
    
}

.ContentPane_LGrijs
{
    width: 100%;
    background-color: White;
    padding: 5px 8px 15px 8px;
}

/*---------- To align the Actions, Icon and Title ---------*/

.c_head
{
    padding:0;
    margin-top:8px;
    text-align:left;
}

.c_icon, .c_actions, .c_head h1
{
    float:left;
}

.c_head h1
{
    margin:0;
    padding:0;
}

.icn img
{
    margin-right:5px;
}

.head_title
{
    margin:0;
    float:left;
}

.title_vis
{
    margin:0;
    float:right;
}

.c_content
{
    clear:both;
}

.c_contentpane
{
    padding:0 0 0 0;
    text-align:left;
}

.c_footer
{
    margin-bottom:20px;
    padding:0;
    text-align:right;
}



/*---------- default style for head & normal -----------*/
.Normal p
{
    margin-top:0px;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg
{
    background-color:#DAE7F2;
    border:solid 1px #4F839F
}









