.Wetlands{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px; margin: 0px 0 0px 0;
    border: solid 0px #30B457;
    background-color: Transparent;
    text-align: left;
    vertical-align: top;
}
.rightcolumnpane .contMain
{
	width: 325px;
}
.contentrowprojects .rightcolumnpane .contMain
{
    width: 270px;
}
.contHeader
{
    padding: 10px 0px 5px 15px; margin: 0px; border: solid 0px red;
    border: solid 0px red;
    text-align: left;
    background-color: Transparent;
    _height: 25px;
    min-height: 20px;
}

.contHeader h2
{
    display: inline;
    width: auto;
}
.contHeader .Head, h1, h2, h3
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contActions
{
    padding: 0px; 
    margin: 2px 0 0 0; /*   must be in line with the font size of the h2 style the images
                            are 16px, thus top margin must be: fontsize * line-height minus 16px*/
    border: solid 0px red;
    float: right;
    width: 50px;
    height: 16px;
    text-align: right;
    background-color: Transparent;
}
.contActions img
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contContent
{
    text-align: left;
    width: auto;
    clear: both;
    padding: 0px 15px 10px 15px;
}

.rightcolumnpane .contHeader
{
    padding: 10px 15px 5px 15px;
}
.rightcolumnpane .contContent
{
    padding: 0px 15px 10px 15px;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head,
.contHeader h2 a,
.contHeader h2 a:link,
.contHeader h2 a:visited,
.contHeader h2 a:hover
{
	font-family: Arial, Sans-Serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    color: #0053a0;
    text-align: left;
}


div.contContent, /* this class needs to be added to align the first line in the container content 
                    when aligned justified because of hard-coded "align: left" in the container */ 
div.contContent td /* for various modules that have a surreounding td element */
{   
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    letter-spacing: normal;
    color: #333333;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

.NoHeader
{
    margin: 20px 0 0px 0;
}

.ImageNoHeader
{
    padding: 0px; margin: 0px; border: solid 0px red;
    margin: 0 -3px 0px 0;
    width: auto;
}

.ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}

/* .bottomline .contContent
{
    border-bottom: solid 10px #30B457;
} */
.bottomline
{
    border-bottom: solid 10px #30B457;
}

/*.topline .contHeader
{
    border-top: solid 10px #30B457;
    padding-top: 10px;
} */
.topline
{
    border-top: solid 10px #30B457;
    padding-top: 10px;
}

.contContentImg
{
    height: auto;
}
/*
.contContentImg div img
{
    height: auto;
    border-bottom: solid 10px #30B457;
}
*/

