.Rhedens{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px; margin: 8px 0 20px 0;
    border: solid 0px pink;
    background-color: Transparent;
    text-align: left;
}

.contHeader
{
    padding: 0px 20px 5px 20px; 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
{
    padding: 0px 15px 0px 20px; margin: 0px; border: solid 0px red;
    text-align: left;
    clear: both;
    width: auto;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; 
    line-height: 130%;
    color: #555555;
    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: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    color: #333333;
}

#noHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}
#noHeader.contMain
{
    padding: 0 0 20px 0px; margin: 0 0 0px 0;
    border: solid 0px pink;
}

#dashed .contHeader
{
  	background: transparent url(images/containerheadbottom.gif) repeat-x scroll bottom left;
    padding: 10px 5px 10px 20px; 
    _padding: 10px 5px 5px 20px; 
    margin: 0px; border: solid 0px red;
    height: 40px;
    _height: 50px;
}

#dashed .contHeader img
{
    margin: -10px 0 0 0;
    _margin: -15px 0 0 0;
}


#dashed .contHeader .actionspan
{
    z-index: 1000;
}

#dashed .contContent
{
    padding: 10px 15px 0px 20px;
}

#dashed
{
    border: dashed 1px #E1E0DB;
}

#dashed .contHeader .Head
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: none; 
    line-height: 160%;
    color: #555555;
    text-align: left;
}

.textpane .contContent
{
    padding: 0px 15px 0px 0px;
}
.textpane .contHeader
{
    padding: 0px 20px 5px 0px; 
}

