.Siad{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 0px 0px 20px 0px; margin: 0px 0 0px 0;
    border: solid 0px #ffffff;
    background-color: #ffffff;
    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 45px 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;
    clear: both;
    width: auto;
    height: auto;
    text-align: left;
    background-color: Transparent;
}
.contActions img
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contContent
{
    padding: 0px 0px 0px 5px; 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: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    color: #27367e;
    text-align: left;
    letter-spacing: normal;
}
.aduana .contHeader .Head
{
    color: #763e08;
}


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;
}

.aduana div.contContent,
.aduana div.contContent td 
{   
    color: #333333;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

.NoHeader
{
    margin: 17px 0 0px 0;
}

.ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}

.leftcontentpane .contMain
{
    padding: 10px 10px 20px 10px; 
}

.leftcontentpane .ImageNoHeader,
.leftcontentpane .ImageNoHeader p,
.leftcontentpane .ImageNoHeader img
{
    padding: 0 0 0px 0px; 
    margin: 0 0 0px 0;
    border: solid 0px pink;
}
.bottom .ImageNoHeader,
.leftcontentpane .ImageNoHeader
{
    padding-top: 20px;
    background-color: #27367e;
}
.aduana .bottom .ImageNoHeader,
.aduana .leftcontentpane .ImageNoHeader
{
    background-color: #763e08;
}

.bottom .ImageNoHeader img,
.leftcontentpane .ImageNoHeader img
{
    border-top: solid 5px #fee044; 
    border-bottom: solid 5px #fee044; 
}

.bottom .ImageNoHeader p, .bottom .ImageNoHeader
{
    padding-bottom: 0px;
}


.rightcontentpane .contHeader
{
    padding: 5px 0px 0px 15px; 
    margin: 0px;
	border-top: solid 0px #ffffff;
    height: 30px;
    width: auto;
    background-color: #27367e;
    border-bottom: solid 5px #fee044; 
}

.aduana .rightcontentpane .contHeader
{
    background-color: #763e08;
}

.rightcontentpane .contHeader .Head
{
    color: #ffffff;
}
.rightcontentpane .contContent
{
    padding: 10px 15px 0px 15px; 
}

.rightpane .bordered,
.vertmenupane .bordered,
.leftcontentpane .bordered
{
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}

.rightpane .contMain,
.vertmenupane .contMain
{
    overflow: hidden;
}

.bordered .contContent
{
    border-bottom: solid 5px #fee044; 
    padding: 10px 10px 20px 10px; 
}
.bordered .contHeader
{
    background-color: #27367e;
    padding: 3px 10px 2px 10px; 
    border-bottom: solid 5px #fee044; 
}

.bordered .contHeader .Head
{
    color: #ffffff;
}
.aduana .bordered .contHeader
{
    background-color: #763e08;
}
