/* 
    Document   : rcs_exceptions
    Created on : Dec 9, 2008, 12:40:41 PM
    Author     : Bas en Aad
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   All the exceptions neede to make the Flink stylesheet work.
*/

/** ext-all.css overrules the use of strong. Since we need this setting in a few place
    we set the exceptions here:

    masterBottom is used in the footer
    content is a class used in the search results.
**/
#masterBottom strong { 
    font-weight: bolder;
}

.defGegevensItem strong{
    font-weight: bolder;
}

.content strong { 
    font-weight: bolder;
}

.content em  { 
    font-style: italic;
}


.pubIndexTitle strong { 
    font-weight: bolder;
}

.column1 strong { 
    font-weight: bolder;
}
.column2 strong { 
    font-weight: bolder;
}
.column3 strong { 
    font-weight: bolder;
}
.column4 strong { 
    font-weight: bolder;
}

.contCMSBlok strong {
    font-weight: bolder;
}

.contCMSBlok em {
    font-style: italic;
}

.indexNieuwsItem strong {
    font-weight: bolder;
}

.footerTitle strong {
    font-weight: bolder;
}

.qtip-content strong{
    font-weight: bolder !important;
}

.web p strong {
    font-weight: bolder !important;
}
.sorteren p strong {
    font-weight: bolder !important;
}