/* --- World Health Organization ----------------------------------------------------- */
/* --- CSS Framework: IE patch ------------------------------------------------------- */
/* --- Versions

Version 1.5.0.1.3

 ------------------------------------------------------------------------------------- */

/*<![CDATA[*/
@media screen {
	
.back-to-top {
    display: none;	
}
	
/* -------------------------------------------------------------------------------------
 general.css
 ======================================================================================*/
	
/* clearfix */
.clearfix, .block, .box, .plainbox, .mbox, .colormbox, .field,
ul.stories, ul.listing, ul.feature, ul.news, ul.events { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix, * html .block, * html .box, * html .plainbox, * html .mbox, * html .colormbox, * html .field,
* html ul.stories, * html ul.listing, * html ul.feature, * html ul.news, * html ul.events {height: 1%;}
.clearfix, .block, .box, .plainbox, .mbox, .colormbox, .field,
ul.stories, ul.feature, ul.listing, ul.news, ul.events {display: block;}
/* End hide from IE-mac */


/* forms */
.form input.text {
	padding:1px 4px 3px 2px;
}



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

/* search */
#search_submit {
	height:28px;
	padding:2px 5px;
}
#search_input input {
	padding:4px 5px 4px 5px;
}
#billboard #stage_marginal {
	padding-top:16px;
}

.template_sidebar-marginal .search #content #primary {
	width:480px;
}

.template_sidebar-marginal .search #sidebar {
	width:180px;
}

.search #marginal {
	width:230px;
	display:block;
}

.search #marginal .oneboxResults .colormbox, .search .colormbox {
	width:210px;
}

}

@media print {
}
/*]]>*/