.Colimbra{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 7px 10px 10px 0px; margin: 0px 0 0px 0;
    border: solid 0px #ffffff;
    background-color: Transparent;
    text-align: left;
    vertical-align: top;
}

.contHeader
{
    padding: 0px 0px 5px 0px; margin: 0px; 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: 40px;
    height: 16px;
    text-align: right;
    background-color: Transparent;
}
.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;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head
{
	font-family: Arial, Sans-Serif;
    font-size: 8.7pt;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    line-height: 14pt;
    color: #000000;
    text-align: left;
    letter-spacing: normal;
}

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: 8.7pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 14pt;
    color: #000000;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

.NoHeader
{
    margin: 0px 0 10px 0;
}

.ImageNoHeader
{
    padding: 0 0 0px 0px; 
    margin: 0 0 0px 0;
    border: solid 0px pink;
}

.ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}


.linksmenu
{    
    padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: solid 0px red;
	background-color: #464648;
}
.linksmenu .contHeader
{
    padding: 0px 0px 0px 5px; margin: 0px 0px 0px 0px; border: solid 0px red;
	background-color: #ffffff;
	height: auto;
}
.linksmenu .contHeader .Head
{
    padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: solid 0px red;
    font-family: Arial Black, Sans-Serif;
    font-size: 12px;
    color: #f06900;    
    line-height: 90%;
    text-transform: uppercase;
}

.linksmenu table
{
    width: 100%;
}
.linksmenu div.contContent td
{
    border-top: solid 1px #ffffff;
    width: auto;
}
.linksmenu td .LinksDesignTable 
{
    width: auto;
}
.linksmenu div.contContent td .LinksDesignTable td
{
    padding: 0px 0px 0px 5px; margin: 0px 0px 0px 0px; border: solid 0px red;
    border-top: solid 0px #ffffff;
    height: auto;
}
.linksmenu div.contContent td a
{
    font-family: Arial Black, Sans-Serif;
    font-size: 10px;
    text-decoration: none;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;    
    line-height: 150%;
    white-space: normal;
}
.linksmenu div.contContent td a:hover
{
    color: #f06900;    
}

.border
{
    padding: 6px 0 6px 0; margin: 10px 0 0px 0px;
    border: solid 1px #66CCFF;
    background-color: #ffffff; 
/*    -moz-border-radius: 8px; */
}

.border .contHeader
{
    padding: 0px 0px 0px 5px;
}

.left .border .contHeader, .right .border .contHeader, .notitle .border .contHeader
{
    display: none;
}
.floatclearer
{
    clear: both;
}
.border .contContent
{
    padding: 0px 5px 0px 5px;
}
.border p
{
    padding: 0 0 0px 0; margin: 0px; border: solid 0px red;
}


.fixed .border
{
    height: 125px;

}

.iconpane
{
    padding: 0px 0px 0px 0px; margin: 0px 0 0px 0px;
    border: solid 0px #66CCFF;
    width: 90px;
    height: 127px;
    overflow: hidden;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.left .iconpane
{
    float: left;
}
.right .iconpane
{
    float: right;
}
.left .contContent
{
    padding-left: 95px;
}
.home .left .contContent
{
    padding-left: 115px;
}

.right .contContent
{
    padding-right: 105px;
}

.home .iconpane
{
    width: 110px;
}

.agenda .rightpane .contMain
{
    padding-top: 0px;
    margin-top: 15px;
}


.agenda .rightpane .border .contHeader
{
    padding: 0px 0px 0px 10px;
}
.agenda .rightpane .border .contContent
{
    padding: 0px 10px 0px 10px;
}

.plain
{
    padding-top: 22px;
}

.NoHeader
{
    padding-top: 24px;
}
