/* 
    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;
}

.contentBlok strong {
    font-weight: bolder;
}

.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;
}

.inlogFormLeft2 strong {
    font-weight: bolder;
}

.inlogFormLeft strong {
    font-weight: bolder;
}

div.web p strong,
div.pdf p strong{
    font-weight: bolder;
}

#tooltip strong {
    font-weight: bolder;
}

div.contentZoeken {
	margin: 0 0 17px 0;
}

.paging {
	padding: 14px 0;
}

/** Exceptions related to the first version of the newsletter**/
#nieuwsbrief {
	font-family: Arial;
	line-height: normal;
	font-size: 12px;
}

#nieuwsbrief #mainContent {
	border-right: 2px solid #CCCCCC !important;
}

#nieuwsbrief #mainContent  #mainParagraph {
	border-bottom: 1px solid #CCCCCC !important;
    padding: 10px 0;
	margin-bottom: 0px;
}
/** End of the exceptions related to the first version of the newsletter**/

/** Exceptions related to the second version of the newsletter (Flink newsletter)**/
#flinkNieuwsbriefContent {
	padding: 0px !important;
	border: 0 none !important;
	line-height: 15px;
	margin-bottom: 0px;
}

#flinkNieuwsbriefClean {
	margin-bottom: 0px;
	padding: 0px;
}

#flinkNieuwsbriefContentFooter {
	border-top: 1px solid #e5e5e5 !important;
	font-size: 0;
	line-height: 0;
	padding: 23px 0px 0px 0px!important;
}

#flinkNieuwsbriefDiagramImage {
	padding: 0px !important;
}
#flinkNieuwsbriefMainFooter {
	margin-bottom: 0px;
}

#flinkNieuwsbriefBorder {
	border-top: 1px solid #e5e5e5 !important;
}

#flinkNieuwsbriefNextImageRight {
	border-top: 15px solid #ffffff !important;
}

#flinkNieuwsbriefNextImageLeft {
	border-top: 15px solid #ffffff !important;
}
/** End of the exceptions related to the second version of the newsletter (Flink newsletter)**/

/*
.tabBox .content {
    min-height:90px !important;
}
*/
/*Exceptions related to agenda/news overview*/
#flinkAgendaNewsOverviewLink {
	text-decoration: none;
	color: #394444;
}
