
/*  **************************************************************** */
/*   START                   Classes for brochure                    */  
/*  **************************************************************** */

body {
	font-family: Verdana, Arial, Tahoma;	
}
.brochureGeneralLabel {
	color: #f9ae2b;
	font-weight: bold;
	font-size: 11px;
}
.brochureExcDescr {
	font-size: 11px;
	text-align: justify;
}

.headerTopOrangeBrochure {
	color: #f9ae2b;
	font-weight: bold; 
	font-size: 15px; 
}

.headerTopOrangeBrochureExcursion {
	color: #f9ae2b;
	font-weight: bold; 
	font-size: 15px; 
	padding: 5px 0px 10px 0px;
}

.headerBlueBrochure {
	background-color: #D2E6FE;
	color:#156AD2; 
	font-weight: bold; 
	font-size: 13px; 
	border: 1px solid #AACFFB;
}

.sectionLabelHeader {
	font-weight: bold;
	font-size: 13px; 
	border:1px solid #f9ae2b;
	color:#f9ae2b;
}
.sectionLabelHeaderExc {
	font-weight: bold;
	font-size: 12px; 
	border:1px solid #f9ae2b;
	color:#f9ae2b;
	padding-left: 5px;
}
.sectionLabel {
	color: #000000; 
	font-weight: bold;
	font-size: 11px; 
}
.label {
	color: black;
	font-size: 11px;
}
.labelBold {
	font-size: 11px;
	font-weight: bold;
}

.grey_bg {
	background-color: #ECECEC;
}
.label-site-action {
	color: black;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.link-site-action {
	color: #8C8686;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.link-site-action:hover {
	color: #8C8686;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.brochureBottomBorder {
	border-bottom: 2px solid #DCE0E3;	
}

@media print {
	#hidewhenprinted {
		display: none;
		height: 0
	}
}

@media screen {
	#hidewhenprinted {
		display: block;
		height: auto
	}
	
}
.commentsJustified {
	word-wrap: break-word;
	text-align: justify;
	padding-top: 2px; 
	
}
.brochurePhotosBox {
	border: 1px solid #DCE0E3;
}
.brochureLink {
	color: #f9ae2b;
	font-weight: bold;
	text-decoration: underline;
}	
.brochureLink:hover {
	color: #f9ae2b;
	font-weight: bold;
	text-decoration: none;	
}
.error {
	color: red;
	font-size: 9px;
	font-weight: bold;
	
}




/*  **************************************************************** */
/*   END                    Classes for brochure                     */  
/*  **************************************************************** */

