/* CSS Document */

.c_head{padding-bottom:5px; text-align:left;   border-bottom:1px dotted #a8287d; }
.HeadTitle{color:#a8287d;}
.ContentHeadTitle{border-bottom:1px dotted #a8287d; font-size:18px; font-weight:bold; padding-right:3em;  padding-bottom:5px; color:#A8287D;}
.ContentHeadTitle2{border-bottom:1px solid #a8287d; font-size:18px; font-weight:bold; padding-bottom:5px; color:#A8287D; width: 100%;}
.joinnetwork {background-color: white; border: solid 1px #a8287d; }
.c_content{clear:both;margin-top:8px;}
.c_contentpane{padding:8px 0 0 0; text-align:left;}
.c_footer {padding:0; text-align:right;}

.gray-container-content{text-align:left;}


/*The wrapper box*/

.top-left, .top-right, .bottom-left, .bottom-right
{
    background-image: url('images/MHPN-container-gray-bg1500x20.png' ); /* CHANGE: path and name of your image */
    height: 10px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 1px; /* DNC: correction IE for height of the <div>'s */
}
.top-left, .bottom-left
{
    margin-right: 10px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right
{
    margin-left: 10px; /* CHANGE: replace by the width of one of your corners */
    margin-top: -10px; /* CHANGE: replace by the height of one of your corners */
}
.top-right
{
    background-position: 100% 0; /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left
{
    background-position: 0 -10px; /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right
{
    background-position: 100% -10px; /* CHANGE: replace second number by negative height of one of your corners */
}
.inside
{
    border-left: 1px solid #e3e3e3; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #e3e3e3; /* YCC: color & properties of the right-borderline */
    background-color:#e3e3e3; /* YCC: background-color of the inside */
    padding-left: 10px; /* YCC: all texts at some distance of the left border */
    padding-right: 10px; /* YCC: all texts at some distance of the right border */
}


p.notopgap
{
    margin: 0;
    font-size: 1px;
    line-height: 1px;
}
/* DNC: to avoid splitting of the box */
p.nobottomgap
{
    margin: 0;
    font-size: 1px;
    line-height: 1px;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F}










