.Bureau12{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px 0px 0px 0px; margin: 0px 0 0px 0;
    border: solid 0px #ffffff;
    background-color: Transparent;
    text-align: left;
    vertical-align: top;
}

.contHeader
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
    border: solid 0px red;
    text-align: left;
    width: 100%;
}


.contHeader h2
{
    padding: 0px 10px 0px 0px; margin: 0px; border: solid 0px #6699CC;
    min-width: 1px;
    width: auto;
    float: left;
}
.contHeader .Head, h1, h2, h3
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contActions
{
    padding: 0px; margin: 0px 0 0 0; border: solid 0px red;
    width: 20px;
    height: auto;
    float: right;
    text-align: center;
}
.contActions img
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contContent
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
    text-align: left;
    width: auto;
    clear: both;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head
{
	font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    color: #000000;
    text-align: left;
    letter-spacing: normal;
    line-height: 140%;
}

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: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    color: #000000;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

.NoHeader
{
    margin: 17px 0 0px 0;
}

.imageContainer
{
    padding: 0 0 25px 0px; 
    margin: 0 0 0px 0;
    border: solid 0px pink;
}
.imageContainer p
{
    padding: 0 0 0px 0px; 
}
.topcontentpane, .topcontentpane .Normal, .topcontentpane p
{
    padding: 0 0 0px 0px;
    color: #00ADE7;
    font-size: 20px;
    font-weight: bold;   
    line-height: 140%; 
/*    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;  */
}
.topcontentpane .contMain
{
    margin: 20px 0 0px 0;
}

