/* --- World Health Organization ----------------------------------------------------- */
/* --- CSS Framework: fctc Cobrand -------------------------------------- */
/* --- Versions 

 ======================================================================================*/

/*<![CDATA[*/
@media all {
	
	
/* -------------------------------------------------------------------------------------
 layout.css
 ======================================================================================*/

/* -------------------------------------------------------------------------------------
 branding
 ---------------------------------------------------------------------------------------*/

#branding {
	height: 90px; /* height of branding area does not include lang. nav */
}
#branding a { 
	width: 220px; /* logo width */
	height: 75px; /*logo height */
	margin: 0px 390px 0 350px; /* R&L padding = (980 - logo width) / 2 */
}

/* -------------------------------------------------------------------------------------
 navigation
 ---------------------------------------------------------------------------------------*/

#subnavigation ul li a:visited {
	color: #336699;
}
#subnavigation ul li a:hover, #subnavigation ul li a:active{
	color:#BA2025;
}
#subnavigation li.selected a, #subnavigation li.selected a:visited {
	color: #BA2025;
}


/* -------------------------------------------------------------------------------------
 search
 ---------------------------------------------------------------------------------------*/
#search {
	background-color:#333;
	background-image: url(fctc_search_bkg.jpg);
	background-position: bottom left;
	border-top: 1px solid #000;
	padding-top:8px;
}
#search_input {
	background-color:#333;
}
#search_submit {
	background-color: #e5e5e5;
	color:#336699;
	border:1px solid #000;
}
#search_submit:hover {
	color:#BA2025;
}
#search_label label {
	color: #fff;
	background: url(search_label_fctc.gif) no-repeat;
	background-position: left 4px;
}


/* -------------------------------------------------------------------------------------
 general.css
 ======================================================================================*/

/* text */
body {
	color: #000000;
}

/* -------------------------------------------------------------------------------------
 links
 ------------------------------------------------------------------------------------- */

/* link */
a {
	color:#336699 ; /* main cobrand color */
}
a:visited {
	color: #7D7E98;
}
a:hover {
	color:#BA2025; /* hover state */
}
a[name], a[name]:hover, a.anchor, a.anchor:hover {
	color:#333333;
}

/* selected */
.selected, .selected a {
	color:#BA2025;
}
/* hover */
.hover a {
	color:#BA2025;
}
/* toggler */
.toggler {
	color:#336699 ;
}

.toggler:hover {
	color:#BA2025;
}
/* special links */

.link_external, ul.horizontal_list li a.link_external, ul.horizontal_list li.first a.link_externa {
	background-image: url(offsite_link_fctc.gif);
}

/* media link */
.link_media, ul.horizontal_list li a.link_media, ul.horizontal_list li.first a.link_media, #factbuffets .factbuffet a.link_media {
	background: url(icon_media_download_fctc.gif) no-repeat;
	background-position: top 2px;
}
ul.horizontal_list li a.link_media, ul.horizontal_list li.first a.link_media {
	background-position: top 6px;
}
.link_reference {
	/* change icon color & upload */
}
/* pager */
.paging ul li.paging_previous a, .paging ul li.paging_next a {
	color: #336699;
}

.addthis_toolbox .custom_hover .custom_button {
	color:#336699;
}
.addthis_toolbox .hover_menu a:hover {
	color: #BA2025;	
}

#pageactions #pageaction_share .addthis_toolbox .custom_hover .custom_button.active {
	color:#BA2025;
}

/* -------------------------------------------------------------------------------------
 HEADINGS
 ======================================================================================*/
/* headers */
h1 {	
	color:#336699;
}

/* section & page headings */
.section_head1 {
	font-size:14px;
	color: #000;
}
.section_head2 {
	color: #EF412B;
}
.page_heading {
font-size:16px;
color:#BA2025;

}

/* -------------------------------------------------------------------------------------
 FORMS
 ---------------------------------------------------------------------------------------*/

/* submit */
input.submit:hover {
	color:#BA2025;
}
input.primary {
	color:#336699 ;
	border-color:#336699 ;
}

/* -------------------------------------------------------------------------------------
 tabs
 ------------------------------------------------------------------------------------- */
/* tabs */
.ui-tabs-selected a {
	color:#BA2025;
}


/* -------------------------------------------------------------------------------------
 elements.css
 ======================================================================================*/

/* -------------------------------------------------------------------------------------
 LANGUAGE
 ---------------------------------------------------------------------------------------*/


/* visited */
#language ul li a:visited {
	color: #336699;
}

#language ul li a:hover{
	color:#BA2025;
}
/* selected */
#language ul li.selected a
#language ul li.selected a span,
#language ul li.selected a:hover,
#language ul li.selected a:visited,
#language ul li.selected a:hover span {
	color:#BA2025;
}


/* -------------------------------------------------------------------------------------
 #THUMBNAIL GALLERY
 ---------------------------------------------------------------------------------------*/
 ul.gallery li a:visited.caption {color: #336699;}

/* -------------------------------------------------------------------------------------
 LIGHTBOX - WHO
 ---------------------------------------------------------------------------------------*/
a.lightbox_media span {
	/* change icon color and upload */
}



/* -------------------------------------------------------------------------------------
 BREADCRUMB
 ---------------------------------------------------------------------------------------*/

/* breadcrumb */
#breadcrumb {
	background-color:#E5E5E5;
}
#breadcrumb ul li a:hover {
	color:#BA2025;
} 


/* -------------------------------------------------------------------------------------
 FOOTER
 ---------------------------------------------------------------------------------------*/
#wrapper #footer {
	background-image:url(fctc_footer_emblem_en.gif);
	padding: 20px 0;
}


#footer img.footer_logo_fr {
	margin-left: -930px;
}
#foot a:link {
	color: #666666;
}
#doormat {
	
}

/* fonts */
#doormat ul li a:hover, #foot a:hover {
	color:#BA2025;
}
#doormat ul li span {
	color: #666666;
}

/* footer links */
#foot ul li a:hover, #foot ul li a.selected {
	color:#BA2025;
}
#foot ul li a:hover, #foot ul li a.selected {
	color:#BA2025;
}
#foot {
	left: 12px;
}



/* -------------------------------------------------------------------------------------
 ticker
 ---------------------------------------------------------------------------------------*/
/* close */
#ticker_close {
	background: url(ticker_close_fctc.gif) no-repeat 0 0;
}

/* -------------------------------------------------------------------------------------
 #CAROUSEL BUFFET
 ---------------------------------------------------------------------------------------*/
.infiniteCarousel .arrow {
	background: url(buffet_carousel_fctc.gif) no-repeat 0 0;
}

.infiniteCarousel .back {
	background-position: 0px -52px;
}


	
}
/*]]>*/