.WenW{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px; margin: 10px 0 0px 0;
    border: solid 0px #30B457;
    background-color: Transparent;
    text-align: left;
    vertical-align: top;
}

.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: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    line-height: 160%;
    color: #960069;
    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: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    color: #333333;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

#plain.NoHeader
{
    margin: 20px 0 0px 0;
}

#ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}
#ImageNoHeader.contMain
{
    padding: 0 0 10px 0px; 
    margin: 0 0 0px 0;
    _margin: 0 0 0px -3px;
    border: solid 0px pink;
}

.contentpane #ImageNoHeader.contMain
{
    width: 540px;
    overflow: hidden;
}

#linkscontainer.contMain
{
    padding: 0px; margin: 0px 0 0px 0; border: solid 0px #30B457;
}
#linkscontainer .contActions
{
    display: none;
}

#linkscontainer .contHeader
{
    padding: 25px 0px 30px 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #3C454C;
    width: 220px;
}

#linkscontainer .contHeader .Head
{
    color: #ffffff;
}

#linkscontainer .contContent
{
    padding: 10px 15px 10px 20px; margin: 0px; border: solid 0px red;
    background: #DDDFE0 url(images/roze-links.gif) no-repeat scroll bottom right;
}
#linkscontainer .contContent td
{
    white-space: normal;
}


#linkscontainer a, #linkscontainer a:link, #linkscontainer a:visited, #linkscontainer a:hover, #linkscontainer a:active
{
    color: #555555;
    text-decoration: none;
}

#linkscontainer table table td
{
    padding-bottom: 7px;
    _padding-bottom: 20px;
    padding-top: 0px;
}



#spotlightcontainer1.contMain
{
    padding: 0px; margin: 0px 0 0px 0; border: solid 0px #30B457;
}
#spotlightcontainer2.contMain
{
    padding: 0px; margin: 0px 0 0px 0; border: solid 0px #30B457;
    background-color: #DEE0E1;
}
#spotlightcontainer1 .contContent, #spotlightcontainer2 .contContent
{
    padding: 10px 15px 10px 20px;
    text-align: center;
    vertical-align: middle;
}
#spotlightcontainer1 .contContent td, #spotlightcontainer2 .contContent td,
#spotlightcontainer1 .contContent .Normal, #spotlightcontainer2 .contContent .Normal,
#spotlightcontainer1 .contContent p, #spotlightcontainer2 .contContent p
{
    text-align: center;
}

#spotlightcontainer1 a, #spotlightcontainer1 a:link, #spotlightcontainer1 a:visited, #spotlightcontainer1 a:hover, #spotlightcontainer1 a:active,
#spotlightcontainer2 a, #spotlightcontainer2 a:link, #spotlightcontainer2 a:visited, #spotlightcontainer2 a:hover, #spotlightcontainer2 a:active
{
    color: #333333;
    text-decoration: underline;
}

#spotlightcontainer1 b, #spotlightcontainer2 b, #spotlightcontainer1 strong, #spotlightcontainer2 strong,
#spotlightcontainer1 h2, #spotlightcontainer2 h2, #spotlightcontainer1 h3, #spotlightcontainer2 h3
{
    color: #333333;
    text-align: center;
}


#plain.contBgLight
{
    padding: 10px 0 10px 0; margin: 0px 0 0px 0; border: solid 0px #30B457;
    background-color: #EBECED;
    border-top: solid 1px #ffffff;
}
#plain.contBgDark
{
    padding: 10px 0 10px 0; margin: 0px 0 0px 0; border: solid 0px #30B457;
    background-color: #DEE0E1;
    border-top: solid 1px #ffffff;
}

